"./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Starting (try 1/5) 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cimikef8tewe" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47422->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone4274745191" === 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:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33262") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52160->172.17.0.4:33262, err= 2026/04/05 03:30:07 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.00s) === RUN TestMultithreadCopyAbort run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33976") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48970->172.17.0.4:33976, err= 2026/04/05 03:30:07 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.00s) === RUN TestSizeDiffers 2026/04/05 03:30:07 DEBUG : a: size = 0 OK 2026/04/05 03:30:07 DEBUG : a: size = 1 (memory) 2026/04/05 03:30:07 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/04/05 03:30:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/04/05 03:30:07 DEBUG : potato: Seek from 10 to 0 2026/04/05 03:30:07 DEBUG : potato: Seek from 10 to 0 2026/04/05 03:30:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/04/05 03:30:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Seek from 5 to 2 2026/04/05 03:30:07 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/04/05 03:30:07 DEBUG : potato: Seek from 7 to 0 2026/04/05 03:30:07 DEBUG : potato: Seek from 7 to 0 2026/04/05 03:30:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/04/05 03:30:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Seek from 5 to 2 2026/04/05 03:30:07 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/04/05 03:30:07 DEBUG : potato: Seek from 8 to 0 2026/04/05 03:30:07 DEBUG : potato: Seek from 8 to 0 2026/04/05 03:30:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/04/05 03:30:07 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/05 03:30:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/05 03:30:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/05 03:30:07 DEBUG : potato: Seek from 5 to 2 2026/04/05 03:30:07 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/04/05 03:30:07 DEBUG : potato: Seek from 9 to 0 2026/04/05 03:30:07 DEBUG : potato: Seek from 9 to 0 2026/04/05 03:30:07 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:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37523") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38906->172.17.0.4:37523, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35368") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45694->172.17.0.4:35368, err= === RUN TestCheck/1 === RUN TestCheck/2 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31067") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52354->172.17.0.4:31067, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33332") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42940->172.17.0.4:33332, err= === RUN TestCheck/3 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35306") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60636->172.17.0.4:35306, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35792") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50030->172.17.0.4:35792, err= === RUN TestCheck/4 === RUN TestCheck/5 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31085") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53762->172.17.0.4:31085, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33576") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58652->172.17.0.4:33576, err= === RUN TestCheck/6 === RUN TestCheck/7 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37073") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58728->172.17.0.4:37073, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32043") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53334->172.17.0.4:32043, err= --- PASS: TestCheck (0.02s) --- 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/04/05 03:30:07 DEBUG : Creating backend with remote "nonexistent" 2026/04/05 03:30:07 DEBUG : Creating backend with remote "nonexistent" 2026/04/05 03:30:07 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/04/05 03:30:07 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/04/05 03:30:07 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/04/05 03:30:07 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39337") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57518->172.17.0.4:39337, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39695") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45700->172.17.0.4:39695, err= === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31989") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48580->172.17.0.4:31989, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30098") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60144->172.17.0.4:30098, err= === RUN TestCheckDownload/3 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35200") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60898->172.17.0.4:35200, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31620") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56406->172.17.0.4:31620, err= === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30714") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51100->172.17.0.4:30714, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38467") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40090->172.17.0.4:38467, err= === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31586") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37736->172.17.0.4:31586, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30798") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45512->172.17.0.4:30798, err= --- PASS: TestCheckDownload (0.11s) --- 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:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33282") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50686->172.17.0.4:33282, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38939") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46122->172.17.0.4:38939, err= === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30256") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39734->172.17.0.4:30256, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32197") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60526->172.17.0.4:32197, err= === RUN TestCheckSizeOnly/3 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34036") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45450->172.17.0.4:34036, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30909") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49104->172.17.0.4:30909, err= === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32167") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57390->172.17.0.4:32167, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36465") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37448->172.17.0.4:36465, err= === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38844") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55398->172.17.0.4:38844, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30382") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40750->172.17.0.4:30382, err= --- PASS: TestCheckSizeOnly (0.02s) --- 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:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36034") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44654->172.17.0.4:36034, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38030") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48018->172.17.0.4:38030, err= 2026/04/05 03:30:07 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/05 03:30:07 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/05 03:30:07 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/05 03:30:07 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30030") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49284->172.17.0.4:30030, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38262") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48528->172.17.0.4:38262, err= 2026/04/05 03:30:07 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/05 03:30:07 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/05 03:30:07 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/05 03:30:07 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35811") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36748->172.17.0.4:35811, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33850") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38812->172.17.0.4:33850, err= --- PASS: TestParseSumFile (0.01s) === RUN TestCheckSum run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cimikef8tewe/data" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/data: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/data: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/data: > dial: conn=172.17.0.1:47424->172.17.0.4:21, err= check_test.go:350: ftp://172.17.0.4:21/rclone-test-cimikef8tewe/data lacks md5, skipping 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37667") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44570->172.17.0.4:37667, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37322") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48560->172.17.0.4:37322, err= --- SKIP: TestCheckSum (0.02s) === RUN TestCheckSumDownload run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cimikef8tewe/data" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/data: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/data: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/data: > dial: conn=172.17.0.1:47434->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33979") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55836->172.17.0.4:33979, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35961") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41612->172.17.0.4:35961, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36820") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37232->172.17.0.4:36820, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37716") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37076->172.17.0.4:37716, err= === RUN TestCheckSumDownload/subtest1 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39047") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58366->172.17.0.4:39047, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36901") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48648->172.17.0.4:36901, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36348") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55432->172.17.0.4:36348, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32460") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37276->172.17.0.4:32460, err= === RUN TestCheckSumDownload/subtest2 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31993") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48246->172.17.0.4:31993, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30264") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57608->172.17.0.4:30264, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38072") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54770->172.17.0.4:38072, err= === RUN TestCheckSumDownload/subtest3 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35582") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34414->172.17.0.4:35582, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31765") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48354->172.17.0.4:31765, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35434") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37842->172.17.0.4:35434, err= === RUN TestCheckSumDownload/subtest4 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38395") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44728->172.17.0.4:38395, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33841") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60396->172.17.0.4:33841, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31214") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34514->172.17.0.4:31214, err= === RUN TestCheckSumDownload/subtest5 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34913") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46076->172.17.0.4:34913, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35053") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34456->172.17.0.4:35053, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31170") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39290->172.17.0.4:31170, err= === RUN TestCheckSumDownload/subtest6 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30656") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48892->172.17.0.4:30656, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38165") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47568->172.17.0.4:38165, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38757") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33992->172.17.0.4:38757, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34087") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38544->172.17.0.4:34087, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34099") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44698->172.17.0.4:34099, err= === RUN TestCheckSumDownload/subtest7 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32547") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46072->172.17.0.4:32547, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32180") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35550->172.17.0.4:32180, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39251") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41236->172.17.0.4:39251, err= --- PASS: TestCheckSumDownload (0.14s) --- PASS: TestCheckSumDownload/subtest1 (0.00s) --- PASS: TestCheckSumDownload/subtest2 (0.01s) --- PASS: TestCheckSumDownload/subtest3 (0.02s) --- PASS: TestCheckSumDownload/subtest4 (0.02s) --- PASS: TestCheckSumDownload/subtest5 (0.02s) --- PASS: TestCheckSumDownload/subtest6 (0.02s) --- PASS: TestCheckSumDownload/subtest7 (0.02s) === RUN TestApplyTransforms 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-deqovok9buxo" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: > dial: conn=172.17.0.1:47440->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone2973144545" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-deqovok9buxo", Local "Local file system at /tmp/rclone2973144545", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: dial("tcp","172.17.0.4:35208") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: > dial: conn=172.17.0.1:55100->172.17.0.4:35208, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: dial("tcp","172.17.0.4:34620") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: > dial: conn=172.17.0.1:37418->172.17.0.4:34620, err= upper checkfile vs. lower remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: dial("tcp","172.17.0.4:37137") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: > dial: conn=172.17.0.1:60328->172.17.0.4:37137, err= 2026/04/05 03:30:07 ERROR : hello, world!: sum not found 2026/04/05 03:30:07 ERROR : HELLO, WORLD!: file not in ftp://172.17.0.4:21/rclone-test-deqovok9buxo 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-deqovok9buxo: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-deqovok9buxo: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-deqovok9buxo: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: dial("tcp","172.17.0.4:33941") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: > dial: conn=172.17.0.1:35094->172.17.0.4:33941, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: dial("tcp","172.17.0.4:32206") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: > dial: conn=172.17.0.1:48300->172.17.0.4:32206, err= 2026/04/05 03:30:07 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-deqovok9buxo: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-deqovok9buxo: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-hazeqev4puji" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: > dial: conn=172.17.0.1:47448->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone729004885" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-hazeqev4puji", Local "Local file system at /tmp/rclone729004885", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: dial("tcp","172.17.0.4:30005") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: > dial: conn=172.17.0.1:32908->172.17.0.4:30005, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: dial("tcp","172.17.0.4:37939") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: > dial: conn=172.17.0.1:44894->172.17.0.4:37939, err= lower checkfile vs. upper remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: dial("tcp","172.17.0.4:36402") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: > dial: conn=172.17.0.1:33124->172.17.0.4:36402, err= 2026/04/05 03:30:07 ERROR : HELLO, WORLD!: sum not found 2026/04/05 03:30:07 ERROR : hello, world!: file not in ftp://172.17.0.4:21/rclone-test-hazeqev4puji 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-hazeqev4puji: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-hazeqev4puji: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-hazeqev4puji: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: dial("tcp","172.17.0.4:35435") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: > dial: conn=172.17.0.1:45126->172.17.0.4:35435, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: dial("tcp","172.17.0.4:34451") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: > dial: conn=172.17.0.1:55038->172.17.0.4:34451, err= 2026/04/05 03:30:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-hazeqev4puji: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-hazeqev4puji: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-xonejix0bozu" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: > dial: conn=172.17.0.1:47452->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone2192781769" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-xonejix0bozu", Local "Local file system at /tmp/rclone2192781769", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: dial("tcp","172.17.0.4:34083") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: > dial: conn=172.17.0.1:57024->172.17.0.4:34083, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: dial("tcp","172.17.0.4:39541") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: > dial: conn=172.17.0.1:55256->172.17.0.4:39541, err= lower checkfile vs. upperlowermixed remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: dial("tcp","172.17.0.4:33559") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: > dial: conn=172.17.0.1:34168->172.17.0.4:33559, err= 2026/04/05 03:30:07 ERROR : HeLlO, wOrLd!: sum not found 2026/04/05 03:30:07 ERROR : hello, world!: file not in ftp://172.17.0.4:21/rclone-test-xonejix0bozu 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xonejix0bozu: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xonejix0bozu: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xonejix0bozu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: dial("tcp","172.17.0.4:37457") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: > dial: conn=172.17.0.1:39454->172.17.0.4:37457, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: dial("tcp","172.17.0.4:36886") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: > dial: conn=172.17.0.1:58984->172.17.0.4:36886, err= 2026/04/05 03:30:07 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xonejix0bozu: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xonejix0bozu: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-delewoy0poxa" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: > dial: conn=172.17.0.1:47458->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone3955484701" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-delewoy0poxa", Local "Local file system at /tmp/rclone3955484701", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: dial("tcp","172.17.0.4:30521") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: > dial: conn=172.17.0.1:49472->172.17.0.4:30521, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: dial("tcp","172.17.0.4:30124") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: > dial: conn=172.17.0.1:33752->172.17.0.4:30124, err= upperlowermixed checkfile vs. upper remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: dial("tcp","172.17.0.4:39710") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: > dial: conn=172.17.0.1:38168->172.17.0.4:39710, err= 2026/04/05 03:30:07 ERROR : HELLO, WORLD!: sum not found 2026/04/05 03:30:07 ERROR : HeLlO, wOrLd!: file not in ftp://172.17.0.4:21/rclone-test-delewoy0poxa 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-delewoy0poxa: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-delewoy0poxa: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-delewoy0poxa: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: dial("tcp","172.17.0.4:30158") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: > dial: conn=172.17.0.1:42670->172.17.0.4:30158, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: dial("tcp","172.17.0.4:36501") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: > dial: conn=172.17.0.1:42884->172.17.0.4:36501, err= 2026/04/05 03:30:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-delewoy0poxa: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-delewoy0poxa: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-gubemuz3mibu" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: > dial: conn=172.17.0.1:47462->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone790676270" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-gubemuz3mibu", Local "Local file system at /tmp/rclone790676270", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: dial("tcp","172.17.0.4:30062") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: > dial: conn=172.17.0.1:32818->172.17.0.4:30062, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: dial("tcp","172.17.0.4:35830") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: > dial: conn=172.17.0.1:36280->172.17.0.4:35830, err= NFD checkfile vs. NFC remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: dial("tcp","172.17.0.4:34625") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: > dial: conn=172.17.0.1:58950->172.17.0.4:34625, err= 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ: sum not found 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-gubemuz3mibu 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: dial("tcp","172.17.0.4:39592") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: > dial: conn=172.17.0.1:46658->172.17.0.4:39592, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: dial("tcp","172.17.0.4:31533") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: > dial: conn=172.17.0.1:47244->172.17.0.4:31533, err= 2026/04/05 03:30:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-rukugoz3wiso" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: > dial: conn=172.17.0.1:47464->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone152201645" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-rukugoz3wiso", Local "Local file system at /tmp/rclone152201645", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: dial("tcp","172.17.0.4:39341") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: > dial: conn=172.17.0.1:35554->172.17.0.4:39341, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: dial("tcp","172.17.0.4:32911") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: > dial: conn=172.17.0.1:35590->172.17.0.4:32911, err= NFC checkfile vs. NFD remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: dial("tcp","172.17.0.4:35080") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: > dial: conn=172.17.0.1:49778->172.17.0.4:35080, err= 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ: sum not found 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-rukugoz3wiso 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: dial("tcp","172.17.0.4:34179") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: > dial: conn=172.17.0.1:49452->172.17.0.4:34179, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: dial("tcp","172.17.0.4:36253") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: > dial: conn=172.17.0.1:50384->172.17.0.4:36253, err= 2026/04/05 03:30:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-xasevoy9yumu" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: > dial: conn=172.17.0.1:47478->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone4198803768" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-xasevoy9yumu", Local "Local file system at /tmp/rclone4198803768", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: dial("tcp","172.17.0.4:37981") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: > dial: conn=172.17.0.1:38020->172.17.0.4:37981, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: dial("tcp","172.17.0.4:30274") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: > dial: conn=172.17.0.1:33564->172.17.0.4:30274, err= NFDx2 checkfile vs. both remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: dial("tcp","172.17.0.4:35096") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: > dial: conn=172.17.0.1:60468->172.17.0.4:35096, err= 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-xasevoy9yumu 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: dial("tcp","172.17.0.4:30481") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: > dial: conn=172.17.0.1:54542->172.17.0.4:30481, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: dial("tcp","172.17.0.4:38806") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: > dial: conn=172.17.0.1:50318->172.17.0.4:38806, err= 2026/04/05 03:30:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-niduyev2hoge" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: > dial: conn=172.17.0.1:47488->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone2797334909" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-niduyev2hoge", Local "Local file system at /tmp/rclone2797334909", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: dial("tcp","172.17.0.4:34464") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: > dial: conn=172.17.0.1:53318->172.17.0.4:34464, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: dial("tcp","172.17.0.4:34721") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: > dial: conn=172.17.0.1:45356->172.17.0.4:34721, err= NFCx2 checkfile vs. both remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: dial("tcp","172.17.0.4:34159") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: > dial: conn=172.17.0.1:34062->172.17.0.4:34159, err= 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-niduyev2hoge 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-niduyev2hoge: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-niduyev2hoge: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-niduyev2hoge: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: dial("tcp","172.17.0.4:35638") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: > dial: conn=172.17.0.1:51164->172.17.0.4:35638, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: dial("tcp","172.17.0.4:33592") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: > dial: conn=172.17.0.1:48490->172.17.0.4:33592, err= 2026/04/05 03:30:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-niduyev2hoge: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-niduyev2hoge: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zubefay4fuba" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: > dial: conn=172.17.0.1:47490->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone3155211114" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-zubefay4fuba", Local "Local file system at /tmp/rclone3155211114", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: dial("tcp","172.17.0.4:33114") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: > dial: conn=172.17.0.1:36290->172.17.0.4:33114, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: dial("tcp","172.17.0.4:33098") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: > dial: conn=172.17.0.1:40538->172.17.0.4:33098, err= both checkfile vs. NFDx2 remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: dial("tcp","172.17.0.4:36677") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: > dial: conn=172.17.0.1:56404->172.17.0.4:36677, err= 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-zubefay4fuba 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zubefay4fuba: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zubefay4fuba: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zubefay4fuba: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: dial("tcp","172.17.0.4:38117") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: > dial: conn=172.17.0.1:44246->172.17.0.4:38117, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: dial("tcp","172.17.0.4:32640") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: > dial: conn=172.17.0.1:41746->172.17.0.4:32640, err= 2026/04/05 03:30:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zubefay4fuba: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zubefay4fuba: 1 matching files 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zasaneq2heyu" 2026/04/05 03:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: > dial: conn=172.17.0.1:47504->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "/tmp/rclone3608816113" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-zasaneq2heyu", Local "Local file system at /tmp/rclone3608816113", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: dial("tcp","172.17.0.4:38451") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: > dial: conn=172.17.0.1:36970->172.17.0.4:38451, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: dial("tcp","172.17.0.4:33302") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: > dial: conn=172.17.0.1:56696->172.17.0.4:33302, err= both checkfile vs. NFCx2 remote (without normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: dial("tcp","172.17.0.4:33303") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: > dial: conn=172.17.0.1:58610->172.17.0.4:33303, err= 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/05 03:30:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-zasaneq2heyu 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: 1 files missing 2026/04/05 03:30:07 NOTICE: 1 hashes missing 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: 1 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: dial("tcp","172.17.0.4:36218") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: > dial: conn=172.17.0.1:52702->172.17.0.4:36218, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: dial("tcp","172.17.0.4:39676") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: > dial: conn=172.17.0.1:39918->172.17.0.4:39676, err= 2026/04/05 03:30:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: 0 differences found 2026/04/05 03:30:07 NOTICE: ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: 1 matching files 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: dial("tcp","172.17.0.4:39152") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: > dial: conn=172.17.0.1:45778->172.17.0.4:39152, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zasaneq2heyu: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: dial("tcp","172.17.0.4:30539") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: > dial: conn=172.17.0.1:36000->172.17.0.4:30539, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-zubefay4fuba: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: dial("tcp","172.17.0.4:35041") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: > dial: conn=172.17.0.1:35178->172.17.0.4:35041, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-niduyev2hoge: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: dial("tcp","172.17.0.4:33866") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: > dial: conn=172.17.0.1:50494->172.17.0.4:33866, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xasevoy9yumu: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: dial("tcp","172.17.0.4:39690") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: > dial: conn=172.17.0.1:37514->172.17.0.4:39690, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: Purge object "測試_Русский___ě_áñ" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-rukugoz3wiso: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: dial("tcp","172.17.0.4:30366") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: > dial: conn=172.17.0.1:46104->172.17.0.4:30366, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: Purge object "測試_Русский___ě_áñ" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-gubemuz3mibu: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: dial("tcp","172.17.0.4:36309") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: > dial: conn=172.17.0.1:52428->172.17.0.4:36309, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: Purge object "HELLO, WORLD!" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-delewoy0poxa: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: dial("tcp","172.17.0.4:32997") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: > dial: conn=172.17.0.1:33002->172.17.0.4:32997, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: Purge object "HeLlO, wOrLd!" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-xonejix0bozu: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: dial("tcp","172.17.0.4:36909") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: > dial: conn=172.17.0.1:41768->172.17.0.4:36909, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: Purge object "HELLO, WORLD!" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-hazeqev4puji: Purge dir "" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: dial("tcp","172.17.0.4:35695") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: > dial: conn=172.17.0.1:41358->172.17.0.4:35695, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: Purge object "hello, world!" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-deqovok9buxo: Purge dir "" --- PASS: TestApplyTransforms (0.26s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32052") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45568->172.17.0.4:32052, err= 2026/04/05 03:30:07 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/04/05 03:30:07 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/04/05 03:30:07 INFO : file1: Copied (new) to: sub/file2 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31505") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42034->172.17.0.4:31505, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38835") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48878->172.17.0.4:38835, err= 2026/04/05 03:30:07 DEBUG : sub/file2: size = 14 OK 2026/04/05 03:30:07 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:30:07 DEBUG : file1: Unchanged skipping 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30075") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33750->172.17.0.4:30075, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31877") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40648->172.17.0.4:31877, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: don't need to copy/move sub/file2, it is already at target location 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34476") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52328->172.17.0.4:34476, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33765") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46830->172.17.0.4:33765, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37101") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56076->172.17.0.4:37101, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33409") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50930->172.17.0.4:33409, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31291") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50186->172.17.0.4:31291, err= --- PASS: TestCopyFile (0.01s) === RUN TestCopyLongFile run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" copy_test.go:154: Test only runs on local 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33141") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45678->172.17.0.4:33141, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33450") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52918->172.17.0.4:33450, err= --- SKIP: TestCopyLongFile (0.00s) === RUN TestCopyFileBackupDir run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32352") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55190->172.17.0.4:32352, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37738") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34228->172.17.0.4:37738, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31159") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48286->172.17.0.4:31159, err= 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cimikef8tewe/backup" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/backup: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/backup: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/backup: > dial: conn=172.17.0.1:47512->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-cimikef8tewe/backup" to be canonical "TestFTPPureftpd{8aHaJ}:rclone-test-cimikef8tewe/backup" 2026/04/05 03:30:07 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone4274745191) 2026/04/05 03:30:07 DEBUG : dst/file1: size = 18 (ftp://172.17.0.4:21/rclone-test-cimikef8tewe) 2026/04/05 03:30:07 DEBUG : dst/file1: Sizes differ 2026/04/05 03:30:07 INFO : dst/file1: Moved (server-side) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36352") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36822->172.17.0.4:36352, err= 2026/04/05 03:30:07 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/04/05 03:30:07 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/04/05 03:30:07 INFO : dst/file1: Copied (new) 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33987") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44736->172.17.0.4:33987, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47516->172.17.0.4:21, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34033") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49652->172.17.0.4:34033, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31463") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40796->172.17.0.4:31463, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32164") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49450->172.17.0.4:32164, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36835") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45596->172.17.0.4:36835, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30730") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35843") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57130->172.17.0.4:30730, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43450->172.17.0.4:35843, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34808") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42260->172.17.0.4:34808, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34092") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48060->172.17.0.4:34092, err= 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/backup: closing 1 unused connections --- PASS: TestCopyFileBackupDir (0.05s) === RUN TestCopyFileCompareDest run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cimikef8tewe/dst" 2026/04/05 03:30:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:07 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: Connecting to FTP server 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: > dial: conn=172.17.0.1:47522->172.17.0.4:21, err= 2026/04/05 03:30:08 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cimikef8tewe/CompareDest" 2026/04/05 03:30:08 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:08 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:08 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:08 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:08 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:08 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:08 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:08 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:08 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:08 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/CompareDest: Connecting to FTP server 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/CompareDest: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/CompareDest: > dial: conn=172.17.0.1:47536->172.17.0.4:21, err= 2026/04/05 03:30:08 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-cimikef8tewe/CompareDest" to be canonical "TestFTPPureftpd{8aHaJ}:rclone-test-cimikef8tewe/CompareDest" 2026/04/05 03:30:08 DEBUG : one: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: dial("tcp","172.17.0.4:33825") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: > dial: conn=172.17.0.1:51560->172.17.0.4:33825, err= 2026/04/05 03:30:08 DEBUG : one.b2cc3c6c.partial: size = 3 OK 2026/04/05 03:30:08 DEBUG : one.b2cc3c6c.partial: renamed to: one 2026/04/05 03:30:08 INFO : one: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34000") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55040->172.17.0.4:34000, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38505") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32934->172.17.0.4:38505, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30353") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41172->172.17.0.4:30353, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32929") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59930->172.17.0.4:32929, err= 2026/04/05 03:30:08 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-cimikef8tewe/CompareDest" for canonical name "TestFTPPureftpd{8aHaJ}:rclone-test-cimikef8tewe/CompareDest" 2026/04/05 03:30:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone4274745191) 2026/04/05 03:30:08 DEBUG : one: size = 3 (ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst) 2026/04/05 03:30:08 DEBUG : one: Sizes differ 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: dial("tcp","172.17.0.4:32699") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: > dial: conn=172.17.0.1:42990->172.17.0.4:32699, err= 2026/04/05 03:30:08 DEBUG : one.4a8516eb.partial: size = 5 OK 2026/04/05 03:30:08 DEBUG : one.4a8516eb.partial: renamed to: one 2026/04/05 03:30:08 INFO : one: Copied (replaced existing) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38910") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33262->172.17.0.4:38910, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39407") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32968->172.17.0.4:39407, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34924") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57430->172.17.0.4:34924, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31197") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49754->172.17.0.4:31197, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33843") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47430->172.17.0.4:33843, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35919") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59650->172.17.0.4:35919, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31585") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59402->172.17.0.4:31585, err= 2026/04/05 03:30:08 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-cimikef8tewe/CompareDest" for canonical name "TestFTPPureftpd{8aHaJ}:rclone-test-cimikef8tewe/CompareDest" 2026/04/05 03:30:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone4274745191) 2026/04/05 03:30:08 DEBUG : one: size = 3 (ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst) 2026/04/05 03:30:08 DEBUG : one: Sizes differ 2026/04/05 03:30:08 DEBUG : one: size = 5 OK 2026/04/05 03:30:08 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/05 03:30:08 DEBUG : one: Destination found in --compare-dest, skipping 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35953") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58488->172.17.0.4:35953, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37481") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51322->172.17.0.4:37481, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33057") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58268->172.17.0.4:33057, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36862") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53712->172.17.0.4:36862, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32397") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59076->172.17.0.4:32397, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34830") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47500->172.17.0.4:34830, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33659") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55226->172.17.0.4:33659, err= 2026/04/05 03:30:08 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-cimikef8tewe/CompareDest" for canonical name "TestFTPPureftpd{8aHaJ}:rclone-test-cimikef8tewe/CompareDest" 2026/04/05 03:30:08 DEBUG : two: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : two: size = 3 OK 2026/04/05 03:30:08 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/05 03:30:08 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34729") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52356->172.17.0.4:34729, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35969") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33894->172.17.0.4:35969, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31820") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41546->172.17.0.4:31820, err= 2026/04/05 03:30:08 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-cimikef8tewe/CompareDest" for canonical name "TestFTPPureftpd{8aHaJ}:rclone-test-cimikef8tewe/CompareDest" 2026/04/05 03:30:08 DEBUG : two: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : two: size = 3 OK 2026/04/05 03:30:08 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/05 03:30:08 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39276") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47424->172.17.0.4:39276, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35112") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37882") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33458->172.17.0.4:35112, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55438->172.17.0.4:37882, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34147") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49844->172.17.0.4:34147, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38118") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36722") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53398->172.17.0.4:38118, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57322->172.17.0.4:36722, err= 2026/04/05 03:30:08 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-cimikef8tewe/CompareDest" for canonical name "TestFTPPureftpd{8aHaJ}:rclone-test-cimikef8tewe/CompareDest" 2026/04/05 03:30:08 DEBUG : two: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : two: size = 5 (Local file system at /tmp/rclone4274745191) 2026/04/05 03:30:08 DEBUG : two: size = 3 (ftp://172.17.0.4:21/rclone-test-cimikef8tewe/CompareDest) 2026/04/05 03:30:08 DEBUG : two: Sizes differ 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: dial("tcp","172.17.0.4:31029") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/dst: > dial: conn=172.17.0.1:40186->172.17.0.4:31029, err= 2026/04/05 03:30:08 DEBUG : two.a319cd8b.partial: size = 5 OK 2026/04/05 03:30:08 DEBUG : two.a319cd8b.partial: renamed to: two 2026/04/05 03:30:08 INFO : two: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36250") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57222->172.17.0.4:36250, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35111") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33874->172.17.0.4:35111, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36687") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37256->172.17.0.4:36687, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39863") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56526->172.17.0.4:39863, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38239") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36146->172.17.0.4:38239, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35475") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52280->172.17.0.4:35475, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31583") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44510->172.17.0.4:31583, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/CompareDest: closing 1 unused connections --- PASS: TestCopyFileCompareDest (0.07s) === RUN TestCopyFileCopyDest run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" copy_test.go:277: Skipping test as remote does not support server-side copy 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36335") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47544->172.17.0.4:36335, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33585") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38758->172.17.0.4:33585, err= --- SKIP: TestCopyFileCopyDest (0.00s) === RUN TestCopyInplace run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:08 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34869") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39082->172.17.0.4:34869, err= 2026/04/05 03:30:08 DEBUG : sub/file2: size = 14 OK 2026/04/05 03:30:08 INFO : file1: Copied (new) to: sub/file2 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32409") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53566->172.17.0.4:32409, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31432") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58496->172.17.0.4:31432, err= 2026/04/05 03:30:08 DEBUG : sub/file2: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:30:08 DEBUG : file1: Unchanged skipping 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37147") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34232->172.17.0.4:37147, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30026") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56440->172.17.0.4:30026, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: don't need to copy/move sub/file2, it is already at target location 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38419") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32868->172.17.0.4:38419, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35009") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48806->172.17.0.4:35009, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30875") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51484->172.17.0.4:30875, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35874") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56036->172.17.0.4:35874, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37513") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54406->172.17.0.4:37513, err= --- PASS: TestCopyInplace (0.01s) === RUN TestCopyLongFileName run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:08 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37136") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37800->172.17.0.4:37136, err= 2026/04/05 03:30:08 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: renamed to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/04/05 03:30:08 INFO : file1: Copied (new) to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31770") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56058->172.17.0.4:31770, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35722") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38652->172.17.0.4:35722, err= 2026/04/05 03:30:08 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:30:08 DEBUG : file1: Unchanged skipping 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37571") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57114->172.17.0.4:37571, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34072") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57346->172.17.0.4:34072, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: don't need to copy/move sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2, it is already at target location 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34728") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59070->172.17.0.4:34728, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36507") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45314->172.17.0.4:36507, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32576") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41156->172.17.0.4:32576, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30743") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43312->172.17.0.4:30743, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37699") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56638->172.17.0.4:37699, err= --- PASS: TestCopyLongFileName (0.01s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37393") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59436->172.17.0.4:37393, err= 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Connecting to FTP server 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Connecting to FTP server 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Waiting for checks to finish 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Waiting for transfers to finish 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47550->172.17.0.4:21, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38611") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32913") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47130->172.17.0.4:32913, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44442->172.17.0.4:38611, err= 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31640") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52560->172.17.0.4:31640, err= 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32691") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51158->172.17.0.4:32691, err= 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Copied (new) 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33582") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40690->172.17.0.4:33582, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30804") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43718->172.17.0.4:30804, err= 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37904") 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48130->172.17.0.4:37904, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38448") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44676->172.17.0.4:38448, err= 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Copied (new) 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47552->172.17.0.4:21, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31643") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39530->172.17.0.4:31643, err= 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32391") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33988->172.17.0.4:32391, err= 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103 2026/04/05 03:30:08 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34296") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53786->172.17.0.4:34296, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35920") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50320->172.17.0.4:35920, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38459") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42526->172.17.0.4:38459, err= --- PASS: TestCopyLongFileNameCollision (0.05s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:08 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33725") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53430->172.17.0.4:33725, err= 2026/04/05 03:30:08 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: size = 14 OK 2026/04/05 03:30:08 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: renamed to: TestCopyFileMaxTransfer/file1 2026/04/05 03:30:08 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36550") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57770->172.17.0.4:36550, err= 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37862") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46868->172.17.0.4:37862, err= 2026/04/05 03:30:08 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32085") 2026/04/05 03:30:08 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38598->172.17.0.4:32085, err= 2026/04/05 03:30:09 DEBUG : TestCopyFileMaxTransfer/file2.945646ab.partial: Removed after failed upload: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/04/05 03:30:09 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: update stor: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30964") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60790->172.17.0.4:30964, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31287") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51334->172.17.0.4:31287, err= 2026/04/05 03:30:09 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38611") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44450->172.17.0.4:38611, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38592") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47608->172.17.0.4:38592, err= 2026/04/05 03:30:09 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36019") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40358->172.17.0.4:36019, err= 2026/04/05 03:30:09 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: size = 2062 OK 2026/04/05 03:30:09 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: renamed to: TestCopyFileMaxTransfer/file4 2026/04/05 03:30:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37579") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37780->172.17.0.4:37579, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31091") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51510->172.17.0.4:31091, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38126") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48750->172.17.0.4:38126, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34034") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44682->172.17.0.4:34034, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35206") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41186->172.17.0.4:35206, err= --- PASS: TestCopyFileMaxTransfer (1.04s) === RUN TestDeduplicateInteractive run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34317") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57918->172.17.0.4:34317, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39274") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40620->172.17.0.4:39274, err= --- SKIP: TestDeduplicateInteractive (0.00s) === RUN TestDeduplicateSkip run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33086") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59160->172.17.0.4:33086, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39024") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48338->172.17.0.4:39024, err= --- SKIP: TestDeduplicateSkip (0.00s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36526") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39036->172.17.0.4:36526, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37826") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52134->172.17.0.4:37826, err= --- SKIP: TestDeduplicateSizeOnly (0.00s) === RUN TestDeduplicateFirst run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36593") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54060->172.17.0.4:36593, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34525") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57458->172.17.0.4:34525, err= --- SKIP: TestDeduplicateFirst (0.00s) === RUN TestDeduplicateNewest run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33255") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42380->172.17.0.4:33255, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36806") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49778->172.17.0.4:36806, err= --- SKIP: TestDeduplicateNewest (0.00s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:36: Can't run this test without a hash 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32533") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39672->172.17.0.4:32533, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31217") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35930->172.17.0.4:31217, err= --- SKIP: TestDeduplicateNewestByHash (0.00s) === RUN TestDeduplicateOldest run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32460") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37290->172.17.0.4:32460, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38622") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55552->172.17.0.4:38622, err= --- SKIP: TestDeduplicateOldest (0.00s) === RUN TestDeduplicateLargest run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38739") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42526->172.17.0.4:38739, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37891") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56656->172.17.0.4:37891, err= --- SKIP: TestDeduplicateLargest (0.00s) === RUN TestDeduplicateSmallest run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33414") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52068->172.17.0.4:33414, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35597") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54964->172.17.0.4:35597, err= --- SKIP: TestDeduplicateSmallest (0.00s) === RUN TestDeduplicateRename run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35241") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33952->172.17.0.4:35241, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37974") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48586->172.17.0.4:37974, err= --- SKIP: TestDeduplicateRename (0.00s) === RUN TestMergeDirs run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" dedupe_test.go:256: Can't merge directories 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34542") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48850->172.17.0.4:34542, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36912") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50292->172.17.0.4:36912, err= --- SKIP: TestMergeDirs (0.00s) === RUN TestListDirSorted run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35252") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54248->172.17.0.4:35252, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39175") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57064->172.17.0.4:39175, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33984") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58190->172.17.0.4:33984, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34920") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60468->172.17.0.4:34920, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34781") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39262->172.17.0.4:34781, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31851") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36936->172.17.0.4:31851, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33767") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50116->172.17.0.4:33767, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35327") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34162->172.17.0.4:35327, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30369") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60834->172.17.0.4:30369, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38866") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40466->172.17.0.4:38866, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32211") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52258->172.17.0.4:32211, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38241") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53340->172.17.0.4:38241, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33514") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51926->172.17.0.4:33514, err= 2026/04/05 03:30:09 DEBUG : a.txt: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : a.txt: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33175") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51484->172.17.0.4:33175, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37150") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52476->172.17.0.4:37150, err= 2026/04/05 03:30:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : sub dir/hello world: Excluded 2026/04/05 03:30:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : sub dir/hello world2: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37897") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58992->172.17.0.4:37897, err= 2026/04/05 03:30:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : sub dir/hello world: Excluded 2026/04/05 03:30:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : sub dir/hello world2: Excluded 2026/04/05 03:30:09 DEBUG : sub dir/ignore dir: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31072") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47482->172.17.0.4:31072, err= 2026/04/05 03:30:09 DEBUG : sub dir/ignore dir: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34372") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43640->172.17.0.4:34372, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30855") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56128->172.17.0.4:30855, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35995") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35770->172.17.0.4:35995, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31821") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58172->172.17.0.4:31821, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31323") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47446->172.17.0.4:31323, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38435") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51708->172.17.0.4:38435, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31061") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42076->172.17.0.4:31061, err= --- PASS: TestListDirSorted (0.03s) === RUN TestListDirSortedFn run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39988") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51580->172.17.0.4:39988, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31605") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41168->172.17.0.4:31605, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37874") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46344->172.17.0.4:37874, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36210") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48662->172.17.0.4:36210, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33258") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50070->172.17.0.4:33258, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33299") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54712->172.17.0.4:33299, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36920") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45960->172.17.0.4:36920, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38704") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56358->172.17.0.4:38704, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39421") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43640->172.17.0.4:39421, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38661") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38506") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40418->172.17.0.4:38661, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42602->172.17.0.4:38506, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39249") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50704->172.17.0.4:39249, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32113") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59366->172.17.0.4:32113, err= 2026/04/05 03:30:09 DEBUG : a.txt: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : a.txt: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30291") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59334->172.17.0.4:30291, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39579") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39232->172.17.0.4:39579, err= 2026/04/05 03:30:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : sub dir/hello world: Excluded 2026/04/05 03:30:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : sub dir/hello world2: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30274") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33568->172.17.0.4:30274, err= 2026/04/05 03:30:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : sub dir/hello world: Excluded 2026/04/05 03:30:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : sub dir/hello world2: Excluded 2026/04/05 03:30:09 DEBUG : sub dir/ignore dir: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38222") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36686->172.17.0.4:38222, err= 2026/04/05 03:30:09 DEBUG : sub dir/ignore dir: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35295") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36300->172.17.0.4:35295, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32647") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42906->172.17.0.4:32647, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31322") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44344->172.17.0.4:31322, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35505") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41930->172.17.0.4:35505, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39355") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45716->172.17.0.4:39355, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30540") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51134->172.17.0.4:30540, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32442") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50596->172.17.0.4:32442, err= --- PASS: TestListDirSortedFn (0.03s) === RUN TestListJSON run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39792") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57532->172.17.0.4:39792, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30021") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47626->172.17.0.4:30021, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31423") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57312->172.17.0.4:31423, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31862") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44962->172.17.0.4:31862, err= === RUN TestListJSON/Default 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36714") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53758->172.17.0.4:36714, err= === RUN TestListJSON/FilesOnly 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35125") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57386->172.17.0.4:35125, err= === RUN TestListJSON/DirsOnly 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37289") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59292->172.17.0.4:37289, err= === RUN TestListJSON/Recurse 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38001") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57156->172.17.0.4:38001, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35103") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57418->172.17.0.4:35103, err= === RUN TestListJSON/SubDir 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36960") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58610->172.17.0.4:36960, err= === RUN TestListJSON/NoModTime 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35450") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59612->172.17.0.4:35450, err= === RUN TestListJSON/NoMimeType 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35120") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34864->172.17.0.4:35120, err= === RUN TestListJSON/ShowHash 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39190") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56674->172.17.0.4:39190, err= === RUN TestListJSON/HashTypes 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37588") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59700->172.17.0.4:37588, err= 2026/04/05 03:30:09 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33588") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34962->172.17.0.4:33588, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34882") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47538->172.17.0.4:34882, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37506") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34734->172.17.0.4:37506, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33070") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37302->172.17.0.4:33070, err= --- PASS: TestListJSON (0.03s) --- PASS: TestListJSON/Default (0.00s) --- PASS: TestListJSON/FilesOnly (0.00s) --- PASS: TestListJSON/DirsOnly (0.00s) --- PASS: TestListJSON/Recurse (0.00s) --- PASS: TestListJSON/SubDir (0.00s) --- PASS: TestListJSON/NoModTime (0.00s) --- PASS: TestListJSON/NoMimeType (0.00s) --- PASS: TestListJSON/ShowHash (0.00s) --- PASS: TestListJSON/HashTypes (0.00s) --- PASS: TestListJSON/Metadata (0.00s) === RUN TestStatJSON run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30822") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36818->172.17.0.4:30822, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37281") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51038->172.17.0.4:37281, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36561") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59230->172.17.0.4:36561, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30025") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47638->172.17.0.4:30025, err= === RUN TestStatJSON/Root 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30017") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51722->172.17.0.4:30017, err= === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36255") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37868->172.17.0.4:36255, err= === RUN TestStatJSON/Dir 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36201") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45548->172.17.0.4:36201, err= === RUN TestStatJSON/DirWithTrailingSlash 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33526") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46170->172.17.0.4:33526, err= === RUN TestStatJSON/File === RUN TestStatJSON/NotFound 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32120") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50330->172.17.0.4:32120, err= === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31894") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56916->172.17.0.4:31894, err= === RUN TestStatJSON/FileDirsOnly 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39004") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39080->172.17.0.4:39004, err= === RUN TestStatJSON/NotFoundDirsOnly 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34267") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35690->172.17.0.4:34267, err= === RUN TestStatJSON/RootNotFound 2026/04/05 03:30:09 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cimikef8tewe/notfound" 2026/04/05 03:30:09 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:09 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:09 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:09 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/notfound: Connecting to FTP server 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/notfound: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/notfound: > dial: conn=172.17.0.1:47554->172.17.0.4:21, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/notfound: dial("tcp","172.17.0.4:30107") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/notfound: > dial: conn=172.17.0.1:35014->172.17.0.4:30107, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39632") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42098->172.17.0.4:39632, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34654") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45062->172.17.0.4:34654, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32863") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35466->172.17.0.4:32863, err= --- PASS: TestStatJSON (0.05s) --- 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 (0.03s) === RUN TestMkdir run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 INFO : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Making directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39147") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40572->172.17.0.4:39147, err= 2026/04/05 03:30:09 INFO : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Making directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34629") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47052->172.17.0.4:34629, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37001") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55350->172.17.0.4:37001, err= --- PASS: TestMkdir (0.00s) === RUN TestLsd run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36325") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50328->172.17.0.4:36325, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39500") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51468->172.17.0.4:39500, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33884") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44800->172.17.0.4:33884, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34148") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49634->172.17.0.4:34148, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35666") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49418->172.17.0.4:35666, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31764") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45674->172.17.0.4:31764, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30968") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54180->172.17.0.4:30968, err= --- PASS: TestLsd (0.01s) === RUN TestLs run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37980") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57234->172.17.0.4:37980, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30720") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55646->172.17.0.4:30720, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33678") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39308->172.17.0.4:33678, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31557") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56168->172.17.0.4:31557, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36059") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47080->172.17.0.4:36059, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35506") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42780->172.17.0.4:35506, err= --- PASS: TestLs (0.01s) === RUN TestLsWithFilesFrom run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38250") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51646->172.17.0.4:38250, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33886") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59734->172.17.0.4:33886, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35466") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51716->172.17.0.4:35466, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30660") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38764->172.17.0.4:30660, err= 2026/04/05 03:30:09 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/04/05 03:30:09 DEBUG : empty space: Excluded 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35067") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57882->172.17.0.4:35067, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38013") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33934->172.17.0.4:38013, err= --- PASS: TestLsWithFilesFrom (0.01s) === RUN TestLsLong run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37833") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40304->172.17.0.4:37833, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31009") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57032->172.17.0.4:31009, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31801") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53504->172.17.0.4:31801, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33494") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54520->172.17.0.4:33494, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31358") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50718->172.17.0.4:31358, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39791") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39830->172.17.0.4:39791, err= --- PASS: TestLsLong (0.01s) === RUN TestHashSums run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38568") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49632->172.17.0.4:38568, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30137") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58990->172.17.0.4:30137, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39172") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53982->172.17.0.4:39172, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34830") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47508->172.17.0.4:34830, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35228") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60988->172.17.0.4:35228, err= --- PASS: TestHashSums (0.01s) === RUN TestHashSumsWithErrors 2026/04/05 03:30:09 DEBUG : Creating backend with remote ":memory:" 2026/04/05 03:30:09 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/04/05 03:30:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/05 03:30:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/05 03:30:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/05 03:30:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/05 03:30:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/05 03:30:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/05 03:30:09 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/04/05 03:30:09 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:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38339") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46044->172.17.0.4:38339, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34824") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44278->172.17.0.4:34824, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37697") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49592->172.17.0.4:37697, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34249") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40390->172.17.0.4:34249, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31873") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58982->172.17.0.4:31873, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38946") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35090->172.17.0.4:38946, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36255") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37870->172.17.0.4:36255, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34470") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32980->172.17.0.4:34470, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39539") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54396->172.17.0.4:39539, err= --- PASS: TestCount (0.02s) === RUN TestDelete run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30914") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58996->172.17.0.4:30914, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30567") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35976->172.17.0.4:30567, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31217") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35944->172.17.0.4:31217, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32962") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43350->172.17.0.4:32962, err= 2026/04/05 03:30:09 DEBUG : Waiting for deletions to finish 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38689") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40044->172.17.0.4:38689, err= 2026/04/05 03:30:09 DEBUG : large: Excluded (Size Filter) 2026/04/05 03:30:09 DEBUG : large: Excluded 2026/04/05 03:30:09 INFO : medium: Deleted 2026/04/05 03:30:09 INFO : small: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35169") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49062->172.17.0.4:35169, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31976") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44842->172.17.0.4:31976, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37366") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38026->172.17.0.4:37366, err= --- PASS: TestDelete (0.01s) === RUN TestMaxDelete run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39177") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32930->172.17.0.4:39177, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30556") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42084->172.17.0.4:30556, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33346") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50330->172.17.0.4:33346, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37963") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49736->172.17.0.4:37963, err= 2026/04/05 03:30:09 DEBUG : Waiting for deletions to finish 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33941") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35106->172.17.0.4:33941, err= 2026/04/05 03:30:09 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/04/05 03:30:09 INFO : medium: Deleted 2026/04/05 03:30:09 INFO : large: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39341") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35568->172.17.0.4:39341, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39075") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36418->172.17.0.4:39075, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34297") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34554->172.17.0.4:34297, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35381") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33452->172.17.0.4:35381, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37055") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60702->172.17.0.4:37055, err= --- PASS: TestMaxDelete (0.01s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32911") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35602->172.17.0.4:32911, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33389") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48410->172.17.0.4:33389, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35386") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54070->172.17.0.4:35386, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30763") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35070->172.17.0.4:30763, err= 2026/04/05 03:30:09 DEBUG : Waiting for deletions to finish 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30576") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50326->172.17.0.4:30576, err= 2026/04/05 03:30:09 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/04/05 03:30:09 INFO : medium: Deleted 2026/04/05 03:30:09 INFO : small: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35802") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32990->172.17.0.4:35802, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37630") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41538->172.17.0.4:37630, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38015") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50842->172.17.0.4:38015, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34255") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45094->172.17.0.4:34255, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36279") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60076->172.17.0.4:36279, err= --- PASS: TestMaxDeleteSizeLargeFile (0.01s) === RUN TestMaxDeleteSize run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39656") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56632->172.17.0.4:39656, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39774") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36816->172.17.0.4:39774, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34177") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45178->172.17.0.4:34177, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34679") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51454->172.17.0.4:34679, err= 2026/04/05 03:30:09 DEBUG : Waiting for deletions to finish 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37064") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53516->172.17.0.4:37064, err= 2026/04/05 03:30:09 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/04/05 03:30:09 INFO : large: Deleted 2026/04/05 03:30:09 INFO : medium: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32364") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41934->172.17.0.4:32364, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38156") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59450->172.17.0.4:38156, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36160") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53890->172.17.0.4:36160, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32683") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38170->172.17.0.4:32683, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31017") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36256->172.17.0.4:31017, err= --- PASS: TestMaxDeleteSize (0.02s) === RUN TestReadFile run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33533") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59006->172.17.0.4:33533, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36458") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43458->172.17.0.4:36458, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30364") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47906->172.17.0.4:30364, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32981") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35316->172.17.0.4:32981, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33507") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52686->172.17.0.4:33507, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38755") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42618->172.17.0.4:38755, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33154") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33436->172.17.0.4:33154, err= --- PASS: TestReadFile (0.01s) === RUN TestRetry 2026/04/05 03:30:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/04/05 03:30:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/04/05 03:30:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/05 03:30:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/05 03:30:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/05 03:30:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/05 03:30:09 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:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37053") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39114->172.17.0.4:37053, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32264") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60074->172.17.0.4:32264, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31600") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34036->172.17.0.4:31600, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31200") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46464->172.17.0.4:31200, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34297") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34562->172.17.0.4:34297, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30392") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51796->172.17.0.4:30392, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31920") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60950->172.17.0.4:31920, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30916") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40108->172.17.0.4:30916, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37470") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49838->172.17.0.4:37470, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33023") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50830->172.17.0.4:33023, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37414") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48402->172.17.0.4:37414, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36571") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34582->172.17.0.4:36571, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33760") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44794->172.17.0.4:33760, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36465") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37462->172.17.0.4:36465, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30892") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35834->172.17.0.4:30892, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30509") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42478->172.17.0.4:30509, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35331") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56644->172.17.0.4:35331, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37726") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53912->172.17.0.4:37726, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30017") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51734->172.17.0.4:30017, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31503") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36632->172.17.0.4:31503, err= --- PASS: TestCat (0.11s) === RUN TestPurge 2026/04/05 03:30:09 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-pehewob5tija" 2026/04/05 03:30:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 03:30:09 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:09 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:09 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:09 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: Connecting to FTP server 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:47568->172.17.0.4:21, err= 2026/04/05 03:30:09 DEBUG : Creating backend with remote "/tmp/rclone4163313759" run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-pehewob5tija", Local "Local file system at /tmp/rclone4163313759", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:36614") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:54936->172.17.0.4:36614, err= 2026/04/05 03:30:09 INFO : A2: Making directory 2026/04/05 03:30:09 INFO : A1/B2: Making directory 2026/04/05 03:30:09 INFO : A1/B2/C2: Making directory 2026/04/05 03:30:09 INFO : A1/B1/C3: Making directory 2026/04/05 03:30:09 INFO : A3: Making directory 2026/04/05 03:30:09 INFO : A3/B3: Making directory 2026/04/05 03:30:09 INFO : A3/B3/C4: Making directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:37476") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:40876->172.17.0.4:37476, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:33062") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:56482->172.17.0.4:33062, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: Connecting to FTP server 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: Connecting to FTP server 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:47576->172.17.0.4:21, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:39115") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:39054->172.17.0.4:39115, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:31585") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:59418->172.17.0.4:31585, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:31232") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:52000->172.17.0.4:31232, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:47580->172.17.0.4:21, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:31595") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:48106->172.17.0.4:31595, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:31730") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:37345") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:35290->172.17.0.4:31730, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:49688->172.17.0.4:37345, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: Connecting to FTP server 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:39543") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:45980->172.17.0.4:39543, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:33060") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:47584->172.17.0.4:21, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:43366->172.17.0.4:33060, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:32106") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:55828->172.17.0.4:32106, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:30391") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:53504->172.17.0.4:30391, err= 2026/04/05 03:30:09 DEBUG : Waiting for deletions to finish 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:36209") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:45824->172.17.0.4:36209, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:35080") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:49786->172.17.0.4:35080, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:30226") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:60046->172.17.0.4:30226, err= 2026/04/05 03:30:09 INFO : A1/B1/C1/one: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:32736") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:49822->172.17.0.4:32736, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:34151") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:55490->172.17.0.4:34151, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:35407") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:38456->172.17.0.4:35407, err= 2026/04/05 03:30:09 DEBUG : removing 2 level 3 directories 2026/04/05 03:30:09 INFO : A1/B1/C3: Removing directory 2026/04/05 03:30:09 INFO : A1/B1/C1: Removing directory 2026/04/05 03:30:09 DEBUG : removing 1 level 2 directories 2026/04/05 03:30:09 INFO : A1/B1: Removing directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:30038") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:44640->172.17.0.4:30038, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:34152") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:38268->172.17.0.4:34152, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:32230") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:37242") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:33898->172.17.0.4:37242, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:41774->172.17.0.4:32230, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:39777") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:55292->172.17.0.4:39777, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:32419") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:45956->172.17.0.4:32419, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:36462") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:59532->172.17.0.4:36462, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:34353") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:55366->172.17.0.4:34353, err= 2026/04/05 03:30:09 DEBUG : Waiting for deletions to finish 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:37118") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:58612->172.17.0.4:37118, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:33810") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:38631") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:48178->172.17.0.4:38631, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:46536->172.17.0.4:33810, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:30249") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:33714->172.17.0.4:30249, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:38887") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:34561") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:43748->172.17.0.4:38887, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:39100->172.17.0.4:34561, err= 2026/04/05 03:30:09 INFO : A1/two: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:33664") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:52802->172.17.0.4:33664, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:31033") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:45020->172.17.0.4:31033, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:37108") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:51742->172.17.0.4:37108, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:32234") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:35278->172.17.0.4:32234, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:34777") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:30449") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:57116->172.17.0.4:34777, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:45064->172.17.0.4:30449, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:30876") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:56294->172.17.0.4:30876, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:33246") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:49820->172.17.0.4:33246, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:33103") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:60444->172.17.0.4:33103, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:30610") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:51494->172.17.0.4:30610, err= 2026/04/05 03:30:09 DEBUG : removing 2 level 3 directories 2026/04/05 03:30:09 INFO : A3/B3/C4: Removing directory 2026/04/05 03:30:09 INFO : A1/B2/C2: Removing directory 2026/04/05 03:30:09 DEBUG : removing 2 level 2 directories 2026/04/05 03:30:09 INFO : A3/B3: Removing directory 2026/04/05 03:30:09 INFO : A1/B2: Removing directory 2026/04/05 03:30:09 DEBUG : removing 3 level 1 directories 2026/04/05 03:30:09 INFO : A3: Removing directory 2026/04/05 03:30:09 INFO : A1: Removing directory 2026/04/05 03:30:09 INFO : A2: Removing directory 2026/04/05 03:30:09 DEBUG : removing 1 level 0 directories 2026/04/05 03:30:09 INFO : ftp://172.17.0.4:21/rclone-test-pehewob5tija: Removing directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:34559") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:55862->172.17.0.4:34559, err= 2026/04/05 03:30:09 ERROR : error listing: directory not found 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: dial("tcp","172.17.0.4:38700") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: > dial: conn=172.17.0.1:42092->172.17.0.4:38700, err= 2026/04/05 03:30:09 ERROR : error listing: directory not found 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-pehewob5tija: Purge dir "" 2026/04/05 03:30:09 NOTICE: purge failed to rmdir "": directory not found 2026/04/05 03:30:09 NOTICE: purge failed: directory not found --- PASS: TestPurge (0.10s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30137") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59002->172.17.0.4:30137, err= 2026/04/05 03:30:09 INFO : A2: Making directory 2026/04/05 03:30:09 INFO : A1/B2: Making directory 2026/04/05 03:30:09 INFO : A1/B2/C2: Making directory 2026/04/05 03:30:09 INFO : A1/B1/C3: Making directory 2026/04/05 03:30:09 INFO : A3: Making directory 2026/04/05 03:30:09 INFO : A3/B3: Making directory 2026/04/05 03:30:09 INFO : A3/B3/C4: Making directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36751") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54512->172.17.0.4:36751, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35100") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44498->172.17.0.4:35100, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37517") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30376") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40846->172.17.0.4:37517, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39286") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41834->172.17.0.4:30376, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36428->172.17.0.4:39286, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Connecting to FTP server 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37827") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47586->172.17.0.4:21, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35862->172.17.0.4:37827, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39097") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60114->172.17.0.4:39097, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31287") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33226") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51342->172.17.0.4:31287, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49056->172.17.0.4:33226, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35176") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57118->172.17.0.4:35176, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37507") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31980") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51938->172.17.0.4:37507, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60730->172.17.0.4:31980, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31681") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35414->172.17.0.4:31681, err= 2026/04/05 03:30:09 DEBUG : removing 1 level 3 directories 2026/04/05 03:30:09 INFO : A3/B3/C4: Removing directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39145") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46288->172.17.0.4:39145, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31337") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31266") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38204") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58320->172.17.0.4:31337, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57668->172.17.0.4:31266, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43796->172.17.0.4:38204, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30463") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47596->172.17.0.4:30463, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35346") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39565") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51558->172.17.0.4:35346, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49764->172.17.0.4:39565, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30703") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45912->172.17.0.4:30703, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30044") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33521") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40320->172.17.0.4:30044, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59918->172.17.0.4:33521, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34138") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36894->172.17.0.4:34138, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33342") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33728->172.17.0.4:33342, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37786") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30386") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33724->172.17.0.4:37786, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39378->172.17.0.4:30386, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34597") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48276->172.17.0.4:34597, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35799") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55918->172.17.0.4:35799, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37427") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54824->172.17.0.4:37427, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37645") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42154->172.17.0.4:37645, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38753") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36719") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59286->172.17.0.4:38753, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32768->172.17.0.4:36719, err= 2026/04/05 03:30:09 DEBUG : removing 2 level 3 directories 2026/04/05 03:30:09 INFO : A1/B2/C2: Removing directory 2026/04/05 03:30:09 INFO : A1/B1/C3: Removing directory 2026/04/05 03:30:09 DEBUG : removing 2 level 2 directories 2026/04/05 03:30:09 INFO : A3/B3: Removing directory 2026/04/05 03:30:09 INFO : A1/B2: Removing directory 2026/04/05 03:30:09 DEBUG : removing 2 level 1 directories 2026/04/05 03:30:09 INFO : A3: Removing directory 2026/04/05 03:30:09 INFO : A2: Removing directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31113") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49238->172.17.0.4:31113, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36248") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49434->172.17.0.4:36248, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36478") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59574->172.17.0.4:36478, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30953") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39246->172.17.0.4:30953, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30122") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43378->172.17.0.4:30122, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34142") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33554->172.17.0.4:34142, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37497") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38744->172.17.0.4:37497, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34485") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40634->172.17.0.4:34485, err= 2026/04/05 03:30:09 DEBUG : removing 1 level 3 directories 2026/04/05 03:30:09 INFO : A1/B1/C1: Removing directory 2026/04/05 03:30:09 DEBUG : removing 1 level 2 directories 2026/04/05 03:30:09 INFO : A1/B1: Removing directory 2026/04/05 03:30:09 DEBUG : removing 1 level 1 directories 2026/04/05 03:30:09 INFO : A1: Removing directory 2026/04/05 03:30:09 DEBUG : removing 1 level 0 directories 2026/04/05 03:30:09 INFO : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Removing directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31892") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55472->172.17.0.4:31892, err= 2026/04/05 03:30:09 ERROR : error listing: directory not found 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38967") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58990->172.17.0.4:38967, err= 2026/04/05 03:30:09 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (0.05s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 INFO : A1: Making directory 2026/04/05 03:30:09 INFO : A1/B1: Making directory 2026/04/05 03:30:09 INFO : A1/B1/C1: Making directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38876") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37074->172.17.0.4:38876, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39084") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50088->172.17.0.4:39084, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30306") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45204->172.17.0.4:30306, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32924") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34974->172.17.0.4:32924, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31288") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39912->172.17.0.4:31288, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34219") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38694->172.17.0.4:34219, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36378") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48200->172.17.0.4:36378, err= 2026/04/05 03:30:09 DEBUG : removing 1 level 3 directories 2026/04/05 03:30:09 INFO : A1/B1/C1: Removing directory 2026/04/05 03:30:09 DEBUG : removing 1 level 2 directories 2026/04/05 03:30:09 INFO : A1/B1: Removing directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35943") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47956->172.17.0.4:35943, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37001") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55364->172.17.0.4:37001, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32175") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34136->172.17.0.4:32175, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35348") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48844->172.17.0.4:35348, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33502") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33568->172.17.0.4:33502, err= --- PASS: TestRmdirsLeaveRoot (0.01s) === RUN TestRmdirsWithFilter run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 INFO : A1: Making directory 2026/04/05 03:30:09 INFO : A1/B1: Making directory 2026/04/05 03:30:09 INFO : A1/B1/C1: Making directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39473") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47546->172.17.0.4:39473, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34591") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35052->172.17.0.4:34591, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39311") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43238->172.17.0.4:39311, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38001") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57170->172.17.0.4:38001, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31399") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55290->172.17.0.4:31399, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37792") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33294->172.17.0.4:37792, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34735") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54978->172.17.0.4:34735, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32747") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56702->172.17.0.4:32747, err= 2026/04/05 03:30:09 DEBUG : removing 1 level 3 directories 2026/04/05 03:30:09 INFO : A1/B1/C1: Removing directory 2026/04/05 03:30:09 DEBUG : removing 1 level 2 directories 2026/04/05 03:30:09 INFO : A1/B1: Removing directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32869") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34948->172.17.0.4:32869, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35197") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42846->172.17.0.4:35197, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35182") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45960->172.17.0.4:35182, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32109") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56602->172.17.0.4:32109, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34497") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49598->172.17.0.4:34497, err= --- PASS: TestRmdirsWithFilter (0.02s) === RUN TestCopyURL run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33145") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36708->172.17.0.4:33145, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37420") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55682->172.17.0.4:37420, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32164") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49458->172.17.0.4:32164, err= 2026/04/05 03:30:09 DEBUG : filename.txt: File name found in url 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33609") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50786->172.17.0.4:33609, err= 2026/04/05 03:30:09 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38209") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55070->172.17.0.4:38209, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38682") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53138->172.17.0.4:38682, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35170") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38618->172.17.0.4:35170, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36963") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54450->172.17.0.4:36963, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33855") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49410->172.17.0.4:33855, err= --- PASS: TestCopyURL (0.03s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35299") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34782->172.17.0.4:35299, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35841") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55916->172.17.0.4:35841, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35203") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54662->172.17.0.4:35203, err= --- PASS: TestCopyURLDownloadHeaders (0.01s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36049") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49674->172.17.0.4:36049, err= 2026/04/05 03:30:09 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/04/05 03:30:09 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/04/05 03:30:09 INFO : file1: Copied (new) to: sub/file2 2026/04/05 03:30:09 INFO : file1: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35871") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47392->172.17.0.4:35871, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37813") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37512->172.17.0.4:37813, err= 2026/04/05 03:30:09 DEBUG : sub/file2: size = 14 OK 2026/04/05 03:30:09 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:30:09 DEBUG : file1: Unchanged skipping 2026/04/05 03:30:09 INFO : file1: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37676") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39272->172.17.0.4:37676, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30906") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47622->172.17.0.4:30906, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: don't need to copy/move sub/file2, it is already at target location 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35660") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57960->172.17.0.4:35660, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38429") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37548->172.17.0.4:38429, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33965") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44296->172.17.0.4:33965, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32674") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35734->172.17.0.4:32674, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30834") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51826->172.17.0.4:30834, err= --- PASS: TestMoveFile (0.02s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39427") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35316->172.17.0.4:39427, err= 2026/04/05 03:30:09 DEBUG : file1.9aa3f62d.partial: size = 14 OK 2026/04/05 03:30:09 DEBUG : file1.9aa3f62d.partial: renamed to: file1 2026/04/05 03:30:09 INFO : file1: Copied (new) 2026/04/05 03:30:09 INFO : file1: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34217") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49336->172.17.0.4:34217, err= 2026/04/05 03:30:09 DEBUG : file1: Destination exists, skipping 2026/04/05 03:30:09 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39079") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51430->172.17.0.4:39079, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35122") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48446->172.17.0.4:35122, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36632") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39686->172.17.0.4:36632, err= --- PASS: TestMoveFileWithIgnoreExisting (0.01s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32688") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50888->172.17.0.4:32688, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34246") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43070->172.17.0.4:34246, err= --- PASS: TestCaseInsensitiveMoveFile (0.00s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32766") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44838->172.17.0.4:32766, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33779") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47802->172.17.0.4:33779, err= --- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s) === RUN TestMoveFileBackupDir run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39801") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54630->172.17.0.4:39801, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37608") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47166->172.17.0.4:37608, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39694") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36986->172.17.0.4:39694, err= 2026/04/05 03:30:09 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cimikef8tewe/backup" 2026/04/05 03:30:09 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/04/05 03:30:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:09 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:09 DEBUG : TestFTPPureftpd: detected overridden config - adding "{8aHaJ}" suffix to name 2026/04/05 03:30:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/04/05 03:30:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/04/05 03:30:09 DEBUG : Setting pass="yV3ROjZ3ArDKzK1RkMiIsVQTiduwm_RLI1eS9JFYGxA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/04/05 03:30:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/backup: Connecting to FTP server 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/backup: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/backup: > dial: conn=172.17.0.1:47594->172.17.0.4:21, err= 2026/04/05 03:30:09 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-cimikef8tewe/backup" to be canonical "TestFTPPureftpd{8aHaJ}:rclone-test-cimikef8tewe/backup" 2026/04/05 03:30:09 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone4274745191) 2026/04/05 03:30:09 DEBUG : dst/file1: size = 18 (ftp://172.17.0.4:21/rclone-test-cimikef8tewe) 2026/04/05 03:30:09 DEBUG : dst/file1: Sizes differ 2026/04/05 03:30:09 INFO : dst/file1: Moved (server-side) 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37681") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52138->172.17.0.4:37681, err= 2026/04/05 03:30:09 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/04/05 03:30:09 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/04/05 03:30:09 INFO : dst/file1: Copied (new) 2026/04/05 03:30:09 INFO : dst/file1: Deleted 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33992") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51972->172.17.0.4:33992, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32043") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53344->172.17.0.4:32043, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33714") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57004->172.17.0.4:33714, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30501") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51670->172.17.0.4:30501, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33040") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42424->172.17.0.4:33040, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38602") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46812->172.17.0.4:38602, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36562") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37306->172.17.0.4:36562, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38638") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35744->172.17.0.4:38638, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38259") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54610->172.17.0.4:38259, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe/backup: closing 1 unused connections --- PASS: TestMoveFileBackupDir (0.05s) === 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:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35920") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50330->172.17.0.4:35920, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38214") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47386->172.17.0.4:38214, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32484") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33482->172.17.0.4:32484, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30423") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46514->172.17.0.4:30423, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32929") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59940->172.17.0.4:32929, err= 2026/04/05 03:30:09 INFO : A1/B2: Making directory 2026/04/05 03:30:09 INFO : A1/B1/C3: Making directory 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34379") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55532->172.17.0.4:34379, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30061") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39770->172.17.0.4:30061, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35106") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38997") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58796->172.17.0.4:35106, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54522->172.17.0.4:38997, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35882") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57000->172.17.0.4:35882, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39962") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35652") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44814->172.17.0.4:39962, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33614->172.17.0.4:35652, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34480") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59314->172.17.0.4:34480, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33203") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59160->172.17.0.4:33203, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36053") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49106->172.17.0.4:36053, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32802") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35086->172.17.0.4:32802, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38653") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34656->172.17.0.4:38653, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36563") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34711") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44406->172.17.0.4:34711, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33124->172.17.0.4:36563, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37359") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39884->172.17.0.4:37359, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34431") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39173") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46126->172.17.0.4:34431, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39756->172.17.0.4:39173, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39376") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39683") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51858->172.17.0.4:39376, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32527") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54948->172.17.0.4:32527, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37124->172.17.0.4:39683, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Connecting to FTP server 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:21") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47602->172.17.0.4:21, err= 2026/04/05 03:30:09 INFO : A2/one: Moved (server-side) to: A3/one 2026/04/05 03:30:09 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/04/05 03:30:09 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/04/05 03:30:09 INFO : A2/two: Moved (server-side) to: A3/two 2026/04/05 03:30:09 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32086") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60608->172.17.0.4:32086, err= 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32604") 2026/04/05 03:30:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50592->172.17.0.4:32604, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30601") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46850->172.17.0.4:30601, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32485") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33702->172.17.0.4:32485, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31660") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31161") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37760->172.17.0.4:31660, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49352->172.17.0.4:31161, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32885") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41616->172.17.0.4:32885, err= 2026/04/05 03:30:10 INFO : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39888") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47050->172.17.0.4:39888, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39295") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57706->172.17.0.4:39295, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39272") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55452->172.17.0.4:39272, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39805") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58806->172.17.0.4:39805, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32571") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38785") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43494->172.17.0.4:32571, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58598->172.17.0.4:38785, err= 2026/04/05 03:30:10 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/04/05 03:30:10 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/04/05 03:30:10 INFO : A3/two: Moved (server-side) to: A4/two 2026/04/05 03:30:10 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/04/05 03:30:10 INFO : A3/one: Moved (server-side) to: A4/one 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38363") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56982->172.17.0.4:38363, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33113") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49516->172.17.0.4:33113, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33323") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38114") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34300->172.17.0.4:33323, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52404->172.17.0.4:38114, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35208") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30243") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35007") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51228->172.17.0.4:35007, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55110->172.17.0.4:35208, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47058->172.17.0.4:30243, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31590") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35756->172.17.0.4:31590, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39761") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32994->172.17.0.4:39761, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34009") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34972") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47588->172.17.0.4:34009, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44272->172.17.0.4:34972, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30892") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33282") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33147") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50692->172.17.0.4:33282, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35848->172.17.0.4:30892, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44408->172.17.0.4:33147, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37901") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55872->172.17.0.4:37901, err= --- PASS: TestDirMove (0.09s) === RUN TestGetFsInfo run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35166") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45444->172.17.0.4:35166, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36732") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:43358->172.17.0.4:36732, err= --- PASS: TestGetFsInfo (0.00s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32614") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54666->172.17.0.4:32614, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: File to upload is small (34 bytes), uploading instead of streaming 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31643") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39542->172.17.0.4:31643, err= 2026/04/05 03:30:10 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/04/05 03:30:10 NOTICE: ftp://172.17.0.4:21/rclone-test-cimikef8tewe: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/04/05 03:30:10 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36303") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36274->172.17.0.4:36303, err= 2026/04/05 03:30:10 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/04/05 03:30:10 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37383") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:35100->172.17.0.4:37383, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34834") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55700->172.17.0.4:34834, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38878") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36564->172.17.0.4:38878, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37825") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45008->172.17.0.4:37825, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: File to upload is small (34 bytes), uploading instead of streaming 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39332") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45314->172.17.0.4:39332, err= 2026/04/05 03:30:10 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/04/05 03:30:10 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34796") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46072->172.17.0.4:34796, err= 2026/04/05 03:30:10 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/04/05 03:30:10 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36705") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60692->172.17.0.4:36705, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36094") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56786->172.17.0.4:36094, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31800") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59336->172.17.0.4:31800, err= === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39426") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52756->172.17.0.4:39426, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: File to upload is small (34 bytes), uploading instead of streaming 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37311") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49184->172.17.0.4:37311, err= 2026/04/05 03:30:10 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/05 03:30:10 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37985") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37908->172.17.0.4:37985, err= 2026/04/05 03:30:10 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/05 03:30:10 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32617") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:46092->172.17.0.4:32617, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32630") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58690->172.17.0.4:32630, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32732") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49570->172.17.0.4:32732, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36027") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33276->172.17.0.4:36027, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: File to upload is small (34 bytes), uploading instead of streaming 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30620") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58826->172.17.0.4:30620, err= 2026/04/05 03:30:10 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/05 03:30:10 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34556") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45590->172.17.0.4:34556, err= 2026/04/05 03:30:10 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/05 03:30:10 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32611") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49754->172.17.0.4:32611, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35236") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36734->172.17.0.4:35236, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39715") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58534->172.17.0.4:39715, err= --- PASS: TestRcat (0.05s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.01s) === RUN TestRcatMetadata run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" operations_test.go:1563: Skipping as destination doesn't support user metadata 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33204") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54460->172.17.0.4:33204, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37471") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37526->172.17.0.4:37471, err= --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37097") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39482->172.17.0.4:37097, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: File to upload is small (60 bytes), uploading instead of streaming 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34677") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59248->172.17.0.4:34677, err= 2026/04/05 03:30:10 DEBUG : potato2: size = 60 OK 2026/04/05 03:30:10 DEBUG : potato2: Size of src and dst objects identical 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35286") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:39932->172.17.0.4:35286, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33816") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37090->172.17.0.4:33816, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33691") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59562->172.17.0.4:33691, err= --- PASS: TestRcatSize (0.01s) === RUN TestRcatSizeMetadata run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" operations_test.go:1644: Skipping as destination doesn't support user metadata 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37045") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:32904->172.17.0.4:37045, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35330") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34042->172.17.0.4:35330, err= --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37924") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:54082->172.17.0.4:37924, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34679") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51460->172.17.0.4:34679, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33877") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34300->172.17.0.4:33877, err= --- PASS: TestRcatSizeUploadHeaders (0.00s) === RUN TestTouchDir run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37112") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33800->172.17.0.4:37112, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32429") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40224->172.17.0.4:32429, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37003") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59494->172.17.0.4:37003, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35903") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38304->172.17.0.4:35903, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32435") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60756->172.17.0.4:32435, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38576") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:51366->172.17.0.4:38576, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Touching "empty space" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Touching "potato2" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37951") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45008->172.17.0.4:37951, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Touching "sub dir/potato3" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:38960") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58314->172.17.0.4:38960, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30996") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37716->172.17.0.4:30996, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31500") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:44284->172.17.0.4:31500, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37437") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53400->172.17.0.4:37437, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31929") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36014->172.17.0.4:31929, err= --- PASS: TestTouchDir (0.02s) === RUN TestMkdirMetadata run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37642") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48708->172.17.0.4:37642, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34432") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:36928->172.17.0.4:34432, err= --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32236") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47404->172.17.0.4:32236, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31821") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:58174->172.17.0.4:31821, err= --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39963") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55302->172.17.0.4:39963, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31536") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60772->172.17.0.4:31536, err= --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35213") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:60610->172.17.0.4:35213, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31820") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41552->172.17.0.4:31820, err= --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32906") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:48474->172.17.0.4:32906, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32663") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:47122->172.17.0.4:32663, err= --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:185: Remote "ftp://172.17.0.4:21/rclone-test-cimikef8tewe", Local "Local file system at /tmp/rclone4274745191", Modify Window "1s" 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33474") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:38772->172.17.0.4:33474, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36716") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:37982->172.17.0.4:36716, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30717") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34924->172.17.0.4:30717, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:30416") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56602->172.17.0.4:30416, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37544") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41686->172.17.0.4:37544, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33413") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57382->172.17.0.4:33413, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33982") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56390->172.17.0.4:33982, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32357") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:50690->172.17.0.4:32357, err= 2026/04/05 03:30:10 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.fovefok3" before starting 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35564") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:33462->172.17.0.4:35564, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34168") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:49818->172.17.0.4:34168, err= 2026/04/05 03:30:10 DEBUG : sub dir/test remove existing.fovefok3: TEST: removing renamed existing file after operation 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33704") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40972->172.17.0.4:33704, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33036") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52818->172.17.0.4:33036, err= 2026/04/05 03:30:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tagiyog6" before starting 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39834") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:41974->172.17.0.4:39834, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:32702") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:57202->172.17.0.4:32702, err= 2026/04/05 03:30:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tagiyog6: TEST: renaming existing back after failed operation 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:37224") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:59974->172.17.0.4:37224, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35089") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:45084->172.17.0.4:35089, err= 2026/04/05 03:30:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.boyidiq3" before starting 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35735") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52926->172.17.0.4:35735, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31628") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:40176->172.17.0.4:31628, err= 2026/04/05 03:30:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.boyidiq3: TEST: removing renamed existing file after operation 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:39048") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:52902->172.17.0.4:39048, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:35453") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:34508->172.17.0.4:35453, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:33542") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:53412->172.17.0.4:33542, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:31368") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:56782->172.17.0.4:31368, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:34055") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:42332->172.17.0.4:34055, 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/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: dial("tcp","172.17.0.4:36141") 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: > dial: conn=172.17.0.1:55772->172.17.0.4:36141, err= 2026/04/05 03:30:10 DEBUG : ftp://172.17.0.4:21/rclone-test-cimikef8tewe: Purge dir "" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Finished OK in 2.891998052s (try 1/5)