"./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Starting (try 1/5) 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muwehuv6xipu" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49774->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone2542459989" === 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.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36892") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58018->172.17.0.10:36892, err= 2026/02/20 02:03:17 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.00s) === RUN TestMultithreadCopyAbort run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37145") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51884->172.17.0.10:37145, err= 2026/02/20 02:03:17 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.00s) === RUN TestSizeDiffers 2026/02/20 02:03:17 DEBUG : a: size = 0 OK 2026/02/20 02:03:17 DEBUG : a: size = 1 (memory) 2026/02/20 02:03:17 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/02/20 02:03:17 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/02/20 02:03:17 DEBUG : potato: Seek from 10 to 0 2026/02/20 02:03:17 DEBUG : potato: Seek from 10 to 0 2026/02/20 02:03:17 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/02/20 02:03:17 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Seek from 5 to 2 2026/02/20 02:03:17 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/02/20 02:03:17 DEBUG : potato: Seek from 7 to 0 2026/02/20 02:03:17 DEBUG : potato: Seek from 7 to 0 2026/02/20 02:03:17 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/02/20 02:03:17 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Seek from 5 to 2 2026/02/20 02:03:17 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/02/20 02:03:17 DEBUG : potato: Seek from 8 to 0 2026/02/20 02:03:17 DEBUG : potato: Seek from 8 to 0 2026/02/20 02:03:17 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/02/20 02:03:17 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/02/20 02:03:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/02/20 02:03:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/02/20 02:03:17 DEBUG : potato: Seek from 5 to 2 2026/02/20 02:03:17 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/02/20 02:03:17 DEBUG : potato: Seek from 9 to 0 2026/02/20 02:03:17 DEBUG : potato: Seek from 9 to 0 2026/02/20 02:03:17 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.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33645") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45910->172.17.0.10:33645, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39035") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60438->172.17.0.10:39035, err= === RUN TestCheck/1 === RUN TestCheck/2 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39744") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39726->172.17.0.10:39744, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35174") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45984->172.17.0.10:35174, err= === RUN TestCheck/3 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35447") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47004->172.17.0.10:35447, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30923") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40458->172.17.0.10:30923, err= === RUN TestCheck/4 === RUN TestCheck/5 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37139") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42470->172.17.0.10:37139, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36880") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51224->172.17.0.10:36880, err= === RUN TestCheck/6 === RUN TestCheck/7 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35039") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54258->172.17.0.10:35039, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33520") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48418->172.17.0.10:33520, err= --- PASS: TestCheck (0.04s) --- 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/02/20 02:03:17 DEBUG : Creating backend with remote "nonexistent" 2026/02/20 02:03:17 DEBUG : Creating backend with remote "nonexistent" 2026/02/20 02:03:17 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/02/20 02:03:17 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/02/20 02:03:17 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/02/20 02:03:17 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.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39092") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49356->172.17.0.10:39092, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37694") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36332->172.17.0.10:37694, err= === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34145") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41634->172.17.0.10:34145, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39860") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48502->172.17.0.10:39860, err= === RUN TestCheckDownload/3 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32299") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46298->172.17.0.10:32299, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30606") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37878->172.17.0.10:30606, err= === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34460") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56370->172.17.0.10:34460, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39255") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49210->172.17.0.10:39255, err= === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33988") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57352->172.17.0.10:33988, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33822") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46148->172.17.0.10:33822, err= --- PASS: TestCheckDownload (0.12s) --- PASS: TestCheckDownload/1 (0.00s) --- PASS: TestCheckDownload/2 (0.00s) --- PASS: TestCheckDownload/3 (0.01s) --- PASS: TestCheckDownload/4 (0.02s) --- PASS: TestCheckDownload/5 (0.01s) --- PASS: TestCheckDownload/6 (0.02s) --- PASS: TestCheckDownload/7 (0.02s) === RUN TestCheckSizeOnly run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37848") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42326->172.17.0.10:37848, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34311") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53294->172.17.0.10:34311, err= === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39624") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59912->172.17.0.10:39624, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32147") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51610->172.17.0.10:32147, err= === RUN TestCheckSizeOnly/3 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34417") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55824->172.17.0.10:34417, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34689") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43492->172.17.0.10:34689, err= === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39220") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40316->172.17.0.10:39220, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32799") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49284->172.17.0.10:32799, err= === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37243") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48906->172.17.0.10:37243, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32167") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57548->172.17.0.10:32167, err= --- PASS: TestCheckSizeOnly (0.03s) --- PASS: TestCheckSizeOnly/1 (0.00s) --- PASS: TestCheckSizeOnly/2 (0.00s) --- PASS: TestCheckSizeOnly/3 (0.00s) --- PASS: TestCheckSizeOnly/4 (0.00s) --- PASS: TestCheckSizeOnly/5 (0.00s) --- PASS: TestCheckSizeOnly/6 (0.00s) --- PASS: TestCheckSizeOnly/7 (0.00s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36987") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59486->172.17.0.10:36987, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31392") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41480->172.17.0.10:31392, err= 2026/02/20 02:03:17 NOTICE: test.sum: improperly formatted checksum line 4 2026/02/20 02:03:17 NOTICE: test.sum: improperly formatted checksum line 5 2026/02/20 02:03:17 NOTICE: test.sum: improperly formatted checksum line 6 2026/02/20 02:03:17 NOTICE: test.sum: 2 warning(s) suppressed... 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34881") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38032->172.17.0.10:34881, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32830") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52818->172.17.0.10:32830, err= 2026/02/20 02:03:17 NOTICE: test.sum: improperly formatted checksum line 4 2026/02/20 02:03:17 NOTICE: test.sum: improperly formatted checksum line 5 2026/02/20 02:03:17 NOTICE: test.sum: improperly formatted checksum line 6 2026/02/20 02:03:17 NOTICE: test.sum: 2 warning(s) suppressed... 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38488") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40570->172.17.0.10:38488, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35517") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42456->172.17.0.10:35517, err= --- PASS: TestParseSumFile (0.01s) === RUN TestCheckSum run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muwehuv6xipu/data" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/data: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/data: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/data: > dial: conn=172.17.0.1:49782->172.17.0.10:21, err= check_test.go:350: ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/data lacks md5, skipping 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38598") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36474->172.17.0.10:38598, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31846") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36374->172.17.0.10:31846, err= --- SKIP: TestCheckSum (0.02s) === RUN TestCheckSumDownload run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muwehuv6xipu/data" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/data: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/data: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/data: > dial: conn=172.17.0.1:49784->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34385") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37824->172.17.0.10:34385, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30736") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41016->172.17.0.10:30736, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31482") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51610->172.17.0.10:31482, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30138") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53400->172.17.0.10:30138, err= === RUN TestCheckSumDownload/subtest1 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32407") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38182->172.17.0.10:32407, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37710") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58976->172.17.0.10:37710, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33889") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45636->172.17.0.10:33889, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34055") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53166->172.17.0.10:34055, err= === RUN TestCheckSumDownload/subtest2 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39664") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44428->172.17.0.10:39664, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34201") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45266->172.17.0.10:34201, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33577") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53130->172.17.0.10:33577, err= === RUN TestCheckSumDownload/subtest3 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39858") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41132->172.17.0.10:39858, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34921") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57644->172.17.0.10:34921, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37312") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39756->172.17.0.10:37312, err= === RUN TestCheckSumDownload/subtest4 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36440") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43076->172.17.0.10:36440, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32125") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33550->172.17.0.10:32125, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39945") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37556->172.17.0.10:39945, err= === RUN TestCheckSumDownload/subtest5 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34678") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40686->172.17.0.10:34678, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36651") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55240->172.17.0.10:36651, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30521") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48868->172.17.0.10:30521, err= === RUN TestCheckSumDownload/subtest6 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35116") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47766->172.17.0.10:35116, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30259") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34510->172.17.0.10:30259, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37643") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35288->172.17.0.10:37643, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32340") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40070->172.17.0.10:32340, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32447") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60396->172.17.0.10:32447, err= === RUN TestCheckSumDownload/subtest7 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37300") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33198->172.17.0.10:37300, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37913") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40302->172.17.0.10:37913, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30186") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44856->172.17.0.10:30186, 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/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-watozoc6kiha" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: > dial: conn=172.17.0.1:49788->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone1112423557" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-watozoc6kiha", Local "Local file system at /tmp/rclone1112423557", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: dial("tcp","172.17.0.10:30717") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: > dial: conn=172.17.0.1:59822->172.17.0.10:30717, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: dial("tcp","172.17.0.10:39006") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: > dial: conn=172.17.0.1:49938->172.17.0.10:39006, err= upper checkfile vs. lower remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: dial("tcp","172.17.0.10:39669") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: > dial: conn=172.17.0.1:54972->172.17.0.10:39669, err= 2026/02/20 02:03:17 ERROR : hello, world!: sum not found 2026/02/20 02:03:17 ERROR : HELLO, WORLD!: file not in ftp://172.17.0.10:21/rclone-test-watozoc6kiha 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-watozoc6kiha: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-watozoc6kiha: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-watozoc6kiha: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: dial("tcp","172.17.0.10:37896") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: > dial: conn=172.17.0.1:37374->172.17.0.10:37896, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: dial("tcp","172.17.0.10:31077") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: > dial: conn=172.17.0.1:55592->172.17.0.10:31077, err= 2026/02/20 02:03:17 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-watozoc6kiha: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-watozoc6kiha: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-nafoxoh7rute" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: > dial: conn=172.17.0.1:49804->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone1282883652" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-nafoxoh7rute", Local "Local file system at /tmp/rclone1282883652", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: dial("tcp","172.17.0.10:37615") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: > dial: conn=172.17.0.1:45498->172.17.0.10:37615, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: dial("tcp","172.17.0.10:33258") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: > dial: conn=172.17.0.1:43362->172.17.0.10:33258, err= lower checkfile vs. upper remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: dial("tcp","172.17.0.10:35111") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: > dial: conn=172.17.0.1:56144->172.17.0.10:35111, err= 2026/02/20 02:03:17 ERROR : HELLO, WORLD!: sum not found 2026/02/20 02:03:17 ERROR : hello, world!: file not in ftp://172.17.0.10:21/rclone-test-nafoxoh7rute 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: dial("tcp","172.17.0.10:39354") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: > dial: conn=172.17.0.1:50472->172.17.0.10:39354, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: dial("tcp","172.17.0.10:31249") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: > dial: conn=172.17.0.1:37330->172.17.0.10:31249, err= 2026/02/20 02:03:17 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-laxerav8duko" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: > dial: conn=172.17.0.1:49808->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone898972755" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-laxerav8duko", Local "Local file system at /tmp/rclone898972755", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: dial("tcp","172.17.0.10:36023") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: > dial: conn=172.17.0.1:60470->172.17.0.10:36023, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: dial("tcp","172.17.0.10:38366") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: > dial: conn=172.17.0.1:50756->172.17.0.10:38366, err= lower checkfile vs. upperlowermixed remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: dial("tcp","172.17.0.10:38278") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: > dial: conn=172.17.0.1:50906->172.17.0.10:38278, err= 2026/02/20 02:03:17 ERROR : HeLlO, wOrLd!: sum not found 2026/02/20 02:03:17 ERROR : hello, world!: file not in ftp://172.17.0.10:21/rclone-test-laxerav8duko 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-laxerav8duko: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-laxerav8duko: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-laxerav8duko: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: dial("tcp","172.17.0.10:37907") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: > dial: conn=172.17.0.1:32826->172.17.0.10:37907, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: dial("tcp","172.17.0.10:35132") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: > dial: conn=172.17.0.1:33414->172.17.0.10:35132, err= 2026/02/20 02:03:17 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-laxerav8duko: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-laxerav8duko: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tudiram6kaji" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: > dial: conn=172.17.0.1:49814->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone3753979749" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-tudiram6kaji", Local "Local file system at /tmp/rclone3753979749", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: dial("tcp","172.17.0.10:31471") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: > dial: conn=172.17.0.1:34836->172.17.0.10:31471, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: dial("tcp","172.17.0.10:33269") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: > dial: conn=172.17.0.1:54670->172.17.0.10:33269, err= upperlowermixed checkfile vs. upper remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: dial("tcp","172.17.0.10:33072") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: > dial: conn=172.17.0.1:40212->172.17.0.10:33072, err= 2026/02/20 02:03:17 ERROR : HELLO, WORLD!: sum not found 2026/02/20 02:03:17 ERROR : HeLlO, wOrLd!: file not in ftp://172.17.0.10:21/rclone-test-tudiram6kaji 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-tudiram6kaji: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-tudiram6kaji: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-tudiram6kaji: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: dial("tcp","172.17.0.10:30711") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: > dial: conn=172.17.0.1:37310->172.17.0.10:30711, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: dial("tcp","172.17.0.10:33785") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: > dial: conn=172.17.0.1:41232->172.17.0.10:33785, err= 2026/02/20 02:03:17 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-tudiram6kaji: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-tudiram6kaji: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-jupaqul6zono" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: > dial: conn=172.17.0.1:49824->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone808479339" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-jupaqul6zono", Local "Local file system at /tmp/rclone808479339", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: dial("tcp","172.17.0.10:39684") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: > dial: conn=172.17.0.1:52580->172.17.0.10:39684, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: dial("tcp","172.17.0.10:36836") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: > dial: conn=172.17.0.1:38940->172.17.0.10:36836, err= NFD checkfile vs. NFC remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: dial("tcp","172.17.0.10:34879") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: > dial: conn=172.17.0.1:53072->172.17.0.10:34879, err= 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ: sum not found 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.10:21/rclone-test-jupaqul6zono 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-jupaqul6zono: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-jupaqul6zono: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-jupaqul6zono: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: dial("tcp","172.17.0.10:30899") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: > dial: conn=172.17.0.1:39448->172.17.0.10:30899, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: dial("tcp","172.17.0.10:31869") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: > dial: conn=172.17.0.1:56696->172.17.0.10:31869, err= 2026/02/20 02:03:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-jupaqul6zono: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-jupaqul6zono: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-kesahum3fifo" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: > dial: conn=172.17.0.1:49826->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone637016899" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-kesahum3fifo", Local "Local file system at /tmp/rclone637016899", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: dial("tcp","172.17.0.10:32284") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: > dial: conn=172.17.0.1:39720->172.17.0.10:32284, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: dial("tcp","172.17.0.10:38650") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: > dial: conn=172.17.0.1:39010->172.17.0.10:38650, err= NFC checkfile vs. NFD remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: dial("tcp","172.17.0.10:38599") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: > dial: conn=172.17.0.1:56464->172.17.0.10:38599, err= 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ: sum not found 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.10:21/rclone-test-kesahum3fifo 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kesahum3fifo: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kesahum3fifo: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kesahum3fifo: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: dial("tcp","172.17.0.10:39717") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: > dial: conn=172.17.0.1:55094->172.17.0.10:39717, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: dial("tcp","172.17.0.10:32852") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: > dial: conn=172.17.0.1:51554->172.17.0.10:32852, err= 2026/02/20 02:03:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kesahum3fifo: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kesahum3fifo: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yuyaqey9mavo" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: > dial: conn=172.17.0.1:49828->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone3534341459" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo", Local "Local file system at /tmp/rclone3534341459", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: dial("tcp","172.17.0.10:35657") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: > dial: conn=172.17.0.1:59374->172.17.0.10:35657, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: dial("tcp","172.17.0.10:30538") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: > dial: conn=172.17.0.1:50786->172.17.0.10:30538, err= NFDx2 checkfile vs. both remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: dial("tcp","172.17.0.10:36106") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: > dial: conn=172.17.0.1:53588->172.17.0.10:36106, err= 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: dial("tcp","172.17.0.10:36039") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: > dial: conn=172.17.0.1:59132->172.17.0.10:36039, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: dial("tcp","172.17.0.10:33476") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: > dial: conn=172.17.0.1:53018->172.17.0.10:33476, err= 2026/02/20 02:03:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-livevuh1ceqa" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: > dial: conn=172.17.0.1:49844->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone4057735944" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-livevuh1ceqa", Local "Local file system at /tmp/rclone4057735944", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: dial("tcp","172.17.0.10:31448") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: > dial: conn=172.17.0.1:58206->172.17.0.10:31448, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: dial("tcp","172.17.0.10:37678") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: > dial: conn=172.17.0.1:45112->172.17.0.10:37678, err= NFCx2 checkfile vs. both remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: dial("tcp","172.17.0.10:34627") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: > dial: conn=172.17.0.1:49352->172.17.0.10:34627, err= 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.10:21/rclone-test-livevuh1ceqa 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: dial("tcp","172.17.0.10:30704") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: > dial: conn=172.17.0.1:46646->172.17.0.10:30704, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: dial("tcp","172.17.0.10:38506") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: > dial: conn=172.17.0.1:51144->172.17.0.10:38506, err= 2026/02/20 02:03:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zulahog8bivu" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: > dial: conn=172.17.0.1:49860->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone1531160631" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-zulahog8bivu", Local "Local file system at /tmp/rclone1531160631", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: dial("tcp","172.17.0.10:33871") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: > dial: conn=172.17.0.1:58882->172.17.0.10:33871, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: dial("tcp","172.17.0.10:31886") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: > dial: conn=172.17.0.1:35210->172.17.0.10:31886, err= both checkfile vs. NFDx2 remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: dial("tcp","172.17.0.10:36349") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: > dial: conn=172.17.0.1:35620->172.17.0.10:36349, err= 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.10:21/rclone-test-zulahog8bivu 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-zulahog8bivu: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-zulahog8bivu: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-zulahog8bivu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: dial("tcp","172.17.0.10:37950") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: > dial: conn=172.17.0.1:55566->172.17.0.10:37950, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: dial("tcp","172.17.0.10:31009") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: > dial: conn=172.17.0.1:50730->172.17.0.10:31009, err= 2026/02/20 02:03:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-zulahog8bivu: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-zulahog8bivu: 1 matching files 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-kofoxap0juma" 2026/02/20 02:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: > dial: conn=172.17.0.1:49864->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "/tmp/rclone2415916174" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-kofoxap0juma", Local "Local file system at /tmp/rclone2415916174", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: dial("tcp","172.17.0.10:36805") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: > dial: conn=172.17.0.1:36042->172.17.0.10:36805, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: dial("tcp","172.17.0.10:30163") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: > dial: conn=172.17.0.1:58928->172.17.0.10:30163, err= both checkfile vs. NFCx2 remote (without normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: dial("tcp","172.17.0.10:31030") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: > dial: conn=172.17.0.1:39622->172.17.0.10:31030, err= 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/02/20 02:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.10:21/rclone-test-kofoxap0juma 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kofoxap0juma: 1 files missing 2026/02/20 02:03:17 NOTICE: 1 hashes missing 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kofoxap0juma: 1 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kofoxap0juma: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: dial("tcp","172.17.0.10:31838") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: > dial: conn=172.17.0.1:37006->172.17.0.10:31838, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: dial("tcp","172.17.0.10:38058") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: > dial: conn=172.17.0.1:43556->172.17.0.10:38058, err= 2026/02/20 02:03:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kofoxap0juma: 0 differences found 2026/02/20 02:03:17 NOTICE: ftp://172.17.0.10:21/rclone-test-kofoxap0juma: 1 matching files 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: dial("tcp","172.17.0.10:35831") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: > dial: conn=172.17.0.1:55640->172.17.0.10:35831, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kofoxap0juma: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: dial("tcp","172.17.0.10:35334") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: > dial: conn=172.17.0.1:42238->172.17.0.10:35334, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-zulahog8bivu: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: dial("tcp","172.17.0.10:38010") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: > dial: conn=172.17.0.1:36662->172.17.0.10:38010, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-livevuh1ceqa: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: dial("tcp","172.17.0.10:38537") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: > dial: conn=172.17.0.1:37452->172.17.0.10:38537, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-yuyaqey9mavo: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: dial("tcp","172.17.0.10:38110") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: > dial: conn=172.17.0.1:41440->172.17.0.10:38110, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: Purge object "測試_Русский___ě_áñ" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-kesahum3fifo: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: dial("tcp","172.17.0.10:30360") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: > dial: conn=172.17.0.1:33324->172.17.0.10:30360, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: Purge object "測試_Русский___ě_áñ" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-jupaqul6zono: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: dial("tcp","172.17.0.10:30615") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: > dial: conn=172.17.0.1:35716->172.17.0.10:30615, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: Purge object "HELLO, WORLD!" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-tudiram6kaji: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: dial("tcp","172.17.0.10:39888") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: > dial: conn=172.17.0.1:41268->172.17.0.10:39888, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: Purge object "HeLlO, wOrLd!" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-laxerav8duko: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: dial("tcp","172.17.0.10:31989") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: > dial: conn=172.17.0.1:50292->172.17.0.10:31989, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: Purge object "HELLO, WORLD!" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-nafoxoh7rute: Purge dir "" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: dial("tcp","172.17.0.10:33460") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: > dial: conn=172.17.0.1:53440->172.17.0.10:33460, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: Purge object "hello, world!" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-watozoc6kiha: Purge dir "" --- PASS: TestApplyTransforms (0.33s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32102") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46698->172.17.0.10:32102, err= 2026/02/20 02:03:17 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/02/20 02:03:17 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/02/20 02:03:17 INFO : file1: Copied (new) to: sub/file2 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37614") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35850->172.17.0.10:37614, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31936") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55286->172.17.0.10:31936, err= 2026/02/20 02:03:17 DEBUG : sub/file2: size = 14 OK 2026/02/20 02:03:17 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/02/20 02:03:17 DEBUG : file1: Unchanged skipping 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34037") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37300->172.17.0.10:34037, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34341") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53750->172.17.0.10:34341, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: don't need to copy/move sub/file2, it is already at target location 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39798") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50748->172.17.0.10:39798, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38375") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55390->172.17.0.10:38375, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37336") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42148->172.17.0.10:37336, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31393") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50166->172.17.0.10:31393, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31513") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53592->172.17.0.10:31513, err= --- PASS: TestCopyFile (0.04s) === RUN TestCopyLongFile run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" copy_test.go:154: Test only runs on local 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37003") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39160->172.17.0.10:37003, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36262") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39084->172.17.0.10:36262, err= --- SKIP: TestCopyLongFile (0.00s) === RUN TestCopyFileBackupDir run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34439") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58196->172.17.0.10:34439, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31722") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56058->172.17.0.10:31722, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32313") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47856->172.17.0.10:32313, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muwehuv6xipu/backup" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/backup: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/backup: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/backup: > dial: conn=172.17.0.1:49872->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-muwehuv6xipu/backup" to be canonical "TestFTPPureftpd{23wig}:rclone-test-muwehuv6xipu/backup" 2026/02/20 02:03:17 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2542459989) 2026/02/20 02:03:17 DEBUG : dst/file1: size = 18 (ftp://172.17.0.10:21/rclone-test-muwehuv6xipu) 2026/02/20 02:03:17 DEBUG : dst/file1: Sizes differ 2026/02/20 02:03:17 INFO : dst/file1: Moved (server-side) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33885") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36860->172.17.0.10:33885, err= 2026/02/20 02:03:17 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/02/20 02:03:17 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/02/20 02:03:17 INFO : dst/file1: Copied (new) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34618") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42342->172.17.0.10:34618, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32060") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49882->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37398->172.17.0.10:32060, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36445") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60364->172.17.0.10:36445, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35515") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44220->172.17.0.10:35515, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31788") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55604->172.17.0.10:31788, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36771") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39824->172.17.0.10:36771, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35283") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51004->172.17.0.10:35283, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35489") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60282->172.17.0.10:35489, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38794") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51752->172.17.0.10:38794, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/backup: closing 1 unused connections --- PASS: TestCopyFileBackupDir (0.06s) === RUN TestCopyFileCompareDest run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muwehuv6xipu/dst" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: > dial: conn=172.17.0.1:49888->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muwehuv6xipu/CompareDest" 2026/02/20 02:03:17 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:17 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:17 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:17 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:17 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/CompareDest: Connecting to FTP server 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/CompareDest: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/CompareDest: > dial: conn=172.17.0.1:49894->172.17.0.10:21, err= 2026/02/20 02:03:17 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-muwehuv6xipu/CompareDest" to be canonical "TestFTPPureftpd{23wig}:rclone-test-muwehuv6xipu/CompareDest" 2026/02/20 02:03:17 DEBUG : one: Need to transfer - File not found at Destination 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: dial("tcp","172.17.0.10:30628") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: > dial: conn=172.17.0.1:37088->172.17.0.10:30628, err= 2026/02/20 02:03:17 DEBUG : one.b2cc3c6c.partial: size = 3 OK 2026/02/20 02:03:17 DEBUG : one.b2cc3c6c.partial: renamed to: one 2026/02/20 02:03:17 INFO : one: Copied (new) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37179") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58328->172.17.0.10:37179, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34920") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39538->172.17.0.10:34920, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34233") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55458->172.17.0.10:34233, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39685") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41434->172.17.0.10:39685, err= 2026/02/20 02:03:17 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-muwehuv6xipu/CompareDest" for canonical name "TestFTPPureftpd{23wig}:rclone-test-muwehuv6xipu/CompareDest" 2026/02/20 02:03:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone2542459989) 2026/02/20 02:03:17 DEBUG : one: size = 3 (ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst) 2026/02/20 02:03:17 DEBUG : one: Sizes differ 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: dial("tcp","172.17.0.10:34930") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: > dial: conn=172.17.0.1:48074->172.17.0.10:34930, err= 2026/02/20 02:03:17 DEBUG : one.4a8516eb.partial: size = 5 OK 2026/02/20 02:03:17 DEBUG : one.4a8516eb.partial: renamed to: one 2026/02/20 02:03:17 INFO : one: Copied (replaced existing) 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30091") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58220->172.17.0.10:30091, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32380") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52498->172.17.0.10:32380, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34032") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36184->172.17.0.10:34032, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39296") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55554->172.17.0.10:39296, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35253") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36386->172.17.0.10:35253, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32437") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30302") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47446->172.17.0.10:32437, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46124->172.17.0.10:30302, err= 2026/02/20 02:03:17 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-muwehuv6xipu/CompareDest" for canonical name "TestFTPPureftpd{23wig}:rclone-test-muwehuv6xipu/CompareDest" 2026/02/20 02:03:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone2542459989) 2026/02/20 02:03:17 DEBUG : one: size = 3 (ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst) 2026/02/20 02:03:17 DEBUG : one: Sizes differ 2026/02/20 02:03:17 DEBUG : one: size = 5 OK 2026/02/20 02:03:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/02/20 02:03:17 DEBUG : one: Destination found in --compare-dest, skipping 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36061") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41236->172.17.0.10:36061, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38359") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50342->172.17.0.10:38359, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35380") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34730->172.17.0.10:35380, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30129") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58476->172.17.0.10:30129, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33499") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44056->172.17.0.10:33499, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30651") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30791") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40224->172.17.0.10:30651, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47760->172.17.0.10:30791, err= 2026/02/20 02:03:17 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-muwehuv6xipu/CompareDest" for canonical name "TestFTPPureftpd{23wig}:rclone-test-muwehuv6xipu/CompareDest" 2026/02/20 02:03:17 DEBUG : two: Need to transfer - File not found at Destination 2026/02/20 02:03:17 DEBUG : two: size = 3 OK 2026/02/20 02:03:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/02/20 02:03:17 DEBUG : two: Destination found in --compare-dest, skipping 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33109") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52064->172.17.0.10:33109, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31756") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30387") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41888->172.17.0.10:31756, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59718->172.17.0.10:30387, err= 2026/02/20 02:03:17 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-muwehuv6xipu/CompareDest" for canonical name "TestFTPPureftpd{23wig}:rclone-test-muwehuv6xipu/CompareDest" 2026/02/20 02:03:17 DEBUG : two: Need to transfer - File not found at Destination 2026/02/20 02:03:17 DEBUG : two: size = 3 OK 2026/02/20 02:03:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/02/20 02:03:17 DEBUG : two: Destination found in --compare-dest, skipping 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36006") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46080->172.17.0.10:36006, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32179") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39046->172.17.0.10:32179, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33833") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43572->172.17.0.10:33833, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34197") 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57416->172.17.0.10:34197, err= 2026/02/20 02:03:17 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32102") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46708->172.17.0.10:32102, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39192") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39666->172.17.0.10:39192, err= 2026/02/20 02:03:18 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-muwehuv6xipu/CompareDest" for canonical name "TestFTPPureftpd{23wig}:rclone-test-muwehuv6xipu/CompareDest" 2026/02/20 02:03:18 DEBUG : two: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : two: size = 5 (Local file system at /tmp/rclone2542459989) 2026/02/20 02:03:18 DEBUG : two: size = 3 (ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/CompareDest) 2026/02/20 02:03:18 DEBUG : two: Sizes differ 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: dial("tcp","172.17.0.10:37784") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/dst: > dial: conn=172.17.0.1:51978->172.17.0.10:37784, err= 2026/02/20 02:03:18 DEBUG : two.a319cd8b.partial: size = 5 OK 2026/02/20 02:03:18 DEBUG : two.a319cd8b.partial: renamed to: two 2026/02/20 02:03:18 INFO : two: Copied (new) 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39842") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42578->172.17.0.10:39842, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34941") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34345") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35778->172.17.0.10:34941, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51758->172.17.0.10:34345, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33686") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36114->172.17.0.10:33686, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34783") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39306->172.17.0.10:34783, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39289") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49472->172.17.0.10:39289, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32610") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58942->172.17.0.10:32610, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/CompareDest: closing 1 unused connections --- PASS: TestCopyFileCompareDest (0.15s) === RUN TestCopyFileCopyDest run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" copy_test.go:277: Skipping test as remote does not support server-side copy 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39256") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38546->172.17.0.10:39256, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31844") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45946->172.17.0.10:31844, err= --- SKIP: TestCopyFileCopyDest (0.00s) === RUN TestCopyInplace run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:18 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39881") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56574->172.17.0.10:39881, err= 2026/02/20 02:03:18 DEBUG : sub/file2: size = 14 OK 2026/02/20 02:03:18 INFO : file1: Copied (new) to: sub/file2 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36933") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39546->172.17.0.10:36933, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31449") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46008->172.17.0.10:31449, err= 2026/02/20 02:03:18 DEBUG : sub/file2: size = 14 OK 2026/02/20 02:03:18 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/02/20 02:03:18 DEBUG : file1: Unchanged skipping 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39146") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46144->172.17.0.10:39146, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32537") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36662->172.17.0.10:32537, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: don't need to copy/move sub/file2, it is already at target location 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34867") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44112->172.17.0.10:34867, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39816") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36934->172.17.0.10:39816, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30292") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54098->172.17.0.10:30292, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36415") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41706->172.17.0.10:36415, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35271") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50838->172.17.0.10:35271, err= --- PASS: TestCopyInplace (0.03s) === RUN TestCopyLongFileName run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:18 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37903") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49500->172.17.0.10:37903, err= 2026/02/20 02:03:18 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: renamed to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/02/20 02:03:18 INFO : file1: Copied (new) to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31555") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52498->172.17.0.10:31555, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30480") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36026->172.17.0.10:30480, err= 2026/02/20 02:03:18 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: size = 14 OK 2026/02/20 02:03:18 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/02/20 02:03:18 DEBUG : file1: Unchanged skipping 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35428") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58288->172.17.0.10:35428, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31691") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39484->172.17.0.10:31691, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: don't need to copy/move sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2, it is already at target location 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31050") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34150->172.17.0.10:31050, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33392") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38050->172.17.0.10:33392, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36384") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53828->172.17.0.10:36384, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34323") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56274->172.17.0.10:34323, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36601") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49864->172.17.0.10:36601, err= --- PASS: TestCopyLongFileName (0.02s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30971") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56352->172.17.0.10:30971, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Connecting to FTP server 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Connecting to FTP server 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Waiting for checks to finish 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Waiting for transfers to finish 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49908->172.17.0.10:21, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32690") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41984->172.17.0.10:32690, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31068") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35448->172.17.0.10:31068, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Copied (new) 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34365") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43862->172.17.0.10:34365, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Copied (new) 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33390") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56420->172.17.0.10:33390, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Copied (new) 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33602") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49578->172.17.0.10:33602, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Copied (new) 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31904") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56354->172.17.0.10:31904, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49912->172.17.0.10:21, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Copied (new) 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34818") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47318->172.17.0.10:34818, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Copied (new) 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38438") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35200->172.17.0.10:38438, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Copied (new) 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Copied (new) 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36052") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56452->172.17.0.10:36052, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Copied (new) 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35046") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36390->172.17.0.10:35046, err= 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103 2026/02/20 02:03:18 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Copied (new) 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38848") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35176->172.17.0.10:38848, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31625") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55312->172.17.0.10:31625, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30225") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33562->172.17.0.10:30225, err= --- PASS: TestCopyLongFileNameCollision (0.12s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:18 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32634") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35228->172.17.0.10:32634, err= 2026/02/20 02:03:18 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: size = 14 OK 2026/02/20 02:03:18 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: renamed to: TestCopyFileMaxTransfer/file1 2026/02/20 02:03:18 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39634") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44204->172.17.0.10:39634, err= 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38863") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38398->172.17.0.10:38863, err= 2026/02/20 02:03:18 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34767") 2026/02/20 02:03:18 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40032->172.17.0.10:34767, err= 2026/02/20 02:03:19 DEBUG : TestCopyFileMaxTransfer/file2.945646ab.partial: Removed after failed upload: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/02/20 02:03:19 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: update stor: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35294") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:32938->172.17.0.10:35294, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38725") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42456->172.17.0.10:38725, err= 2026/02/20 02:03:19 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32304") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53344->172.17.0.10:32304, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31002") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35580->172.17.0.10:31002, err= 2026/02/20 02:03:19 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30055") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35394->172.17.0.10:30055, err= 2026/02/20 02:03:19 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: size = 2062 OK 2026/02/20 02:03:19 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: renamed to: TestCopyFileMaxTransfer/file4 2026/02/20 02:03:19 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34571") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54852->172.17.0.10:34571, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39918") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59490->172.17.0.10:39918, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32441") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41206->172.17.0.10:32441, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37693") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55950->172.17.0.10:37693, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39493") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45246->172.17.0.10:39493, err= --- PASS: TestCopyFileMaxTransfer (1.07s) === RUN TestDeduplicateInteractive run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30446") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51494->172.17.0.10:30446, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36709") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43254->172.17.0.10:36709, err= --- SKIP: TestDeduplicateInteractive (0.00s) === RUN TestDeduplicateSkip run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35262") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51852->172.17.0.10:35262, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33914") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55770->172.17.0.10:33914, err= --- SKIP: TestDeduplicateSkip (0.00s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35729") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36976->172.17.0.10:35729, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38924") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38058->172.17.0.10:38924, err= --- SKIP: TestDeduplicateSizeOnly (0.00s) === RUN TestDeduplicateFirst run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35266") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54370->172.17.0.10:35266, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38661") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33534->172.17.0.10:38661, err= --- SKIP: TestDeduplicateFirst (0.00s) === RUN TestDeduplicateNewest run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33611") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59832->172.17.0.10:33611, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32983") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37752->172.17.0.10:32983, err= --- SKIP: TestDeduplicateNewest (0.00s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:36: Can't run this test without a hash 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38393") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47524->172.17.0.10:38393, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35330") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39182->172.17.0.10:35330, err= --- SKIP: TestDeduplicateNewestByHash (0.00s) === RUN TestDeduplicateOldest run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37616") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50992->172.17.0.10:37616, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32793") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47836->172.17.0.10:32793, err= --- SKIP: TestDeduplicateOldest (0.00s) === RUN TestDeduplicateLargest run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33340") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46934->172.17.0.10:33340, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30251") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38038->172.17.0.10:30251, err= --- SKIP: TestDeduplicateLargest (0.00s) === RUN TestDeduplicateSmallest run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36473") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38266->172.17.0.10:36473, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33235") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52046->172.17.0.10:33235, err= --- SKIP: TestDeduplicateSmallest (0.00s) === RUN TestDeduplicateRename run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39849") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52970->172.17.0.10:39849, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31112") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59012->172.17.0.10:31112, err= --- SKIP: TestDeduplicateRename (0.00s) === RUN TestMergeDirs run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" dedupe_test.go:256: Can't merge directories 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31169") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50564->172.17.0.10:31169, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35880") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35994->172.17.0.10:35880, err= --- SKIP: TestMergeDirs (0.00s) === RUN TestListDirSorted run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30830") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49058->172.17.0.10:30830, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38634") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57700->172.17.0.10:38634, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31584") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56206->172.17.0.10:31584, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36087") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44748->172.17.0.10:36087, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37754") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42812->172.17.0.10:37754, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30411") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36144->172.17.0.10:30411, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37416") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51076->172.17.0.10:37416, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33396") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54236->172.17.0.10:33396, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36643") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46128->172.17.0.10:36643, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37455") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42752->172.17.0.10:37455, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39059") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56952->172.17.0.10:39059, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34870") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54908->172.17.0.10:34870, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39297") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44176->172.17.0.10:39297, err= 2026/02/20 02:03:19 DEBUG : a.txt: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : a.txt: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37698") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45054->172.17.0.10:37698, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37268") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39856->172.17.0.10:37268, err= 2026/02/20 02:03:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : sub dir/hello world: Excluded 2026/02/20 02:03:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : sub dir/hello world2: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33914") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55778->172.17.0.10:33914, err= 2026/02/20 02:03:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : sub dir/hello world: Excluded 2026/02/20 02:03:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : sub dir/hello world2: Excluded 2026/02/20 02:03:19 DEBUG : sub dir/ignore dir: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33896") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40844->172.17.0.10:33896, err= 2026/02/20 02:03:19 DEBUG : sub dir/ignore dir: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31521") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42454->172.17.0.10:31521, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37621") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59280->172.17.0.10:37621, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37025") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58840->172.17.0.10:37025, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33224") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47410->172.17.0.10:33224, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32380") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31213") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52500->172.17.0.10:32380, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43856->172.17.0.10:31213, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35313") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39730->172.17.0.10:35313, err= --- PASS: TestListDirSorted (0.03s) === RUN TestListDirSortedFn run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34841") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50562->172.17.0.10:34841, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34490") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52456->172.17.0.10:34490, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34129") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38048->172.17.0.10:34129, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36072") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36200->172.17.0.10:36072, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37001") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33020->172.17.0.10:37001, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31930") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60298->172.17.0.10:31930, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33273") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52490->172.17.0.10:33273, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35709") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59082->172.17.0.10:35709, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32058") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60812->172.17.0.10:32058, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30486") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31823") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56522->172.17.0.10:31823, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34946->172.17.0.10:30486, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38697") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34796->172.17.0.10:38697, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34268") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51198->172.17.0.10:34268, err= 2026/02/20 02:03:19 DEBUG : a.txt: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : a.txt: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37672") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43736->172.17.0.10:37672, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38624") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59512->172.17.0.10:38624, err= 2026/02/20 02:03:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : sub dir/hello world: Excluded 2026/02/20 02:03:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : sub dir/hello world2: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37149") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56522->172.17.0.10:37149, err= 2026/02/20 02:03:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : sub dir/hello world: Excluded 2026/02/20 02:03:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : sub dir/hello world2: Excluded 2026/02/20 02:03:19 DEBUG : sub dir/ignore dir: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39466") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58204->172.17.0.10:39466, err= 2026/02/20 02:03:19 DEBUG : sub dir/ignore dir: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35594") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42906->172.17.0.10:35594, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39261") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45722->172.17.0.10:39261, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33563") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59526->172.17.0.10:33563, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32476") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45964->172.17.0.10:32476, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30556") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55956->172.17.0.10:30556, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31652") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59674->172.17.0.10:31652, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36989") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51588->172.17.0.10:36989, err= --- PASS: TestListDirSortedFn (0.03s) === RUN TestListJSON run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32012") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43496->172.17.0.10:32012, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31836") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49438->172.17.0.10:31836, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31971") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59198->172.17.0.10:31971, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36852") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60634->172.17.0.10:36852, err= === RUN TestListJSON/Default 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38279") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50842->172.17.0.10:38279, err= === RUN TestListJSON/FilesOnly 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34054") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58792->172.17.0.10:34054, err= === RUN TestListJSON/DirsOnly 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33483") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38392->172.17.0.10:33483, err= === RUN TestListJSON/Recurse 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36918") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38590->172.17.0.10:36918, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31782") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47524->172.17.0.10:31782, err= === RUN TestListJSON/SubDir 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34274") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58138->172.17.0.10:34274, err= === RUN TestListJSON/NoModTime 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34400") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36850->172.17.0.10:34400, err= === RUN TestListJSON/NoMimeType 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36706") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44432->172.17.0.10:36706, err= === RUN TestListJSON/ShowHash 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37179") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58340->172.17.0.10:37179, err= === RUN TestListJSON/HashTypes 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34724") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50630->172.17.0.10:34724, err= 2026/02/20 02:03:19 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38457") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49612->172.17.0.10:38457, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31775") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53056->172.17.0.10:31775, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35923") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49926->172.17.0.10:35923, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36010") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40676->172.17.0.10:36010, err= --- PASS: TestListJSON (0.02s) --- PASS: TestListJSON/Default (0.00s) --- PASS: TestListJSON/FilesOnly (0.00s) --- PASS: TestListJSON/DirsOnly (0.00s) --- PASS: TestListJSON/Recurse (0.00s) --- PASS: TestListJSON/SubDir (0.00s) --- PASS: TestListJSON/NoModTime (0.00s) --- PASS: TestListJSON/NoMimeType (0.00s) --- PASS: TestListJSON/ShowHash (0.00s) --- PASS: TestListJSON/HashTypes (0.00s) --- PASS: TestListJSON/Metadata (0.00s) === RUN TestStatJSON run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36752") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60420->172.17.0.10:36752, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39697") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37962->172.17.0.10:39697, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39131") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51158->172.17.0.10:39131, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30601") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48608->172.17.0.10:30601, err= === RUN TestStatJSON/Root 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30394") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38938->172.17.0.10:30394, err= === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34161") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36976->172.17.0.10:34161, err= === RUN TestStatJSON/Dir 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39689") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52472->172.17.0.10:39689, err= === RUN TestStatJSON/DirWithTrailingSlash 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31224") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57554->172.17.0.10:31224, err= === RUN TestStatJSON/File === RUN TestStatJSON/NotFound 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38127") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45308->172.17.0.10:38127, err= === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30048") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53548->172.17.0.10:30048, err= === RUN TestStatJSON/FileDirsOnly 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38438") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35202->172.17.0.10:38438, err= === RUN TestStatJSON/NotFoundDirsOnly 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32010") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38188->172.17.0.10:32010, err= === RUN TestStatJSON/RootNotFound 2026/02/20 02:03:19 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muwehuv6xipu/notfound" 2026/02/20 02:03:19 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:19 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:19 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:19 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:19 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:19 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:19 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:19 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:19 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:19 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/notfound: Connecting to FTP server 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/notfound: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/notfound: > dial: conn=172.17.0.1:49924->172.17.0.10:21, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/notfound: dial("tcp","172.17.0.10:30147") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/notfound: > dial: conn=172.17.0.1:50944->172.17.0.10:30147, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36987") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59492->172.17.0.10:36987, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33684") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49182->172.17.0.10:33684, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36473") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38272->172.17.0.10:36473, err= --- PASS: TestStatJSON (0.04s) --- 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.02s) === RUN TestMkdir run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 INFO : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Making directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32076") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35706->172.17.0.10:32076, err= 2026/02/20 02:03:19 INFO : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Making directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30808") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37306->172.17.0.10:30808, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39550") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40594->172.17.0.10:39550, err= --- PASS: TestMkdir (0.00s) === RUN TestLsd run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37088") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36330->172.17.0.10:37088, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37504") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36086->172.17.0.10:37504, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36190") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34118->172.17.0.10:36190, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36227") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55378->172.17.0.10:36227, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39539") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39150->172.17.0.10:39539, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36195") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42966->172.17.0.10:36195, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36780") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37042->172.17.0.10:36780, err= --- PASS: TestLsd (0.01s) === RUN TestLs run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32015") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44212->172.17.0.10:32015, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32544") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44500->172.17.0.10:32544, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33835") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59366->172.17.0.10:33835, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37263") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55152->172.17.0.10:37263, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38401") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60634->172.17.0.10:38401, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36680") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43912->172.17.0.10:36680, err= --- PASS: TestLs (0.01s) === RUN TestLsWithFilesFrom run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38757") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54498->172.17.0.10:38757, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30060") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41122->172.17.0.10:30060, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33943") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43456->172.17.0.10:33943, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39380") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35130->172.17.0.10:39380, err= 2026/02/20 02:03:19 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/02/20 02:03:19 DEBUG : empty space: Excluded 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34030") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36790->172.17.0.10:34030, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39021") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51540->172.17.0.10:39021, err= --- PASS: TestLsWithFilesFrom (0.01s) === RUN TestLsLong run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30970") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60522->172.17.0.10:30970, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33740") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44688->172.17.0.10:33740, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32182") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45552->172.17.0.10:32182, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37360") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45970->172.17.0.10:37360, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36971") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37982->172.17.0.10:36971, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39028") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33916->172.17.0.10:39028, err= --- PASS: TestLsLong (0.01s) === RUN TestHashSums run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33502") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47464->172.17.0.10:33502, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31598") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39338->172.17.0.10:31598, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33756") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42722->172.17.0.10:33756, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31699") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42316->172.17.0.10:31699, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39253") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58982->172.17.0.10:39253, err= --- PASS: TestHashSums (0.00s) === RUN TestHashSumsWithErrors 2026/02/20 02:03:19 DEBUG : Creating backend with remote ":memory:" 2026/02/20 02:03:19 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/02/20 02:03:19 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/02/20 02:03:19 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/02/20 02:03:19 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/02/20 02:03:19 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/02/20 02:03:19 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/02/20 02:03:19 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/02/20 02:03:19 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/02/20 02:03:19 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.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34571") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54864->172.17.0.10:34571, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39523") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33494->172.17.0.10:39523, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37756") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45480->172.17.0.10:37756, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31040") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36312->172.17.0.10:31040, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38741") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50212->172.17.0.10:38741, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39664") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44434->172.17.0.10:39664, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31055") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35374->172.17.0.10:31055, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37981") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46756->172.17.0.10:37981, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37795") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41022->172.17.0.10:37795, err= --- PASS: TestCount (0.01s) === RUN TestDelete run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30254") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39610->172.17.0.10:30254, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31340") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52982->172.17.0.10:31340, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35506") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41976->172.17.0.10:35506, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39816") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36938->172.17.0.10:39816, err= 2026/02/20 02:03:19 DEBUG : Waiting for deletions to finish 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30751") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60804->172.17.0.10:30751, err= 2026/02/20 02:03:19 DEBUG : large: Excluded (Size Filter) 2026/02/20 02:03:19 DEBUG : large: Excluded 2026/02/20 02:03:19 INFO : small: Deleted 2026/02/20 02:03:19 INFO : medium: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32262") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43564->172.17.0.10:32262, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37008") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48934->172.17.0.10:37008, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35877") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43890->172.17.0.10:35877, err= --- PASS: TestDelete (0.01s) === RUN TestMaxDelete run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32530") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47800->172.17.0.10:32530, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32972") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38890->172.17.0.10:32972, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36666") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59340->172.17.0.10:36666, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30365") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41970->172.17.0.10:30365, err= 2026/02/20 02:03:19 DEBUG : Waiting for deletions to finish 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39881") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56578->172.17.0.10:39881, err= 2026/02/20 02:03:19 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/02/20 02:03:19 INFO : large: Deleted 2026/02/20 02:03:19 INFO : medium: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32627") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52900->172.17.0.10:32627, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31673") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42430->172.17.0.10:31673, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38375") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55400->172.17.0.10:38375, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36296") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38314->172.17.0.10:36296, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33505") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49982->172.17.0.10:33505, err= --- PASS: TestMaxDelete (0.01s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37488") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47162->172.17.0.10:37488, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31135") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51892->172.17.0.10:31135, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37188") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37804->172.17.0.10:37188, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34101") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38976->172.17.0.10:34101, err= 2026/02/20 02:03:19 DEBUG : Waiting for deletions to finish 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37257") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59728->172.17.0.10:37257, err= 2026/02/20 02:03:19 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/02/20 02:03:19 INFO : medium: Deleted 2026/02/20 02:03:19 INFO : small: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33175") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37630->172.17.0.10:33175, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30430") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39024->172.17.0.10:30430, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31712") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51140->172.17.0.10:31712, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34703") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50912->172.17.0.10:34703, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33436") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60800->172.17.0.10:33436, err= --- PASS: TestMaxDeleteSizeLargeFile (0.01s) === RUN TestMaxDeleteSize run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37865") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43682->172.17.0.10:37865, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31449") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46010->172.17.0.10:31449, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39066") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48286->172.17.0.10:39066, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38471") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53012->172.17.0.10:38471, err= 2026/02/20 02:03:19 DEBUG : Waiting for deletions to finish 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34781") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38084->172.17.0.10:34781, err= 2026/02/20 02:03:19 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/02/20 02:03:19 INFO : large: Deleted 2026/02/20 02:03:19 INFO : medium: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39600") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55490->172.17.0.10:39600, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34686") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56784->172.17.0.10:34686, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30026") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53786->172.17.0.10:30026, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34213") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39256->172.17.0.10:34213, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35902") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44128->172.17.0.10:35902, err= --- PASS: TestMaxDeleteSize (0.01s) === RUN TestReadFile run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32311") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55812->172.17.0.10:32311, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35443") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47244->172.17.0.10:35443, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30152") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54308->172.17.0.10:30152, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39019") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40660->172.17.0.10:39019, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36028") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45082->172.17.0.10:36028, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35092") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57764->172.17.0.10:35092, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38357") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33414->172.17.0.10:38357, err= --- PASS: TestReadFile (0.01s) === RUN TestRetry 2026/02/20 02:03:19 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/02/20 02:03:19 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/02/20 02:03:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/20 02:03:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/20 02:03:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/20 02:03:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/02/20 02:03:19 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.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36154") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36834->172.17.0.10:36154, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36075") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60244->172.17.0.10:36075, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31456") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59678->172.17.0.10:31456, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39231") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50388->172.17.0.10:39231, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33096") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56770->172.17.0.10:33096, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39601") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37088->172.17.0.10:39601, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39804") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47966->172.17.0.10:39804, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36060") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57838->172.17.0.10:36060, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30954") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40022->172.17.0.10:30954, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33172") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48402->172.17.0.10:33172, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39838") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55044->172.17.0.10:39838, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33550") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33252->172.17.0.10:33550, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30589") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46174->172.17.0.10:30589, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35230") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60856->172.17.0.10:35230, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38377") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:32806->172.17.0.10:38377, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36239") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48524->172.17.0.10:36239, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35107") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57854->172.17.0.10:35107, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32338") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49308->172.17.0.10:32338, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30051") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60720->172.17.0.10:30051, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31046") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38314->172.17.0.10:31046, err= --- PASS: TestCat (0.10s) === RUN TestPurge 2026/02/20 02:03:19 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-fekuber9gusa" 2026/02/20 02:03:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/20 02:03:19 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:19 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:19 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:19 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:19 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:19 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:19 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:19 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:19 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:19 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: Connecting to FTP server 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49938->172.17.0.10:21, err= 2026/02/20 02:03:19 DEBUG : Creating backend with remote "/tmp/rclone35416957" run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-fekuber9gusa", Local "Local file system at /tmp/rclone35416957", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:39529") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:35962->172.17.0.10:39529, err= 2026/02/20 02:03:19 INFO : A2: Making directory 2026/02/20 02:03:19 INFO : A1/B2: Making directory 2026/02/20 02:03:19 INFO : A1/B2/C2: Making directory 2026/02/20 02:03:19 INFO : A1/B1/C3: Making directory 2026/02/20 02:03:19 INFO : A3: Making directory 2026/02/20 02:03:19 INFO : A3/B3: Making directory 2026/02/20 02:03:19 INFO : A3/B3/C4: Making directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:31577") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:56846->172.17.0.10:31577, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:34542") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:59256->172.17.0.10:34542, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: Connecting to FTP server 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49946->172.17.0.10:21, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:38331") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49332->172.17.0.10:38331, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: Connecting to FTP server 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: Connecting to FTP server 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:35230") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:60866->172.17.0.10:35230, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:31186") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49992->172.17.0.10:31186, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49956->172.17.0.10:21, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49966->172.17.0.10:21, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:33976") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:41028->172.17.0.10:33976, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:34278") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:42218->172.17.0.10:34278, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:37853") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:37283") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:56676->172.17.0.10:37283, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:32605") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:39870->172.17.0.10:37853, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:45336->172.17.0.10:32605, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:31290") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:58494->172.17.0.10:31290, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:30835") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:47796->172.17.0.10:30835, err= 2026/02/20 02:03:19 DEBUG : Waiting for deletions to finish 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:32130") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:34784->172.17.0.10:32130, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:31020") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:44404->172.17.0.10:31020, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:39762") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:46908->172.17.0.10:39762, err= 2026/02/20 02:03:19 INFO : A1/B1/C1/one: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:30105") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:52256->172.17.0.10:30105, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:30365") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:38298") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49626->172.17.0.10:38298, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:41986->172.17.0.10:30365, err= 2026/02/20 02:03:19 DEBUG : removing 2 level 3 directories 2026/02/20 02:03:19 INFO : A1/B1/C3: Removing directory 2026/02/20 02:03:19 INFO : A1/B1/C1: Removing directory 2026/02/20 02:03:19 DEBUG : removing 1 level 2 directories 2026/02/20 02:03:19 INFO : A1/B1: Removing directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:36452") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:58604->172.17.0.10:36452, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:33459") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:53496->172.17.0.10:33459, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:32139") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:57118->172.17.0.10:32139, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:37719") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:31559") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:52612->172.17.0.10:37719, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:42714->172.17.0.10:31559, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:31343") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:42220->172.17.0.10:31343, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:32065") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49182->172.17.0.10:32065, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:30495") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:49048->172.17.0.10:30495, err= 2026/02/20 02:03:19 DEBUG : Waiting for deletions to finish 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:36018") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:35290->172.17.0.10:36018, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:34874") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:39707") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:35376") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:51056->172.17.0.10:39707, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:38852->172.17.0.10:35376, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:56518->172.17.0.10:34874, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:37021") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:33363") 2026/02/20 02:03:19 INFO : A1/two: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:37812->172.17.0.10:33363, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:35626->172.17.0.10:37021, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:36359") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:44740->172.17.0.10:36359, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:31745") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:52370->172.17.0.10:31745, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:30658") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:54298->172.17.0.10:30658, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:32040") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:32916->172.17.0.10:32040, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:30628") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:37090->172.17.0.10:30628, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:31810") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:60460->172.17.0.10:31810, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:38400") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:37134->172.17.0.10:38400, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:33166") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:48394->172.17.0.10:33166, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:30982") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:39606->172.17.0.10:30982, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:30569") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:53468->172.17.0.10:30569, err= 2026/02/20 02:03:19 DEBUG : removing 2 level 3 directories 2026/02/20 02:03:19 INFO : A3/B3/C4: Removing directory 2026/02/20 02:03:19 INFO : A1/B2/C2: Removing directory 2026/02/20 02:03:19 DEBUG : removing 2 level 2 directories 2026/02/20 02:03:19 INFO : A3/B3: Removing directory 2026/02/20 02:03:19 INFO : A1/B2: Removing directory 2026/02/20 02:03:19 DEBUG : removing 3 level 1 directories 2026/02/20 02:03:19 INFO : A3: Removing directory 2026/02/20 02:03:19 INFO : A1: Removing directory 2026/02/20 02:03:19 INFO : A2: Removing directory 2026/02/20 02:03:19 DEBUG : removing 1 level 0 directories 2026/02/20 02:03:19 INFO : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: Removing directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:39825") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:52932->172.17.0.10:39825, err= 2026/02/20 02:03:19 ERROR : error listing: directory not found 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: dial("tcp","172.17.0.10:32164") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: > dial: conn=172.17.0.1:44528->172.17.0.10:32164, err= 2026/02/20 02:03:19 ERROR : error listing: directory not found 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-fekuber9gusa: Purge dir "" 2026/02/20 02:03:19 NOTICE: purge failed to rmdir "": directory not found 2026/02/20 02:03:19 NOTICE: purge failed: directory not found --- PASS: TestPurge (0.10s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32102") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46712->172.17.0.10:32102, err= 2026/02/20 02:03:19 INFO : A2: Making directory 2026/02/20 02:03:19 INFO : A1/B2: Making directory 2026/02/20 02:03:19 INFO : A1/B2/C2: Making directory 2026/02/20 02:03:19 INFO : A1/B1/C3: Making directory 2026/02/20 02:03:19 INFO : A3: Making directory 2026/02/20 02:03:19 INFO : A3/B3: Making directory 2026/02/20 02:03:19 INFO : A3/B3/C4: Making directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35543") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55318->172.17.0.10:35543, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35185") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38296->172.17.0.10:35185, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37415") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48424->172.17.0.10:37415, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38236") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31723") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33050->172.17.0.10:38236, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39990->172.17.0.10:31723, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35858") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49420->172.17.0.10:35858, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Connecting to FTP server 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49976->172.17.0.10:21, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35761") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32450") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44520->172.17.0.10:35761, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52518->172.17.0.10:32450, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39069") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37380->172.17.0.10:39069, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35450") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38764->172.17.0.10:35450, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33609") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37152->172.17.0.10:33609, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31118") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45810->172.17.0.10:31118, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37615") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45512->172.17.0.10:37615, err= 2026/02/20 02:03:19 DEBUG : removing 1 level 3 directories 2026/02/20 02:03:19 INFO : A3/B3/C4: Removing directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30115") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37698->172.17.0.10:30115, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31858") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32900") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30696") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54254->172.17.0.10:31858, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46888->172.17.0.10:32900, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54276->172.17.0.10:30696, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32303") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54276->172.17.0.10:32303, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30886") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36308") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44846->172.17.0.10:36308, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40428->172.17.0.10:30886, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31867") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60522->172.17.0.10:31867, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35450") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33843") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38780->172.17.0.10:35450, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38750->172.17.0.10:33843, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34364") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52746->172.17.0.10:34364, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36181") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36736") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60394->172.17.0.10:36736, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32668") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36390->172.17.0.10:32668, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42522->172.17.0.10:36181, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38938") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57280->172.17.0.10:38938, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34146") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38946->172.17.0.10:34146, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37042") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35744->172.17.0.10:37042, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32154") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52168->172.17.0.10:32154, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39648") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44630->172.17.0.10:39648, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33676") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57094->172.17.0.10:33676, err= 2026/02/20 02:03:19 DEBUG : removing 2 level 3 directories 2026/02/20 02:03:19 INFO : A1/B2/C2: Removing directory 2026/02/20 02:03:19 INFO : A1/B1/C3: Removing directory 2026/02/20 02:03:19 DEBUG : removing 2 level 2 directories 2026/02/20 02:03:19 INFO : A3/B3: Removing directory 2026/02/20 02:03:19 INFO : A1/B2: Removing directory 2026/02/20 02:03:19 DEBUG : removing 2 level 1 directories 2026/02/20 02:03:19 INFO : A3: Removing directory 2026/02/20 02:03:19 INFO : A2: Removing directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38135") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47740->172.17.0.10:38135, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30164") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41912->172.17.0.10:30164, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39035") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60446->172.17.0.10:39035, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34804") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44452->172.17.0.10:34804, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36951") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36360->172.17.0.10:36951, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34500") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41604->172.17.0.10:34500, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36396") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45914->172.17.0.10:36396, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37539") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34770->172.17.0.10:37539, err= 2026/02/20 02:03:19 DEBUG : removing 1 level 3 directories 2026/02/20 02:03:19 INFO : A1/B1/C1: Removing directory 2026/02/20 02:03:19 DEBUG : removing 1 level 2 directories 2026/02/20 02:03:19 INFO : A1/B1: Removing directory 2026/02/20 02:03:19 DEBUG : removing 1 level 1 directories 2026/02/20 02:03:19 INFO : A1: Removing directory 2026/02/20 02:03:19 DEBUG : removing 1 level 0 directories 2026/02/20 02:03:19 INFO : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Removing directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32930") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47466->172.17.0.10:32930, err= 2026/02/20 02:03:19 ERROR : error listing: directory not found 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34652") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58748->172.17.0.10:34652, err= 2026/02/20 02:03:19 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (0.04s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 INFO : A1: Making directory 2026/02/20 02:03:19 INFO : A1/B1: Making directory 2026/02/20 02:03:19 INFO : A1/B1/C1: Making directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33400") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34518->172.17.0.10:33400, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31490") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42746->172.17.0.10:31490, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39422") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45122->172.17.0.10:39422, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35233") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42062->172.17.0.10:35233, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34615") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52158->172.17.0.10:34615, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38004") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57592->172.17.0.10:38004, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34097") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39882->172.17.0.10:34097, err= 2026/02/20 02:03:19 DEBUG : removing 1 level 3 directories 2026/02/20 02:03:19 INFO : A1/B1/C1: Removing directory 2026/02/20 02:03:19 DEBUG : removing 1 level 2 directories 2026/02/20 02:03:19 INFO : A1/B1: Removing directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31344") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37374->172.17.0.10:31344, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30871") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47968->172.17.0.10:30871, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33381") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56282->172.17.0.10:33381, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36588") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45052->172.17.0.10:36588, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39440") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47190->172.17.0.10:39440, err= --- PASS: TestRmdirsLeaveRoot (0.01s) === RUN TestRmdirsWithFilter run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 INFO : A1: Making directory 2026/02/20 02:03:19 INFO : A1/B1: Making directory 2026/02/20 02:03:19 INFO : A1/B1/C1: Making directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30596") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52396->172.17.0.10:30596, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37354") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51538->172.17.0.10:37354, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38630") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39478->172.17.0.10:38630, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30587") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54750->172.17.0.10:30587, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31433") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:32830->172.17.0.10:31433, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37823") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60308->172.17.0.10:37823, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31544") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46836->172.17.0.10:31544, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35543") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55320->172.17.0.10:35543, err= 2026/02/20 02:03:19 DEBUG : removing 1 level 3 directories 2026/02/20 02:03:19 INFO : A1/B1/C1: Removing directory 2026/02/20 02:03:19 DEBUG : removing 1 level 2 directories 2026/02/20 02:03:19 INFO : A1/B1: Removing directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37078") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48102->172.17.0.10:37078, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37047") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39174->172.17.0.10:37047, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31180") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60698->172.17.0.10:31180, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32861") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40522->172.17.0.10:32861, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36545") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44764->172.17.0.10:36545, err= --- PASS: TestRmdirsWithFilter (0.01s) === RUN TestCopyURL run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36226") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52780->172.17.0.10:36226, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34317") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38018->172.17.0.10:34317, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32065") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49194->172.17.0.10:32065, err= 2026/02/20 02:03:19 DEBUG : filename.txt: File name found in url 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34155") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45710->172.17.0.10:34155, err= 2026/02/20 02:03:19 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32691") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41122->172.17.0.10:32691, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32061") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57884->172.17.0.10:32061, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32542") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45270->172.17.0.10:32542, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34203") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45210->172.17.0.10:34203, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31545") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39494->172.17.0.10:31545, err= --- PASS: TestCopyURL (0.02s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30970") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60524->172.17.0.10:30970, err= 2026/02/20 02:03:19 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/02/20 02:03:19 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/02/20 02:03:19 INFO : file1: Copied (new) to: sub/file2 2026/02/20 02:03:19 INFO : file1: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39023") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34734->172.17.0.10:39023, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31335") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38836->172.17.0.10:31335, err= 2026/02/20 02:03:19 DEBUG : sub/file2: size = 14 OK 2026/02/20 02:03:19 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/02/20 02:03:19 DEBUG : file1: Unchanged skipping 2026/02/20 02:03:19 INFO : file1: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39934") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53250->172.17.0.10:39934, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35775") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50572->172.17.0.10:35775, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: don't need to copy/move sub/file2, it is already at target location 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37979") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34104->172.17.0.10:37979, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35594") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42922->172.17.0.10:35594, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38021") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52878->172.17.0.10:38021, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39344") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44766->172.17.0.10:39344, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30194") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36422->172.17.0.10:30194, err= --- PASS: TestMoveFile (0.01s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : file1: Need to transfer - File not found at Destination 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35250") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34148->172.17.0.10:35250, err= 2026/02/20 02:03:19 DEBUG : file1.9aa3f62d.partial: size = 14 OK 2026/02/20 02:03:19 DEBUG : file1.9aa3f62d.partial: renamed to: file1 2026/02/20 02:03:19 INFO : file1: Copied (new) 2026/02/20 02:03:19 INFO : file1: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33908") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56650->172.17.0.10:33908, err= 2026/02/20 02:03:19 DEBUG : file1: Destination exists, skipping 2026/02/20 02:03:19 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34876") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54006->172.17.0.10:34876, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32945") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43450->172.17.0.10:32945, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37376") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57294->172.17.0.10:37376, err= --- PASS: TestMoveFileWithIgnoreExisting (0.01s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31450") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56124->172.17.0.10:31450, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39761") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60742->172.17.0.10:39761, err= --- PASS: TestCaseInsensitiveMoveFile (0.00s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33381") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56292->172.17.0.10:33381, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35706") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42870->172.17.0.10:35706, err= --- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s) === RUN TestMoveFileBackupDir run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38107") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40372->172.17.0.10:38107, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32243") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51612->172.17.0.10:32243, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35333") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50388->172.17.0.10:35333, err= 2026/02/20 02:03:19 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muwehuv6xipu/backup" 2026/02/20 02:03:19 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/02/20 02:03:19 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:19 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:19 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:19 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:19 DEBUG : TestFTPPureftpd: detected overridden config - adding "{23wig}" suffix to name 2026/02/20 02:03:19 DEBUG : Setting host="172.17.0.10" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/02/20 02:03:19 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/02/20 02:03:19 DEBUG : Setting pass="euac5sBNHXhf1eokOdK0HVFgdkhNNcNVvZ5szRa2xoM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/02/20 02:03:19 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/backup: Connecting to FTP server 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/backup: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/backup: > dial: conn=172.17.0.1:49980->172.17.0.10:21, err= 2026/02/20 02:03:19 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-muwehuv6xipu/backup" to be canonical "TestFTPPureftpd{23wig}:rclone-test-muwehuv6xipu/backup" 2026/02/20 02:03:19 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2542459989) 2026/02/20 02:03:19 DEBUG : dst/file1: size = 18 (ftp://172.17.0.10:21/rclone-test-muwehuv6xipu) 2026/02/20 02:03:19 DEBUG : dst/file1: Sizes differ 2026/02/20 02:03:19 INFO : dst/file1: Moved (server-side) 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30110") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38544->172.17.0.10:30110, err= 2026/02/20 02:03:19 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/02/20 02:03:19 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/02/20 02:03:19 INFO : dst/file1: Copied (new) 2026/02/20 02:03:19 INFO : dst/file1: Deleted 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39844") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38462->172.17.0.10:39844, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30207") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38593") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43194->172.17.0.10:30207, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59954->172.17.0.10:38593, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33518") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41730->172.17.0.10:33518, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38904") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36932->172.17.0.10:38904, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35698") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38814") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39690->172.17.0.10:35698, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57580->172.17.0.10:38814, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34635") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37950->172.17.0.10:34635, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31831") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45724->172.17.0.10:31831, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu/backup: closing 1 unused connections --- PASS: TestMoveFileBackupDir (0.03s) === 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.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31702") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56736->172.17.0.10:31702, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34926") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46000->172.17.0.10:34926, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32756") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47268->172.17.0.10:32756, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33357") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43508->172.17.0.10:33357, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33854") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43604->172.17.0.10:33854, err= 2026/02/20 02:03:19 INFO : A1/B2: Making directory 2026/02/20 02:03:19 INFO : A1/B1/C3: Making directory 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33608") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59808->172.17.0.10:33608, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30989") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45668->172.17.0.10:30989, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34686") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33984") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56796->172.17.0.10:34686, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52458->172.17.0.10:33984, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38835") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45252->172.17.0.10:38835, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36867") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39714") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60132->172.17.0.10:36867, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46274->172.17.0.10:39714, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36069") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58428->172.17.0.10:36069, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32251") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50758->172.17.0.10:32251, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34337") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36849") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45648->172.17.0.10:34337, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50836->172.17.0.10:36849, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34025") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32061") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42596->172.17.0.10:34025, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57890->172.17.0.10:32061, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37366") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36190->172.17.0.10:37366, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37176") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:41944->172.17.0.10:37176, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36139") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56852->172.17.0.10:36139, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35489") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60298->172.17.0.10:35489, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35793") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37086->172.17.0.10:35793, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32484") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43412->172.17.0.10:32484, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32038") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57362->172.17.0.10:32038, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Connecting to FTP server 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:21") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49986->172.17.0.10:21, err= 2026/02/20 02:03:19 INFO : A2/one: Moved (server-side) to: A3/one 2026/02/20 02:03:19 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/02/20 02:03:19 INFO : A2/two: Moved (server-side) to: A3/two 2026/02/20 02:03:19 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/02/20 02:03:19 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35590") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37644->172.17.0.10:35590, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37057") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42992->172.17.0.10:37057, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34348") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34302") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40414->172.17.0.10:34348, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48650->172.17.0.10:34302, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39724") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36425") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33985") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48492->172.17.0.10:39724, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47372->172.17.0.10:33985, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36946->172.17.0.10:36425, err= 2026/02/20 02:03:19 INFO : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39106") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60980->172.17.0.10:39106, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33705") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37320") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58354->172.17.0.10:37320, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57070->172.17.0.10:33705, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33983") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38527") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39189") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34878->172.17.0.10:38527, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53766->172.17.0.10:33983, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53156->172.17.0.10:39189, err= 2026/02/20 02:03:19 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/02/20 02:03:19 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/02/20 02:03:19 INFO : A3/two: Moved (server-side) to: A4/two 2026/02/20 02:03:19 INFO : A3/one: Moved (server-side) to: A4/one 2026/02/20 02:03:19 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31920") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40800->172.17.0.10:31920, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38185") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51670->172.17.0.10:38185, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34728") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36143") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56040->172.17.0.10:34728, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49598->172.17.0.10:36143, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36673") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46012->172.17.0.10:36673, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38003") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33826") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45332->172.17.0.10:38003, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51098->172.17.0.10:33826, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37643") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35298->172.17.0.10:37643, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33625") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51630->172.17.0.10:33625, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32226") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36356->172.17.0.10:32226, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38543") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35818->172.17.0.10:38543, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30773") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33509") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55672->172.17.0.10:30773, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34706->172.17.0.10:33509, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35423") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57112->172.17.0.10:35423, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31956") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51092->172.17.0.10:31956, err= --- PASS: TestDirMove (0.05s) === RUN TestGetFsInfo run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39336") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:32844->172.17.0.10:39336, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33264") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50780->172.17.0.10:33264, err= --- PASS: TestGetFsInfo (0.00s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37945") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59800->172.17.0.10:37945, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: File to upload is small (34 bytes), uploading instead of streaming 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32682") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52434->172.17.0.10:32682, err= 2026/02/20 02:03:19 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/02/20 02:03:19 NOTICE: ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/02/20 02:03:19 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33659") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54620->172.17.0.10:33659, err= 2026/02/20 02:03:19 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/02/20 02:03:19 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38322") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42104->172.17.0.10:38322, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37295") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42528->172.17.0.10:37295, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35790") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44156->172.17.0.10:35790, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34147") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47040->172.17.0.10:34147, err= 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: File to upload is small (34 bytes), uploading instead of streaming 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32116") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40206->172.17.0.10:32116, err= 2026/02/20 02:03:19 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/02/20 02:03:19 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37042") 2026/02/20 02:03:19 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35746->172.17.0.10:37042, err= 2026/02/20 02:03:19 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/02/20 02:03:19 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35620") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45164->172.17.0.10:35620, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33483") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38408->172.17.0.10:33483, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39857") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43870->172.17.0.10:39857, err= === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33862") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37538->172.17.0.10:33862, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: File to upload is small (34 bytes), uploading instead of streaming 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38286") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55912->172.17.0.10:38286, err= 2026/02/20 02:03:20 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/02/20 02:03:20 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33311") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59182->172.17.0.10:33311, err= 2026/02/20 02:03:20 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/02/20 02:03:20 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32853") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52786->172.17.0.10:32853, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33665") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54832->172.17.0.10:33665, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34570") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49166->172.17.0.10:34570, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39920") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52058->172.17.0.10:39920, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: File to upload is small (34 bytes), uploading instead of streaming 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37355") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51034->172.17.0.10:37355, err= 2026/02/20 02:03:20 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/02/20 02:03:20 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31120") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38308->172.17.0.10:31120, err= 2026/02/20 02:03:20 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/02/20 02:03:20 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31574") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58018->172.17.0.10:31574, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31323") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42698->172.17.0.10:31323, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32618") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34152->172.17.0.10:32618, err= --- PASS: TestRcat (0.05s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.02s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.02s) --- 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.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" operations_test.go:1540: Skipping as destination doesn't support user metadata 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39863") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34542->172.17.0.10:39863, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32759") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46964->172.17.0.10:32759, err= --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31870") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53784->172.17.0.10:31870, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: File to upload is small (60 bytes), uploading instead of streaming 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39429") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60174->172.17.0.10:39429, err= 2026/02/20 02:03:20 DEBUG : potato2: size = 60 OK 2026/02/20 02:03:20 DEBUG : potato2: Size of src and dst objects identical 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30358") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44854->172.17.0.10:30358, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34694") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54324->172.17.0.10:34694, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37502") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48684->172.17.0.10:37502, err= --- PASS: TestRcatSize (0.01s) === RUN TestRcatSizeMetadata run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" operations_test.go:1621: Skipping as destination doesn't support user metadata 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37387") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40382->172.17.0.10:37387, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35568") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60556->172.17.0.10:35568, err= --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestTouchDir run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34802") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:44494->172.17.0.10:34802, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38285") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37298->172.17.0.10:38285, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34739") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55856->172.17.0.10:34739, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33360") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42914->172.17.0.10:33360, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36271") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36670->172.17.0.10:36271, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39498") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56742->172.17.0.10:39498, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Touching "empty space" 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Touching "potato2" 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34774") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39394->172.17.0.10:34774, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Touching "sub dir/potato3" 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32047") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:60744->172.17.0.10:32047, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32128") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:58328->172.17.0.10:32128, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39358") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55954->172.17.0.10:39358, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38060") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55562->172.17.0.10:38060, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37385") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43480->172.17.0.10:37385, err= --- PASS: TestTouchDir (0.01s) === RUN TestMkdirMetadata run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30739") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:39698->172.17.0.10:30739, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33202") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59016->172.17.0.10:33202, err= --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34074") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43582->172.17.0.10:34074, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32529") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59524->172.17.0.10:32529, err= --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35878") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:46274->172.17.0.10:35878, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31617") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:48042->172.17.0.10:31617, err= --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34223") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:55754->172.17.0.10:34223, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:30792") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42148->172.17.0.10:30792, err= --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37993") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:42032->172.17.0.10:37993, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32313") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:47858->172.17.0.10:32313, err= --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:185: Remote "ftp://172.17.0.10:21/rclone-test-muwehuv6xipu", Local "Local file system at /tmp/rclone2542459989", Modify Window "1s" 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34548") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:49476->172.17.0.10:34548, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34350") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40594->172.17.0.10:34350, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32884") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51604->172.17.0.10:32884, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37155") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51030->172.17.0.10:37155, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34616") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:43084->172.17.0.10:34616, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:33760") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:38812->172.17.0.10:33760, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35282") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:37938->172.17.0.10:35282, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34600") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35576->172.17.0.10:34600, err= 2026/02/20 02:03:20 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yajaniw7" before starting 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38837") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:36420->172.17.0.10:38837, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:32541") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:57908->172.17.0.10:32541, err= 2026/02/20 02:03:20 DEBUG : sub dir/test remove existing.yajaniw7: TEST: removing renamed existing file after operation 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31860") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:59654->172.17.0.10:31860, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39871") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40866->172.17.0.10:39871, err= 2026/02/20 02:03:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xohuvov4" before starting 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:37969") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:34508->172.17.0.10:37969, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36197") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56974->172.17.0.10:36197, err= 2026/02/20 02:03:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xohuvov4: TEST: renaming existing back after failed operation 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:34556") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:54260->172.17.0.10:34556, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36866") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:33348->172.17.0.10:36866, err= 2026/02/20 02:03:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wenubup7" before starting 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36512") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:56986->172.17.0.10:36512, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31451") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:52424->172.17.0.10:31451, err= 2026/02/20 02:03:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wenubup7: TEST: removing renamed existing file after operation 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:31405") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:40346->172.17.0.10:31405, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:39625") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:35842->172.17.0.10:39625, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:36693") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:53078->172.17.0.10:36693, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35730") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:51558->172.17.0.10:35730, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:35162") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:45096->172.17.0.10:35162, err= --- PASS: TestRemoveExisting (0.02s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: dial("tcp","172.17.0.10:38997") 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: > dial: conn=172.17.0.1:50138->172.17.0.10:38997, err= 2026/02/20 02:03:20 DEBUG : ftp://172.17.0.10:21/rclone-test-muwehuv6xipu: Purge dir "" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Finished OK in 3.234393532s (try 1/5)