"./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Starting (try 1/5) 2026/07/20 01:23:00 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tovoniz9xeme" 2026/07/20 01:23:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:00 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:00 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:00 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:00 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:00 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:00 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:00 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:00 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:00 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:00 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:00 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Connecting to FTP server 2026/07/20 01:23:00 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:00 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60990->172.17.0.4:21, err= 2026/07/20 01:23:04 DEBUG : Creating backend with remote "/tmp/rclone2228996445" === 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39248") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34888->172.17.0.4:39248, err= 2026/07/20 01:23:04 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.00s) === RUN TestMultithreadCopyAbort run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35426") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50988->172.17.0.4:35426, err= 2026/07/20 01:23:04 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.00s) === RUN TestSizeDiffers 2026/07/20 01:23:04 DEBUG : a: size = 0 OK 2026/07/20 01:23:04 DEBUG : a: size = 1 (memory) 2026/07/20 01:23:04 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/07/20 01:23:04 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/07/20 01:23:04 DEBUG : potato: Seek from 10 to 0 2026/07/20 01:23:04 DEBUG : potato: Seek from 10 to 0 2026/07/20 01:23:04 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/07/20 01:23:04 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Seek from 5 to 2 2026/07/20 01:23:04 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/07/20 01:23:04 DEBUG : potato: Seek from 7 to 0 2026/07/20 01:23:04 DEBUG : potato: Seek from 7 to 0 2026/07/20 01:23:04 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/07/20 01:23:04 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Seek from 5 to 2 2026/07/20 01:23:04 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/07/20 01:23:04 DEBUG : potato: Seek from 8 to 0 2026/07/20 01:23:04 DEBUG : potato: Seek from 8 to 0 2026/07/20 01:23:04 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/07/20 01:23:04 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/20 01:23:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/20 01:23:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/20 01:23:04 DEBUG : potato: Seek from 5 to 2 2026/07/20 01:23:04 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/07/20 01:23:04 DEBUG : potato: Seek from 9 to 0 2026/07/20 01:23:04 DEBUG : potato: Seek from 9 to 0 2026/07/20 01:23:04 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35598") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35136->172.17.0.4:35598, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39159") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45576->172.17.0.4:39159, err= === RUN TestCheck/1 === RUN TestCheck/2 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31823") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53042->172.17.0.4:31823, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38730") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50640->172.17.0.4:38730, err= === RUN TestCheck/3 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36322") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53694->172.17.0.4:36322, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39810") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53012->172.17.0.4:39810, err= === RUN TestCheck/4 === RUN TestCheck/5 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30512") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45862->172.17.0.4:30512, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31519") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48376->172.17.0.4:31519, err= === RUN TestCheck/6 === RUN TestCheck/7 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33247") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45690->172.17.0.4:33247, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38706") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38342->172.17.0.4:38706, err= --- PASS: TestCheck (0.03s) --- PASS: TestCheck/1 (0.00s) --- PASS: TestCheck/2 (0.00s) --- PASS: TestCheck/3 (0.00s) --- PASS: TestCheck/4 (0.00s) --- PASS: TestCheck/5 (0.00s) --- PASS: TestCheck/6 (0.00s) --- PASS: TestCheck/7 (0.00s) === RUN TestCheckFsError 2026/07/20 01:23:04 DEBUG : Creating backend with remote "nonexistent" 2026/07/20 01:23:04 DEBUG : Creating backend with remote "nonexistent" 2026/07/20 01:23:04 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/07/20 01:23:04 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/07/20 01:23:04 NOTICE: Local file system at nonexistent: 0 differences found 2026/07/20 01:23:04 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35061") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39106->172.17.0.4:35061, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32988") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49488->172.17.0.4:32988, err= === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35313") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33306->172.17.0.4:35313, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34654") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54206->172.17.0.4:34654, err= === RUN TestCheckDownload/3 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37865") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46244->172.17.0.4:37865, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37825") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39410->172.17.0.4:37825, err= === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38030") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43930->172.17.0.4:38030, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32275") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52340->172.17.0.4:32275, err= === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30013") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50186->172.17.0.4:30013, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34086") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39218->172.17.0.4:34086, err= --- PASS: TestCheckDownload (0.12s) --- PASS: TestCheckDownload/1 (0.00s) --- PASS: TestCheckDownload/2 (0.01s) --- PASS: TestCheckDownload/3 (0.01s) --- PASS: TestCheckDownload/4 (0.02s) --- PASS: TestCheckDownload/5 (0.02s) --- PASS: TestCheckDownload/6 (0.02s) --- PASS: TestCheckDownload/7 (0.02s) === RUN TestCheckSizeOnly run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34086") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39234->172.17.0.4:34086, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37106") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59832->172.17.0.4:37106, err= === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39860") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53338->172.17.0.4:39860, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32178") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53466->172.17.0.4:32178, err= === RUN TestCheckSizeOnly/3 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34441") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50134->172.17.0.4:34441, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36800") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45400->172.17.0.4:36800, err= === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39556") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60494->172.17.0.4:39556, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37588") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47902->172.17.0.4:37588, err= === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34360") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49688->172.17.0.4:34360, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36077") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49138->172.17.0.4:36077, 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32049") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47760->172.17.0.4:32049, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37181") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50420->172.17.0.4:37181, err= 2026/07/20 01:23:04 NOTICE: test.sum: improperly formatted checksum line 4 2026/07/20 01:23:04 NOTICE: test.sum: improperly formatted checksum line 5 2026/07/20 01:23:04 NOTICE: test.sum: improperly formatted checksum line 6 2026/07/20 01:23:04 NOTICE: test.sum: 2 warning(s) suppressed... 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39322") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39466->172.17.0.4:39322, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36860") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46698->172.17.0.4:36860, err= 2026/07/20 01:23:04 NOTICE: test.sum: improperly formatted checksum line 4 2026/07/20 01:23:04 NOTICE: test.sum: improperly formatted checksum line 5 2026/07/20 01:23:04 NOTICE: test.sum: improperly formatted checksum line 6 2026/07/20 01:23:04 NOTICE: test.sum: 2 warning(s) suppressed... 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38601") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59926->172.17.0.4:38601, err= 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31228") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60652->172.17.0.4:31228, err= --- PASS: TestParseSumFile (0.02s) === RUN TestCheckSum run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:04 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tovoniz9xeme/data" 2026/07/20 01:23:04 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:04 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:04 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:04 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:04 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:04 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:04 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:04 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:04 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:04 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data: Connecting to FTP server 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data: > dial: conn=172.17.0.1:32774->172.17.0.4:21, err= check_test.go:350: ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data lacks md5, skipping 2026/07/20 01:23:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36954") 2026/07/20 01:23:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34964->172.17.0.4:36954, err= 2026/07/20 01:23:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36910") 2026/07/20 01:23:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41594->172.17.0.4:36910, err= --- SKIP: TestCheckSum (2.51s) === RUN TestCheckSumDownload run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tovoniz9xeme/data" 2026/07/20 01:23:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:07 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:07 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data: Connecting to FTP server 2026/07/20 01:23:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data: > dial: conn=172.17.0.1:32782->172.17.0.4:21, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30129") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58252->172.17.0.4:30129, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34281") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45496->172.17.0.4:34281, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33977") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41212->172.17.0.4:33977, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36723") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33382->172.17.0.4:36723, err= === RUN TestCheckSumDownload/subtest1 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30067") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35226->172.17.0.4:30067, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33053") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35180->172.17.0.4:33053, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34642") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41834->172.17.0.4:34642, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31757") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41806->172.17.0.4:31757, err= === RUN TestCheckSumDownload/subtest2 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37072") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37570->172.17.0.4:37072, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37857") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53178->172.17.0.4:37857, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31278") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37644->172.17.0.4:31278, err= === RUN TestCheckSumDownload/subtest3 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31498") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60120->172.17.0.4:31498, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34977") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35176->172.17.0.4:34977, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30364") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43810->172.17.0.4:30364, err= === RUN TestCheckSumDownload/subtest4 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32464") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55164->172.17.0.4:32464, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31913") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35780->172.17.0.4:31913, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34932") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51860->172.17.0.4:34932, err= === RUN TestCheckSumDownload/subtest5 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34687") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51390->172.17.0.4:34687, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34121") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58416->172.17.0.4:34121, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37088") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45874->172.17.0.4:37088, err= === RUN TestCheckSumDownload/subtest6 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39410") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37790->172.17.0.4:39410, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30084") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37180->172.17.0.4:30084, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35524") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50496->172.17.0.4:35524, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36840") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56814->172.17.0.4:36840, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31408") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35126->172.17.0.4:31408, err= === RUN TestCheckSumDownload/subtest7 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38720") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58538->172.17.0.4:38720, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30128") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42848->172.17.0.4:30128, err= 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36533") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46014->172.17.0.4:36533, err= --- PASS: TestCheckSumDownload (2.90s) --- PASS: TestCheckSumDownload/subtest1 (0.00s) --- PASS: TestCheckSumDownload/subtest2 (0.00s) --- 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/07/20 01:23:09 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yawadec3juxo" 2026/07/20 01:23:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:09 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:09 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:09 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:09 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: Connecting to FTP server 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:09 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: > dial: conn=172.17.0.1:32788->172.17.0.4:21, err= 2026/07/20 01:23:12 DEBUG : Creating backend with remote "/tmp/rclone612707419" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-yawadec3juxo", Local "Local file system at /tmp/rclone612707419", Modify Window "1s" 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: dial("tcp","172.17.0.4:36432") 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: > dial: conn=172.17.0.1:47502->172.17.0.4:36432, err= 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: dial("tcp","172.17.0.4:34279") 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: > dial: conn=172.17.0.1:58420->172.17.0.4:34279, err= upper checkfile vs. lower remote (without normalization) 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: dial("tcp","172.17.0.4:37347") 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: > dial: conn=172.17.0.1:33566->172.17.0.4:37347, err= 2026/07/20 01:23:12 ERROR : hello, world!: sum not found 2026/07/20 01:23:12 ERROR : HELLO, WORLD!: file not in ftp://172.17.0.4:21/rclone-test-yawadec3juxo 2026/07/20 01:23:12 NOTICE: ftp://172.17.0.4:21/rclone-test-yawadec3juxo: 1 files missing 2026/07/20 01:23:12 NOTICE: 1 hashes missing 2026/07/20 01:23:12 NOTICE: ftp://172.17.0.4:21/rclone-test-yawadec3juxo: 1 differences found 2026/07/20 01:23:12 NOTICE: ftp://172.17.0.4:21/rclone-test-yawadec3juxo: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: dial("tcp","172.17.0.4:36723") 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: > dial: conn=172.17.0.1:35364->172.17.0.4:36723, err= 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: dial("tcp","172.17.0.4:39120") 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: > dial: conn=172.17.0.1:50984->172.17.0.4:39120, err= 2026/07/20 01:23:12 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:12 NOTICE: ftp://172.17.0.4:21/rclone-test-yawadec3juxo: 0 differences found 2026/07/20 01:23:12 NOTICE: ftp://172.17.0.4:21/rclone-test-yawadec3juxo: 1 matching files 2026/07/20 01:23:12 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-rarokow7wiqu" 2026/07/20 01:23:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:12 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:12 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:12 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:12 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:12 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:12 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:12 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:12 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:12 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:12 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: Connecting to FTP server 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:12 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: > dial: conn=172.17.0.1:60782->172.17.0.4:21, err= 2026/07/20 01:23:14 DEBUG : Creating backend with remote "/tmp/rclone2096912842" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-rarokow7wiqu", Local "Local file system at /tmp/rclone2096912842", Modify Window "1s" 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: dial("tcp","172.17.0.4:31158") 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: > dial: conn=172.17.0.1:40472->172.17.0.4:31158, err= 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: dial("tcp","172.17.0.4:32161") 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: > dial: conn=172.17.0.1:34192->172.17.0.4:32161, err= lower checkfile vs. upper remote (without normalization) 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: dial("tcp","172.17.0.4:38661") 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: > dial: conn=172.17.0.1:33268->172.17.0.4:38661, err= 2026/07/20 01:23:14 ERROR : HELLO, WORLD!: sum not found 2026/07/20 01:23:14 ERROR : hello, world!: file not in ftp://172.17.0.4:21/rclone-test-rarokow7wiqu 2026/07/20 01:23:14 NOTICE: ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: 1 files missing 2026/07/20 01:23:14 NOTICE: 1 hashes missing 2026/07/20 01:23:14 NOTICE: ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: 1 differences found 2026/07/20 01:23:14 NOTICE: ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: dial("tcp","172.17.0.4:36819") 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: > dial: conn=172.17.0.1:58810->172.17.0.4:36819, err= 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: dial("tcp","172.17.0.4:33425") 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: > dial: conn=172.17.0.1:47096->172.17.0.4:33425, err= 2026/07/20 01:23:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:14 NOTICE: ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: 0 differences found 2026/07/20 01:23:14 NOTICE: ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: 1 matching files 2026/07/20 01:23:14 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-radujod1bagu" 2026/07/20 01:23:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:14 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:14 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:14 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:14 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:14 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:14 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:14 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:14 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:14 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:14 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: Connecting to FTP server 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:14 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: > dial: conn=172.17.0.1:60792->172.17.0.4:21, err= 2026/07/20 01:23:17 DEBUG : Creating backend with remote "/tmp/rclone191868841" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-radujod1bagu", Local "Local file system at /tmp/rclone191868841", Modify Window "1s" 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: dial("tcp","172.17.0.4:38744") 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: > dial: conn=172.17.0.1:37932->172.17.0.4:38744, err= 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: dial("tcp","172.17.0.4:37448") 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: > dial: conn=172.17.0.1:41012->172.17.0.4:37448, err= lower checkfile vs. upperlowermixed remote (without normalization) 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: dial("tcp","172.17.0.4:34064") 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: > dial: conn=172.17.0.1:51768->172.17.0.4:34064, err= 2026/07/20 01:23:17 ERROR : HeLlO, wOrLd!: sum not found 2026/07/20 01:23:17 ERROR : hello, world!: file not in ftp://172.17.0.4:21/rclone-test-radujod1bagu 2026/07/20 01:23:17 NOTICE: ftp://172.17.0.4:21/rclone-test-radujod1bagu: 1 files missing 2026/07/20 01:23:17 NOTICE: 1 hashes missing 2026/07/20 01:23:17 NOTICE: ftp://172.17.0.4:21/rclone-test-radujod1bagu: 1 differences found 2026/07/20 01:23:17 NOTICE: ftp://172.17.0.4:21/rclone-test-radujod1bagu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: dial("tcp","172.17.0.4:33112") 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: > dial: conn=172.17.0.1:46704->172.17.0.4:33112, err= 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: dial("tcp","172.17.0.4:30680") 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: > dial: conn=172.17.0.1:41144->172.17.0.4:30680, err= 2026/07/20 01:23:17 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:17 NOTICE: ftp://172.17.0.4:21/rclone-test-radujod1bagu: 0 differences found 2026/07/20 01:23:17 NOTICE: ftp://172.17.0.4:21/rclone-test-radujod1bagu: 1 matching files 2026/07/20 01:23:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zunedah6fupu" 2026/07/20 01:23:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:17 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:17 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:17 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:17 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: Connecting to FTP server 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:17 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: > dial: conn=172.17.0.1:60796->172.17.0.4:21, err= 2026/07/20 01:23:20 DEBUG : Creating backend with remote "/tmp/rclone1945942787" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zunedah6fupu", Local "Local file system at /tmp/rclone1945942787", Modify Window "1s" 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: dial("tcp","172.17.0.4:34797") 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: > dial: conn=172.17.0.1:39216->172.17.0.4:34797, err= 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: dial("tcp","172.17.0.4:36312") 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: > dial: conn=172.17.0.1:43362->172.17.0.4:36312, err= upperlowermixed checkfile vs. upper remote (without normalization) 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: dial("tcp","172.17.0.4:39769") 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: > dial: conn=172.17.0.1:33266->172.17.0.4:39769, err= 2026/07/20 01:23:20 ERROR : HELLO, WORLD!: sum not found 2026/07/20 01:23:20 ERROR : HeLlO, wOrLd!: file not in ftp://172.17.0.4:21/rclone-test-zunedah6fupu 2026/07/20 01:23:20 NOTICE: ftp://172.17.0.4:21/rclone-test-zunedah6fupu: 1 files missing 2026/07/20 01:23:20 NOTICE: 1 hashes missing 2026/07/20 01:23:20 NOTICE: ftp://172.17.0.4:21/rclone-test-zunedah6fupu: 1 differences found 2026/07/20 01:23:20 NOTICE: ftp://172.17.0.4:21/rclone-test-zunedah6fupu: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: dial("tcp","172.17.0.4:30187") 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: > dial: conn=172.17.0.1:42876->172.17.0.4:30187, err= 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: dial("tcp","172.17.0.4:30965") 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: > dial: conn=172.17.0.1:47468->172.17.0.4:30965, err= 2026/07/20 01:23:20 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:20 NOTICE: ftp://172.17.0.4:21/rclone-test-zunedah6fupu: 0 differences found 2026/07/20 01:23:20 NOTICE: ftp://172.17.0.4:21/rclone-test-zunedah6fupu: 1 matching files 2026/07/20 01:23:20 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-facojey3geco" 2026/07/20 01:23:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:20 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:20 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:20 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:20 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:20 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:20 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:20 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:20 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:20 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:20 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: Connecting to FTP server 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:20 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: > dial: conn=172.17.0.1:60812->172.17.0.4:21, err= 2026/07/20 01:23:23 DEBUG : Creating backend with remote "/tmp/rclone2042312880" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-facojey3geco", Local "Local file system at /tmp/rclone2042312880", Modify Window "1s" 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: dial("tcp","172.17.0.4:33019") 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: > dial: conn=172.17.0.1:39586->172.17.0.4:33019, err= 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: dial("tcp","172.17.0.4:32779") 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: > dial: conn=172.17.0.1:45332->172.17.0.4:32779, err= NFD checkfile vs. NFC remote (without normalization) 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: dial("tcp","172.17.0.4:33197") 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: > dial: conn=172.17.0.1:53726->172.17.0.4:33197, err= 2026/07/20 01:23:23 ERROR : 測試_Русский___ě_áñ: sum not found 2026/07/20 01:23:23 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-facojey3geco 2026/07/20 01:23:23 NOTICE: ftp://172.17.0.4:21/rclone-test-facojey3geco: 1 files missing 2026/07/20 01:23:23 NOTICE: 1 hashes missing 2026/07/20 01:23:23 NOTICE: ftp://172.17.0.4:21/rclone-test-facojey3geco: 1 differences found 2026/07/20 01:23:23 NOTICE: ftp://172.17.0.4:21/rclone-test-facojey3geco: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: dial("tcp","172.17.0.4:35575") 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: > dial: conn=172.17.0.1:52326->172.17.0.4:35575, err= 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: dial("tcp","172.17.0.4:37241") 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: > dial: conn=172.17.0.1:45922->172.17.0.4:37241, err= 2026/07/20 01:23:23 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:23 NOTICE: ftp://172.17.0.4:21/rclone-test-facojey3geco: 0 differences found 2026/07/20 01:23:23 NOTICE: ftp://172.17.0.4:21/rclone-test-facojey3geco: 1 matching files 2026/07/20 01:23:23 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-hewajuc0tuqa" 2026/07/20 01:23:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:23 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:23 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:23 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:23 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:23 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:23 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:23 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:23 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:23 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:23 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: Connecting to FTP server 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:23 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: > dial: conn=172.17.0.1:51552->172.17.0.4:21, err= 2026/07/20 01:23:25 DEBUG : Creating backend with remote "/tmp/rclone2265129922" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa", Local "Local file system at /tmp/rclone2265129922", Modify Window "1s" 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: dial("tcp","172.17.0.4:33014") 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: > dial: conn=172.17.0.1:60084->172.17.0.4:33014, err= 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: dial("tcp","172.17.0.4:38683") 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: > dial: conn=172.17.0.1:36108->172.17.0.4:38683, err= NFC checkfile vs. NFD remote (without normalization) 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: dial("tcp","172.17.0.4:30811") 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: > dial: conn=172.17.0.1:36620->172.17.0.4:30811, err= 2026/07/20 01:23:25 ERROR : 測試_Русский___ě_áñ: sum not found 2026/07/20 01:23:25 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa 2026/07/20 01:23:25 NOTICE: ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: 1 files missing 2026/07/20 01:23:25 NOTICE: 1 hashes missing 2026/07/20 01:23:25 NOTICE: ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: 1 differences found 2026/07/20 01:23:25 NOTICE: ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: dial("tcp","172.17.0.4:33138") 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: > dial: conn=172.17.0.1:58148->172.17.0.4:33138, err= 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: dial("tcp","172.17.0.4:35923") 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: > dial: conn=172.17.0.1:36426->172.17.0.4:35923, err= 2026/07/20 01:23:25 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:25 NOTICE: ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: 0 differences found 2026/07/20 01:23:25 NOTICE: ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: 1 matching files 2026/07/20 01:23:25 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-pukagac5xaxe" 2026/07/20 01:23:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:25 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:25 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:25 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:25 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:25 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:25 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:25 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:25 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:25 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:25 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: Connecting to FTP server 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:25 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: > dial: conn=172.17.0.1:51566->172.17.0.4:21, err= 2026/07/20 01:23:28 DEBUG : Creating backend with remote "/tmp/rclone2026992705" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-pukagac5xaxe", Local "Local file system at /tmp/rclone2026992705", Modify Window "1s" 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: dial("tcp","172.17.0.4:35807") 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: > dial: conn=172.17.0.1:39840->172.17.0.4:35807, err= 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: dial("tcp","172.17.0.4:34490") 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: > dial: conn=172.17.0.1:39598->172.17.0.4:34490, err= NFDx2 checkfile vs. both remote (without normalization) 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: dial("tcp","172.17.0.4:32786") 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: > dial: conn=172.17.0.1:42074->172.17.0.4:32786, err= 2026/07/20 01:23:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/20 01:23:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-pukagac5xaxe 2026/07/20 01:23:28 NOTICE: ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: 1 files missing 2026/07/20 01:23:28 NOTICE: 1 hashes missing 2026/07/20 01:23:28 NOTICE: ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: 1 differences found 2026/07/20 01:23:28 NOTICE: ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: dial("tcp","172.17.0.4:38989") 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: > dial: conn=172.17.0.1:57838->172.17.0.4:38989, err= 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: dial("tcp","172.17.0.4:34380") 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: > dial: conn=172.17.0.1:41770->172.17.0.4:34380, err= 2026/07/20 01:23:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:28 NOTICE: ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: 0 differences found 2026/07/20 01:23:28 NOTICE: ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: 1 matching files 2026/07/20 01:23:28 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-kixuboq9togo" 2026/07/20 01:23:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:28 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:28 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:28 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:28 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:28 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:28 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:28 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:28 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:28 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:28 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: Connecting to FTP server 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:28 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: > dial: conn=172.17.0.1:51568->172.17.0.4:21, err= 2026/07/20 01:23:31 DEBUG : Creating backend with remote "/tmp/rclone3732562045" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-kixuboq9togo", Local "Local file system at /tmp/rclone3732562045", Modify Window "1s" 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: dial("tcp","172.17.0.4:37287") 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: > dial: conn=172.17.0.1:33736->172.17.0.4:37287, err= 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: dial("tcp","172.17.0.4:38266") 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: > dial: conn=172.17.0.1:34274->172.17.0.4:38266, err= NFCx2 checkfile vs. both remote (without normalization) 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: dial("tcp","172.17.0.4:39585") 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: > dial: conn=172.17.0.1:33048->172.17.0.4:39585, err= 2026/07/20 01:23:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/20 01:23:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-kixuboq9togo 2026/07/20 01:23:31 NOTICE: ftp://172.17.0.4:21/rclone-test-kixuboq9togo: 1 files missing 2026/07/20 01:23:31 NOTICE: 1 hashes missing 2026/07/20 01:23:31 NOTICE: ftp://172.17.0.4:21/rclone-test-kixuboq9togo: 1 differences found 2026/07/20 01:23:31 NOTICE: ftp://172.17.0.4:21/rclone-test-kixuboq9togo: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: dial("tcp","172.17.0.4:34345") 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: > dial: conn=172.17.0.1:38250->172.17.0.4:34345, err= 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: dial("tcp","172.17.0.4:36712") 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: > dial: conn=172.17.0.1:44238->172.17.0.4:36712, err= 2026/07/20 01:23:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:31 NOTICE: ftp://172.17.0.4:21/rclone-test-kixuboq9togo: 0 differences found 2026/07/20 01:23:31 NOTICE: ftp://172.17.0.4:21/rclone-test-kixuboq9togo: 1 matching files 2026/07/20 01:23:31 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-hepazis6vage" 2026/07/20 01:23:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:31 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:31 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:31 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:31 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:31 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:31 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:31 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:31 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:31 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:31 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: Connecting to FTP server 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:31 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: > dial: conn=172.17.0.1:51584->172.17.0.4:21, err= 2026/07/20 01:23:34 DEBUG : Creating backend with remote "/tmp/rclone2659384993" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-hepazis6vage", Local "Local file system at /tmp/rclone2659384993", Modify Window "1s" 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: dial("tcp","172.17.0.4:32476") 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: > dial: conn=172.17.0.1:45002->172.17.0.4:32476, err= 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: dial("tcp","172.17.0.4:31452") 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: > dial: conn=172.17.0.1:49998->172.17.0.4:31452, err= both checkfile vs. NFDx2 remote (without normalization) 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: dial("tcp","172.17.0.4:35767") 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: > dial: conn=172.17.0.1:55528->172.17.0.4:35767, err= 2026/07/20 01:23:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/20 01:23:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-hepazis6vage 2026/07/20 01:23:34 NOTICE: ftp://172.17.0.4:21/rclone-test-hepazis6vage: 1 files missing 2026/07/20 01:23:34 NOTICE: 1 hashes missing 2026/07/20 01:23:34 NOTICE: ftp://172.17.0.4:21/rclone-test-hepazis6vage: 1 differences found 2026/07/20 01:23:34 NOTICE: ftp://172.17.0.4:21/rclone-test-hepazis6vage: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: dial("tcp","172.17.0.4:32853") 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: > dial: conn=172.17.0.1:59728->172.17.0.4:32853, err= 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: dial("tcp","172.17.0.4:38668") 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: > dial: conn=172.17.0.1:55808->172.17.0.4:38668, err= 2026/07/20 01:23:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:34 NOTICE: ftp://172.17.0.4:21/rclone-test-hepazis6vage: 0 differences found 2026/07/20 01:23:34 NOTICE: ftp://172.17.0.4:21/rclone-test-hepazis6vage: 1 matching files 2026/07/20 01:23:34 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-nusahek3gehi" 2026/07/20 01:23:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:34 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:34 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:34 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:34 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:34 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:34 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:34 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:34 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:34 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:34 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: Connecting to FTP server 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:34 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: > dial: conn=172.17.0.1:46970->172.17.0.4:21, err= 2026/07/20 01:23:38 DEBUG : Creating backend with remote "/tmp/rclone2698790105" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-nusahek3gehi", Local "Local file system at /tmp/rclone2698790105", Modify Window "1s" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: dial("tcp","172.17.0.4:34989") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: > dial: conn=172.17.0.1:55934->172.17.0.4:34989, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: dial("tcp","172.17.0.4:33024") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: > dial: conn=172.17.0.1:39762->172.17.0.4:33024, err= both checkfile vs. NFCx2 remote (without normalization) 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: dial("tcp","172.17.0.4:37869") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: > dial: conn=172.17.0.1:49614->172.17.0.4:37869, err= 2026/07/20 01:23:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/20 01:23:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-nusahek3gehi 2026/07/20 01:23:38 NOTICE: ftp://172.17.0.4:21/rclone-test-nusahek3gehi: 1 files missing 2026/07/20 01:23:38 NOTICE: 1 hashes missing 2026/07/20 01:23:38 NOTICE: ftp://172.17.0.4:21/rclone-test-nusahek3gehi: 1 differences found 2026/07/20 01:23:38 NOTICE: ftp://172.17.0.4:21/rclone-test-nusahek3gehi: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: dial("tcp","172.17.0.4:38283") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: > dial: conn=172.17.0.1:42916->172.17.0.4:38283, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: dial("tcp","172.17.0.4:30670") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: > dial: conn=172.17.0.1:54140->172.17.0.4:30670, err= 2026/07/20 01:23:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/20 01:23:38 NOTICE: ftp://172.17.0.4:21/rclone-test-nusahek3gehi: 0 differences found 2026/07/20 01:23:38 NOTICE: ftp://172.17.0.4:21/rclone-test-nusahek3gehi: 1 matching files 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: dial("tcp","172.17.0.4:32579") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: > dial: conn=172.17.0.1:59046->172.17.0.4:32579, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-nusahek3gehi: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: dial("tcp","172.17.0.4:30381") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: > dial: conn=172.17.0.1:59198->172.17.0.4:30381, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-hepazis6vage: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: dial("tcp","172.17.0.4:33940") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: > dial: conn=172.17.0.1:52478->172.17.0.4:33940, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-kixuboq9togo: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: dial("tcp","172.17.0.4:31137") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: > dial: conn=172.17.0.1:37246->172.17.0.4:31137, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-pukagac5xaxe: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: dial("tcp","172.17.0.4:39174") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: > dial: conn=172.17.0.1:49584->172.17.0.4:39174, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: Purge object "測試_Русский___ě_áñ" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-hewajuc0tuqa: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: dial("tcp","172.17.0.4:34661") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: > dial: conn=172.17.0.1:51618->172.17.0.4:34661, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: Purge object "測試_Русский___ě_áñ" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-facojey3geco: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: dial("tcp","172.17.0.4:30195") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: > dial: conn=172.17.0.1:56130->172.17.0.4:30195, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: Purge object "HELLO, WORLD!" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-zunedah6fupu: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: dial("tcp","172.17.0.4:35382") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: > dial: conn=172.17.0.1:49520->172.17.0.4:35382, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: Purge object "HeLlO, wOrLd!" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-radujod1bagu: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: dial("tcp","172.17.0.4:39788") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: > dial: conn=172.17.0.1:53544->172.17.0.4:39788, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: Purge object "HELLO, WORLD!" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-rarokow7wiqu: Purge dir "" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: dial("tcp","172.17.0.4:35210") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: > dial: conn=172.17.0.1:37522->172.17.0.4:35210, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: Purge object "hello, world!" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-yawadec3juxo: Purge dir "" --- PASS: TestApplyTransforms (28.16s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:38 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33032") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38366->172.17.0.4:33032, err= 2026/07/20 01:23:38 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/07/20 01:23:38 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/07/20 01:23:38 INFO : file1: Copied (new) to: sub/file2 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32261") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58744->172.17.0.4:32261, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39703") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47766->172.17.0.4:39703, err= 2026/07/20 01:23:38 DEBUG : sub/file2: size = 14 OK 2026/07/20 01:23:38 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/20 01:23:38 DEBUG : file1: Unchanged skipping 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37968") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55562->172.17.0.4:37968, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37750") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34944->172.17.0.4:37750, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: don't need to copy/move sub/file2, it is already at target location 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30228") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36552->172.17.0.4:30228, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36542") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50770->172.17.0.4:36542, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31574") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38594->172.17.0.4:31574, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37529") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37570->172.17.0.4:37529, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38176") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55182->172.17.0.4:38176, err= --- PASS: TestCopyFile (0.02s) === RUN TestCopyLongFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" copy_test.go:154: Test only runs on local 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30849") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38004->172.17.0.4:30849, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36997") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38420->172.17.0.4:36997, err= --- SKIP: TestCopyLongFile (0.00s) === RUN TestCopyFileBackupDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36994") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49980->172.17.0.4:36994, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39277") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46954->172.17.0.4:39277, err= 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33865") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34392->172.17.0.4:33865, err= 2026/07/20 01:23:38 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tovoniz9xeme/backup" 2026/07/20 01:23:38 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:38 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:38 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:38 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:38 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:38 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:38 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:38 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:38 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:38 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/backup: Connecting to FTP server 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/backup: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:38 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/backup: > dial: conn=172.17.0.1:46974->172.17.0.4:21, err= 2026/07/20 01:23:40 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-tovoniz9xeme/backup" to be canonical "TestFTPPureftpd{we39I}:rclone-test-tovoniz9xeme/backup" 2026/07/20 01:23:40 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2228996445) 2026/07/20 01:23:40 DEBUG : dst/file1: size = 18 (ftp://172.17.0.4:21/rclone-test-tovoniz9xeme) 2026/07/20 01:23:40 DEBUG : dst/file1: Sizes differ 2026/07/20 01:23:40 INFO : dst/file1: Moved (server-side) 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35707") 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57892->172.17.0.4:35707, err= 2026/07/20 01:23:40 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/07/20 01:23:40 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/07/20 01:23:40 INFO : dst/file1: Copied (new) 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35232") 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36368->172.17.0.4:35232, err= 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Connecting to FTP server 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46990->172.17.0.4:21, err= 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34652") 2026/07/20 01:23:40 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37102->172.17.0.4:34652, err= 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36204") 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33262->172.17.0.4:36204, err= 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33285") 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41606->172.17.0.4:33285, err= 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31072") 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42886->172.17.0.4:31072, err= 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37186") 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37584->172.17.0.4:37186, err= 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30528") 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45028->172.17.0.4:30528, err= 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33664") 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56074->172.17.0.4:33664, err= 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37713") 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37528->172.17.0.4:37713, err= 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/backup: closing 1 unused connections --- PASS: TestCopyFileBackupDir (5.32s) === RUN TestCopyFileCompareDest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:43 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tovoniz9xeme/dst" 2026/07/20 01:23:43 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:43 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:43 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:43 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:43 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:43 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:43 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:43 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:43 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:43 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: Connecting to FTP server 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:43 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: > dial: conn=172.17.0.1:57092->172.17.0.4:21, err= 2026/07/20 01:23:45 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tovoniz9xeme/CompareDest" 2026/07/20 01:23:45 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:45 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:45 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:45 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:45 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:45 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:45 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:45 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:45 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:45 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:45 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/CompareDest: Connecting to FTP server 2026/07/20 01:23:45 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/CompareDest: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:45 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/CompareDest: > dial: conn=172.17.0.1:57100->172.17.0.4:21, err= 2026/07/20 01:23:48 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-tovoniz9xeme/CompareDest" to be canonical "TestFTPPureftpd{we39I}:rclone-test-tovoniz9xeme/CompareDest" 2026/07/20 01:23:48 DEBUG : one: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: dial("tcp","172.17.0.4:31434") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: > dial: conn=172.17.0.1:56932->172.17.0.4:31434, err= 2026/07/20 01:23:48 DEBUG : one.b2cc3c6c.partial: size = 3 OK 2026/07/20 01:23:48 DEBUG : one.b2cc3c6c.partial: renamed to: one 2026/07/20 01:23:48 INFO : one: Copied (new) 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30360") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47194->172.17.0.4:30360, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37755") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58214->172.17.0.4:37755, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35804") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56940->172.17.0.4:35804, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38378") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42668->172.17.0.4:38378, err= 2026/07/20 01:23:48 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-tovoniz9xeme/CompareDest" for canonical name "TestFTPPureftpd{we39I}:rclone-test-tovoniz9xeme/CompareDest" 2026/07/20 01:23:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone2228996445) 2026/07/20 01:23:48 DEBUG : one: size = 3 (ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst) 2026/07/20 01:23:48 DEBUG : one: Sizes differ 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: dial("tcp","172.17.0.4:36146") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: > dial: conn=172.17.0.1:34754->172.17.0.4:36146, err= 2026/07/20 01:23:48 DEBUG : one.4a8516eb.partial: size = 5 OK 2026/07/20 01:23:48 DEBUG : one.4a8516eb.partial: renamed to: one 2026/07/20 01:23:48 INFO : one: Copied (replaced existing) 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35649") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56166->172.17.0.4:35649, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37444") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59984->172.17.0.4:37444, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34424") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58906->172.17.0.4:34424, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31806") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35444->172.17.0.4:31806, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35579") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52024->172.17.0.4:35579, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37987") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57974->172.17.0.4:37987, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33460") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38844->172.17.0.4:33460, err= 2026/07/20 01:23:48 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-tovoniz9xeme/CompareDest" for canonical name "TestFTPPureftpd{we39I}:rclone-test-tovoniz9xeme/CompareDest" 2026/07/20 01:23:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone2228996445) 2026/07/20 01:23:48 DEBUG : one: size = 3 (ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst) 2026/07/20 01:23:48 DEBUG : one: Sizes differ 2026/07/20 01:23:48 DEBUG : one: size = 5 OK 2026/07/20 01:23:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/20 01:23:48 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36159") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45326->172.17.0.4:36159, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33043") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39560") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42512->172.17.0.4:39560, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45580->172.17.0.4:33043, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33973") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40948->172.17.0.4:33973, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39868") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52394->172.17.0.4:39868, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32790") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57222->172.17.0.4:32790, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34264") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47480->172.17.0.4:34264, err= 2026/07/20 01:23:48 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-tovoniz9xeme/CompareDest" for canonical name "TestFTPPureftpd{we39I}:rclone-test-tovoniz9xeme/CompareDest" 2026/07/20 01:23:48 DEBUG : two: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : two: size = 3 OK 2026/07/20 01:23:48 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/20 01:23:48 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30494") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43780->172.17.0.4:30494, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37280") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32775") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39972->172.17.0.4:37280, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46242->172.17.0.4:32775, err= 2026/07/20 01:23:48 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-tovoniz9xeme/CompareDest" for canonical name "TestFTPPureftpd{we39I}:rclone-test-tovoniz9xeme/CompareDest" 2026/07/20 01:23:48 DEBUG : two: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : two: size = 3 OK 2026/07/20 01:23:48 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/20 01:23:48 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38515") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35108->172.17.0.4:38515, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38942") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54376->172.17.0.4:38942, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33608") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41254->172.17.0.4:33608, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36168") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55704->172.17.0.4:36168, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33297") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34131") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37680->172.17.0.4:34131, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35298->172.17.0.4:33297, err= 2026/07/20 01:23:48 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-tovoniz9xeme/CompareDest" for canonical name "TestFTPPureftpd{we39I}:rclone-test-tovoniz9xeme/CompareDest" 2026/07/20 01:23:48 DEBUG : two: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : two: size = 5 (Local file system at /tmp/rclone2228996445) 2026/07/20 01:23:48 DEBUG : two: size = 3 (ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/CompareDest) 2026/07/20 01:23:48 DEBUG : two: Sizes differ 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: dial("tcp","172.17.0.4:30116") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/dst: > dial: conn=172.17.0.1:58072->172.17.0.4:30116, err= 2026/07/20 01:23:48 DEBUG : two.a319cd8b.partial: size = 5 OK 2026/07/20 01:23:48 DEBUG : two.a319cd8b.partial: renamed to: two 2026/07/20 01:23:48 INFO : two: Copied (new) 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37417") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49690->172.17.0.4:37417, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32025") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43540->172.17.0.4:32025, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33019") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53336->172.17.0.4:33019, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33289") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48048->172.17.0.4:33289, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35904") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33362->172.17.0.4:35904, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39870") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43510->172.17.0.4:39870, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32308") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42572->172.17.0.4:32308, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/CompareDest: closing 1 unused connections --- PASS: TestCopyFileCompareDest (4.96s) === RUN TestCopyFileCopyDest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" copy_test.go:277: Skipping test as remote does not support server-side copy 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30850") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57386->172.17.0.4:30850, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34783") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53886->172.17.0.4:34783, err= --- SKIP: TestCopyFileCopyDest (0.00s) === RUN TestCopyInplace run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:48 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37016") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44338->172.17.0.4:37016, err= 2026/07/20 01:23:48 DEBUG : sub/file2: size = 14 OK 2026/07/20 01:23:48 INFO : file1: Copied (new) to: sub/file2 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39375") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47290->172.17.0.4:39375, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35854") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35734->172.17.0.4:35854, err= 2026/07/20 01:23:48 DEBUG : sub/file2: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/20 01:23:48 DEBUG : file1: Unchanged skipping 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39106") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47148->172.17.0.4:39106, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32208") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57522->172.17.0.4:32208, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: don't need to copy/move sub/file2, it is already at target location 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31619") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54766->172.17.0.4:31619, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38592") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43494->172.17.0.4:38592, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30083") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35234->172.17.0.4:30083, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30234") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60726->172.17.0.4:30234, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39112") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38538->172.17.0.4:39112, err= --- PASS: TestCopyInplace (0.01s) === RUN TestCopyLongFileName run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:48 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32474") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60782->172.17.0.4:32474, err= 2026/07/20 01:23:48 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: renamed to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/07/20 01:23:48 INFO : file1: Copied (new) to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32134") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33654->172.17.0.4:32134, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31995") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52924->172.17.0.4:31995, err= 2026/07/20 01:23:48 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/20 01:23:48 DEBUG : file1: Unchanged skipping 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39362") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56672->172.17.0.4:39362, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35798") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37732->172.17.0.4:35798, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: don't need to copy/move sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2, it is already at target location 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35323") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52232->172.17.0.4:35323, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34411") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55506->172.17.0.4:34411, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30659") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41136->172.17.0.4:30659, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33036") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60820->172.17.0.4:33036, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31974") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33168->172.17.0.4:31974, err= --- PASS: TestCopyLongFileName (0.02s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31552") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50792->172.17.0.4:31552, err= 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Need to transfer - File not found at Destination 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Waiting for checks to finish 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Waiting for transfers to finish 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Connecting to FTP server 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Connecting to FTP server 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34325") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57110->172.17.0.4:21, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53006->172.17.0.4:34325, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32329") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46786->172.17.0.4:32329, err= 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102 2026/07/20 01:23:48 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Copied (new) 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103 2026/07/20 01:23:48 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Copied (new) 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36129") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33842->172.17.0.4:36129, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30455") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57326->172.17.0.4:30455, err= 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104 2026/07/20 01:23:48 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Copied (new) 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105 2026/07/20 01:23:48 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Copied (new) 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39047") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58998->172.17.0.4:39047, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36958") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40176->172.17.0.4:36958, err= 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106 2026/07/20 01:23:48 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Copied (new) 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107 2026/07/20 01:23:48 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Copied (new) 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33371") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44406->172.17.0.4:33371, err= 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33813") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40790->172.17.0.4:33813, err= 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: size = 14 OK 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108 2026/07/20 01:23:48 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Copied (new) 2026/07/20 01:23:48 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109 2026/07/20 01:23:48 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Copied (new) 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:48 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57126->172.17.0.4:21, err= 2026/07/20 01:23:50 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39734") 2026/07/20 01:23:50 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42278->172.17.0.4:39734, err= 2026/07/20 01:23:50 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: size = 14 OK 2026/07/20 01:23:50 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100 2026/07/20 01:23:50 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Copied (new) 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30328") 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43244->172.17.0.4:30328, err= 2026/07/20 01:23:51 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: size = 14 OK 2026/07/20 01:23:51 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101 2026/07/20 01:23:51 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Copied (new) 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35788") 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55142->172.17.0.4:35788, err= 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34784") 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53034->172.17.0.4:34784, err= 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34685") 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37780->172.17.0.4:34685, err= --- PASS: TestCopyLongFileNameCollision (2.96s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:51 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30072") 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50122->172.17.0.4:30072, err= 2026/07/20 01:23:51 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: size = 14 OK 2026/07/20 01:23:51 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: renamed to: TestCopyFileMaxTransfer/file1 2026/07/20 01:23:51 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33618") 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37016->172.17.0.4:33618, err= 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30435") 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49294->172.17.0.4:30435, err= 2026/07/20 01:23:51 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36799") 2026/07/20 01:23:51 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33468->172.17.0.4:36799, err= 2026/07/20 01:23:52 DEBUG : TestCopyFileMaxTransfer/file2.945646ab.partial: Removed after failed upload: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/07/20 01:23:52 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: update stor: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30892") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48362->172.17.0.4:30892, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38769") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43794->172.17.0.4:38769, err= 2026/07/20 01:23:52 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30721") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56404->172.17.0.4:30721, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38517") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50696->172.17.0.4:38517, err= 2026/07/20 01:23:52 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31032") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59416->172.17.0.4:31032, err= 2026/07/20 01:23:52 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: size = 2062 OK 2026/07/20 01:23:52 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: renamed to: TestCopyFileMaxTransfer/file4 2026/07/20 01:23:52 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39361") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45996->172.17.0.4:39361, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34492") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57714->172.17.0.4:34492, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37543") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34196->172.17.0.4:37543, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30039") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52024->172.17.0.4:30039, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35745") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35748->172.17.0.4:35745, err= --- PASS: TestCopyFileMaxTransfer (1.03s) === RUN TestDeduplicateInteractive run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32667") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40884->172.17.0.4:32667, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35085") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39236->172.17.0.4:35085, err= --- SKIP: TestDeduplicateInteractive (0.00s) === RUN TestDeduplicateSkip run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30965") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54818->172.17.0.4:30965, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38859") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38494->172.17.0.4:38859, err= --- SKIP: TestDeduplicateSkip (0.00s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37087") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49896->172.17.0.4:37087, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37233") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40596->172.17.0.4:37233, err= --- SKIP: TestDeduplicateSizeOnly (0.00s) === RUN TestDeduplicateFirst run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35565") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55116->172.17.0.4:35565, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38936") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54732->172.17.0.4:38936, err= --- SKIP: TestDeduplicateFirst (0.00s) === RUN TestDeduplicateNewest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30257") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47684->172.17.0.4:30257, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30001") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59440->172.17.0.4:30001, err= --- SKIP: TestDeduplicateNewest (0.00s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:36: Can't run this test without a hash 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36538") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50704->172.17.0.4:36538, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35189") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50002->172.17.0.4:35189, err= --- SKIP: TestDeduplicateNewestByHash (0.00s) === RUN TestDeduplicateOldest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33307") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34340->172.17.0.4:33307, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30031") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:32904->172.17.0.4:30031, err= --- SKIP: TestDeduplicateOldest (0.00s) === RUN TestDeduplicateLargest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34467") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58026->172.17.0.4:34467, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38676") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35104->172.17.0.4:38676, err= --- SKIP: TestDeduplicateLargest (0.00s) === RUN TestDeduplicateSmallest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36696") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33324->172.17.0.4:36696, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38586") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53640->172.17.0.4:38586, err= --- SKIP: TestDeduplicateSmallest (0.00s) === RUN TestDeduplicateRename run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36491") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42022->172.17.0.4:36491, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34365") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54854->172.17.0.4:34365, err= --- SKIP: TestDeduplicateRename (0.00s) === RUN TestMergeDirs run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" dedupe_test.go:256: Can't merge directories 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36788") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46400->172.17.0.4:36788, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36115") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43272->172.17.0.4:36115, err= --- SKIP: TestMergeDirs (0.00s) === RUN TestListDirSorted run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39574") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40152->172.17.0.4:39574, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37642") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33572->172.17.0.4:37642, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32045") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52546->172.17.0.4:32045, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31208") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60594->172.17.0.4:31208, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39520") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41886->172.17.0.4:39520, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35876") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59964->172.17.0.4:35876, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35786") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45076->172.17.0.4:35786, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38577") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42346->172.17.0.4:38577, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37261") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35336->172.17.0.4:37261, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33978") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37128->172.17.0.4:33978, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37228") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47070->172.17.0.4:37228, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36811") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41150->172.17.0.4:36811, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37750") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57058->172.17.0.4:37750, err= 2026/07/20 01:23:52 DEBUG : a.txt: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : a.txt: Excluded 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39310") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48740->172.17.0.4:39310, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31568") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56876->172.17.0.4:31568, err= 2026/07/20 01:23:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : sub dir/hello world2: Excluded 2026/07/20 01:23:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : sub dir/hello world: Excluded 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35247") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56984->172.17.0.4:35247, err= 2026/07/20 01:23:52 DEBUG : sub dir/ignore dir: Excluded 2026/07/20 01:23:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : sub dir/hello world2: Excluded 2026/07/20 01:23:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : sub dir/hello world: Excluded 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38582") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59996->172.17.0.4:38582, err= 2026/07/20 01:23:52 DEBUG : sub dir/ignore dir: Excluded 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32380") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44678->172.17.0.4:32380, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30552") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41816->172.17.0.4:30552, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34373") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34666->172.17.0.4:34373, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30669") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43752->172.17.0.4:30669, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37522") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43078->172.17.0.4:37522, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34245") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33050->172.17.0.4:34245, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39377") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57042->172.17.0.4:39377, err= --- PASS: TestListDirSorted (0.02s) === RUN TestListDirSortedFn run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36295") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51556->172.17.0.4:36295, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39249") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47722->172.17.0.4:39249, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36615") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58478->172.17.0.4:36615, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37701") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34436->172.17.0.4:37701, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37658") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42684->172.17.0.4:37658, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31890") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39516->172.17.0.4:31890, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39343") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37304->172.17.0.4:39343, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38523") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56032->172.17.0.4:38523, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33638") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45782->172.17.0.4:33638, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30660") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37422->172.17.0.4:30660, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38941") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44494->172.17.0.4:38941, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38072") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48490->172.17.0.4:38072, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34793") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37452->172.17.0.4:34793, err= 2026/07/20 01:23:52 DEBUG : a.txt: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : a.txt: Excluded 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33552") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54128->172.17.0.4:33552, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32172") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39418->172.17.0.4:32172, err= 2026/07/20 01:23:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : sub dir/hello world2: Excluded 2026/07/20 01:23:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : sub dir/hello world: Excluded 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36720") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38094->172.17.0.4:36720, err= 2026/07/20 01:23:52 DEBUG : sub dir/ignore dir: Excluded 2026/07/20 01:23:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : sub dir/hello world2: Excluded 2026/07/20 01:23:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/20 01:23:52 DEBUG : sub dir/hello world: Excluded 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38718") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50254->172.17.0.4:38718, err= 2026/07/20 01:23:52 DEBUG : sub dir/ignore dir: Excluded 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37685") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58792->172.17.0.4:37685, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38889") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47248->172.17.0.4:38889, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36996") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57942->172.17.0.4:36996, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38875") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42280->172.17.0.4:38875, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34568") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45814->172.17.0.4:34568, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35823") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45846->172.17.0.4:35823, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31007") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34818->172.17.0.4:31007, err= --- PASS: TestListDirSortedFn (0.02s) === RUN TestListJSON run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37021") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50808->172.17.0.4:37021, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33046") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49450->172.17.0.4:33046, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32438") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47692->172.17.0.4:32438, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36194") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56444->172.17.0.4:36194, err= === RUN TestListJSON/Default 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33067") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36134->172.17.0.4:33067, err= === RUN TestListJSON/FilesOnly 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31583") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49716->172.17.0.4:31583, err= === RUN TestListJSON/DirsOnly 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36630") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36722->172.17.0.4:36630, err= === RUN TestListJSON/Recurse 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31005") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39464->172.17.0.4:31005, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35663") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54492->172.17.0.4:35663, err= === RUN TestListJSON/SubDir 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38208") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40098->172.17.0.4:38208, err= === RUN TestListJSON/NoModTime 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31320") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56038->172.17.0.4:31320, err= === RUN TestListJSON/NoMimeType 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37072") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53754->172.17.0.4:37072, err= === RUN TestListJSON/ShowHash 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36995") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43596->172.17.0.4:36995, err= === RUN TestListJSON/HashTypes 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35803") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36668->172.17.0.4:35803, err= 2026/07/20 01:23:52 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33334") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55248->172.17.0.4:33334, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31637") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35434->172.17.0.4:31637, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38279") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52380->172.17.0.4:38279, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38549") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54974->172.17.0.4:38549, err= --- PASS: TestListJSON (0.02s) --- 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32578") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51838->172.17.0.4:32578, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32642") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39216->172.17.0.4:32642, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38400") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50018->172.17.0.4:38400, err= 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34558") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39456->172.17.0.4:34558, err= === RUN TestStatJSON/Root 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36822") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45296->172.17.0.4:36822, err= === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36462") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59846->172.17.0.4:36462, err= === RUN TestStatJSON/Dir 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30941") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58862->172.17.0.4:30941, err= === RUN TestStatJSON/DirWithTrailingSlash 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37915") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60162->172.17.0.4:37915, err= === RUN TestStatJSON/File === RUN TestStatJSON/NotFound 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38038") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46552->172.17.0.4:38038, err= === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32373") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37022->172.17.0.4:32373, err= === RUN TestStatJSON/FileDirsOnly 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35312") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47838->172.17.0.4:35312, err= === RUN TestStatJSON/NotFoundDirsOnly 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31067") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37102->172.17.0.4:31067, err= === RUN TestStatJSON/RootNotFound 2026/07/20 01:23:52 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tovoniz9xeme/notfound" 2026/07/20 01:23:52 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:52 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:52 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:52 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:52 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:52 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:52 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:52 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:52 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:52 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/notfound: Connecting to FTP server 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/notfound: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:52 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/notfound: > dial: conn=172.17.0.1:49868->172.17.0.4:21, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/notfound: dial("tcp","172.17.0.4:39044") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/notfound: > dial: conn=172.17.0.1:58524->172.17.0.4:39044, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35068") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56656->172.17.0.4:35068, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31675") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34888->172.17.0.4:31675, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33514") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54432->172.17.0.4:33514, err= --- PASS: TestStatJSON (2.67s) --- PASS: TestStatJSON/Root (0.00s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.00s) --- PASS: TestStatJSON/Dir (0.00s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSON/File (0.00s) --- PASS: TestStatJSON/NotFound (0.00s) --- PASS: TestStatJSON/DirFilesOnly (0.00s) --- PASS: TestStatJSON/FileFilesOnly (0.00s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.00s) --- PASS: TestStatJSON/DirDirsOnly (0.00s) --- PASS: TestStatJSON/FileDirsOnly (0.00s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.00s) --- PASS: TestStatJSON/RootNotFound (2.65s) === RUN TestStatJSONMemory 2026/07/20 01:23:55 DEBUG : Creating backend with remote ":memory:" 2026/07/20 01:23:55 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/07/20 01:23:55 DEBUG : sub/file1: size = 5 OK 2026/07/20 01:23:55 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/20 01:23:55 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 INFO : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Making directory 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37014") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53804->172.17.0.4:37014, err= 2026/07/20 01:23:55 INFO : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Making directory 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31511") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40074->172.17.0.4:31511, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35280") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36374->172.17.0.4:35280, err= --- PASS: TestMkdir (0.01s) === RUN TestLsd run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35773") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34478->172.17.0.4:35773, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36313") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40756->172.17.0.4:36313, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38643") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59180->172.17.0.4:38643, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34375") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36582->172.17.0.4:34375, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34199") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35826->172.17.0.4:34199, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35006") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58274->172.17.0.4:35006, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38056") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44940->172.17.0.4:38056, err= --- PASS: TestLsd (0.01s) === RUN TestLs run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36298") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55518->172.17.0.4:36298, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34411") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52252->172.17.0.4:34411, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35717") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37412->172.17.0.4:35717, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35662") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50378->172.17.0.4:35662, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31155") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42488->172.17.0.4:31155, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37306") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60600->172.17.0.4:37306, err= --- PASS: TestLs (0.01s) === RUN TestLsWithFilesFrom run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30009") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46468->172.17.0.4:30009, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34841") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49074->172.17.0.4:34841, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33620") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33924->172.17.0.4:33620, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36339") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35038->172.17.0.4:36339, err= 2026/07/20 01:23:55 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/07/20 01:23:55 DEBUG : empty space: Excluded 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30844") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42888->172.17.0.4:30844, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39467") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58922->172.17.0.4:39467, err= --- PASS: TestLsWithFilesFrom (0.01s) === RUN TestLsLong run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35396") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41928->172.17.0.4:35396, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37923") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34520->172.17.0.4:37923, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34111") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46856->172.17.0.4:34111, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34564") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55288->172.17.0.4:34564, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34256") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50980->172.17.0.4:34256, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39142") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36926->172.17.0.4:39142, err= --- PASS: TestLsLong (0.01s) === RUN TestHashSums run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39565") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41032->172.17.0.4:39565, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39244") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34388->172.17.0.4:39244, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38209") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41822->172.17.0.4:38209, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34423") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59114->172.17.0.4:34423, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34015") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43500->172.17.0.4:34015, err= --- PASS: TestHashSums (0.01s) === RUN TestHashSumsWithErrors 2026/07/20 01:23:55 DEBUG : Creating backend with remote ":memory:" 2026/07/20 01:23:55 ERROR : sub/file1: hash unsupported: hash type not supported 2026/07/20 01:23:55 ERROR : file1: hash unsupported: hash type not supported 2026/07/20 01:23:55 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/07/20 01:23:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/07/20 01:23:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/07/20 01:23:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/07/20 01:23:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/07/20 01:23:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/07/20 01:23:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/07/20 01:23:55 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/07/20 01:23:55 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35045") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44298->172.17.0.4:35045, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32934") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43382->172.17.0.4:32934, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38129") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33230->172.17.0.4:38129, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37981") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33464->172.17.0.4:37981, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36386") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42414->172.17.0.4:36386, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33597") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34692->172.17.0.4:33597, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38494") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43278->172.17.0.4:38494, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30601") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40738->172.17.0.4:30601, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34887") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59318->172.17.0.4:34887, err= --- PASS: TestCount (0.02s) === RUN TestDelete run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38001") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59048->172.17.0.4:38001, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34366") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48346->172.17.0.4:34366, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34554") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45978->172.17.0.4:34554, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33721") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47748->172.17.0.4:33721, err= 2026/07/20 01:23:55 DEBUG : Waiting for deletions to finish 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39424") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41386->172.17.0.4:39424, err= 2026/07/20 01:23:55 DEBUG : large: Excluded (Size Filter) 2026/07/20 01:23:55 DEBUG : large: Excluded 2026/07/20 01:23:55 INFO : medium: Deleted 2026/07/20 01:23:55 INFO : small: Deleted 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38748") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59428->172.17.0.4:38748, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34019") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55062->172.17.0.4:34019, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38126") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47056->172.17.0.4:38126, err= --- PASS: TestDelete (0.01s) === RUN TestMaxDelete run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34933") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49688->172.17.0.4:34933, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34772") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38888->172.17.0.4:34772, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30509") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55610->172.17.0.4:30509, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34863") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42958->172.17.0.4:34863, err= 2026/07/20 01:23:55 DEBUG : Waiting for deletions to finish 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38659") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33914->172.17.0.4:38659, err= 2026/07/20 01:23:55 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2026/07/20 01:23:55 INFO : small: Deleted 2026/07/20 01:23:55 INFO : medium: Deleted 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33448") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47444->172.17.0.4:33448, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34907") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47950->172.17.0.4:34907, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34476") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40192->172.17.0.4:34476, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30891") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42492->172.17.0.4:30891, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39511") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40764->172.17.0.4:39511, err= --- PASS: TestMaxDelete (0.02s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32775") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52742->172.17.0.4:32775, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36474") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33502->172.17.0.4:36474, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39030") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56900->172.17.0.4:39030, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33661") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35132->172.17.0.4:33661, err= 2026/07/20 01:23:55 DEBUG : Waiting for deletions to finish 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34831") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60316->172.17.0.4:34831, err= 2026/07/20 01:23:55 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/07/20 01:23:55 INFO : medium: Deleted 2026/07/20 01:23:55 INFO : small: Deleted 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31942") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59614->172.17.0.4:31942, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35483") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44592->172.17.0.4:35483, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33043") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44262->172.17.0.4:33043, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34359") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33702->172.17.0.4:34359, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37247") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51526->172.17.0.4:37247, err= --- PASS: TestMaxDeleteSizeLargeFile (0.02s) === RUN TestMaxDeleteSize run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30563") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49084->172.17.0.4:30563, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34871") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58642->172.17.0.4:34871, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30234") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41546->172.17.0.4:30234, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38264") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50282->172.17.0.4:38264, err= 2026/07/20 01:23:55 DEBUG : Waiting for deletions to finish 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30263") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44044->172.17.0.4:30263, err= 2026/07/20 01:23:55 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/07/20 01:23:55 INFO : medium: Deleted 2026/07/20 01:23:55 INFO : large: Deleted 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36212") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40434->172.17.0.4:36212, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39361") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46002->172.17.0.4:39361, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32777") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45874->172.17.0.4:32777, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39599") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56852->172.17.0.4:39599, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31068") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44186->172.17.0.4:31068, err= --- PASS: TestMaxDeleteSize (0.02s) === RUN TestReadFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38547") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41846->172.17.0.4:38547, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31152") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37526->172.17.0.4:31152, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30579") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43900->172.17.0.4:30579, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39750") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55390->172.17.0.4:39750, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35656") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43066->172.17.0.4:35656, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31842") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41226->172.17.0.4:31842, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32058") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51130->172.17.0.4:32058, err= --- PASS: TestReadFile (0.01s) === RUN TestRetry 2026/07/20 01:23:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/07/20 01:23:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/07/20 01:23:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/20 01:23:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/20 01:23:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/20 01:23:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/20 01:23:55 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38328") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34018->172.17.0.4:38328, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38750") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49320->172.17.0.4:38750, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37951") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54480->172.17.0.4:37951, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39630") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53330->172.17.0.4:39630, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36634") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57516->172.17.0.4:36634, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35083") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41296->172.17.0.4:35083, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38921") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42042->172.17.0.4:38921, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39711") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52392->172.17.0.4:39711, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30835") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47256->172.17.0.4:30835, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32328") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45850->172.17.0.4:32328, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32505") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50688->172.17.0.4:32505, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38819") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39394->172.17.0.4:38819, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39807") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52160->172.17.0.4:39807, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36537") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45556->172.17.0.4:36537, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36422") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52246->172.17.0.4:36422, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33814") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:32920->172.17.0.4:33814, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34360") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48950->172.17.0.4:34360, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36293") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55522->172.17.0.4:36293, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32775") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52744->172.17.0.4:32775, err= 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35394") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56776->172.17.0.4:35394, err= --- PASS: TestCat (0.11s) === RUN TestPurge 2026/07/20 01:23:55 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-hebonuk0qegi" 2026/07/20 01:23:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/20 01:23:55 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:23:55 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:55 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:55 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:55 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:55 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:23:55 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:23:55 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:23:55 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:23:55 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: Connecting to FTP server 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:55 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:49874->172.17.0.4:21, err= 2026/07/20 01:23:58 DEBUG : Creating backend with remote "/tmp/rclone2463265830" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-hebonuk0qegi", Local "Local file system at /tmp/rclone2463265830", Modify Window "1s" 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:34809") 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:57270->172.17.0.4:34809, err= 2026/07/20 01:23:58 INFO : A2: Making directory 2026/07/20 01:23:58 INFO : A1/B2: Making directory 2026/07/20 01:23:58 INFO : A1/B2/C2: Making directory 2026/07/20 01:23:58 INFO : A1/B1/C3: Making directory 2026/07/20 01:23:58 INFO : A3: Making directory 2026/07/20 01:23:58 INFO : A3/B3: Making directory 2026/07/20 01:23:58 INFO : A3/B3/C4: Making directory 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:39194") 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:37642->172.17.0.4:39194, err= 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:33230") 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:57856->172.17.0.4:33230, err= 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: Connecting to FTP server 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: Connecting to FTP server 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:49882->172.17.0.4:21, err= 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:35812") 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:44112->172.17.0.4:35812, err= 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:37467") 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:40268->172.17.0.4:37467, err= 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:36163") 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:46004->172.17.0.4:36163, err= 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:21") 2026/07/20 01:23:58 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:49898->172.17.0.4:21, err= 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:35704") 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:42432->172.17.0.4:35704, err= 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:39021") 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:57488->172.17.0.4:39021, err= 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: Connecting to FTP server 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:21") 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:38650->172.17.0.4:21, err= 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:32329") 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:38875") 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:54710->172.17.0.4:32329, err= 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:34726->172.17.0.4:38875, err= 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:31932") 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:38108->172.17.0.4:31932, err= 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:30275") 2026/07/20 01:24:01 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:47138->172.17.0.4:30275, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:37786") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:35700->172.17.0.4:37786, err= 2026/07/20 01:24:04 DEBUG : Waiting for deletions to finish 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:31444") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:53636->172.17.0.4:31444, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:30295") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:44538->172.17.0.4:30295, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:32237") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:52236->172.17.0.4:32237, err= 2026/07/20 01:24:04 INFO : A1/B1/C1/one: Deleted 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:33375") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:38044->172.17.0.4:33375, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:33033") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:51814->172.17.0.4:33033, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:31088") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:60142->172.17.0.4:31088, err= 2026/07/20 01:24:04 DEBUG : removing 2 level 3 directories 2026/07/20 01:24:04 INFO : A1/B1/C3: Removing directory 2026/07/20 01:24:04 INFO : A1/B1/C1: Removing directory 2026/07/20 01:24:04 DEBUG : removing 1 level 2 directories 2026/07/20 01:24:04 INFO : A1/B1: Removing directory 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:39449") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:47336->172.17.0.4:39449, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:35936") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:37762") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:60792->172.17.0.4:35936, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:31102") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:54474->172.17.0.4:37762, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:49852->172.17.0.4:31102, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:37428") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:45214->172.17.0.4:37428, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:39139") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:41120->172.17.0.4:39139, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:34979") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:37540->172.17.0.4:34979, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:33160") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:35852->172.17.0.4:33160, err= 2026/07/20 01:24:04 DEBUG : Waiting for deletions to finish 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:32272") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:45886->172.17.0.4:32272, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:36647") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:31743") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:54812->172.17.0.4:31743, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:41036->172.17.0.4:36647, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:35080") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:59864->172.17.0.4:35080, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:37048") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:35592->172.17.0.4:37048, err= 2026/07/20 01:24:04 INFO : A1/two: Deleted 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:30594") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:59752->172.17.0.4:30594, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:35512") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:59490->172.17.0.4:35512, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:39548") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:43466->172.17.0.4:39548, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:35112") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:35826->172.17.0.4:35112, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:35680") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:39848->172.17.0.4:35680, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:35761") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:39916") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:54200->172.17.0.4:35761, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:50666->172.17.0.4:39916, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:30066") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:36861") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:34974->172.17.0.4:30066, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:44338->172.17.0.4:36861, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:33749") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:59322->172.17.0.4:33749, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:33254") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:55024->172.17.0.4:33254, err= 2026/07/20 01:24:04 DEBUG : removing 2 level 3 directories 2026/07/20 01:24:04 INFO : A3/B3/C4: Removing directory 2026/07/20 01:24:04 INFO : A1/B2/C2: Removing directory 2026/07/20 01:24:04 DEBUG : removing 2 level 2 directories 2026/07/20 01:24:04 INFO : A3/B3: Removing directory 2026/07/20 01:24:04 INFO : A1/B2: Removing directory 2026/07/20 01:24:04 DEBUG : removing 3 level 1 directories 2026/07/20 01:24:04 INFO : A3: Removing directory 2026/07/20 01:24:04 INFO : A1: Removing directory 2026/07/20 01:24:04 INFO : A2: Removing directory 2026/07/20 01:24:04 DEBUG : removing 1 level 0 directories 2026/07/20 01:24:04 INFO : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: Removing directory 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:36664") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:54856->172.17.0.4:36664, err= 2026/07/20 01:24:04 ERROR : error listing: directory not found 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: dial("tcp","172.17.0.4:36113") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: > dial: conn=172.17.0.1:39986->172.17.0.4:36113, err= 2026/07/20 01:24:04 ERROR : error listing: directory not found 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-hebonuk0qegi: Purge dir "" 2026/07/20 01:24:04 NOTICE: purge failed to rmdir "": directory not found 2026/07/20 01:24:04 NOTICE: purge failed: directory not found --- PASS: TestPurge (9.43s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38518") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60644->172.17.0.4:38518, err= 2026/07/20 01:24:04 INFO : A2: Making directory 2026/07/20 01:24:04 INFO : A1/B2: Making directory 2026/07/20 01:24:04 INFO : A1/B2/C2: Making directory 2026/07/20 01:24:04 INFO : A1/B1/C3: Making directory 2026/07/20 01:24:04 INFO : A3: Making directory 2026/07/20 01:24:04 INFO : A3/B3: Making directory 2026/07/20 01:24:04 INFO : A3/B3/C4: Making directory 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32756") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55166->172.17.0.4:32756, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36375") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39596->172.17.0.4:36375, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30462") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34932") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45830->172.17.0.4:30462, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31618") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42264->172.17.0.4:34932, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50134->172.17.0.4:31618, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Connecting to FTP server 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:21") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38769") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38660->172.17.0.4:21, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43686->172.17.0.4:38769, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32118") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34266->172.17.0.4:32118, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36913") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50710->172.17.0.4:36913, err= 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36205") 2026/07/20 01:24:04 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:32930->172.17.0.4:36205, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data: closing 1 unused connections 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31740") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36108->172.17.0.4:31740, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36315") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52902->172.17.0.4:36315, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31918") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42528->172.17.0.4:31918, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38330") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47904->172.17.0.4:38330, err= 2026/07/20 01:24:07 DEBUG : removing 1 level 3 directories 2026/07/20 01:24:07 INFO : A3/B3/C4: Removing directory 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32558") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:32934->172.17.0.4:32558, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35945") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39358") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60874->172.17.0.4:35945, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37672") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36208->172.17.0.4:39358, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38506->172.17.0.4:37672, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32882") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41792->172.17.0.4:32882, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32016") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35146") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41152->172.17.0.4:32016, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56948->172.17.0.4:35146, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32141") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34743") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31646") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52096->172.17.0.4:32141, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60138->172.17.0.4:34743, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52808->172.17.0.4:31646, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30285") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40410->172.17.0.4:30285, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35114") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53242->172.17.0.4:35114, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38573") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32575") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42870->172.17.0.4:38573, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41102->172.17.0.4:32575, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39144") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58358->172.17.0.4:39144, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35902") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47146->172.17.0.4:35902, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39673") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35496->172.17.0.4:39673, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35677") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57560->172.17.0.4:35677, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31489") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38954->172.17.0.4:31489, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30102") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47932->172.17.0.4:30102, err= 2026/07/20 01:24:07 DEBUG : removing 2 level 3 directories 2026/07/20 01:24:07 INFO : A1/B2/C2: Removing directory 2026/07/20 01:24:07 INFO : A1/B1/C3: Removing directory 2026/07/20 01:24:07 DEBUG : removing 2 level 2 directories 2026/07/20 01:24:07 INFO : A3/B3: Removing directory 2026/07/20 01:24:07 INFO : A1/B2: Removing directory 2026/07/20 01:24:07 DEBUG : removing 2 level 1 directories 2026/07/20 01:24:07 INFO : A3: Removing directory 2026/07/20 01:24:07 INFO : A2: Removing directory 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35041") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57148->172.17.0.4:35041, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31626") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48304->172.17.0.4:31626, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31534") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60996->172.17.0.4:31534, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30784") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42532->172.17.0.4:30784, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37315") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48108->172.17.0.4:37315, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31719") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36202->172.17.0.4:31719, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34233") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35278->172.17.0.4:34233, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38454") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60956->172.17.0.4:38454, err= 2026/07/20 01:24:07 DEBUG : removing 1 level 3 directories 2026/07/20 01:24:07 INFO : A1/B1/C1: Removing directory 2026/07/20 01:24:07 DEBUG : removing 1 level 2 directories 2026/07/20 01:24:07 INFO : A1/B1: Removing directory 2026/07/20 01:24:07 DEBUG : removing 1 level 1 directories 2026/07/20 01:24:07 INFO : A1: Removing directory 2026/07/20 01:24:07 DEBUG : removing 1 level 0 directories 2026/07/20 01:24:07 INFO : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Removing directory 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34999") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58322->172.17.0.4:34999, err= 2026/07/20 01:24:07 ERROR : error listing: directory not found 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35692") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49270->172.17.0.4:35692, err= 2026/07/20 01:24:07 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (2.64s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 INFO : A1: Making directory 2026/07/20 01:24:07 INFO : A1/B1: Making directory 2026/07/20 01:24:07 INFO : A1/B1/C1: Making directory 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34196") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45392->172.17.0.4:34196, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38157") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50282->172.17.0.4:38157, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39439") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44342->172.17.0.4:39439, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36602") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49316->172.17.0.4:36602, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35202") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41480->172.17.0.4:35202, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33063") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42770->172.17.0.4:33063, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32606") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55146->172.17.0.4:32606, err= 2026/07/20 01:24:07 DEBUG : removing 1 level 3 directories 2026/07/20 01:24:07 INFO : A1/B1/C1: Removing directory 2026/07/20 01:24:07 DEBUG : removing 1 level 2 directories 2026/07/20 01:24:07 INFO : A1/B1: Removing directory 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31408") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36430->172.17.0.4:31408, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33420") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60402->172.17.0.4:33420, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35446") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54024->172.17.0.4:35446, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37703") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48310->172.17.0.4:37703, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32899") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59006->172.17.0.4:32899, err= --- PASS: TestRmdirsLeaveRoot (0.01s) === RUN TestRmdirsWithFilter run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 INFO : A1: Making directory 2026/07/20 01:24:07 INFO : A1/B1: Making directory 2026/07/20 01:24:07 INFO : A1/B1/C1: Making directory 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32486") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48010->172.17.0.4:32486, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31997") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47630->172.17.0.4:31997, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33323") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58048->172.17.0.4:33323, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33360") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47296->172.17.0.4:33360, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31153") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56614->172.17.0.4:31153, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37800") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35360->172.17.0.4:37800, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34570") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42756->172.17.0.4:34570, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38234") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41866->172.17.0.4:38234, err= 2026/07/20 01:24:07 DEBUG : removing 1 level 3 directories 2026/07/20 01:24:07 INFO : A1/B1/C1: Removing directory 2026/07/20 01:24:07 DEBUG : removing 1 level 2 directories 2026/07/20 01:24:07 INFO : A1/B1: Removing directory 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34914") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53024->172.17.0.4:34914, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35577") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33742->172.17.0.4:35577, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34858") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58192->172.17.0.4:34858, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36836") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49894->172.17.0.4:36836, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32503") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55774->172.17.0.4:32503, err= --- PASS: TestRmdirsWithFilter (0.01s) === RUN TestCopyURL run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33620") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58722->172.17.0.4:33620, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36593") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40376->172.17.0.4:36593, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37867") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34680->172.17.0.4:37867, err= 2026/07/20 01:24:07 DEBUG : filename.txt: File name found in url 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31541") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60350->172.17.0.4:31541, err= 2026/07/20 01:24:07 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33406") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41814->172.17.0.4:33406, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38692") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41984->172.17.0.4:38692, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34912") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44388->172.17.0.4:34912, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37679") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42260->172.17.0.4:37679, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33881") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57780->172.17.0.4:33881, err= --- PASS: TestCopyURL (0.02s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32147") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33332->172.17.0.4:32147, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32789") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58176->172.17.0.4:32789, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35827") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43388->172.17.0.4:35827, 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32542") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59886->172.17.0.4:32542, err= 2026/07/20 01:24:07 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/07/20 01:24:07 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/07/20 01:24:07 INFO : file1: Copied (new) to: sub/file2 2026/07/20 01:24:07 INFO : file1: Deleted 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37096") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56252->172.17.0.4:37096, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36929") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44194->172.17.0.4:36929, err= 2026/07/20 01:24:07 DEBUG : sub/file2: size = 14 OK 2026/07/20 01:24:07 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/20 01:24:07 DEBUG : file1: Unchanged skipping 2026/07/20 01:24:07 INFO : file1: Deleted 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35185") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60446->172.17.0.4:35185, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34176") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37144->172.17.0.4:34176, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: don't need to copy/move sub/file2, it is already at target location 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36580") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41058->172.17.0.4:36580, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39544") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43342->172.17.0.4:39544, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33500") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55688->172.17.0.4:33500, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31465") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33350->172.17.0.4:31465, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36825") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37940->172.17.0.4:36825, err= --- PASS: TestMoveFile (0.01s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38186") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33974->172.17.0.4:38186, err= 2026/07/20 01:24:07 DEBUG : file1.9aa3f62d.partial: size = 14 OK 2026/07/20 01:24:07 DEBUG : file1.9aa3f62d.partial: renamed to: file1 2026/07/20 01:24:07 INFO : file1: Copied (new) 2026/07/20 01:24:07 INFO : file1: Deleted 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30309") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49342->172.17.0.4:30309, err= 2026/07/20 01:24:07 DEBUG : file1: Destination exists, skipping 2026/07/20 01:24:07 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31153") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56620->172.17.0.4:31153, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38367") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49626->172.17.0.4:38367, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39065") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38806->172.17.0.4:39065, err= --- PASS: TestMoveFileWithIgnoreExisting (0.01s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35120") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60666->172.17.0.4:35120, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37780") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40368->172.17.0.4:37780, err= --- PASS: TestCaseInsensitiveMoveFile (0.00s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36743") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48376->172.17.0.4:36743, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31580") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56728->172.17.0.4:31580, err= --- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s) === RUN TestMoveFileBackupDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35649") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36138->172.17.0.4:35649, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38765") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33262->172.17.0.4:38765, err= 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34189") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39830->172.17.0.4:34189, err= 2026/07/20 01:24:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tovoniz9xeme/backup" 2026/07/20 01:24:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/07/20 01:24:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:24:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:24:07 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:24:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:24:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{we39I}" suffix to name 2026/07/20 01:24:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/07/20 01:24:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/07/20 01:24:07 DEBUG : Setting pass="4upmRKNHP7XoahuL8xNs2laj8q0utzxSLOozrfPlheg" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/07/20 01:24:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/backup: Connecting to FTP server 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/backup: dial("tcp","172.17.0.4:21") 2026/07/20 01:24:07 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/backup: > dial: conn=172.17.0.1:38676->172.17.0.4:21, err= 2026/07/20 01:24:09 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/data: closing 1 unused connections 2026/07/20 01:24:10 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-tovoniz9xeme/backup" to be canonical "TestFTPPureftpd{we39I}:rclone-test-tovoniz9xeme/backup" 2026/07/20 01:24:10 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2228996445) 2026/07/20 01:24:10 DEBUG : dst/file1: size = 18 (ftp://172.17.0.4:21/rclone-test-tovoniz9xeme) 2026/07/20 01:24:10 DEBUG : dst/file1: Sizes differ 2026/07/20 01:24:10 INFO : dst/file1: Moved (server-side) 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30518") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53018->172.17.0.4:30518, err= 2026/07/20 01:24:10 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/07/20 01:24:10 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/07/20 01:24:10 INFO : dst/file1: Copied (new) 2026/07/20 01:24:10 INFO : dst/file1: Deleted 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33137") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58772->172.17.0.4:33137, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38923") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55496->172.17.0.4:38923, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30039") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58944->172.17.0.4:30039, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31205") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36736->172.17.0.4:31205, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34483") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46534->172.17.0.4:34483, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39392") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38720->172.17.0.4:39392, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36786") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38892->172.17.0.4:36786, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37482") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46326->172.17.0.4:37482, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30629") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59558->172.17.0.4:30629, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme/backup: closing 1 unused connections --- PASS: TestMoveFileBackupDir (3.35s) === 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30591") 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51042->172.17.0.4:30591, err= 2026/07/20 01:24:10 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39255") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53276->172.17.0.4:39255, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34511") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43170->172.17.0.4:34511, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35509") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58216->172.17.0.4:35509, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38705") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55302->172.17.0.4:38705, err= 2026/07/20 01:24:11 INFO : A1/B2: Making directory 2026/07/20 01:24:11 INFO : A1/B1/C3: Making directory 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33208") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35318->172.17.0.4:33208, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36201") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44378->172.17.0.4:36201, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39405") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33920->172.17.0.4:39405, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37448") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42460->172.17.0.4:37448, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33102") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39426") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34248") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56162->172.17.0.4:33102, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51992->172.17.0.4:39426, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51270->172.17.0.4:34248, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38752") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55762->172.17.0.4:38752, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33217") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51074->172.17.0.4:33217, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35167") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55686->172.17.0.4:35167, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37988") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56480->172.17.0.4:37988, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31700") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36325") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37008->172.17.0.4:31700, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39828") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34710->172.17.0.4:36325, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48196->172.17.0.4:39828, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33380") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42092->172.17.0.4:33380, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33508") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34034->172.17.0.4:33508, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38319") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38710->172.17.0.4:38319, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39217") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36891") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42888->172.17.0.4:39217, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34428") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47126->172.17.0.4:36891, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33956->172.17.0.4:34428, err= 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Connecting to FTP server 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:21") 2026/07/20 01:24:11 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38682->172.17.0.4:21, err= 2026/07/20 01:24:11 INFO : A2/two: Moved (server-side) to: A3/two 2026/07/20 01:24:11 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/07/20 01:24:11 INFO : A2/one: Moved (server-side) to: A3/one 2026/07/20 01:24:11 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/07/20 01:24:14 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34713") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51238->172.17.0.4:34713, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34609") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52686->172.17.0.4:34609, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37081") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47806->172.17.0.4:37081, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38363") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47956->172.17.0.4:38363, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30662") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50360->172.17.0.4:30662, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38711") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37163") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36544->172.17.0.4:38711, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49110->172.17.0.4:37163, err= 2026/07/20 01:24:14 INFO : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36575") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54616->172.17.0.4:36575, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38953") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59270->172.17.0.4:38953, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37012") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53056->172.17.0.4:37012, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36397") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55998->172.17.0.4:36397, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33660") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30034") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37354->172.17.0.4:33660, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35336->172.17.0.4:30034, err= 2026/07/20 01:24:14 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/07/20 01:24:14 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/07/20 01:24:14 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/07/20 01:24:14 INFO : A3/two: Moved (server-side) to: A4/two 2026/07/20 01:24:14 INFO : A3/one: Moved (server-side) to: A4/one 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35335") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58340->172.17.0.4:35335, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33757") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41532->172.17.0.4:33757, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34106") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35918") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40784->172.17.0.4:34106, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36260->172.17.0.4:35918, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31255") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34294") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44370->172.17.0.4:34294, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42000->172.17.0.4:31255, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38496") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40090->172.17.0.4:38496, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34355") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58038->172.17.0.4:34355, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32431") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48320->172.17.0.4:32431, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39031") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53712->172.17.0.4:39031, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31479") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60156->172.17.0.4:31479, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32700") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:36488->172.17.0.4:32700, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32615") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32556") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46428->172.17.0.4:32615, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51586->172.17.0.4:32556, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35877") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54536->172.17.0.4:35877, err= --- PASS: TestDirMove (3.36s) === RUN TestGetFsInfo run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34176") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47814->172.17.0.4:34176, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35129") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46884->172.17.0.4:35129, 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-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30839") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54870->172.17.0.4:30839, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: File to upload is small (34 bytes), uploading instead of streaming 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30609") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:47978->172.17.0.4:30609, err= 2026/07/20 01:24:14 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/07/20 01:24:14 NOTICE: ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/07/20 01:24:14 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30847") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56530->172.17.0.4:30847, err= 2026/07/20 01:24:14 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/07/20 01:24:14 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35595") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59452->172.17.0.4:35595, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35826") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54592->172.17.0.4:35826, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33331") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38962->172.17.0.4:33331, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34666") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53216->172.17.0.4:34666, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: File to upload is small (34 bytes), uploading instead of streaming 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32031") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:37784->172.17.0.4:32031, err= 2026/07/20 01:24:14 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/07/20 01:24:14 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31271") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55490->172.17.0.4:31271, err= 2026/07/20 01:24:14 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/07/20 01:24:14 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37638") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34998->172.17.0.4:37638, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31124") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:34662->172.17.0.4:31124, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34128") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44478->172.17.0.4:34128, err= === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37867") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46204->172.17.0.4:37867, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: File to upload is small (34 bytes), uploading instead of streaming 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35493") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:50112->172.17.0.4:35493, err= 2026/07/20 01:24:14 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/07/20 01:24:14 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35179") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38386->172.17.0.4:35179, err= 2026/07/20 01:24:14 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/07/20 01:24:14 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34030") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54658->172.17.0.4:34030, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39685") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52624->172.17.0.4:39685, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34815") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:33514->172.17.0.4:34815, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31848") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41154->172.17.0.4:31848, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: File to upload is small (34 bytes), uploading instead of streaming 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39538") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52796->172.17.0.4:39538, err= 2026/07/20 01:24:14 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/07/20 01:24:14 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31495") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45962->172.17.0.4:31495, err= 2026/07/20 01:24:14 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/07/20 01:24:14 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34148") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55900->172.17.0.4:34148, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32741") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39984->172.17.0.4:32741, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31598") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35064->172.17.0.4:31598, 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.02s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.01s) === RUN TestRcatMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" operations_test.go:1563: Skipping as destination doesn't support user metadata 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36893") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53788->172.17.0.4:36893, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31653") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:54042->172.17.0.4:31653, err= --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38932") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44680->172.17.0.4:38932, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: File to upload is small (60 bytes), uploading instead of streaming 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30256") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41400->172.17.0.4:30256, err= 2026/07/20 01:24:14 DEBUG : potato2: size = 60 OK 2026/07/20 01:24:14 DEBUG : potato2: Size of src and dst objects identical 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35827") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59960->172.17.0.4:35827, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31400") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59942->172.17.0.4:31400, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37873") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60390->172.17.0.4:37873, err= --- PASS: TestRcatSize (0.01s) === RUN TestRcatSizeMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" operations_test.go:1644: Skipping as destination doesn't support user metadata 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30959") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35066->172.17.0.4:30959, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37514") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52378->172.17.0.4:37514, err= --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33815") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56876->172.17.0.4:33815, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32147") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:60182->172.17.0.4:32147, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30248") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38298->172.17.0.4:30248, err= --- PASS: TestRcatSizeUploadHeaders (0.00s) === RUN TestTouchDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30019") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55064->172.17.0.4:30019, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31875") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49166->172.17.0.4:31875, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36814") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56276->172.17.0.4:36814, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30733") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59928->172.17.0.4:30733, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38702") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52906->172.17.0.4:38702, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36012") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49656->172.17.0.4:36012, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Touching "potato2" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Touching "empty space" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33695") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42354->172.17.0.4:33695, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Touching "sub dir/potato3" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33935") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45998->172.17.0.4:33935, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31636") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58296->172.17.0.4:31636, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32808") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45912->172.17.0.4:32808, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38866") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38296->172.17.0.4:38866, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38819") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35344->172.17.0.4:38819, err= --- PASS: TestTouchDir (0.02s) === RUN TestMkdirMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33243") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:52206->172.17.0.4:33243, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32247") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35420->172.17.0.4:32247, err= --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30687") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40372->172.17.0.4:30687, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37285") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:46642->172.17.0.4:37285, err= --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34969") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45914->172.17.0.4:34969, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33643") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38126->172.17.0.4:33643, err= --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39160") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49328->172.17.0.4:39160, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31882") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:59916->172.17.0.4:31882, err= --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34732") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49448->172.17.0.4:34732, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36555") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40318->172.17.0.4:36555, err= --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-tovoniz9xeme", Local "Local file system at /tmp/rclone2228996445", Modify Window "1s" 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31795") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:53404->172.17.0.4:31795, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30295") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:40148->172.17.0.4:30295, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35704") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42782->172.17.0.4:35704, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31046") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:55360->172.17.0.4:31046, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30069") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:43118->172.17.0.4:30069, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32668") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49918->172.17.0.4:32668, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31998") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:44874->172.17.0.4:31998, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37945") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:48066->172.17.0.4:37945, err= 2026/07/20 01:24:14 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qisirok9" before starting 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34361") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:51270->172.17.0.4:34361, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:33859") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42754->172.17.0.4:33859, err= 2026/07/20 01:24:14 DEBUG : sub dir/test remove existing.qisirok9: TEST: removing renamed existing file after operation 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:38772") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58732->172.17.0.4:38772, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35310") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:39582->172.17.0.4:35310, err= 2026/07/20 01:24:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rorapab4" before starting 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31200") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38844->172.17.0.4:31200, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36724") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:49448->172.17.0.4:36724, err= 2026/07/20 01:24:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rorapab4: TEST: renaming existing back after failed operation 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:30234") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:57774->172.17.0.4:30234, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31351") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38254->172.17.0.4:31351, err= 2026/07/20 01:24:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yefolok9" before starting 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:35536") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:56670->172.17.0.4:35536, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:31292") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:58068->172.17.0.4:31292, err= 2026/07/20 01:24:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yefolok9: TEST: removing renamed existing file after operation 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:34463") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35506->172.17.0.4:34463, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36032") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:42370->172.17.0.4:36032, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:32258") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:38274->172.17.0.4:32258, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:36605") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:35482->172.17.0.4:36605, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:37547") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:45732->172.17.0.4:37547, 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/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: dial("tcp","172.17.0.4:39608") 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: > dial: conn=172.17.0.1:41612->172.17.0.4:39608, err= 2026/07/20 01:24:14 DEBUG : ftp://172.17.0.4:21/rclone-test-tovoniz9xeme: Purge dir "" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Finished OK in 1m13.727229789s (try 1/5)