"./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Starting (try 1/5) 2025/11/25 04:10:02 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yujozov2wemo" 2025/11/25 04:10:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:02 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:02 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:02 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:02 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:02 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:02 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:02 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:02 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:02 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:02 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Connecting to FTP server 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57238->172.17.0.5:21, err= 2025/11/25 04:10:02 DEBUG : Creating backend with remote "/tmp/rclone1606556671" === 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.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38566") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33584->172.17.0.5:38566, err= 2025/11/25 04:10:02 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.00s) === RUN TestMultithreadCopyAbort run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30808") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46562->172.17.0.5:30808, err= 2025/11/25 04:10:02 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.00s) === RUN TestSizeDiffers 2025/11/25 04:10:02 DEBUG : a: size = 0 OK 2025/11/25 04:10:02 DEBUG : a: size = 1 (memory) 2025/11/25 04:10:02 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/11/25 04:10:02 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/11/25 04:10:02 DEBUG : potato: Seek from 10 to 0 2025/11/25 04:10:02 DEBUG : potato: Seek from 10 to 0 2025/11/25 04:10:02 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/11/25 04:10:02 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Seek from 5 to 2 2025/11/25 04:10:02 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/11/25 04:10:02 DEBUG : potato: Seek from 7 to 0 2025/11/25 04:10:02 DEBUG : potato: Seek from 7 to 0 2025/11/25 04:10:02 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/11/25 04:10:02 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Seek from 5 to 2 2025/11/25 04:10:02 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/11/25 04:10:02 DEBUG : potato: Seek from 8 to 0 2025/11/25 04:10:02 DEBUG : potato: Seek from 8 to 0 2025/11/25 04:10:02 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/11/25 04:10:02 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/25 04:10:02 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/25 04:10:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/25 04:10:02 DEBUG : potato: Seek from 5 to 2 2025/11/25 04:10:02 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/11/25 04:10:02 DEBUG : potato: Seek from 9 to 0 2025/11/25 04:10:02 DEBUG : potato: Seek from 9 to 0 2025/11/25 04:10:02 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.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31343") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39826->172.17.0.5:31343, err= 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33204") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58342->172.17.0.5:33204, err= === RUN TestCheck/1 === RUN TestCheck/2 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38447") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44342->172.17.0.5:38447, err= 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36960") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42750->172.17.0.5:36960, err= === RUN TestCheck/3 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30605") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58342->172.17.0.5:30605, err= 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36852") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41736->172.17.0.5:36852, err= === RUN TestCheck/4 === RUN TestCheck/5 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31081") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39694->172.17.0.5:31081, err= 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31924") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40852->172.17.0.5:31924, err= === RUN TestCheck/6 === RUN TestCheck/7 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31537") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54280->172.17.0.5:31537, err= 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38327") 2025/11/25 04:10:02 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49944->172.17.0.5:38327, err= --- PASS: TestCheck (0.05s) --- 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 2025/11/25 04:10:02 DEBUG : Creating backend with remote "nonexistent" 2025/11/25 04:10:03 DEBUG : Creating backend with remote "nonexistent" 2025/11/25 04:10:03 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/11/25 04:10:03 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/11/25 04:10:03 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/11/25 04:10:03 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.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38919") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47954->172.17.0.5:38919, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33372") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35234->172.17.0.5:33372, err= === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38967") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40792->172.17.0.5:38967, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39039") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52436->172.17.0.5:39039, err= === RUN TestCheckDownload/3 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38553") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53616->172.17.0.5:38553, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39693") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53728->172.17.0.5:39693, err= === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32965") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52484->172.17.0.5:32965, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34458") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53332->172.17.0.5:34458, err= === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38905") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51520->172.17.0.5:38905, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33028") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54156->172.17.0.5:33028, err= --- PASS: TestCheckDownload (0.13s) --- 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.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38445") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60454->172.17.0.5:38445, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33482") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38406->172.17.0.5:33482, err= === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31259") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41188->172.17.0.5:31259, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33513") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54082->172.17.0.5:33513, err= === RUN TestCheckSizeOnly/3 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39768") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43582->172.17.0.5:39768, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33870") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55612->172.17.0.5:33870, err= === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35068") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40330->172.17.0.5:35068, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37978") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39384->172.17.0.5:37978, err= === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34467") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52600->172.17.0.5:34467, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36248") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50850->172.17.0.5:36248, err= --- PASS: TestCheckSizeOnly (0.07s) --- 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.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37756") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59836->172.17.0.5:37756, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36280") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40422->172.17.0.5:36280, err= 2025/11/25 04:10:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/11/25 04:10:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/11/25 04:10:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/11/25 04:10:03 NOTICE: test.sum: 2 warning(s) suppressed... 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30093") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49688->172.17.0.5:30093, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31450") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34602->172.17.0.5:31450, err= 2025/11/25 04:10:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/11/25 04:10:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/11/25 04:10:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/11/25 04:10:03 NOTICE: test.sum: 2 warning(s) suppressed... 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34564") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55950->172.17.0.5:34564, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35326") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37154->172.17.0.5:35326, err= --- PASS: TestParseSumFile (0.02s) === RUN TestCheckSum run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yujozov2wemo/data" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/data: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/data: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/data: > dial: conn=172.17.0.1:57248->172.17.0.5:21, err= check_test.go:350: ftp://172.17.0.5:21/rclone-test-yujozov2wemo/data lacks md5, skipping 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31630") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33914->172.17.0.5:31630, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30849") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40870->172.17.0.5:30849, err= --- SKIP: TestCheckSum (0.02s) === RUN TestCheckSumDownload run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yujozov2wemo/data" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/data: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/data: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/data: > dial: conn=172.17.0.1:57262->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32363") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35564->172.17.0.5:32363, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37345") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46196->172.17.0.5:37345, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37381") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51632->172.17.0.5:37381, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32931") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46246->172.17.0.5:32931, err= === RUN TestCheckSumDownload/subtest1 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37547") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39360->172.17.0.5:37547, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38221") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48440->172.17.0.5:38221, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31343") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39832->172.17.0.5:31343, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37843") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39630->172.17.0.5:37843, err= === RUN TestCheckSumDownload/subtest2 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37352") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47852->172.17.0.5:37352, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35323") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43382->172.17.0.5:35323, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36299") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33606->172.17.0.5:36299, err= === RUN TestCheckSumDownload/subtest3 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30837") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59842->172.17.0.5:30837, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32410") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55926->172.17.0.5:32410, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38147") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37748->172.17.0.5:38147, err= === RUN TestCheckSumDownload/subtest4 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35154") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39980->172.17.0.5:35154, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34649") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44982->172.17.0.5:34649, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33335") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36010->172.17.0.5:33335, err= === RUN TestCheckSumDownload/subtest5 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31455") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55842->172.17.0.5:31455, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33311") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56344->172.17.0.5:33311, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32772") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49426->172.17.0.5:32772, err= === RUN TestCheckSumDownload/subtest6 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36866") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36608->172.17.0.5:36866, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39119") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46400->172.17.0.5:39119, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38585") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44850->172.17.0.5:38585, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38460") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53474->172.17.0.5:38460, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35755") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55828->172.17.0.5:35755, err= === RUN TestCheckSumDownload/subtest7 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37741") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59890->172.17.0.5:37741, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32410") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55938->172.17.0.5:32410, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33136") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48366->172.17.0.5:33136, err= --- PASS: TestCheckSumDownload (0.16s) --- 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 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-xicitan2nalo" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: > dial: conn=172.17.0.1:57278->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone1369710851" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-xicitan2nalo", Local "Local file system at /tmp/rclone1369710851", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: dial("tcp","172.17.0.5:35909") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: > dial: conn=172.17.0.1:40786->172.17.0.5:35909, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: dial("tcp","172.17.0.5:34861") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: > dial: conn=172.17.0.1:51124->172.17.0.5:34861, err= upper checkfile vs. lower remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: dial("tcp","172.17.0.5:39125") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: > dial: conn=172.17.0.1:44050->172.17.0.5:39125, err= 2025/11/25 04:10:03 ERROR : hello, world!: sum not found 2025/11/25 04:10:03 ERROR : HELLO, WORLD!: file not in ftp://172.17.0.5:21/rclone-test-xicitan2nalo 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-xicitan2nalo: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-xicitan2nalo: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-xicitan2nalo: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: dial("tcp","172.17.0.5:35456") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: > dial: conn=172.17.0.1:47446->172.17.0.5:35456, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: dial("tcp","172.17.0.5:36361") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: > dial: conn=172.17.0.1:48808->172.17.0.5:36361, err= 2025/11/25 04:10:03 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-xicitan2nalo: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-xicitan2nalo: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-paxegah1bixe" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: > dial: conn=172.17.0.1:57292->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone68584860" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-paxegah1bixe", Local "Local file system at /tmp/rclone68584860", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: dial("tcp","172.17.0.5:36305") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: > dial: conn=172.17.0.1:51758->172.17.0.5:36305, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: dial("tcp","172.17.0.5:39812") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: > dial: conn=172.17.0.1:53574->172.17.0.5:39812, err= lower checkfile vs. upper remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: dial("tcp","172.17.0.5:33344") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: > dial: conn=172.17.0.1:42110->172.17.0.5:33344, err= 2025/11/25 04:10:03 ERROR : HELLO, WORLD!: sum not found 2025/11/25 04:10:03 ERROR : hello, world!: file not in ftp://172.17.0.5:21/rclone-test-paxegah1bixe 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-paxegah1bixe: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-paxegah1bixe: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-paxegah1bixe: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: dial("tcp","172.17.0.5:32518") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: > dial: conn=172.17.0.1:54702->172.17.0.5:32518, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: dial("tcp","172.17.0.5:38879") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: > dial: conn=172.17.0.1:49212->172.17.0.5:38879, err= 2025/11/25 04:10:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-paxegah1bixe: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-paxegah1bixe: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-hiwicib7rula" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: > dial: conn=172.17.0.1:57304->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone1115634930" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-hiwicib7rula", Local "Local file system at /tmp/rclone1115634930", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: dial("tcp","172.17.0.5:33981") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: > dial: conn=172.17.0.1:39982->172.17.0.5:33981, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: dial("tcp","172.17.0.5:38260") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: > dial: conn=172.17.0.1:36002->172.17.0.5:38260, err= lower checkfile vs. upperlowermixed remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: dial("tcp","172.17.0.5:32264") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: > dial: conn=172.17.0.1:39790->172.17.0.5:32264, err= 2025/11/25 04:10:03 ERROR : HeLlO, wOrLd!: sum not found 2025/11/25 04:10:03 ERROR : hello, world!: file not in ftp://172.17.0.5:21/rclone-test-hiwicib7rula 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-hiwicib7rula: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-hiwicib7rula: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-hiwicib7rula: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: dial("tcp","172.17.0.5:35944") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: > dial: conn=172.17.0.1:45224->172.17.0.5:35944, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: dial("tcp","172.17.0.5:35265") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: > dial: conn=172.17.0.1:37116->172.17.0.5:35265, err= 2025/11/25 04:10:03 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-hiwicib7rula: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-hiwicib7rula: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-kabileg9kemu" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: > dial: conn=172.17.0.1:57312->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone1533126111" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-kabileg9kemu", Local "Local file system at /tmp/rclone1533126111", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: dial("tcp","172.17.0.5:38192") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: > dial: conn=172.17.0.1:53046->172.17.0.5:38192, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: dial("tcp","172.17.0.5:30901") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: > dial: conn=172.17.0.1:50408->172.17.0.5:30901, err= upperlowermixed checkfile vs. upper remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: dial("tcp","172.17.0.5:32060") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: > dial: conn=172.17.0.1:49254->172.17.0.5:32060, err= 2025/11/25 04:10:03 ERROR : HELLO, WORLD!: sum not found 2025/11/25 04:10:03 ERROR : HeLlO, wOrLd!: file not in ftp://172.17.0.5:21/rclone-test-kabileg9kemu 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-kabileg9kemu: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-kabileg9kemu: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-kabileg9kemu: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: dial("tcp","172.17.0.5:34292") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: > dial: conn=172.17.0.1:46224->172.17.0.5:34292, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: dial("tcp","172.17.0.5:30194") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: > dial: conn=172.17.0.1:48244->172.17.0.5:30194, err= 2025/11/25 04:10:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-kabileg9kemu: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-kabileg9kemu: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cihirav2jowe" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: > dial: conn=172.17.0.1:57314->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone3333829120" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-cihirav2jowe", Local "Local file system at /tmp/rclone3333829120", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: dial("tcp","172.17.0.5:32473") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: > dial: conn=172.17.0.1:38556->172.17.0.5:32473, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: dial("tcp","172.17.0.5:36200") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: > dial: conn=172.17.0.1:52874->172.17.0.5:36200, err= NFD checkfile vs. NFC remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: dial("tcp","172.17.0.5:31138") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: > dial: conn=172.17.0.1:35874->172.17.0.5:31138, err= 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.5:21/rclone-test-cihirav2jowe 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-cihirav2jowe: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-cihirav2jowe: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-cihirav2jowe: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: dial("tcp","172.17.0.5:33308") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: > dial: conn=172.17.0.1:43268->172.17.0.5:33308, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: dial("tcp","172.17.0.5:37328") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: > dial: conn=172.17.0.1:35490->172.17.0.5:37328, err= 2025/11/25 04:10:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-cihirav2jowe: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-cihirav2jowe: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tufayov1waso" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: > dial: conn=172.17.0.1:57322->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone3639988806" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-tufayov1waso", Local "Local file system at /tmp/rclone3639988806", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: dial("tcp","172.17.0.5:38678") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: > dial: conn=172.17.0.1:50464->172.17.0.5:38678, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: dial("tcp","172.17.0.5:36409") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: > dial: conn=172.17.0.1:34218->172.17.0.5:36409, err= NFC checkfile vs. NFD remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: dial("tcp","172.17.0.5:34281") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: > dial: conn=172.17.0.1:33946->172.17.0.5:34281, err= 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.5:21/rclone-test-tufayov1waso 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-tufayov1waso: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-tufayov1waso: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-tufayov1waso: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: dial("tcp","172.17.0.5:32835") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: > dial: conn=172.17.0.1:38564->172.17.0.5:32835, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: dial("tcp","172.17.0.5:36077") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: > dial: conn=172.17.0.1:58150->172.17.0.5:36077, err= 2025/11/25 04:10:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-tufayov1waso: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-tufayov1waso: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-jajizer9juyi" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: > dial: conn=172.17.0.1:57324->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone346768719" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-jajizer9juyi", Local "Local file system at /tmp/rclone346768719", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: dial("tcp","172.17.0.5:31281") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: > dial: conn=172.17.0.1:52502->172.17.0.5:31281, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: dial("tcp","172.17.0.5:37933") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: > dial: conn=172.17.0.1:54896->172.17.0.5:37933, err= NFDx2 checkfile vs. both remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: dial("tcp","172.17.0.5:38143") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: > dial: conn=172.17.0.1:44880->172.17.0.5:38143, err= 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.5:21/rclone-test-jajizer9juyi 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-jajizer9juyi: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-jajizer9juyi: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-jajizer9juyi: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: dial("tcp","172.17.0.5:39884") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: > dial: conn=172.17.0.1:57242->172.17.0.5:39884, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: dial("tcp","172.17.0.5:30402") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: > dial: conn=172.17.0.1:37782->172.17.0.5:30402, err= 2025/11/25 04:10:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-jajizer9juyi: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-jajizer9juyi: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-fenaxux0rofe" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: > dial: conn=172.17.0.1:57326->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone4012633510" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-fenaxux0rofe", Local "Local file system at /tmp/rclone4012633510", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: dial("tcp","172.17.0.5:34770") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: > dial: conn=172.17.0.1:45498->172.17.0.5:34770, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: dial("tcp","172.17.0.5:37910") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: > dial: conn=172.17.0.1:48248->172.17.0.5:37910, err= NFCx2 checkfile vs. both remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: dial("tcp","172.17.0.5:39906") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: > dial: conn=172.17.0.1:46074->172.17.0.5:39906, err= 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.5:21/rclone-test-fenaxux0rofe 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: dial("tcp","172.17.0.5:30063") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: > dial: conn=172.17.0.1:37376->172.17.0.5:30063, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: dial("tcp","172.17.0.5:39737") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: > dial: conn=172.17.0.1:33464->172.17.0.5:39737, err= 2025/11/25 04:10:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-naziruw3fewa" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: > dial: conn=172.17.0.1:57328->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone775045886" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-naziruw3fewa", Local "Local file system at /tmp/rclone775045886", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: dial("tcp","172.17.0.5:35520") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: > dial: conn=172.17.0.1:49030->172.17.0.5:35520, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: dial("tcp","172.17.0.5:31489") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: > dial: conn=172.17.0.1:57322->172.17.0.5:31489, err= both checkfile vs. NFDx2 remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: dial("tcp","172.17.0.5:33781") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: > dial: conn=172.17.0.1:56094->172.17.0.5:33781, err= 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.5:21/rclone-test-naziruw3fewa 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-naziruw3fewa: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-naziruw3fewa: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-naziruw3fewa: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: dial("tcp","172.17.0.5:35075") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: > dial: conn=172.17.0.1:60618->172.17.0.5:35075, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: dial("tcp","172.17.0.5:33500") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: > dial: conn=172.17.0.1:36250->172.17.0.5:33500, err= 2025/11/25 04:10:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-naziruw3fewa: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-naziruw3fewa: 1 matching files 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-gediguw3cone" 2025/11/25 04:10:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: > dial: conn=172.17.0.1:57340->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "/tmp/rclone3380725199" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-gediguw3cone", Local "Local file system at /tmp/rclone3380725199", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: dial("tcp","172.17.0.5:36804") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: > dial: conn=172.17.0.1:35306->172.17.0.5:36804, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: dial("tcp","172.17.0.5:37179") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: > dial: conn=172.17.0.1:50788->172.17.0.5:37179, err= both checkfile vs. NFCx2 remote (without normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: dial("tcp","172.17.0.5:31647") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: > dial: conn=172.17.0.1:34754->172.17.0.5:31647, err= 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/25 04:10:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.5:21/rclone-test-gediguw3cone 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-gediguw3cone: 1 files missing 2025/11/25 04:10:03 NOTICE: 1 hashes missing 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-gediguw3cone: 1 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-gediguw3cone: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: dial("tcp","172.17.0.5:31709") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: > dial: conn=172.17.0.1:60486->172.17.0.5:31709, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: dial("tcp","172.17.0.5:33111") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: > dial: conn=172.17.0.1:59418->172.17.0.5:33111, err= 2025/11/25 04:10:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-gediguw3cone: 0 differences found 2025/11/25 04:10:03 NOTICE: ftp://172.17.0.5:21/rclone-test-gediguw3cone: 1 matching files 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: dial("tcp","172.17.0.5:32471") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: > dial: conn=172.17.0.1:34814->172.17.0.5:32471, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-gediguw3cone: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: dial("tcp","172.17.0.5:33684") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: > dial: conn=172.17.0.1:52752->172.17.0.5:33684, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-naziruw3fewa: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: dial("tcp","172.17.0.5:39695") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: > dial: conn=172.17.0.1:48698->172.17.0.5:39695, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-fenaxux0rofe: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: dial("tcp","172.17.0.5:38076") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: > dial: conn=172.17.0.1:39420->172.17.0.5:38076, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-jajizer9juyi: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: dial("tcp","172.17.0.5:32239") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: > dial: conn=172.17.0.1:37434->172.17.0.5:32239, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: Purge object "測試_Русский___ě_áñ" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-tufayov1waso: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: dial("tcp","172.17.0.5:32270") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: > dial: conn=172.17.0.1:36512->172.17.0.5:32270, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: Purge object "測試_Русский___ě_áñ" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-cihirav2jowe: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: dial("tcp","172.17.0.5:39478") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: > dial: conn=172.17.0.1:48024->172.17.0.5:39478, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: Purge object "HELLO, WORLD!" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-kabileg9kemu: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: dial("tcp","172.17.0.5:31628") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: > dial: conn=172.17.0.1:55894->172.17.0.5:31628, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: Purge object "HeLlO, wOrLd!" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-hiwicib7rula: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: dial("tcp","172.17.0.5:39080") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: > dial: conn=172.17.0.1:54656->172.17.0.5:39080, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: Purge object "HELLO, WORLD!" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-paxegah1bixe: Purge dir "" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: dial("tcp","172.17.0.5:38400") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: > dial: conn=172.17.0.1:57044->172.17.0.5:38400, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: Purge object "hello, world!" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-xicitan2nalo: Purge dir "" --- PASS: TestApplyTransforms (0.39s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30550") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50760->172.17.0.5:30550, err= 2025/11/25 04:10:03 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2025/11/25 04:10:03 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2025/11/25 04:10:03 INFO : file1: Copied (new) to: sub/file2 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31596") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40672->172.17.0.5:31596, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39826") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52146->172.17.0.5:39826, err= 2025/11/25 04:10:03 DEBUG : sub/file2: size = 14 OK 2025/11/25 04:10:03 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/25 04:10:03 DEBUG : file1: Unchanged skipping 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38256") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50928->172.17.0.5:38256, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34438") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58638->172.17.0.5:34438, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: don't need to copy/move sub/file2, it is already at target location 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39300") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33736->172.17.0.5:39300, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32179") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41330->172.17.0.5:32179, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35285") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60780->172.17.0.5:35285, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38766") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38650->172.17.0.5:38766, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37059") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57926->172.17.0.5:37059, err= --- PASS: TestCopyFile (0.04s) === RUN TestCopyLongFile run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" copy_test.go:154: Test only runs on local 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33262") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44656->172.17.0.5:33262, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31057") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60698->172.17.0.5:31057, err= --- SKIP: TestCopyLongFile (0.00s) === RUN TestCopyFileBackupDir run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33066") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47206->172.17.0.5:33066, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31026") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53428->172.17.0.5:31026, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30244") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34812->172.17.0.5:30244, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yujozov2wemo/backup" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/backup: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/backup: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/backup: > dial: conn=172.17.0.1:57352->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-yujozov2wemo/backup" to be canonical "TestFTPPureftpd{27XQE}:rclone-test-yujozov2wemo/backup" 2025/11/25 04:10:03 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1606556671) 2025/11/25 04:10:03 DEBUG : dst/file1: size = 18 (ftp://172.17.0.5:21/rclone-test-yujozov2wemo) 2025/11/25 04:10:03 DEBUG : dst/file1: Sizes differ 2025/11/25 04:10:03 INFO : dst/file1: Moved (server-side) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34901") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49254->172.17.0.5:34901, err= 2025/11/25 04:10:03 DEBUG : dst/file1.58903690.partial: size = 14 OK 2025/11/25 04:10:03 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2025/11/25 04:10:03 INFO : dst/file1: Copied (new) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39992") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34924->172.17.0.5:39992, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39583") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57366->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57160->172.17.0.5:39583, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35571") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40946->172.17.0.5:35571, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39127") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34214->172.17.0.5:39127, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31567") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59160->172.17.0.5:31567, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36792") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55404->172.17.0.5:36792, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39718") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54666->172.17.0.5:39718, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30639") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35724->172.17.0.5:30639, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33646") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58726->172.17.0.5:33646, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/backup: closing 1 unused connections --- PASS: TestCopyFileBackupDir (0.06s) === RUN TestCopyFileCompareDest run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yujozov2wemo/dst" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: > dial: conn=172.17.0.1:57382->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yujozov2wemo/CompareDest" 2025/11/25 04:10:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:03 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:03 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/CompareDest: Connecting to FTP server 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/CompareDest: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/CompareDest: > dial: conn=172.17.0.1:57398->172.17.0.5:21, err= 2025/11/25 04:10:03 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-yujozov2wemo/CompareDest" to be canonical "TestFTPPureftpd{27XQE}:rclone-test-yujozov2wemo/CompareDest" 2025/11/25 04:10:03 DEBUG : one: Need to transfer - File not found at Destination 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: dial("tcp","172.17.0.5:30458") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: > dial: conn=172.17.0.1:59118->172.17.0.5:30458, err= 2025/11/25 04:10:03 DEBUG : one.b2cc3c6c.partial: size = 3 OK 2025/11/25 04:10:03 DEBUG : one.b2cc3c6c.partial: renamed to: one 2025/11/25 04:10:03 INFO : one: Copied (new) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36042") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57134->172.17.0.5:36042, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34589") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54264->172.17.0.5:34589, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36202") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40158->172.17.0.5:36202, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33534") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41784->172.17.0.5:33534, err= 2025/11/25 04:10:03 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-yujozov2wemo/CompareDest" for canonical name "TestFTPPureftpd{27XQE}:rclone-test-yujozov2wemo/CompareDest" 2025/11/25 04:10:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone1606556671) 2025/11/25 04:10:03 DEBUG : one: size = 3 (ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst) 2025/11/25 04:10:03 DEBUG : one: Sizes differ 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: dial("tcp","172.17.0.5:32962") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: > dial: conn=172.17.0.1:48970->172.17.0.5:32962, err= 2025/11/25 04:10:03 DEBUG : one.4a8516eb.partial: size = 5 OK 2025/11/25 04:10:03 DEBUG : one.4a8516eb.partial: renamed to: one 2025/11/25 04:10:03 INFO : one: Copied (replaced existing) 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38588") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42564->172.17.0.5:38588, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30096") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54660->172.17.0.5:30096, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30303") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38938->172.17.0.5:30303, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36429") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40058->172.17.0.5:36429, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35036") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40376->172.17.0.5:35036, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37882") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31866") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48450->172.17.0.5:37882, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59490->172.17.0.5:31866, err= 2025/11/25 04:10:03 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-yujozov2wemo/CompareDest" for canonical name "TestFTPPureftpd{27XQE}:rclone-test-yujozov2wemo/CompareDest" 2025/11/25 04:10:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone1606556671) 2025/11/25 04:10:03 DEBUG : one: size = 3 (ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst) 2025/11/25 04:10:03 DEBUG : one: Sizes differ 2025/11/25 04:10:03 DEBUG : one: size = 5 OK 2025/11/25 04:10:03 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/25 04:10:03 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31601") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53354->172.17.0.5:31601, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39950") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37868->172.17.0.5:39950, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34691") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42228->172.17.0.5:34691, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39987") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53012->172.17.0.5:39987, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35071") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40378->172.17.0.5:35071, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39037") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30494") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57988->172.17.0.5:39037, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51522->172.17.0.5:30494, err= 2025/11/25 04:10:03 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-yujozov2wemo/CompareDest" for canonical name "TestFTPPureftpd{27XQE}:rclone-test-yujozov2wemo/CompareDest" 2025/11/25 04:10:03 DEBUG : two: Need to transfer - File not found at Destination 2025/11/25 04:10:03 DEBUG : two: size = 3 OK 2025/11/25 04:10:03 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/25 04:10:03 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31863") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:32938->172.17.0.5:31863, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38625") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56606->172.17.0.5:38625, err= 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36845") 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41790->172.17.0.5:36845, err= 2025/11/25 04:10:03 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-yujozov2wemo/CompareDest" for canonical name "TestFTPPureftpd{27XQE}:rclone-test-yujozov2wemo/CompareDest" 2025/11/25 04:10:03 DEBUG : two: Need to transfer - File not found at Destination 2025/11/25 04:10:03 DEBUG : two: size = 3 OK 2025/11/25 04:10:03 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/25 04:10:03 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/25 04:10:03 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33828") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54550->172.17.0.5:33828, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31548") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37998") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42160->172.17.0.5:31548, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59900->172.17.0.5:37998, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34525") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58696->172.17.0.5:34525, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32248") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34212->172.17.0.5:32248, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39898") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33462->172.17.0.5:39898, err= 2025/11/25 04:10:04 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-yujozov2wemo/CompareDest" for canonical name "TestFTPPureftpd{27XQE}:rclone-test-yujozov2wemo/CompareDest" 2025/11/25 04:10:04 DEBUG : two: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : two: size = 5 (Local file system at /tmp/rclone1606556671) 2025/11/25 04:10:04 DEBUG : two: size = 3 (ftp://172.17.0.5:21/rclone-test-yujozov2wemo/CompareDest) 2025/11/25 04:10:04 DEBUG : two: Sizes differ 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: dial("tcp","172.17.0.5:30616") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/dst: > dial: conn=172.17.0.1:32974->172.17.0.5:30616, err= 2025/11/25 04:10:04 DEBUG : two.a319cd8b.partial: size = 5 OK 2025/11/25 04:10:04 DEBUG : two.a319cd8b.partial: renamed to: two 2025/11/25 04:10:04 INFO : two: Copied (new) 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35482") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51816->172.17.0.5:35482, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38438") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38600") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55164->172.17.0.5:38600, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42224->172.17.0.5:38438, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31718") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49046->172.17.0.5:31718, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37371") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:32946->172.17.0.5:37371, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39609") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55520->172.17.0.5:39609, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37142") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38662->172.17.0.5:37142, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/CompareDest: closing 1 unused connections --- PASS: TestCopyFileCompareDest (0.13s) === RUN TestCopyFileCopyDest run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" copy_test.go:277: Skipping test as remote does not support server-side copy 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36790") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35312->172.17.0.5:36790, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34498") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60380->172.17.0.5:34498, err= --- SKIP: TestCopyFileCopyDest (0.00s) === RUN TestCopyInplace run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:04 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39488") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44870->172.17.0.5:39488, err= 2025/11/25 04:10:04 DEBUG : sub/file2: size = 14 OK 2025/11/25 04:10:04 INFO : file1: Copied (new) to: sub/file2 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33091") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56694->172.17.0.5:33091, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37227") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34608->172.17.0.5:37227, err= 2025/11/25 04:10:04 DEBUG : sub/file2: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/25 04:10:04 DEBUG : file1: Unchanged skipping 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33294") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:32926->172.17.0.5:33294, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31963") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49866->172.17.0.5:31963, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: don't need to copy/move sub/file2, it is already at target location 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33072") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45480->172.17.0.5:33072, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39528") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57350->172.17.0.5:39528, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34276") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41694->172.17.0.5:34276, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33008") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34444->172.17.0.5:33008, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31201") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33784->172.17.0.5:31201, err= --- PASS: TestCopyInplace (0.03s) === RUN TestCopyLongFileName run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:04 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38785") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40312->172.17.0.5:38785, err= 2025/11/25 04:10:04 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: renamed to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/11/25 04:10:04 INFO : file1: Copied (new) to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32555") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43858->172.17.0.5:32555, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34484") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56390->172.17.0.5:34484, err= 2025/11/25 04:10:04 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/25 04:10:04 DEBUG : file1: Unchanged skipping 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35915") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48926->172.17.0.5:35915, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34805") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57320->172.17.0.5:34805, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: don't need to copy/move sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2, it is already at target location 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30654") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39670->172.17.0.5:30654, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32113") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53978->172.17.0.5:32113, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33508") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43990->172.17.0.5:33508, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32498") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38446->172.17.0.5:32498, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37859") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44710->172.17.0.5:37859, err= --- PASS: TestCopyLongFileName (0.03s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35424") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49192->172.17.0.5:35424, err= 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Connecting to FTP server 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38657") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Waiting for checks to finish 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Waiting for transfers to finish 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Connecting to FTP server 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34487") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57400->172.17.0.5:21, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42906->172.17.0.5:38657, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39430->172.17.0.5:34487, err= 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Copied (new) 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Copied (new) 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36669") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56740->172.17.0.5:36669, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39683") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56972->172.17.0.5:39683, err= 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Copied (new) 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Copied (new) 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39064") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31742") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49914->172.17.0.5:39064, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43604->172.17.0.5:31742, err= 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Copied (new) 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32725") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50292->172.17.0.5:32725, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57414->172.17.0.5:21, err= 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Copied (new) 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39181") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44360->172.17.0.5:39181, err= 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Copied (new) 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Copied (new) 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36054") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56496->172.17.0.5:36054, err= 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Copied (new) 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33423") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53228->172.17.0.5:33423, err= 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103 2025/11/25 04:10:04 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Copied (new) 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34767") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57108->172.17.0.5:34767, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36233") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46518->172.17.0.5:36233, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39566") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57176->172.17.0.5:39566, err= --- PASS: TestCopyLongFileNameCollision (0.15s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:04 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33796") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48278->172.17.0.5:33796, err= 2025/11/25 04:10:04 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: size = 14 OK 2025/11/25 04:10:04 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: renamed to: TestCopyFileMaxTransfer/file1 2025/11/25 04:10:04 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35411") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59300->172.17.0.5:35411, err= 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35805") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52396->172.17.0.5:35805, err= 2025/11/25 04:10:04 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39764") 2025/11/25 04:10:04 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58640->172.17.0.5:39764, err= 2025/11/25 04:10:05 DEBUG : TestCopyFileMaxTransfer/file2.945646ab.partial: Removed after failed upload: 1 error occurred: * max transfer limit reached as set by --max-transfer 2025/11/25 04:10:05 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: update stor: 1 error occurred: * max transfer limit reached as set by --max-transfer 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38657") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56238->172.17.0.5:38657, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36854") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45546->172.17.0.5:36854, err= 2025/11/25 04:10:05 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39010") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38160->172.17.0.5:39010, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30508") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41546->172.17.0.5:30508, err= 2025/11/25 04:10:05 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37880") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52268->172.17.0.5:37880, err= 2025/11/25 04:10:05 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: size = 2062 OK 2025/11/25 04:10:05 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: renamed to: TestCopyFileMaxTransfer/file4 2025/11/25 04:10:05 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39418") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53182->172.17.0.5:39418, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36539") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36704->172.17.0.5:36539, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30434") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38004->172.17.0.5:30434, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31372") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37318->172.17.0.5:31372, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38380") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59296->172.17.0.5:38380, err= --- PASS: TestCopyFileMaxTransfer (1.14s) === RUN TestDeduplicateInteractive run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30529") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59584->172.17.0.5:30529, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39625") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37752->172.17.0.5:39625, err= --- SKIP: TestDeduplicateInteractive (0.00s) === RUN TestDeduplicateSkip run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38688") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47530->172.17.0.5:38688, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36537") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33238->172.17.0.5:36537, err= --- SKIP: TestDeduplicateSkip (0.00s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31795") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55214->172.17.0.5:31795, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38087") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36508->172.17.0.5:38087, err= --- SKIP: TestDeduplicateSizeOnly (0.00s) === RUN TestDeduplicateFirst run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30258") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37814->172.17.0.5:30258, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39838") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59648->172.17.0.5:39838, err= --- SKIP: TestDeduplicateFirst (0.00s) === RUN TestDeduplicateNewest run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32823") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44918->172.17.0.5:32823, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31911") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49036->172.17.0.5:31911, err= --- SKIP: TestDeduplicateNewest (0.00s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:36: Can't run this test without a hash 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34218") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37748->172.17.0.5:34218, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39518") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46478->172.17.0.5:39518, err= --- SKIP: TestDeduplicateNewestByHash (0.00s) === RUN TestDeduplicateOldest run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30520") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53590->172.17.0.5:30520, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34895") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34758->172.17.0.5:34895, err= --- SKIP: TestDeduplicateOldest (0.00s) === RUN TestDeduplicateLargest run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31046") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34058->172.17.0.5:31046, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32056") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47634->172.17.0.5:32056, err= --- SKIP: TestDeduplicateLargest (0.00s) === RUN TestDeduplicateSmallest run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37127") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59246->172.17.0.5:37127, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35591") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57520->172.17.0.5:35591, err= --- SKIP: TestDeduplicateSmallest (0.00s) === RUN TestDeduplicateRename run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34377") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57236->172.17.0.5:34377, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33619") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51596->172.17.0.5:33619, err= --- SKIP: TestDeduplicateRename (0.00s) === RUN TestMergeDirs run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" dedupe_test.go:256: Can't merge directories 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32231") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42852->172.17.0.5:32231, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39993") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55490->172.17.0.5:39993, err= --- SKIP: TestMergeDirs (0.00s) === RUN TestListDirSorted run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32512") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48062->172.17.0.5:32512, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30712") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59718->172.17.0.5:30712, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36848") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40470->172.17.0.5:36848, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31589") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57136->172.17.0.5:31589, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39744") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60970->172.17.0.5:39744, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35482") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53188->172.17.0.5:35482, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31504") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55192->172.17.0.5:31504, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30735") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41084->172.17.0.5:30735, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30780") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58856->172.17.0.5:30780, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30246") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33286->172.17.0.5:30246, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39712") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53804->172.17.0.5:39712, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37043") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41776->172.17.0.5:37043, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37497") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60754->172.17.0.5:37497, err= 2025/11/25 04:10:05 DEBUG : a.txt: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : a.txt: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39927") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55034->172.17.0.5:39927, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37657") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40346->172.17.0.5:37657, err= 2025/11/25 04:10:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : sub dir/hello world: Excluded 2025/11/25 04:10:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : sub dir/hello world2: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35242") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42108->172.17.0.5:35242, err= 2025/11/25 04:10:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : sub dir/hello world: Excluded 2025/11/25 04:10:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : sub dir/hello world2: Excluded 2025/11/25 04:10:05 DEBUG : sub dir/ignore dir: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33900") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49874->172.17.0.5:33900, err= 2025/11/25 04:10:05 DEBUG : sub dir/ignore dir: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30941") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56344->172.17.0.5:30941, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38498") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55488->172.17.0.5:38498, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37977") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59790->172.17.0.5:37977, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35118") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38006->172.17.0.5:35118, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35381") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42026->172.17.0.5:35381, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33820") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43374->172.17.0.5:33820, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35656") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41136->172.17.0.5:35656, err= --- PASS: TestListDirSorted (0.04s) === RUN TestListDirSortedFn run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38986") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51804->172.17.0.5:38986, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33481") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49962->172.17.0.5:33481, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33670") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40204->172.17.0.5:33670, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30894") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52040->172.17.0.5:30894, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30099") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44702->172.17.0.5:30099, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37160") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59814->172.17.0.5:37160, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31100") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58236->172.17.0.5:31100, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36328") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52632->172.17.0.5:36328, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30447") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35198->172.17.0.5:30447, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33204") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44068->172.17.0.5:33204, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35802") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60678->172.17.0.5:35802, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39890") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54704->172.17.0.5:39890, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36438") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42690->172.17.0.5:36438, err= 2025/11/25 04:10:05 DEBUG : a.txt: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : a.txt: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39873") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45392->172.17.0.5:39873, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38936") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43878->172.17.0.5:38936, err= 2025/11/25 04:10:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : sub dir/hello world: Excluded 2025/11/25 04:10:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : sub dir/hello world2: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32525") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48040->172.17.0.5:32525, err= 2025/11/25 04:10:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : sub dir/hello world: Excluded 2025/11/25 04:10:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : sub dir/hello world2: Excluded 2025/11/25 04:10:05 DEBUG : sub dir/ignore dir: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33812") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48228->172.17.0.5:33812, err= 2025/11/25 04:10:05 DEBUG : sub dir/ignore dir: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39989") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40692->172.17.0.5:39989, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36690") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51018->172.17.0.5:36690, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38149") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35244->172.17.0.5:38149, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34282") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58730->172.17.0.5:34282, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32003") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42592->172.17.0.5:32003, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33757") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54270->172.17.0.5:33757, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31621") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57504->172.17.0.5:31621, err= --- PASS: TestListDirSortedFn (0.03s) === RUN TestListJSON run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39204") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44444->172.17.0.5:39204, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36549") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41464->172.17.0.5:36549, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32884") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55516->172.17.0.5:32884, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38409") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34562->172.17.0.5:38409, err= === RUN TestListJSON/Default 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31793") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34878->172.17.0.5:31793, err= === RUN TestListJSON/FilesOnly 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38265") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35304->172.17.0.5:38265, err= === RUN TestListJSON/DirsOnly 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33809") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56798->172.17.0.5:33809, err= === RUN TestListJSON/Recurse 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33973") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35900->172.17.0.5:33973, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33507") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45134->172.17.0.5:33507, err= === RUN TestListJSON/SubDir 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36606") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58068->172.17.0.5:36606, err= === RUN TestListJSON/NoModTime 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33587") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36094->172.17.0.5:33587, err= === RUN TestListJSON/NoMimeType 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37161") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51888->172.17.0.5:37161, err= === RUN TestListJSON/ShowHash 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31023") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59612->172.17.0.5:31023, err= === RUN TestListJSON/HashTypes 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36516") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34590->172.17.0.5:36516, err= 2025/11/25 04:10:05 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36302") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37368->172.17.0.5:36302, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30597") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45500->172.17.0.5:30597, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37204") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35942->172.17.0.5:37204, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32065") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52812->172.17.0.5:32065, err= --- PASS: TestListJSON (0.01s) --- PASS: TestListJSON/Default (0.00s) --- PASS: TestListJSON/FilesOnly (0.00s) --- PASS: TestListJSON/DirsOnly (0.00s) --- PASS: TestListJSON/Recurse (0.00s) --- PASS: TestListJSON/SubDir (0.00s) --- PASS: TestListJSON/NoModTime (0.00s) --- PASS: TestListJSON/NoMimeType (0.00s) --- PASS: TestListJSON/ShowHash (0.00s) --- PASS: TestListJSON/HashTypes (0.00s) --- PASS: TestListJSON/Metadata (0.00s) === RUN TestStatJSON run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32778") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42962->172.17.0.5:32778, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39348") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46808->172.17.0.5:39348, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30640") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38608->172.17.0.5:30640, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35068") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34524->172.17.0.5:35068, err= === RUN TestStatJSON/Root 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32536") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59218->172.17.0.5:32536, err= === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34441") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49178->172.17.0.5:34441, err= === RUN TestStatJSON/Dir 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38671") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45814->172.17.0.5:38671, err= === RUN TestStatJSON/DirWithTrailingSlash 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33981") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44534->172.17.0.5:33981, err= === RUN TestStatJSON/File === RUN TestStatJSON/NotFound 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34130") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49230->172.17.0.5:34130, err= === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30022") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47590->172.17.0.5:30022, err= === RUN TestStatJSON/FileDirsOnly 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36526") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44858->172.17.0.5:36526, err= === RUN TestStatJSON/NotFoundDirsOnly 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30169") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44224->172.17.0.5:30169, err= === RUN TestStatJSON/RootNotFound 2025/11/25 04:10:05 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yujozov2wemo/notfound" 2025/11/25 04:10:05 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:05 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:05 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:05 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:05 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:05 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:05 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:05 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:05 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:05 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/notfound: Connecting to FTP server 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/notfound: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/notfound: > dial: conn=172.17.0.1:44268->172.17.0.5:21, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/notfound: dial("tcp","172.17.0.5:33389") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/notfound: > dial: conn=172.17.0.1:59576->172.17.0.5:33389, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30317") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45866->172.17.0.5:30317, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36400") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44800->172.17.0.5:36400, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32484") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38896->172.17.0.5:32484, err= --- PASS: TestStatJSON (0.02s) --- 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.01s) === RUN TestMkdir run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 INFO : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Making directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33412") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54428->172.17.0.5:33412, err= 2025/11/25 04:10:05 INFO : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Making directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38331") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37482->172.17.0.5:38331, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37811") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50478->172.17.0.5:37811, err= --- PASS: TestMkdir (0.00s) === RUN TestLsd run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30163") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40078->172.17.0.5:30163, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39374") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42386->172.17.0.5:39374, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36412") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43878->172.17.0.5:36412, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31818") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54540->172.17.0.5:31818, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34941") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34838->172.17.0.5:34941, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37617") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44198->172.17.0.5:37617, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30204") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50120->172.17.0.5:30204, err= --- PASS: TestLsd (0.00s) === RUN TestLs run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35964") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60990->172.17.0.5:35964, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30693") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58624->172.17.0.5:30693, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30142") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49576->172.17.0.5:30142, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30574") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49436->172.17.0.5:30574, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37363") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39168->172.17.0.5:37363, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34724") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60856->172.17.0.5:34724, err= --- PASS: TestLs (0.01s) === RUN TestLsWithFilesFrom run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37844") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54656->172.17.0.5:37844, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34759") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46810->172.17.0.5:34759, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32293") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60078->172.17.0.5:32293, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38909") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45474->172.17.0.5:38909, err= 2025/11/25 04:10:05 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/11/25 04:10:05 DEBUG : empty space: Excluded 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32366") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36446->172.17.0.5:32366, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35262") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55742->172.17.0.5:35262, err= --- PASS: TestLsWithFilesFrom (0.01s) === RUN TestLsLong run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30766") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51304->172.17.0.5:30766, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39750") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53612->172.17.0.5:39750, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37635") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34760->172.17.0.5:37635, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33279") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47550->172.17.0.5:33279, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36743") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36024->172.17.0.5:36743, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34641") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48602->172.17.0.5:34641, err= --- PASS: TestLsLong (0.01s) === RUN TestHashSums run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34328") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56036->172.17.0.5:34328, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37242") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49064->172.17.0.5:37242, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30102") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35458->172.17.0.5:30102, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35554") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51652->172.17.0.5:35554, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30905") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49374->172.17.0.5:30905, err= --- PASS: TestHashSums (0.01s) === RUN TestHashSumsWithErrors 2025/11/25 04:10:05 DEBUG : Creating backend with remote ":memory:" 2025/11/25 04:10:05 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/11/25 04:10:05 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/11/25 04:10:05 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/11/25 04:10:05 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/11/25 04:10:05 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/11/25 04:10:05 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/11/25 04:10:05 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/11/25 04:10:05 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/11/25 04:10:05 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.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39330") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49508->172.17.0.5:39330, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31527") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53768->172.17.0.5:31527, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39507") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55710->172.17.0.5:39507, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36376") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45612->172.17.0.5:36376, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34446") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59398->172.17.0.5:34446, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37813") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36072->172.17.0.5:37813, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37285") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48318->172.17.0.5:37285, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38043") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47412->172.17.0.5:38043, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35550") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40236->172.17.0.5:35550, err= --- PASS: TestCount (0.01s) === RUN TestDelete run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36282") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35202->172.17.0.5:36282, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34623") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57416->172.17.0.5:34623, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38520") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47408->172.17.0.5:38520, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38659") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54216->172.17.0.5:38659, err= 2025/11/25 04:10:05 DEBUG : Waiting for deletions to finish 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36426") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51206->172.17.0.5:36426, err= 2025/11/25 04:10:05 DEBUG : large: Excluded (Size Filter) 2025/11/25 04:10:05 DEBUG : large: Excluded 2025/11/25 04:10:05 INFO : small: Deleted 2025/11/25 04:10:05 INFO : medium: Deleted 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35175") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58364->172.17.0.5:35175, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35445") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47146->172.17.0.5:35445, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33720") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53364->172.17.0.5:33720, err= --- PASS: TestDelete (0.01s) === RUN TestMaxDelete run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34153") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55244->172.17.0.5:34153, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38089") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55448->172.17.0.5:38089, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36317") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33018->172.17.0.5:36317, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30722") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44714->172.17.0.5:30722, err= 2025/11/25 04:10:05 DEBUG : Waiting for deletions to finish 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31329") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40558->172.17.0.5:31329, err= 2025/11/25 04:10:05 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/11/25 04:10:05 INFO : medium: Deleted 2025/11/25 04:10:05 INFO : large: Deleted 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38622") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49464->172.17.0.5:38622, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30493") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49874->172.17.0.5:30493, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34512") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34886->172.17.0.5:34512, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34111") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40008->172.17.0.5:34111, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35371") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57426->172.17.0.5:35371, err= --- PASS: TestMaxDelete (0.01s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34150") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33768->172.17.0.5:34150, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35549") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60630->172.17.0.5:35549, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34288") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38380->172.17.0.5:34288, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34982") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38626->172.17.0.5:34982, err= 2025/11/25 04:10:05 DEBUG : Waiting for deletions to finish 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37806") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60754->172.17.0.5:37806, err= 2025/11/25 04:10:05 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/11/25 04:10:05 INFO : small: Deleted 2025/11/25 04:10:05 INFO : medium: Deleted 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34713") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50844->172.17.0.5:34713, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37719") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33064->172.17.0.5:37719, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31359") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36086->172.17.0.5:31359, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31651") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44486->172.17.0.5:31651, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36581") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49084->172.17.0.5:36581, err= --- PASS: TestMaxDeleteSizeLargeFile (0.01s) === RUN TestMaxDeleteSize run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30426") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42968->172.17.0.5:30426, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33280") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35610->172.17.0.5:33280, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31177") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35424->172.17.0.5:31177, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33858") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37830->172.17.0.5:33858, err= 2025/11/25 04:10:05 DEBUG : Waiting for deletions to finish 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36357") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53680->172.17.0.5:36357, err= 2025/11/25 04:10:05 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/11/25 04:10:05 INFO : large: Deleted 2025/11/25 04:10:05 INFO : medium: Deleted 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36689") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42040->172.17.0.5:36689, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36285") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42222->172.17.0.5:36285, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35060") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50746->172.17.0.5:35060, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38152") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40412->172.17.0.5:38152, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32805") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53342->172.17.0.5:32805, err= --- PASS: TestMaxDeleteSize (0.01s) === RUN TestReadFile run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32679") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33252->172.17.0.5:32679, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36905") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55434->172.17.0.5:36905, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37448") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35386->172.17.0.5:37448, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38944") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59180->172.17.0.5:38944, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33578") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44758->172.17.0.5:33578, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33745") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33972->172.17.0.5:33745, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35785") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54852->172.17.0.5:35785, err= --- PASS: TestReadFile (0.01s) === RUN TestRetry 2025/11/25 04:10:05 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/11/25 04:10:05 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/11/25 04:10:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/25 04:10:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/25 04:10:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/25 04:10:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/25 04:10:05 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.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38430") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50440->172.17.0.5:38430, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35212") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46002->172.17.0.5:35212, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35084") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55640->172.17.0.5:35084, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33900") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49876->172.17.0.5:33900, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36809") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41696->172.17.0.5:36809, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39465") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48518->172.17.0.5:39465, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33854") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38074->172.17.0.5:33854, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31524") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42722->172.17.0.5:31524, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37027") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55614->172.17.0.5:37027, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31069") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41466->172.17.0.5:31069, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35291") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38462->172.17.0.5:35291, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37798") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36920->172.17.0.5:37798, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37278") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51916->172.17.0.5:37278, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33519") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45420->172.17.0.5:33519, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34478") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53804->172.17.0.5:34478, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39866") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46778->172.17.0.5:39866, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32432") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51794->172.17.0.5:32432, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33664") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33040->172.17.0.5:33664, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34546") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54112->172.17.0.5:34546, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31442") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46200->172.17.0.5:31442, err= --- PASS: TestCat (0.11s) === RUN TestPurge 2025/11/25 04:10:05 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-tehiqes3baga" 2025/11/25 04:10:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 04:10:05 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:05 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:05 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:05 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:05 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:05 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:05 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:05 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:05 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:05 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: Connecting to FTP server 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:44284->172.17.0.5:21, err= 2025/11/25 04:10:05 DEBUG : Creating backend with remote "/tmp/rclone2531467572" run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-tehiqes3baga", Local "Local file system at /tmp/rclone2531467572", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32545") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:53692->172.17.0.5:32545, err= 2025/11/25 04:10:05 INFO : A2: Making directory 2025/11/25 04:10:05 INFO : A1/B2: Making directory 2025/11/25 04:10:05 INFO : A1/B2/C2: Making directory 2025/11/25 04:10:05 INFO : A1/B1/C3: Making directory 2025/11/25 04:10:05 INFO : A3: Making directory 2025/11/25 04:10:05 INFO : A3/B3: Making directory 2025/11/25 04:10:05 INFO : A3/B3/C4: Making directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:31166") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:35058->172.17.0.5:31166, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:38782") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:42322->172.17.0.5:38782, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: Connecting to FTP server 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:34666") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: Connecting to FTP server 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:44294->172.17.0.5:21, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:40166->172.17.0.5:34666, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:33892") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:54008->172.17.0.5:33892, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:39893") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:43416->172.17.0.5:39893, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:44310->172.17.0.5:21, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:39256") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:55948->172.17.0.5:39256, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32419") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:30061") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:40538->172.17.0.5:30061, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:50896->172.17.0.5:32419, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: Connecting to FTP server 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:44322->172.17.0.5:21, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:33732") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:40410->172.17.0.5:33732, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:37432") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:50504->172.17.0.5:37432, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:39951") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:53292->172.17.0.5:39951, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:36621") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:41680->172.17.0.5:36621, err= 2025/11/25 04:10:05 DEBUG : Waiting for deletions to finish 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:33534") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:46298->172.17.0.5:33534, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32513") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32364") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:40602->172.17.0.5:32513, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:39030->172.17.0.5:32364, err= 2025/11/25 04:10:05 INFO : A1/B1/C1/one: Deleted 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:34304") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:47670->172.17.0.5:34304, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:33775") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:42978->172.17.0.5:33775, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:36860") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:46650->172.17.0.5:36860, err= 2025/11/25 04:10:05 DEBUG : removing 2 level 3 directories 2025/11/25 04:10:05 INFO : A1/B1/C3: Removing directory 2025/11/25 04:10:05 INFO : A1/B1/C1: Removing directory 2025/11/25 04:10:05 DEBUG : removing 1 level 2 directories 2025/11/25 04:10:05 INFO : A1/B1: Removing directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:36775") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:51208->172.17.0.5:36775, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:37819") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:38036->172.17.0.5:37819, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:30981") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32092") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:45498->172.17.0.5:32092, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:60186->172.17.0.5:30981, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:39836") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:33602->172.17.0.5:39836, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32185") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:33914->172.17.0.5:32185, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:37372") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:57088->172.17.0.5:37372, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:30318") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:35714->172.17.0.5:30318, err= 2025/11/25 04:10:05 DEBUG : Waiting for deletions to finish 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:33735") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:51744->172.17.0.5:33735, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:30814") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:33208->172.17.0.5:30814, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:37344") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:33219") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:50352->172.17.0.5:37344, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:59948->172.17.0.5:33219, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:31655") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32429") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:36546->172.17.0.5:31655, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:52294->172.17.0.5:32429, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:39714") 2025/11/25 04:10:05 INFO : A1/two: Deleted 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:50610->172.17.0.5:39714, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32087") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:33200->172.17.0.5:32087, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:30383") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:44650->172.17.0.5:30383, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:36809") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:41710->172.17.0.5:36809, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:31245") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:33945") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:34344->172.17.0.5:31245, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:32810->172.17.0.5:33945, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:35212") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:46016->172.17.0.5:35212, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:36942") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:47418->172.17.0.5:36942, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:38754") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:32600") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:33630->172.17.0.5:38754, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:54912->172.17.0.5:32600, err= 2025/11/25 04:10:05 DEBUG : removing 2 level 3 directories 2025/11/25 04:10:05 INFO : A3/B3/C4: Removing directory 2025/11/25 04:10:05 INFO : A1/B2/C2: Removing directory 2025/11/25 04:10:05 DEBUG : removing 2 level 2 directories 2025/11/25 04:10:05 INFO : A1/B2: Removing directory 2025/11/25 04:10:05 INFO : A3/B3: Removing directory 2025/11/25 04:10:05 DEBUG : removing 3 level 1 directories 2025/11/25 04:10:05 INFO : A3: Removing directory 2025/11/25 04:10:05 INFO : A1: Removing directory 2025/11/25 04:10:05 INFO : A2: Removing directory 2025/11/25 04:10:05 DEBUG : removing 1 level 0 directories 2025/11/25 04:10:05 INFO : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: Removing directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:37237") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:35344->172.17.0.5:37237, err= 2025/11/25 04:10:05 ERROR : error listing: directory not found 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: dial("tcp","172.17.0.5:39803") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: > dial: conn=172.17.0.1:34812->172.17.0.5:39803, err= 2025/11/25 04:10:05 ERROR : error listing: directory not found 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-tehiqes3baga: Purge dir "" 2025/11/25 04:10:05 NOTICE: purge failed to rmdir "": directory not found 2025/11/25 04:10:05 NOTICE: purge failed: directory not found --- PASS: TestPurge (0.11s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34224") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46248->172.17.0.5:34224, err= 2025/11/25 04:10:05 INFO : A2: Making directory 2025/11/25 04:10:05 INFO : A1/B2: Making directory 2025/11/25 04:10:05 INFO : A1/B2/C2: Making directory 2025/11/25 04:10:05 INFO : A1/B1/C3: Making directory 2025/11/25 04:10:05 INFO : A3: Making directory 2025/11/25 04:10:05 INFO : A3/B3: Making directory 2025/11/25 04:10:05 INFO : A3/B3/C4: Making directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33418") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57200->172.17.0.5:33418, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34663") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41960->172.17.0.5:34663, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30141") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31492") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34956") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54240->172.17.0.5:30141, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38836->172.17.0.5:31492, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44078->172.17.0.5:34956, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33636") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53734->172.17.0.5:33636, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33133") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39357") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45806->172.17.0.5:39357, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37404->172.17.0.5:33133, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39744") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60972->172.17.0.5:39744, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Connecting to FTP server 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35160") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44336->172.17.0.5:21, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33112->172.17.0.5:35160, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38622") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49480->172.17.0.5:38622, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37547") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60716->172.17.0.5:37547, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35860") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36192->172.17.0.5:35860, err= 2025/11/25 04:10:05 DEBUG : removing 1 level 3 directories 2025/11/25 04:10:05 INFO : A3/B3/C4: Removing directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37192") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48778->172.17.0.5:37192, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39666") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41786->172.17.0.5:39666, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37021") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38342") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56950->172.17.0.5:37021, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53836->172.17.0.5:38342, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33815") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42924->172.17.0.5:33815, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33466") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51432->172.17.0.5:33466, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39394") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38326->172.17.0.5:39394, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31386") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35017") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34643") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55752->172.17.0.5:35017, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47556->172.17.0.5:31386, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57744->172.17.0.5:34643, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32448") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35846->172.17.0.5:32448, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36896") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33760") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49106->172.17.0.5:36896, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59006->172.17.0.5:33760, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36627") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53694->172.17.0.5:36627, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37142") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39840") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31699") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35604->172.17.0.5:37142, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35142->172.17.0.5:39840, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33628->172.17.0.5:31699, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32349") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36912->172.17.0.5:32349, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32338") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32348") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54184->172.17.0.5:32338, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47452->172.17.0.5:32348, err= 2025/11/25 04:10:05 DEBUG : removing 2 level 3 directories 2025/11/25 04:10:05 INFO : A1/B2/C2: Removing directory 2025/11/25 04:10:05 INFO : A1/B1/C3: Removing directory 2025/11/25 04:10:05 DEBUG : removing 2 level 2 directories 2025/11/25 04:10:05 INFO : A3/B3: Removing directory 2025/11/25 04:10:05 INFO : A1/B2: Removing directory 2025/11/25 04:10:05 DEBUG : removing 2 level 1 directories 2025/11/25 04:10:05 INFO : A3: Removing directory 2025/11/25 04:10:05 INFO : A2: Removing directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35862") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44252->172.17.0.5:35862, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36472") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57786->172.17.0.5:36472, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34989") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55034->172.17.0.5:34989, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39301") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35764->172.17.0.5:39301, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31460") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60052->172.17.0.5:31460, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39019") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49572->172.17.0.5:39019, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30134") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57940->172.17.0.5:30134, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31611") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47456->172.17.0.5:31611, err= 2025/11/25 04:10:05 DEBUG : removing 1 level 3 directories 2025/11/25 04:10:05 INFO : A1/B1/C1: Removing directory 2025/11/25 04:10:05 DEBUG : removing 1 level 2 directories 2025/11/25 04:10:05 INFO : A1/B1: Removing directory 2025/11/25 04:10:05 DEBUG : removing 1 level 1 directories 2025/11/25 04:10:05 INFO : A1: Removing directory 2025/11/25 04:10:05 DEBUG : removing 1 level 0 directories 2025/11/25 04:10:05 INFO : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Removing directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34299") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54282->172.17.0.5:34299, err= 2025/11/25 04:10:05 ERROR : error listing: directory not found 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37849") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37640->172.17.0.5:37849, err= 2025/11/25 04:10:05 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (0.07s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 INFO : A1: Making directory 2025/11/25 04:10:05 INFO : A1/B1: Making directory 2025/11/25 04:10:05 INFO : A1/B1/C1: Making directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31775") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43966->172.17.0.5:31775, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34786") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35158->172.17.0.5:34786, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30440") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56542->172.17.0.5:30440, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35888") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57830->172.17.0.5:35888, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36050") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33636->172.17.0.5:36050, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34848") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44114->172.17.0.5:34848, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37527") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36938->172.17.0.5:37527, err= 2025/11/25 04:10:05 DEBUG : removing 1 level 3 directories 2025/11/25 04:10:05 INFO : A1/B1/C1: Removing directory 2025/11/25 04:10:05 DEBUG : removing 1 level 2 directories 2025/11/25 04:10:05 INFO : A1/B1: Removing directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35440") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34250->172.17.0.5:35440, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34504") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43032->172.17.0.5:34504, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35743") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40284->172.17.0.5:35743, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31787") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54950->172.17.0.5:31787, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31622") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45458->172.17.0.5:31622, err= --- PASS: TestRmdirsLeaveRoot (0.02s) === RUN TestRmdirsWithFilter run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:05 INFO : A1: Making directory 2025/11/25 04:10:05 INFO : A1/B1: Making directory 2025/11/25 04:10:05 INFO : A1/B1/C1: Making directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35892") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44148->172.17.0.5:35892, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36316") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49220->172.17.0.5:36316, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33960") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60580->172.17.0.5:33960, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30961") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49264->172.17.0.5:30961, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39124") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55622->172.17.0.5:39124, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30187") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54712->172.17.0.5:30187, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38717") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51126->172.17.0.5:38717, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31469") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:32996->172.17.0.5:31469, err= 2025/11/25 04:10:05 DEBUG : removing 1 level 3 directories 2025/11/25 04:10:05 INFO : A1/B1/C1: Removing directory 2025/11/25 04:10:05 DEBUG : removing 1 level 2 directories 2025/11/25 04:10:05 INFO : A1/B1: Removing directory 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30677") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49774->172.17.0.5:30677, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35652") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53638->172.17.0.5:35652, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32367") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40564->172.17.0.5:32367, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38378") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50368->172.17.0.5:38378, err= 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34649") 2025/11/25 04:10:05 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40676->172.17.0.5:34649, err= --- PASS: TestRmdirsWithFilter (0.02s) === RUN TestCopyURL run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35555") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40776->172.17.0.5:35555, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30370") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35928->172.17.0.5:30370, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31822") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42078->172.17.0.5:31822, err= 2025/11/25 04:10:06 DEBUG : filename.txt: File name found in url 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36560") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46638->172.17.0.5:36560, err= 2025/11/25 04:10:06 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34726") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43908->172.17.0.5:34726, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32212") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42666->172.17.0.5:32212, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34171") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34198->172.17.0.5:34171, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33939") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52508->172.17.0.5:33939, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39154") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49948->172.17.0.5:39154, err= --- PASS: TestCopyURL (0.03s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39308") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40130->172.17.0.5:39308, err= 2025/11/25 04:10:06 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2025/11/25 04:10:06 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2025/11/25 04:10:06 INFO : file1: Copied (new) to: sub/file2 2025/11/25 04:10:06 INFO : file1: Deleted 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39925") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50660->172.17.0.5:39925, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30820") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52332->172.17.0.5:30820, err= 2025/11/25 04:10:06 DEBUG : sub/file2: size = 14 OK 2025/11/25 04:10:06 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/25 04:10:06 DEBUG : file1: Unchanged skipping 2025/11/25 04:10:06 INFO : file1: Deleted 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30945") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56574->172.17.0.5:30945, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30592") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36104->172.17.0.5:30592, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: don't need to copy/move sub/file2, it is already at target location 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39975") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46632->172.17.0.5:39975, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30192") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41138->172.17.0.5:30192, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31780") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43700->172.17.0.5:31780, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30435") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51210->172.17.0.5:30435, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34849") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50988->172.17.0.5:34849, err= --- PASS: TestMoveFile (0.03s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35139") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47200->172.17.0.5:35139, err= 2025/11/25 04:10:06 DEBUG : file1.9aa3f62d.partial: size = 14 OK 2025/11/25 04:10:06 DEBUG : file1.9aa3f62d.partial: renamed to: file1 2025/11/25 04:10:06 INFO : file1: Copied (new) 2025/11/25 04:10:06 INFO : file1: Deleted 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37329") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33154->172.17.0.5:37329, err= 2025/11/25 04:10:06 DEBUG : file1: Destination exists, skipping 2025/11/25 04:10:06 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38435") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54636->172.17.0.5:38435, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39929") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34192->172.17.0.5:39929, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38766") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55304->172.17.0.5:38766, err= --- PASS: TestMoveFileWithIgnoreExisting (0.03s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33059") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46468->172.17.0.5:33059, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30724") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43430->172.17.0.5:30724, err= --- PASS: TestCaseInsensitiveMoveFile (0.00s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37673") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53568->172.17.0.5:37673, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31739") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57696->172.17.0.5:31739, err= --- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s) === RUN TestMoveFileBackupDir run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31733") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46174->172.17.0.5:31733, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30737") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37162->172.17.0.5:30737, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37299") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55186->172.17.0.5:37299, err= 2025/11/25 04:10:06 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yujozov2wemo/backup" 2025/11/25 04:10:06 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2025/11/25 04:10:06 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:06 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:06 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:06 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:06 DEBUG : TestFTPPureftpd: detected overridden config - adding "{27XQE}" suffix to name 2025/11/25 04:10:06 DEBUG : Setting host="172.17.0.5" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2025/11/25 04:10:06 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2025/11/25 04:10:06 DEBUG : Setting pass="FyExPxke-gO5Qi8sTNqRK0HIs9IkOVYZ5HrfH9OGgUA" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2025/11/25 04:10:06 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/backup: Connecting to FTP server 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/backup: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/backup: > dial: conn=172.17.0.1:44342->172.17.0.5:21, err= 2025/11/25 04:10:06 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-yujozov2wemo/backup" to be canonical "TestFTPPureftpd{27XQE}:rclone-test-yujozov2wemo/backup" 2025/11/25 04:10:06 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1606556671) 2025/11/25 04:10:06 DEBUG : dst/file1: size = 18 (ftp://172.17.0.5:21/rclone-test-yujozov2wemo) 2025/11/25 04:10:06 DEBUG : dst/file1: Sizes differ 2025/11/25 04:10:06 INFO : dst/file1: Moved (server-side) 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39029") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48348->172.17.0.5:39029, err= 2025/11/25 04:10:06 DEBUG : dst/file1.58903690.partial: size = 14 OK 2025/11/25 04:10:06 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2025/11/25 04:10:06 INFO : dst/file1: Copied (new) 2025/11/25 04:10:06 INFO : dst/file1: Deleted 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39683") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43100->172.17.0.5:39683, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33327") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48310->172.17.0.5:33327, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33209") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39010->172.17.0.5:33209, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37848") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40988->172.17.0.5:37848, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35512") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59218->172.17.0.5:35512, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36760") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60146->172.17.0.5:36760, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34155") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58088->172.17.0.5:34155, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30928") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55448->172.17.0.5:30928, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36951") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50728->172.17.0.5:36951, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo/backup: closing 1 unused connections --- PASS: TestMoveFileBackupDir (0.05s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34839") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33026->172.17.0.5:34839, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37550") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52050->172.17.0.5:37550, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38041") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37478->172.17.0.5:38041, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34045") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33504->172.17.0.5:34045, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32324") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57380->172.17.0.5:32324, err= 2025/11/25 04:10:06 INFO : A1/B2: Making directory 2025/11/25 04:10:06 INFO : A1/B1/C3: Making directory 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36721") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46298->172.17.0.5:36721, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36874") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45798->172.17.0.5:36874, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38380") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30123") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59306->172.17.0.5:38380, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51756->172.17.0.5:30123, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38858") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42796->172.17.0.5:38858, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31054") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34687") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39546->172.17.0.5:31054, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48424->172.17.0.5:34687, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38705") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55748->172.17.0.5:38705, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39552") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57742->172.17.0.5:39552, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30144") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42288->172.17.0.5:30144, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32822") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49400->172.17.0.5:32822, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35599") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30142") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52592->172.17.0.5:35599, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32461") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49586->172.17.0.5:30142, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55846->172.17.0.5:32461, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35700") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49118->172.17.0.5:35700, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32570") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57830->172.17.0.5:32570, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37794") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50952->172.17.0.5:37794, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31982") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58778->172.17.0.5:31982, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39311") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36827") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49028->172.17.0.5:39311, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43986->172.17.0.5:36827, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Connecting to FTP server 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:21") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44352->172.17.0.5:21, err= 2025/11/25 04:10:06 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/11/25 04:10:06 INFO : A2/two: Moved (server-side) to: A3/two 2025/11/25 04:10:06 INFO : A2/one: Moved (server-side) to: A3/one 2025/11/25 04:10:06 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/11/25 04:10:06 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31420") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34916->172.17.0.5:31420, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37661") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41270->172.17.0.5:37661, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38858") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42812->172.17.0.5:38858, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32654") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58294->172.17.0.5:32654, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39280") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30262") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32051") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42472->172.17.0.5:39280, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50278->172.17.0.5:30262, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52252->172.17.0.5:32051, err= 2025/11/25 04:10:06 INFO : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33209") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39018->172.17.0.5:33209, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39604") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45050->172.17.0.5:39604, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37904") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55466->172.17.0.5:37904, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30459") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32158") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43780->172.17.0.5:30459, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38820") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57234->172.17.0.5:32158, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54328->172.17.0.5:38820, err= 2025/11/25 04:10:06 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/11/25 04:10:06 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/11/25 04:10:06 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/11/25 04:10:06 INFO : A3/two: Moved (server-side) to: A4/two 2025/11/25 04:10:06 INFO : A3/one: Moved (server-side) to: A4/one 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30260") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44498->172.17.0.5:30260, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35991") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60390->172.17.0.5:35991, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30122") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36767") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55216->172.17.0.5:30122, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59616->172.17.0.5:36767, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32593") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37194") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30329") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37340->172.17.0.5:32593, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59564->172.17.0.5:37194, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37868->172.17.0.5:30329, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34062") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42986->172.17.0.5:34062, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39521") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54484->172.17.0.5:39521, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30014") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36810") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36016->172.17.0.5:30014, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57906->172.17.0.5:36810, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37079") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38834") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51380->172.17.0.5:37079, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36027") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60120->172.17.0.5:38834, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37054->172.17.0.5:36027, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36983") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58960->172.17.0.5:36983, err= --- PASS: TestDirMove (0.07s) === RUN TestGetFsInfo run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33456") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41352->172.17.0.5:33456, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34321") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58774->172.17.0.5:34321, err= --- PASS: TestGetFsInfo (0.00s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30761") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38662->172.17.0.5:30761, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: File to upload is small (34 bytes), uploading instead of streaming 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32868") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44210->172.17.0.5:32868, err= 2025/11/25 04:10:06 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2025/11/25 04:10:06 NOTICE: ftp://172.17.0.5:21/rclone-test-yujozov2wemo: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/11/25 04:10:06 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35895") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35940->172.17.0.5:35895, err= 2025/11/25 04:10:06 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2025/11/25 04:10:06 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36843") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34526->172.17.0.5:36843, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37640") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:53506->172.17.0.5:37640, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33483") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:46840->172.17.0.5:33483, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37456") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45272->172.17.0.5:37456, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: File to upload is small (34 bytes), uploading instead of streaming 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31008") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37718->172.17.0.5:31008, err= 2025/11/25 04:10:06 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2025/11/25 04:10:06 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31983") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59872->172.17.0.5:31983, err= 2025/11/25 04:10:06 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2025/11/25 04:10:06 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31245") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34350->172.17.0.5:31245, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39946") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45432->172.17.0.5:39946, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35343") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51856->172.17.0.5:35343, err= === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38619") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51216->172.17.0.5:38619, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: File to upload is small (34 bytes), uploading instead of streaming 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32176") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49050->172.17.0.5:32176, err= 2025/11/25 04:10:06 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/11/25 04:10:06 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33827") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41556->172.17.0.5:33827, err= 2025/11/25 04:10:06 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/11/25 04:10:06 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34074") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39590->172.17.0.5:34074, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30035") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36226->172.17.0.5:30035, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39004") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36950->172.17.0.5:39004, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38147") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56448->172.17.0.5:38147, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: File to upload is small (34 bytes), uploading instead of streaming 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37365") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39712->172.17.0.5:37365, err= 2025/11/25 04:10:06 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/11/25 04:10:06 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35008") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55610->172.17.0.5:35008, err= 2025/11/25 04:10:06 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/11/25 04:10:06 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31172") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58062->172.17.0.5:31172, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35375") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51776->172.17.0.5:35375, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31734") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44254->172.17.0.5:31734, err= --- PASS: TestRcat (0.07s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.02s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.02s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.02s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.01s) === RUN TestRcatMetadata run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" operations_test.go:1540: Skipping as destination doesn't support user metadata 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36258") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:56106->172.17.0.5:36258, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30211") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39918->172.17.0.5:30211, err= --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38725") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43648->172.17.0.5:38725, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: File to upload is small (60 bytes), uploading instead of streaming 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38399") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52922->172.17.0.5:38399, err= 2025/11/25 04:10:06 DEBUG : potato2: size = 60 OK 2025/11/25 04:10:06 DEBUG : potato2: Size of src and dst objects identical 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36567") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52654->172.17.0.5:36567, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37602") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:60222->172.17.0.5:37602, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37348") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39296->172.17.0.5:37348, err= --- PASS: TestRcatSize (0.01s) === RUN TestRcatSizeMetadata run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" operations_test.go:1621: Skipping as destination doesn't support user metadata 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31131") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52824->172.17.0.5:31131, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34118") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:36828->172.17.0.5:34118, err= --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestTouchDir run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34887") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47362->172.17.0.5:34887, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31452") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48392->172.17.0.5:31452, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38475") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:49330->172.17.0.5:38475, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38409") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34578->172.17.0.5:38409, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39546") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47140->172.17.0.5:39546, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36410") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58488->172.17.0.5:36410, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Touching "empty space" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Touching "potato2" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31410") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45490->172.17.0.5:31410, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Touching "sub dir/potato3" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34558") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59358->172.17.0.5:34558, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35042") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:33020->172.17.0.5:35042, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30459") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43796->172.17.0.5:30459, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:37056") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54692->172.17.0.5:37056, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31183") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48372->172.17.0.5:31183, err= --- PASS: TestTouchDir (0.02s) === RUN TestMkdirMetadata run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32467") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:35016->172.17.0.5:32467, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35468") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41226->172.17.0.5:35468, err= --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32656") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:45908->172.17.0.5:32656, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30904") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51566->172.17.0.5:30904, err= --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30134") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57956->172.17.0.5:30134, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33449") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58576->172.17.0.5:33449, err= --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33304") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39776->172.17.0.5:33304, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31193") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43670->172.17.0.5:31193, err= --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35565") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51516->172.17.0.5:35565, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38039") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37838->172.17.0.5:38039, err= --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:185: Remote "ftp://172.17.0.5:21/rclone-test-yujozov2wemo", Local "Local file system at /tmp/rclone1606556671", Modify Window "1s" 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:30967") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:50194->172.17.0.5:30967, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32158") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:57242->172.17.0.5:32158, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31225") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48264->172.17.0.5:31225, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32585") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:58232->172.17.0.5:32585, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:36914") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:48076->172.17.0.5:36914, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31138") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:41708->172.17.0.5:31138, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34959") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:34404->172.17.0.5:34959, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38156") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:47454->172.17.0.5:38156, err= 2025/11/25 04:10:06 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.panilax2" before starting 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32177") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:43842->172.17.0.5:32177, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34896") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59814->172.17.0.5:34896, err= 2025/11/25 04:10:06 DEBUG : sub dir/test remove existing.panilax2: TEST: removing renamed existing file after operation 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:39466") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:42914->172.17.0.5:39466, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35022") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:54862->172.17.0.5:35022, err= 2025/11/25 04:10:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.putokir1" before starting 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:35239") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44342->172.17.0.5:35239, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38642") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:40772->172.17.0.5:38642, err= 2025/11/25 04:10:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.putokir1: TEST: renaming existing back after failed operation 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31120") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38836->172.17.0.5:31120, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31534") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:55188->172.17.0.5:31534, err= 2025/11/25 04:10:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sowoyos6" before starting 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38581") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:59744->172.17.0.5:38581, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:32741") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:51226->172.17.0.5:32741, err= 2025/11/25 04:10:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sowoyos6: TEST: removing renamed existing file after operation 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:38967") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37646->172.17.0.5:38967, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33318") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:37104->172.17.0.5:33318, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34033") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:44194->172.17.0.5:34033, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:31583") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:38676->172.17.0.5:31583, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:34291") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:52440->172.17.0.5:34291, err= --- PASS: TestRemoveExisting (0.03s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: dial("tcp","172.17.0.5:33788") 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: > dial: conn=172.17.0.1:39188->172.17.0.5:33788, err= 2025/11/25 04:10:06 DEBUG : ftp://172.17.0.5:21/rclone-test-yujozov2wemo: Purge dir "" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Finished OK in 3.491142609s (try 1/5)