"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerChunk50bYandex: -verbose -size-limit 1024" - Starting (try 1/5)
2025/03/08 11:12:35 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise"
2025/03/08 11:12:35 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:12:35 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise"
2025/03/08 11:12:36 DEBUG : Reset feature "ListR"
2025/03/08 11:12:36 DEBUG : Creating backend with remote "/tmp/rclone1988206006"
=== 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:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    multithread_test.go:121: multithread writing not supported
2025/03/08 11:12:36 ERROR : : error listing: directory not found
--- SKIP: TestMultithreadCopy (0.24s)
=== RUN   TestMultithreadCopyAbort
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    multithread_test.go:121: multithread writing not supported
2025/03/08 11:12:36 ERROR : : error listing: directory not found
--- SKIP: TestMultithreadCopyAbort (0.26s)
=== RUN   TestSizeDiffers
--- PASS: TestSizeDiffers (0.00s)
=== RUN   TestReOpen
=== RUN   TestReOpen/Normal
=== RUN   TestReOpen/Normal/Basics
2025/03/08 11:12:36 DEBUG : potato: Seek from 10 to 0
=== RUN   TestReOpen/Normal/ErrorAtStart
=== RUN   TestReOpen/Normal/WithErrors
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/Normal/TooManyErrors
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/Normal/Seek
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/08 11:12:36 DEBUG : potato: Seek from 5 to 2
=== RUN   TestReOpen/Normal/AccountRead
=== RUN   TestReOpen/Normal/AccountReadDelay
2025/03/08 11:12:36 DEBUG : potato: Seek from 10 to 0
2025/03/08 11:12:36 DEBUG : potato: Seek from 10 to 0
2025/03/08 11:12:36 DEBUG : potato: Seek from 10 to 0
=== RUN   TestReOpen/Normal/AccountReadError
=== RUN   TestReOpen/WithRangeOption
=== RUN   TestReOpen/WithRangeOption/Basics
2025/03/08 11:12:36 DEBUG : potato: Seek from 7 to 0
=== RUN   TestReOpen/WithRangeOption/ErrorAtStart
=== RUN   TestReOpen/WithRangeOption/WithErrors
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/WithRangeOption/TooManyErrors
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/WithRangeOption/Seek
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/08 11:12:36 DEBUG : potato: Seek from 5 to 2
2025/03/08 11:12:36 DEBUG : potato: Seek from 7 to 4
=== RUN   TestReOpen/WithRangeOption/AccountRead
=== RUN   TestReOpen/WithRangeOption/AccountReadDelay
2025/03/08 11:12:36 DEBUG : potato: Seek from 7 to 0
2025/03/08 11:12:36 DEBUG : potato: Seek from 7 to 0
2025/03/08 11:12:36 DEBUG : potato: Seek from 7 to 0
=== RUN   TestReOpen/WithRangeOption/AccountReadError
=== RUN   TestReOpen/WithSeekOption
=== RUN   TestReOpen/WithSeekOption/Basics
2025/03/08 11:12:36 DEBUG : potato: Seek from 8 to 0
=== RUN   TestReOpen/WithSeekOption/ErrorAtStart
=== RUN   TestReOpen/WithSeekOption/WithErrors
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/WithSeekOption/TooManyErrors
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/WithSeekOption/Seek
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/08 11:12:36 DEBUG : potato: Seek from 5 to 2
2025/03/08 11:12:36 DEBUG : potato: Seek from 7 to 5
=== RUN   TestReOpen/WithSeekOption/AccountRead
=== RUN   TestReOpen/WithSeekOption/AccountReadDelay
2025/03/08 11:12:36 DEBUG : potato: Seek from 8 to 0
2025/03/08 11:12:36 DEBUG : potato: Seek from 8 to 0
2025/03/08 11:12:36 DEBUG : potato: Seek from 8 to 0
=== RUN   TestReOpen/WithSeekOption/AccountReadError
=== RUN   TestReOpen/UnknownSize
=== RUN   TestReOpen/UnknownSize/Basics
2025/03/08 11:12:36 DEBUG : potato: Seek from 9 to 0
=== RUN   TestReOpen/UnknownSize/ErrorAtStart
=== RUN   TestReOpen/UnknownSize/WithErrors
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/UnknownSize/TooManyErrors
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/08 11:12:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/UnknownSize/Seek
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/08 11:12:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/08 11:12:36 DEBUG : potato: Seek from 5 to 2
2025/03/08 11:12:36 DEBUG : potato: Seek from 7 to 6
=== RUN   TestReOpen/UnknownSize/AccountRead
=== RUN   TestReOpen/UnknownSize/AccountReadDelay
2025/03/08 11:12:36 DEBUG : potato: Seek from 9 to 0
2025/03/08 11:12:36 DEBUG : potato: Seek from 9 to 0
2025/03/08 11:12:36 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/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/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/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/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:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:12:42 INFO  : rutabaga.rclone_chunk.001_t3ehjn: Moved (server-side) to: rutabaga
=== RUN   TestCheck/1
=== RUN   TestCheck/2
2025/03/08 11:12:47 INFO  : empty space.rclone_chunk.001_t3emvu: Moved (server-side) to: empty space
=== RUN   TestCheck/3
2025/03/08 11:12:57 INFO  : potato2.rclone_chunk.001_t3esup: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 11:12:58 INFO  : potato2.rclone_chunk.002_t3esup: Moved (server-side) to: potato2.rclone_chunk.002
=== RUN   TestCheck/4
=== RUN   TestCheck/5
2025/03/08 11:13:12 INFO  : remotepotato.rclone_chunk.001_t3f8eg: Moved (server-side) to: remotepotato.rclone_chunk.001
2025/03/08 11:13:14 INFO  : remotepotato.rclone_chunk.002_t3f8eg: Moved (server-side) to: remotepotato.rclone_chunk.002
=== RUN   TestCheck/6
=== RUN   TestCheck/7
--- PASS: TestCheck (75.63s)
    --- PASS: TestCheck/1 (0.25s)
    --- PASS: TestCheck/2 (0.26s)
    --- PASS: TestCheck/3 (0.35s)
    --- PASS: TestCheck/4 (0.83s)
    --- PASS: TestCheck/5 (0.76s)
    --- PASS: TestCheck/6 (0.53s)
    --- PASS: TestCheck/7 (1.56s)
=== RUN   TestCheckFsError
2025/03/08 11:13:52 DEBUG : Creating backend with remote "nonexistent"
2025/03/08 11:13:52 DEBUG : Creating backend with remote "nonexistent"
2025/03/08 11:13:52 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2025/03/08 11:13:52 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/03/08 11:13:52 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found
2025/03/08 11:13:52 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:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:13:58 INFO  : rutabaga.rclone_chunk.001_t3gkow: Moved (server-side) to: rutabaga
=== RUN   TestCheckDownload/1
=== RUN   TestCheckDownload/2
2025/03/08 11:14:05 INFO  : empty space.rclone_chunk.001_t3gs1x: Moved (server-side) to: empty space
=== RUN   TestCheckDownload/3
2025/03/08 11:14:14 INFO  : potato2.rclone_chunk.001_t3gyyv: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 11:14:15 INFO  : potato2.rclone_chunk.002_t3gyyv: Moved (server-side) to: potato2.rclone_chunk.002
=== RUN   TestCheckDownload/4
=== RUN   TestCheckDownload/5
2025/03/08 11:14:31 INFO  : remotepotato.rclone_chunk.001_t3hesp: Moved (server-side) to: remotepotato.rclone_chunk.001
2025/03/08 11:14:32 INFO  : remotepotato.rclone_chunk.002_t3hesp: Moved (server-side) to: remotepotato.rclone_chunk.002
=== RUN   TestCheckDownload/6
=== RUN   TestCheckDownload/7
--- PASS: TestCheckDownload (77.59s)
    --- PASS: TestCheckDownload/1 (0.78s)
    --- PASS: TestCheckDownload/2 (0.76s)
    --- PASS: TestCheckDownload/3 (0.95s)
    --- PASS: TestCheckDownload/4 (1.95s)
    --- PASS: TestCheckDownload/5 (1.79s)
    --- PASS: TestCheckDownload/6 (1.38s)
    --- PASS: TestCheckDownload/7 (1.43s)
=== RUN   TestCheckSizeOnly
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:15:15 INFO  : rutabaga.rclone_chunk.001_t3iqrh: Moved (server-side) to: rutabaga
=== RUN   TestCheckSizeOnly/1
=== RUN   TestCheckSizeOnly/2
2025/03/08 11:15:22 INFO  : empty space.rclone_chunk.001_t3ixcf: Moved (server-side) to: empty space
=== RUN   TestCheckSizeOnly/3
2025/03/08 11:15:31 INFO  : potato2.rclone_chunk.001_t3j3r4: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 11:15:33 INFO  : potato2.rclone_chunk.002_t3j3r4: Moved (server-side) to: potato2.rclone_chunk.002
=== RUN   TestCheckSizeOnly/4
=== RUN   TestCheckSizeOnly/5
2025/03/08 11:15:42 INFO  : remotepotato.rclone_chunk.001_t3jhv0: Moved (server-side) to: remotepotato.rclone_chunk.001
2025/03/08 11:15:43 INFO  : remotepotato.rclone_chunk.002_t3jhv0: Moved (server-side) to: remotepotato.rclone_chunk.002
=== RUN   TestCheckSizeOnly/6
=== RUN   TestCheckSizeOnly/7
--- PASS: TestCheckSizeOnly (76.11s)
    --- PASS: TestCheckSizeOnly/1 (0.90s)
    --- PASS: TestCheckSizeOnly/2 (0.35s)
    --- PASS: TestCheckSizeOnly/3 (0.30s)
    --- PASS: TestCheckSizeOnly/4 (0.23s)
    --- PASS: TestCheckSizeOnly/5 (0.23s)
    --- PASS: TestCheckSizeOnly/6 (2.44s)
    --- PASS: TestCheckSizeOnly/7 (0.27s)
=== RUN   TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN   TestParseSumFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:16:39 INFO  : test.sum.rclone_chunk.001_t3kupw: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:16:40 INFO  : test.sum.rclone_chunk.002_t3kupw: Moved (server-side) to: test.sum.rclone_chunk.002
2025/03/08 11:16:46 NOTICE: test.sum: improperly formatted checksum line 4
2025/03/08 11:16:46 NOTICE: test.sum: improperly formatted checksum line 5
2025/03/08 11:16:46 NOTICE: test.sum: improperly formatted checksum line 6
2025/03/08 11:16:46 NOTICE: test.sum: 2 warning(s) suppressed...
2025/03/08 11:17:04 INFO  : test.sum.rclone_chunk.001_t3lfrd: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:17:06 INFO  : test.sum.rclone_chunk.002_t3lfrd: Moved (server-side) to: test.sum.rclone_chunk.002
2025/03/08 11:17:10 NOTICE: test.sum: improperly formatted checksum line 4
2025/03/08 11:17:10 NOTICE: test.sum: improperly formatted checksum line 5
2025/03/08 11:17:10 NOTICE: test.sum: improperly formatted checksum line 6
2025/03/08 11:17:10 NOTICE: test.sum: 2 warning(s) suppressed...
--- PASS: TestParseSumFile (56.10s)
=== RUN   TestCheckSum
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:17:22 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/data"
2025/03/08 11:17:22 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/data"
2025/03/08 11:17:22 DEBUG : Reset feature "ListR"
2025/03/08 11:17:27 INFO  : data/banana.rclone_chunk.001_t3mez9: Moved (server-side) to: data/banana
2025/03/08 11:17:33 INFO  : test.sum.rclone_chunk.001_t3mk34: Moved (server-side) to: test.sum
=== RUN   TestCheckSum/subtest1
2025/03/08 11:17:41 INFO  : data/potato.rclone_chunk.001_t3mrhi: Moved (server-side) to: data/potato
2025/03/08 11:17:50 INFO  : test.sum: Deleted
2025/03/08 11:17:52 INFO  : test.sum.rclone_chunk.001_t3myr5: Moved (server-side) to: test.sum
=== RUN   TestCheckSum/subtest2
2025/03/08 11:18:04 INFO  : test.sum.rclone_chunk.001_t3ncaz: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:18:06 INFO  : test.sum.rclone_chunk.002_t3ncaz: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSum/subtest3
2025/03/08 11:18:40 INFO  : test.sum.rclone_chunk.001_t3o1ww: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:18:42 INFO  : test.sum.rclone_chunk.002_t3o1ww: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSum/subtest4
2025/03/08 11:19:07 INFO  : test.sum.rclone_chunk.001_t3osrl: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:19:08 INFO  : test.sum.rclone_chunk.002_t3osrl: Moved (server-side) to: test.sum.rclone_chunk.002
2025/03/08 11:19:10 INFO  : test.sum.rclone_chunk.003_t3osrl: Moved (server-side) to: test.sum.rclone_chunk.003
=== RUN   TestCheckSum/subtest5
2025/03/08 11:19:38 INFO  : test.sum.rclone_chunk.001_t3pnc7: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:19:40 INFO  : test.sum.rclone_chunk.002_t3pnc7: Moved (server-side) to: test.sum.rclone_chunk.002
2025/03/08 11:19:43 INFO  : test.sum.rclone_chunk.003_t3pnc7: Moved (server-side) to: test.sum.rclone_chunk.003
=== RUN   TestCheckSum/subtest6
2025/03/08 11:20:00 INFO  : data/banana: Deleted
2025/03/08 11:20:02 INFO  : data/banana.rclone_chunk.001_t3qjr2: Moved (server-side) to: data/banana
2025/03/08 11:20:09 INFO  : data/potato: Deleted
2025/03/08 11:20:10 INFO  : data/potato.rclone_chunk.001_t3qu9z: Moved (server-side) to: data/potato
2025/03/08 11:20:30 INFO  : test.sum.rclone_chunk.001_t3r405: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:20:33 INFO  : test.sum.rclone_chunk.002_t3r405: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSum/subtest7
--- PASS: TestCheckSum (223.62s)
    --- PASS: TestCheckSum/subtest1 (1.41s)
    --- PASS: TestCheckSum/subtest2 (2.55s)
    --- PASS: TestCheckSum/subtest3 (9.09s)
    --- PASS: TestCheckSum/subtest4 (2.38s)
    --- PASS: TestCheckSum/subtest5 (2.53s)
    --- PASS: TestCheckSum/subtest6 (3.18s)
    --- PASS: TestCheckSum/subtest7 (2.40s)
=== RUN   TestCheckSumDownload
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:21:05 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/data"
2025/03/08 11:21:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/data"
2025/03/08 11:21:06 DEBUG : Reset feature "ListR"
2025/03/08 11:21:10 INFO  : data/banana.rclone_chunk.001_t3smha: Moved (server-side) to: data/banana
2025/03/08 11:21:18 INFO  : test.sum.rclone_chunk.001_t3sttv: Moved (server-side) to: test.sum
=== RUN   TestCheckSumDownload/subtest1
2025/03/08 11:21:27 INFO  : data/potato.rclone_chunk.001_t3t1ku: Moved (server-side) to: data/potato
2025/03/08 11:21:34 INFO  : test.sum: Deleted
2025/03/08 11:21:36 INFO  : test.sum.rclone_chunk.001_t3t8pl: Moved (server-side) to: test.sum
=== RUN   TestCheckSumDownload/subtest2
2025/03/08 11:21:46 INFO  : test.sum.rclone_chunk.001_t3tjh2: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:21:47 INFO  : test.sum.rclone_chunk.002_t3tjh2: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSumDownload/subtest3
2025/03/08 11:22:09 INFO  : test.sum.rclone_chunk.001_t3tzl8: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:22:10 INFO  : test.sum.rclone_chunk.002_t3tzl8: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSumDownload/subtest4
2025/03/08 11:22:37 INFO  : test.sum.rclone_chunk.001_t3uphj: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:22:38 INFO  : test.sum.rclone_chunk.002_t3uphj: Moved (server-side) to: test.sum.rclone_chunk.002
2025/03/08 11:22:41 INFO  : test.sum.rclone_chunk.003_t3uphj: Moved (server-side) to: test.sum.rclone_chunk.003
=== RUN   TestCheckSumDownload/subtest5
2025/03/08 11:23:08 INFO  : test.sum.rclone_chunk.001_t3vgje: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:23:10 INFO  : test.sum.rclone_chunk.002_t3vgje: Moved (server-side) to: test.sum.rclone_chunk.002
2025/03/08 11:23:12 INFO  : test.sum.rclone_chunk.003_t3vgje: Moved (server-side) to: test.sum.rclone_chunk.003
=== RUN   TestCheckSumDownload/subtest6
2025/03/08 11:23:26 INFO  : data/banana: Deleted
2025/03/08 11:23:27 INFO  : data/banana.rclone_chunk.001_t3wap3: Moved (server-side) to: data/banana
2025/03/08 11:23:36 INFO  : data/potato: Deleted
2025/03/08 11:23:37 INFO  : data/potato.rclone_chunk.001_t3wkbl: Moved (server-side) to: data/potato
2025/03/08 11:23:56 INFO  : test.sum.rclone_chunk.001_t3wuk1: Moved (server-side) to: test.sum.rclone_chunk.001
2025/03/08 11:23:58 INFO  : test.sum.rclone_chunk.002_t3wuk1: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSumDownload/subtest7
--- PASS: TestCheckSumDownload (205.46s)
    --- PASS: TestCheckSumDownload/subtest1 (1.91s)
    --- PASS: TestCheckSumDownload/subtest2 (1.86s)
    --- PASS: TestCheckSumDownload/subtest3 (2.56s)
    --- PASS: TestCheckSumDownload/subtest4 (5.75s)
    --- PASS: TestCheckSumDownload/subtest5 (3.09s)
    --- PASS: TestCheckSumDownload/subtest6 (3.05s)
    --- PASS: TestCheckSumDownload/subtest7 (3.75s)
=== RUN   TestApplyTransforms
2025/03/08 11:24:31 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-rebibef4suki"
2025/03/08 11:24:31 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:24:31 DEBUG : Creating backend with remote "TestYandex:rclone-test-rebibef4suki"
2025/03/08 11:24:31 DEBUG : Reset feature "ListR"
2025/03/08 11:24:31 DEBUG : Creating backend with remote "/tmp/rclone111261488"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-rebibef4suki'", Local "Local file system at /tmp/rclone111261488", Modify Window "1ns"
2025/03/08 11:24:40 INFO  : hello, world!.rclone_chunk.001_t3ycup: Moved (server-side) to: hello, world!
upper checkfile vs. lower remote (without normalization)
2025/03/08 11:24:40 ERROR : hello, world!: sum not found
2025/03/08 11:24:40 ERROR : HELLO, WORLD!: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-rebibef4suki'
2025/03/08 11:24:40 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rebibef4suki': 1 files missing
2025/03/08 11:24:40 NOTICE: 1 hashes missing
2025/03/08 11:24:40 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rebibef4suki': 2 differences found
2025/03/08 11:24:40 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rebibef4suki': 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2025/03/08 11:24:41 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:24:41 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rebibef4suki': 0 differences found
2025/03/08 11:24:41 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rebibef4suki': 1 matching files
2025/03/08 11:24:41 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-venanih4fefu"
2025/03/08 11:24:41 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:24:41 DEBUG : Creating backend with remote "TestYandex:rclone-test-venanih4fefu"
2025/03/08 11:24:41 DEBUG : Reset feature "ListR"
2025/03/08 11:24:41 DEBUG : Creating backend with remote "/tmp/rclone3965539439"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-venanih4fefu'", Local "Local file system at /tmp/rclone3965539439", Modify Window "1ns"
2025/03/08 11:24:48 INFO  : HELLO, WORLD!.rclone_chunk.001_t3ym84: Moved (server-side) to: HELLO, WORLD!
lower checkfile vs. upper remote (without normalization)
2025/03/08 11:24:49 ERROR : HELLO, WORLD!: sum not found
2025/03/08 11:24:49 ERROR : hello, world!: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-venanih4fefu'
2025/03/08 11:24:49 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-venanih4fefu': 1 files missing
2025/03/08 11:24:49 NOTICE: 1 hashes missing
2025/03/08 11:24:49 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-venanih4fefu': 2 differences found
2025/03/08 11:24:49 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-venanih4fefu': 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2025/03/08 11:24:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:24:50 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-venanih4fefu': 0 differences found
2025/03/08 11:24:50 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-venanih4fefu': 1 matching files
2025/03/08 11:24:50 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-motobec5julo"
2025/03/08 11:24:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:24:50 DEBUG : Creating backend with remote "TestYandex:rclone-test-motobec5julo"
2025/03/08 11:24:50 DEBUG : Reset feature "ListR"
2025/03/08 11:24:50 DEBUG : Creating backend with remote "/tmp/rclone4078918119"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-motobec5julo'", Local "Local file system at /tmp/rclone4078918119", Modify Window "1ns"
2025/03/08 11:24:55 INFO  : HeLlO, wOrLd!.rclone_chunk.001_t3yvln: Moved (server-side) to: HeLlO, wOrLd!
lower checkfile vs. upperlowermixed remote (without normalization)
2025/03/08 11:24:56 ERROR : HeLlO, wOrLd!: sum not found
2025/03/08 11:24:56 ERROR : hello, world!: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-motobec5julo'
2025/03/08 11:24:56 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-motobec5julo': 1 files missing
2025/03/08 11:24:56 NOTICE: 1 hashes missing
2025/03/08 11:24:56 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-motobec5julo': 2 differences found
2025/03/08 11:24:56 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-motobec5julo': 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2025/03/08 11:24:57 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:24:57 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-motobec5julo': 0 differences found
2025/03/08 11:24:57 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-motobec5julo': 1 matching files
2025/03/08 11:24:57 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-visisoc3dena"
2025/03/08 11:24:57 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:24:57 DEBUG : Creating backend with remote "TestYandex:rclone-test-visisoc3dena"
2025/03/08 11:24:57 DEBUG : Reset feature "ListR"
2025/03/08 11:24:57 DEBUG : Creating backend with remote "/tmp/rclone166371100"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-visisoc3dena'", Local "Local file system at /tmp/rclone166371100", Modify Window "1ns"
2025/03/08 11:25:02 INFO  : HELLO, WORLD!.rclone_chunk.001_t3z2gf: Moved (server-side) to: HELLO, WORLD!
upperlowermixed checkfile vs. upper remote (without normalization)
2025/03/08 11:25:03 ERROR : HELLO, WORLD!: sum not found
2025/03/08 11:25:03 ERROR : HeLlO, wOrLd!: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-visisoc3dena'
2025/03/08 11:25:03 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-visisoc3dena': 1 files missing
2025/03/08 11:25:03 NOTICE: 1 hashes missing
2025/03/08 11:25:03 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-visisoc3dena': 2 differences found
2025/03/08 11:25:03 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-visisoc3dena': 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2025/03/08 11:25:04 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:25:04 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-visisoc3dena': 0 differences found
2025/03/08 11:25:04 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-visisoc3dena': 1 matching files
2025/03/08 11:25:04 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-pifecuy3rako"
2025/03/08 11:25:04 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:25:04 DEBUG : Creating backend with remote "TestYandex:rclone-test-pifecuy3rako"
2025/03/08 11:25:05 DEBUG : Reset feature "ListR"
2025/03/08 11:25:05 DEBUG : Creating backend with remote "/tmp/rclone3855907263"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-pifecuy3rako'", Local "Local file system at /tmp/rclone3855907263", Modify Window "1ns"
2025/03/08 11:25:11 INFO  : 測試_Русский___ě_áñ.rclone_chunk.001_t3z96h: Moved (server-side) to: 測試_Русский___ě_áñ
NFD checkfile vs. NFC remote (without normalization)
2025/03/08 11:25:12 ERROR : 測試_Русский___ě_áñ: sum not found
2025/03/08 11:25:12 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-pifecuy3rako'
2025/03/08 11:25:12 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pifecuy3rako': 1 files missing
2025/03/08 11:25:12 NOTICE: 1 hashes missing
2025/03/08 11:25:12 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pifecuy3rako': 2 differences found
2025/03/08 11:25:12 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pifecuy3rako': 2 errors while checking
NFD checkfile vs. NFC remote (with normalization)
2025/03/08 11:25:13 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:25:13 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pifecuy3rako': 0 differences found
2025/03/08 11:25:13 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pifecuy3rako': 1 matching files
2025/03/08 11:25:13 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-potuvil3pofu"
2025/03/08 11:25:13 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:25:13 DEBUG : Creating backend with remote "TestYandex:rclone-test-potuvil3pofu"
2025/03/08 11:25:17 DEBUG : Reset feature "ListR"
2025/03/08 11:25:17 DEBUG : Creating backend with remote "/tmp/rclone2512849836"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-potuvil3pofu'", Local "Local file system at /tmp/rclone2512849836", Modify Window "1ns"
2025/03/08 11:25:22 INFO  : 測試_Русский___ě_áñ.rclone_chunk.001_t3zmua: Moved (server-side) to: 測試_Русский___ě_áñ
NFC checkfile vs. NFD remote (without normalization)
2025/03/08 11:25:23 ERROR : 測試_Русский___ě_áñ: sum not found
2025/03/08 11:25:23 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-potuvil3pofu'
2025/03/08 11:25:23 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-potuvil3pofu': 1 files missing
2025/03/08 11:25:23 NOTICE: 1 hashes missing
2025/03/08 11:25:23 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-potuvil3pofu': 2 differences found
2025/03/08 11:25:23 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-potuvil3pofu': 2 errors while checking
NFC checkfile vs. NFD remote (with normalization)
2025/03/08 11:25:23 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:25:23 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-potuvil3pofu': 0 differences found
2025/03/08 11:25:23 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-potuvil3pofu': 1 matching files
2025/03/08 11:25:23 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-kitefit1kaza"
2025/03/08 11:25:23 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:25:23 DEBUG : Creating backend with remote "TestYandex:rclone-test-kitefit1kaza"
2025/03/08 11:25:24 DEBUG : Reset feature "ListR"
2025/03/08 11:25:24 DEBUG : Creating backend with remote "/tmp/rclone3865200530"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-kitefit1kaza'", Local "Local file system at /tmp/rclone3865200530", Modify Window "1ns"
2025/03/08 11:25:28 INFO  : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_t3zszs: Moved (server-side) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ
NFDx2 checkfile vs. both remote (without normalization)
2025/03/08 11:25:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/08 11:25:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-kitefit1kaza'
2025/03/08 11:25:29 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kitefit1kaza': 1 files missing
2025/03/08 11:25:29 NOTICE: 1 hashes missing
2025/03/08 11:25:29 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kitefit1kaza': 2 differences found
2025/03/08 11:25:29 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kitefit1kaza': 2 errors while checking
NFDx2 checkfile vs. both remote (with normalization)
2025/03/08 11:25:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:25:30 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kitefit1kaza': 0 differences found
2025/03/08 11:25:30 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kitefit1kaza': 1 matching files
2025/03/08 11:25:30 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-febijaj0gehe"
2025/03/08 11:25:30 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:25:30 DEBUG : Creating backend with remote "TestYandex:rclone-test-febijaj0gehe"
2025/03/08 11:25:30 DEBUG : Reset feature "ListR"
2025/03/08 11:25:30 DEBUG : Creating backend with remote "/tmp/rclone2519284393"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-febijaj0gehe'", Local "Local file system at /tmp/rclone2519284393", Modify Window "1ns"
2025/03/08 11:25:39 INFO  : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_t3zznn: Moved (server-side) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ
NFCx2 checkfile vs. both remote (without normalization)
2025/03/08 11:25:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/08 11:25:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-febijaj0gehe'
2025/03/08 11:25:39 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-febijaj0gehe': 1 files missing
2025/03/08 11:25:39 NOTICE: 1 hashes missing
2025/03/08 11:25:39 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-febijaj0gehe': 2 differences found
2025/03/08 11:25:39 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-febijaj0gehe': 2 errors while checking
NFCx2 checkfile vs. both remote (with normalization)
2025/03/08 11:25:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:25:40 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-febijaj0gehe': 0 differences found
2025/03/08 11:25:40 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-febijaj0gehe': 1 matching files
2025/03/08 11:25:40 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-jasidib8nuba"
2025/03/08 11:25:40 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:25:40 DEBUG : Creating backend with remote "TestYandex:rclone-test-jasidib8nuba"
2025/03/08 11:25:41 DEBUG : Reset feature "ListR"
2025/03/08 11:25:41 DEBUG : Creating backend with remote "/tmp/rclone967022559"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-jasidib8nuba'", Local "Local file system at /tmp/rclone967022559", Modify Window "1ns"
2025/03/08 11:25:46 INFO  : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_t40989: Moved (server-side) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ
both checkfile vs. NFDx2 remote (without normalization)
2025/03/08 11:25:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/08 11:25:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-jasidib8nuba'
2025/03/08 11:25:46 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-jasidib8nuba': 1 files missing
2025/03/08 11:25:46 NOTICE: 1 hashes missing
2025/03/08 11:25:46 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-jasidib8nuba': 2 differences found
2025/03/08 11:25:46 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-jasidib8nuba': 2 errors while checking
both checkfile vs. NFDx2 remote (with normalization)
2025/03/08 11:25:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:25:47 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-jasidib8nuba': 0 differences found
2025/03/08 11:25:47 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-jasidib8nuba': 1 matching files
2025/03/08 11:25:47 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-waqoguf8doru"
2025/03/08 11:25:47 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:25:47 DEBUG : Creating backend with remote "TestYandex:rclone-test-waqoguf8doru"
2025/03/08 11:25:48 DEBUG : Reset feature "ListR"
2025/03/08 11:25:48 DEBUG : Creating backend with remote "/tmp/rclone542601488"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-waqoguf8doru'", Local "Local file system at /tmp/rclone542601488", Modify Window "1ns"
2025/03/08 11:25:53 INFO  : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_t40gyb: Moved (server-side) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ
both checkfile vs. NFCx2 remote (without normalization)
2025/03/08 11:25:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/08 11:25:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-waqoguf8doru'
2025/03/08 11:25:54 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-waqoguf8doru': 1 files missing
2025/03/08 11:25:54 NOTICE: 1 hashes missing
2025/03/08 11:25:54 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-waqoguf8doru': 2 differences found
2025/03/08 11:25:54 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-waqoguf8doru': 2 errors while checking
both checkfile vs. NFCx2 remote (with normalization)
2025/03/08 11:25:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/08 11:25:57 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-waqoguf8doru': 0 differences found
2025/03/08 11:25:57 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-waqoguf8doru': 1 matching files
2025/03/08 11:25:57 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-waqoguf8doru': Purge remote
2025/03/08 11:26:04 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-jasidib8nuba': Purge remote
2025/03/08 11:26:11 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-febijaj0gehe': Purge remote
2025/03/08 11:26:16 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-kitefit1kaza': Purge remote
2025/03/08 11:26:23 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-potuvil3pofu': Purge remote
2025/03/08 11:26:28 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-pifecuy3rako': Purge remote
2025/03/08 11:26:34 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-visisoc3dena': Purge remote
2025/03/08 11:26:41 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-motobec5julo': Purge remote
2025/03/08 11:26:46 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-venanih4fefu': Purge remote
2025/03/08 11:26:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-rebibef4suki': Purge remote
--- PASS: TestApplyTransforms (145.31s)
=== RUN   TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN   TestCopyFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:26:57 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/08 11:27:01 INFO  : sub/file2.rclone_chunk.001_t42dzy: Moved (server-side) to: sub/file2
2025/03/08 11:27:01 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/08 11:27:01 INFO  : file1: Copied (new) to: sub/file2
2025/03/08 11:27:03 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:27:03 DEBUG : file1: Unchanged skipping
2025/03/08 11:27:03 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestCopyFile (16.93s)
=== RUN   TestCopyLongFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    copy_test.go:153: Test only runs on local
--- SKIP: TestCopyLongFile (1.11s)
=== RUN   TestCopyFileBackupDir
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:27:20 INFO  : dst/file1.rclone_chunk.001_t42ucp: Moved (server-side) to: dst/file1
2025/03/08 11:27:21 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/backup"
2025/03/08 11:27:21 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/backup"
2025/03/08 11:27:22 DEBUG : Reset feature "ListR"
2025/03/08 11:27:22 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/03/08 11:27:22 DEBUG : dst/file1: move non-chunked object...
2025/03/08 11:27:25 INFO  : dst/file1: Moved (server-side)
2025/03/08 11:27:25 INFO  : dst/file1: Moved (server-side)
2025/03/08 11:27:25 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:27:33 INFO  : dst/file1.rclone_chunk.001_t4356r: Moved (server-side) to: dst/file1
2025/03/08 11:27:33 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/08 11:27:33 INFO  : dst/file1: Copied (new)
--- PASS: TestCopyFileBackupDir (41.34s)
=== RUN   TestCopyFileCompareDest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:27:55 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/dst"
2025/03/08 11:27:55 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/dst"
2025/03/08 11:27:56 DEBUG : Reset feature "ListR"
2025/03/08 11:27:56 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/CompareDest"
2025/03/08 11:27:56 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/CompareDest"
2025/03/08 11:27:56 DEBUG : Reset feature "ListR"
2025/03/08 11:27:56 DEBUG : one: Need to transfer - File not found at Destination
2025/03/08 11:27:57 DEBUG : one: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:28:01 INFO  : one.rclone_chunk.001_t44147: Moved (server-side) to: one
2025/03/08 11:28:01 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/08 11:28:01 INFO  : one: Copied (new)
2025/03/08 11:28:04 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/08 11:28:04 DEBUG : one: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:28:13 INFO  : one: Deleted
2025/03/08 11:28:15 INFO  : one.rclone_chunk.001_t4486w: Moved (server-side) to: one
2025/03/08 11:28:15 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/08 11:28:15 INFO  : one: Copied (replaced existing)
2025/03/08 11:28:25 INFO  : dst/one: Deleted
2025/03/08 11:28:27 INFO  : dst/one.rclone_chunk.001_t44le4: Moved (server-side) to: dst/one
2025/03/08 11:28:34 INFO  : CompareDest/one.rclone_chunk.001_t44vcq: Moved (server-side) to: CompareDest/one
2025/03/08 11:28:36 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/08 11:28:36 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:28:36 DEBUG : one: Destination found in --compare-dest, skipping
2025/03/08 11:28:43 INFO  : CompareDest/two.rclone_chunk.001_t455av: Moved (server-side) to: CompareDest/two
2025/03/08 11:28:44 DEBUG : two: Need to transfer - File not found at Destination
2025/03/08 11:28:44 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:28:44 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/08 11:28:45 DEBUG : two: Need to transfer - File not found at Destination
2025/03/08 11:28:46 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:28:46 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/08 11:28:48 DEBUG : two: Need to transfer - File not found at Destination
2025/03/08 11:28:48 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/03/08 11:28:49 DEBUG : two: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:28:53 INFO  : two.rclone_chunk.001_t45hc3: Moved (server-side) to: two
2025/03/08 11:28:53 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK
2025/03/08 11:28:53 INFO  : two: Copied (new)
--- PASS: TestCopyFileCompareDest (85.03s)
=== RUN   TestCopyFileCopyDest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:29:20 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/dst"
2025/03/08 11:29:20 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/dst"
2025/03/08 11:29:21 DEBUG : Reset feature "ListR"
2025/03/08 11:29:21 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/CopyDest"
2025/03/08 11:29:21 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/CopyDest"
2025/03/08 11:29:21 DEBUG : Reset feature "ListR"
2025/03/08 11:29:21 DEBUG : one: Need to transfer - File not found at Destination
2025/03/08 11:29:22 DEBUG : one: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:29:26 INFO  : one.rclone_chunk.001_t46eg2: Moved (server-side) to: one
2025/03/08 11:29:26 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/08 11:29:26 INFO  : one: Copied (new)
2025/03/08 11:29:35 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/08 11:29:35 DEBUG : one: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:29:42 INFO  : one: Deleted
2025/03/08 11:29:43 INFO  : one.rclone_chunk.001_t46rjy: Moved (server-side) to: one
2025/03/08 11:29:43 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/08 11:29:43 INFO  : one: Copied (replaced existing)
2025/03/08 11:29:53 INFO  : dst/one: Deleted
2025/03/08 11:29:54 INFO  : dst/one.rclone_chunk.001_t471a5: Moved (server-side) to: dst/one
2025/03/08 11:29:58 INFO  : CopyDest/one.rclone_chunk.001_t47aby: Moved (server-side) to: CopyDest/one
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:316
        	Error:      	Should be true
        	Test:       	TestCopyFileCopyDest
        	Messages:   	dst/one: Modification time difference too big |-211183h24m46.500000001s| > 1ns (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-03-08 11:29:53 +0000 UTC) (precision 1ns)
2025/03/08 11:30:00 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/BackupDir"
2025/03/08 11:30:00 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/BackupDir"
2025/03/08 11:30:00 DEBUG : Reset feature "ListR"
2025/03/08 11:30:00 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/08 11:30:01 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:30:01 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/08 11:30:01 DEBUG : one: move non-chunked object...
2025/03/08 11:30:05 INFO  : one: Moved (server-side)
2025/03/08 11:30:05 INFO  : one: Moved (server-side)
2025/03/08 11:30:05 DEBUG : one: copy non-chunked object...
2025/03/08 11:30:07 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/08 11:30:07 INFO  : one: Copied (server-side copy)
2025/03/08 11:30:07 DEBUG : one: Destination found in --copy-dest, using server-side copy
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:326
        	Error:      	Should be true
        	Test:       	TestCopyFileCopyDest
        	Messages:   	BackupDir/one: Modification time difference too big |-211183h24m56.500000001s| > 1ns (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-03-08 11:30:03 +0000 UTC) (precision 1ns)
2025/03/08 11:30:18 INFO  : CopyDest/two.rclone_chunk.001_t47oq1: Moved (server-side) to: CopyDest/two
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:332
        	Error:      	Should be true
        	Test:       	TestCopyFileCopyDest
        	Messages:   	BackupDir/one: Modification time difference too big |-211183h24m56.500000001s| > 1ns (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-03-08 11:30:03 +0000 UTC) (precision 1ns)
2025/03/08 11:30:19 DEBUG : two: Need to transfer - File not found at Destination
2025/03/08 11:30:20 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:30:20 DEBUG : two: copy non-chunked object...
2025/03/08 11:30:22 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/08 11:30:22 INFO  : two: Copied (server-side copy)
2025/03/08 11:30:22 DEBUG : two: Destination found in --copy-dest, using server-side copy
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:341
        	Error:      	Should be true
        	Test:       	TestCopyFileCopyDest
        	Messages:   	BackupDir/one: Modification time difference too big |-211183h24m56.500000001s| > 1ns (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-03-08 11:30:03 +0000 UTC) (precision 1ns)
2025/03/08 11:30:24 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:30:24 DEBUG : two: Unchanged skipping
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:347
        	Error:      	Should be true
        	Test:       	TestCopyFileCopyDest
        	Messages:   	BackupDir/one: Modification time difference too big |-211183h24m56.500000001s| > 1ns (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-03-08 11:30:03 +0000 UTC) (precision 1ns)
2025/03/08 11:30:40 INFO  : CopyDest/three.rclone_chunk.001_t487ld: Moved (server-side) to: CopyDest/three
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:352
        	Error:      	Should be true
        	Test:       	TestCopyFileCopyDest
        	Messages:   	BackupDir/one: Modification time difference too big |-211183h24m56.500000001s| > 1ns (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-03-08 11:30:03 +0000 UTC) (precision 1ns)
2025/03/08 11:30:41 DEBUG : three: Need to transfer - File not found at Destination
2025/03/08 11:30:42 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/03/08 11:30:42 DEBUG : three: Destination not found in --copy-dest
2025/03/08 11:30:42 DEBUG : three: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:30:47 INFO  : three.rclone_chunk.001_t48mfp: Moved (server-side) to: three
2025/03/08 11:30:47 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK
2025/03/08 11:30:47 INFO  : three: Copied (new)
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
        	            				/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:361
        	Error:      	Should be true
        	Test:       	TestCopyFileCopyDest
        	Messages:   	BackupDir/one: Modification time difference too big |-211183h24m56.500000001s| > 1ns (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-03-08 11:30:03 +0000 UTC) (precision 1ns)
--- FAIL: TestCopyFileCopyDest (126.71s)
=== RUN   TestCopyInplace
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    copy_test.go:370: Partial uploads not supported
--- SKIP: TestCopyInplace (0.95s)
=== RUN   TestCopyLongFileName
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    copy_test.go:403: Partial uploads not supported
--- SKIP: TestCopyLongFileName (0.74s)
=== RUN   TestCopyFileMaxTransfer
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:31:29 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2025/03/08 11:31:29 DEBUG : TestCopyFileMaxTransfer/file1: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:31:34 INFO  : TestCopyFileMaxTransfer/file1.rclone_chunk.001_t49xsa: Moved (server-side) to: TestCopyFileMaxTransfer/file1
2025/03/08 11:31:34 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/08 11:31:34 INFO  : TestCopyFileMaxTransfer/file1: Copied (new)
2025/03/08 11:31:35 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2025/03/08 11:31:36 DEBUG : TestCopyFileMaxTransfer/file2: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:35:21 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://uploader17j.disk.yandex.net:443/upload-target/20250308T143254.663.utd.bvituwnok3yo5taix62ndz6p8-k17j.1199924": max transfer limit reached as set by --max-transfer
2025/03/08 11:35:22 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination
    copy_test.go:494: skipping remainder of test for chunker as it involves multiple transfers
--- PASS: TestCopyFileMaxTransfer (243.29s)
=== RUN   TestDeduplicateInteractive
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateInteractive (0.81s)
=== RUN   TestDeduplicateSkip
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSkip (0.66s)
=== RUN   TestDeduplicateSizeOnly
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSizeOnly (0.61s)
=== RUN   TestDeduplicateFirst
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateFirst (0.84s)
=== RUN   TestDeduplicateNewest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateNewest (0.58s)
=== RUN   TestDeduplicateNewestByHash
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:35:42 INFO  : one.rclone_chunk.001_t4gsht: Moved (server-side) to: one.rclone_chunk.001
2025/03/08 11:35:44 INFO  : one.rclone_chunk.002_t4gsht: Moved (server-side) to: one.rclone_chunk.002
2025/03/08 11:35:53 INFO  : also/one.rclone_chunk.001_t4h3zi: Moved (server-side) to: also/one.rclone_chunk.001
2025/03/08 11:35:55 INFO  : also/one.rclone_chunk.002_t4h3zi: Moved (server-side) to: also/one.rclone_chunk.002
2025/03/08 11:36:05 INFO  : another.rclone_chunk.001_t4hd8g: Moved (server-side) to: another.rclone_chunk.001
2025/03/08 11:36:06 INFO  : another.rclone_chunk.002_t4hd8g: Moved (server-side) to: another.rclone_chunk.002
2025/03/08 11:36:13 INFO  : not-one.rclone_chunk.001_t4hozc: Moved (server-side) to: not-one
2025/03/08 11:36:15 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Looking for duplicate md5 hashes using newest mode.
2025/03/08 11:36:16 NOTICE: 933030449b3afe328c86ac4fc07b2dee: Found 3 files with duplicate md5 hashes
2025/03/08 11:36:26 INFO  : one: Deleted
2025/03/08 11:36:37 INFO  : also/one: Deleted
2025/03/08 11:36:37 NOTICE: 933030449b3afe328c86ac4fc07b2dee: Deleted 2 extra copies
--- PASS: TestDeduplicateNewestByHash (81.79s)
=== RUN   TestDeduplicateOldest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateOldest (0.60s)
=== RUN   TestDeduplicateLargest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateLargest (0.95s)
=== RUN   TestDeduplicateSmallest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSmallest (0.59s)
=== RUN   TestDeduplicateRename
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateRename (0.76s)
=== RUN   TestMergeDirs
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    dedupe_test.go:256: Can't merge directories
--- SKIP: TestMergeDirs (0.99s)
=== RUN   TestListDirSorted
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:37:07 INFO  : a.txt.rclone_chunk.001_t4j6cy: Moved (server-side) to: a.txt
2025/03/08 11:37:14 INFO  : zend.txt.rclone_chunk.001_t4jbc9: Moved (server-side) to: zend.txt
2025/03/08 11:37:21 INFO  : sub dir/hello world.rclone_chunk.001_t4jimh: Moved (server-side) to: sub dir/hello world
2025/03/08 11:37:26 INFO  : sub dir/hello world2.rclone_chunk.001_t4jpez: Moved (server-side) to: sub dir/hello world2
2025/03/08 11:37:30 INFO  : sub dir/ignore dir/.ignore.rclone_chunk.001_t4ju7j: Moved (server-side) to: sub dir/ignore dir/.ignore
2025/03/08 11:37:35 INFO  : sub dir/ignore dir/should be ignored.rclone_chunk.001_t4jzfo: Moved (server-side) to: sub dir/ignore dir/should be ignored
2025/03/08 11:37:40 INFO  : sub dir/sub sub dir/hello world3.rclone_chunk.001_t4k328: Moved (server-side) to: sub dir/sub sub dir/hello world3
2025/03/08 11:37:42 DEBUG : a.txt: Excluded (Size Filter)
2025/03/08 11:37:42 DEBUG : a.txt: Excluded
2025/03/08 11:37:43 DEBUG : sub dir/hello world: Excluded (Size Filter)
2025/03/08 11:37:43 DEBUG : sub dir/hello world: Excluded
2025/03/08 11:37:43 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2025/03/08 11:37:43 DEBUG : sub dir/hello world2: Excluded
2025/03/08 11:37:43 DEBUG : sub dir/hello world: Excluded (Size Filter)
2025/03/08 11:37:43 DEBUG : sub dir/hello world: Excluded
2025/03/08 11:37:43 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2025/03/08 11:37:43 DEBUG : sub dir/hello world2: Excluded
2025/03/08 11:37:43 DEBUG : sub dir/ignore dir: Excluded
2025/03/08 11:37:44 DEBUG : sub dir/ignore dir: Excluded
--- PASS: TestListDirSorted (83.88s)
=== RUN   TestListJSON
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:38:33 INFO  : file1.rclone_chunk.001_t4lhln: Moved (server-side) to: file1
2025/03/08 11:38:39 INFO  : sub/file2.rclone_chunk.001_t4lq4q: Moved (server-side) to: sub/file2
=== RUN   TestListJSON/Default
=== RUN   TestListJSON/FilesOnly
=== RUN   TestListJSON/DirsOnly
=== RUN   TestListJSON/Recurse
=== RUN   TestListJSON/SubDir
=== RUN   TestListJSON/NoModTime
=== RUN   TestListJSON/NoMimeType
=== RUN   TestListJSON/ShowHash
=== RUN   TestListJSON/HashTypes
=== RUN   TestListJSON/Metadata
--- PASS: TestListJSON (35.00s)
    --- PASS: TestListJSON/Default (0.35s)
    --- PASS: TestListJSON/FilesOnly (0.29s)
    --- PASS: TestListJSON/DirsOnly (0.23s)
    --- PASS: TestListJSON/Recurse (1.03s)
    --- PASS: TestListJSON/SubDir (0.35s)
    --- PASS: TestListJSON/NoModTime (0.42s)
    --- PASS: TestListJSON/NoMimeType (0.25s)
    --- PASS: TestListJSON/ShowHash (0.42s)
    --- PASS: TestListJSON/HashTypes (0.38s)
    --- PASS: TestListJSON/Metadata (0.30s)
=== RUN   TestStatJSON
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:39:04 INFO  : file1.rclone_chunk.001_t4mh37: Moved (server-side) to: file1
2025/03/08 11:39:09 INFO  : sub/file2.rclone_chunk.001_t4mlae: Moved (server-side) to: sub/file2
=== RUN   TestStatJSON/Root
=== RUN   TestStatJSON/RootFilesOnly
=== RUN   TestStatJSON/RootDirsOnly
=== RUN   TestStatJSON/Dir
=== RUN   TestStatJSON/DirWithTrailingSlash
=== RUN   TestStatJSON/File
=== RUN   TestStatJSON/NotFound
=== RUN   TestStatJSON/DirFilesOnly
=== RUN   TestStatJSON/FileFilesOnly
=== RUN   TestStatJSON/NotFoundFilesOnly
=== RUN   TestStatJSON/DirDirsOnly
=== RUN   TestStatJSON/FileDirsOnly
=== RUN   TestStatJSON/NotFoundDirsOnly
=== RUN   TestStatJSON/RootNotFound
2025/03/08 11:39:14 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/notfound"
2025/03/08 11:39:14 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/notfound"
2025/03/08 11:39:14 DEBUG : Reset feature "ListR"
--- PASS: TestStatJSON (29.16s)
    --- PASS: TestStatJSON/Root (0.40s)
    --- PASS: TestStatJSON/RootFilesOnly (0.00s)
    --- PASS: TestStatJSON/RootDirsOnly (0.23s)
    --- PASS: TestStatJSON/Dir (0.72s)
    --- PASS: TestStatJSON/DirWithTrailingSlash (0.32s)
    --- PASS: TestStatJSON/File (0.52s)
    --- PASS: TestStatJSON/NotFound (0.52s)
    --- PASS: TestStatJSON/DirFilesOnly (0.36s)
    --- PASS: TestStatJSON/FileFilesOnly (0.52s)
    --- PASS: TestStatJSON/NotFoundFilesOnly (0.20s)
    --- PASS: TestStatJSON/DirDirsOnly (0.40s)
    --- PASS: TestStatJSON/FileDirsOnly (0.25s)
    --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s)
    --- PASS: TestStatJSON/RootNotFound (0.52s)
=== RUN   TestMkdir
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:39:29 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Making directory
2025/03/08 11:39:30 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Making directory
--- PASS: TestMkdir (1.97s)
=== RUN   TestLsd
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:39:36 INFO  : sub dir/hello world.rclone_chunk.001_t4ncjh: Moved (server-side) to: sub dir/hello world
--- PASS: TestLsd (15.83s)
=== RUN   TestLs
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:39:54 INFO  : potato2.rclone_chunk.001_t4nszi: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 11:39:55 INFO  : potato2.rclone_chunk.002_t4nszi: Moved (server-side) to: potato2.rclone_chunk.002
2025/03/08 11:40:09 INFO  : empty space.rclone_chunk.001_t4o1eh: Moved (server-side) to: empty space
--- PASS: TestLs (42.58s)
=== RUN   TestLsWithFilesFrom
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:40:36 INFO  : potato2.rclone_chunk.001_t4oy09: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 11:40:37 INFO  : potato2.rclone_chunk.002_t4oy09: Moved (server-side) to: potato2.rclone_chunk.002
2025/03/08 11:40:51 INFO  : empty space.rclone_chunk.001_t4p7b4: Moved (server-side) to: empty space
2025/03/08 11:40:52 DEBUG : empty space: Excluded (FilesFrom Filter)
2025/03/08 11:40:52 DEBUG : empty space: Excluded
--- PASS: TestLsWithFilesFrom (38.45s)
=== RUN   TestLsLong
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:41:14 INFO  : potato2.rclone_chunk.001_t4q0gr: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 11:41:16 INFO  : potato2.rclone_chunk.002_t4q0gr: Moved (server-side) to: potato2.rclone_chunk.002
2025/03/08 11:41:22 INFO  : empty space.rclone_chunk.001_t4qaqn: Moved (server-side) to: empty space
--- PASS: TestLsLong (32.19s)
=== RUN   TestHashSums
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:41:47 INFO  : potato2.rclone_chunk.001_t4qxdy: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 11:41:48 INFO  : potato2.rclone_chunk.002_t4qxdy: Moved (server-side) to: potato2.rclone_chunk.002
2025/03/08 11:41:58 INFO  : empty space.rclone_chunk.001_t4r7lx: Moved (server-side) to: empty space
=== RUN   TestHashSums/Md5
=== RUN   TestHashSums/Md5Download
--- PASS: TestHashSums (39.66s)
    --- PASS: TestHashSums/Md5 (0.55s)
    --- PASS: TestHashSums/Md5Download (2.12s)
=== RUN   TestHashSumsWithErrors
2025/03/08 11:42:20 DEBUG : Creating backend with remote ":memory:"
2025/03/08 11:42:20 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN   TestHashStream
2025/03/08 11:42:20 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/03/08 11:42:20 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/03/08 11:42:20 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/03/08 11:42:20 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/03/08 11:42:20 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/03/08 11:42:20 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/03/08 11:42:20 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2025/03/08 11:42:20 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:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:42:27 INFO  : potato2.rclone_chunk.001_t4s1d8: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 11:42:29 INFO  : potato2.rclone_chunk.002_t4s1d8: Moved (server-side) to: potato2.rclone_chunk.002
2025/03/08 11:42:37 INFO  : empty space.rclone_chunk.001_t4sc7x: Moved (server-side) to: empty space
2025/03/08 11:42:42 INFO  : sub dir/potato3.rclone_chunk.001_t4shdi: Moved (server-side) to: sub dir/potato3
--- PASS: TestCount (49.59s)
=== RUN   TestDelete
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:43:14 INFO  : small.rclone_chunk.001_t4te07: Moved (server-side) to: small
2025/03/08 11:43:21 INFO  : medium.rclone_chunk.001_t4tj45: Moved (server-side) to: medium.rclone_chunk.001
2025/03/08 11:43:23 INFO  : medium.rclone_chunk.002_t4tj45: Moved (server-side) to: medium.rclone_chunk.002
2025/03/08 11:43:33 INFO  : large.rclone_chunk.001_t4tu2y: Moved (server-side) to: large.rclone_chunk.001
2025/03/08 11:43:34 INFO  : large.rclone_chunk.002_t4tu2y: Moved (server-side) to: large.rclone_chunk.002
2025/03/08 11:43:37 DEBUG : Waiting for deletions to finish
2025/03/08 11:43:38 DEBUG : large: Excluded (Size Filter)
2025/03/08 11:43:38 DEBUG : large: Excluded
2025/03/08 11:43:41 INFO  : small: Deleted
2025/03/08 11:43:49 INFO  : medium: Deleted
--- PASS: TestDelete (53.65s)
=== RUN   TestMaxDelete
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:432: Skipping test on chunker backend
--- SKIP: TestMaxDelete (1.35s)
=== RUN   TestMaxDeleteSizeLargeFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:432: Skipping test on chunker backend
--- SKIP: TestMaxDeleteSizeLargeFile (1.35s)
=== RUN   TestMaxDeleteSize
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:432: Skipping test on chunker backend
--- SKIP: TestMaxDeleteSize (1.25s)
=== RUN   TestReadFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:44:12 INFO  : ReadFile.rclone_chunk.001_t4uz3m: Moved (server-side) to: ReadFile
--- PASS: TestReadFile (12.03s)
=== RUN   TestRetry
2025/03/08 11:44:19 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2025/03/08 11:44:19 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2025/03/08 11:44:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/08 11:44:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/08 11:44:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/08 11:44:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/08 11:44:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
--- PASS: TestRetry (0.05s)
=== RUN   TestCat
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:44:24 INFO  : file1.rclone_chunk.001_t4vc3e: Moved (server-side) to: file1
2025/03/08 11:44:29 INFO  : file2.rclone_chunk.001_t4vg3s: Moved (server-side) to: file2
--- PASS: TestCat (23.84s)
=== RUN   TestPurge
2025/03/08 11:44:43 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-horital5togi"
2025/03/08 11:44:43 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/08 11:44:43 DEBUG : Creating backend with remote "TestYandex:rclone-test-horital5togi"
2025/03/08 11:44:43 DEBUG : Reset feature "ListR"
2025/03/08 11:44:43 DEBUG : Creating backend with remote "/tmp/rclone3541989824"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-horital5togi'", Local "Local file system at /tmp/rclone3541989824", Modify Window "1ns"
2025/03/08 11:44:51 INFO  : A1/B1/C1/one.rclone_chunk.001_t4w0rh: Moved (server-side) to: A1/B1/C1/one
2025/03/08 11:44:51 INFO  : A2: Making directory
2025/03/08 11:44:51 INFO  : A1/B2: Making directory
2025/03/08 11:44:52 INFO  : A1/B2/C2: Making directory
2025/03/08 11:44:53 INFO  : A1/B1/C3: Making directory
2025/03/08 11:44:53 INFO  : A3: Making directory
2025/03/08 11:44:53 INFO  : A3/B3: Making directory
2025/03/08 11:44:54 INFO  : A3/B3/C4: Making directory
2025/03/08 11:44:59 INFO  : A1/two.rclone_chunk.001_t4wabf: Moved (server-side) to: A1/two
2025/03/08 11:45:22 ERROR : : error listing: directory not found
2025/03/08 11:45:22 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-horital5togi': Purge remote
2025/03/08 11:45:22 NOTICE: purge failed: [404 - DiskNotFoundError] Resource not found. (Не удалось найти запрошенный ресурс.)
--- PASS: TestPurge (38.55s)
=== RUN   TestRmdirsNoLeaveRoot
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:45:33 INFO  : A1/B1/C1/one.rclone_chunk.001_t4x2pd: Moved (server-side) to: A1/B1/C1/one
2025/03/08 11:45:33 INFO  : A2: Making directory
2025/03/08 11:45:33 INFO  : A1/B2: Making directory
2025/03/08 11:45:34 INFO  : A1/B2/C2: Making directory
2025/03/08 11:45:34 INFO  : A1/B1/C3: Making directory
2025/03/08 11:45:34 INFO  : A3: Making directory
2025/03/08 11:45:35 INFO  : A3/B3: Making directory
2025/03/08 11:45:35 INFO  : A3/B3/C4: Making directory
2025/03/08 11:45:40 INFO  : A1/two.rclone_chunk.001_t4xgoa: Moved (server-side) to: A1/two
2025/03/08 11:45:42 DEBUG : removing 1 level 3 directories
2025/03/08 11:45:42 INFO  : A3/B3/C4: Removing directory
2025/03/08 11:45:50 DEBUG : removing 2 level 3 directories
2025/03/08 11:45:50 INFO  : A1/B2/C2: Removing directory
2025/03/08 11:45:50 INFO  : A1/B1/C3: Removing directory
2025/03/08 11:45:54 DEBUG : removing 2 level 2 directories
2025/03/08 11:45:54 INFO  : A3/B3: Removing directory
2025/03/08 11:45:54 INFO  : A1/B2: Removing directory
2025/03/08 11:45:59 DEBUG : removing 2 level 1 directories
2025/03/08 11:45:59 INFO  : A3: Removing directory
2025/03/08 11:45:59 INFO  : A2: Removing directory
2025/03/08 11:46:15 DEBUG : removing 1 level 3 directories
2025/03/08 11:46:15 INFO  : A1/B1/C1: Removing directory
2025/03/08 11:46:21 DEBUG : removing 1 level 2 directories
2025/03/08 11:46:21 INFO  : A1/B1: Removing directory
2025/03/08 11:46:25 DEBUG : removing 1 level 1 directories
2025/03/08 11:46:25 INFO  : A1: Removing directory
2025/03/08 11:46:29 DEBUG : removing 1 level 0 directories
2025/03/08 11:46:29 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Removing directory
2025/03/08 11:46:33 ERROR : : error listing: directory not found
2025/03/08 11:46:33 ERROR : : error listing: directory not found
--- PASS: TestRmdirsNoLeaveRoot (71.52s)
=== RUN   TestRmdirsLeaveRoot
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:46:34 INFO  : A1: Making directory
2025/03/08 11:46:37 INFO  : A1/B1: Making directory
2025/03/08 11:46:38 INFO  : A1/B1/C1: Making directory
2025/03/08 11:46:41 DEBUG : removing 1 level 3 directories
2025/03/08 11:46:41 INFO  : A1/B1/C1: Removing directory
2025/03/08 11:46:45 DEBUG : removing 1 level 2 directories
2025/03/08 11:46:45 INFO  : A1/B1: Removing directory
--- PASS: TestRmdirsLeaveRoot (23.96s)
=== RUN   TestRmdirsWithFilter
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:46:57 INFO  : A1: Making directory
2025/03/08 11:46:58 INFO  : A1/B1: Making directory
2025/03/08 11:46:58 INFO  : A1/B1/C1: Making directory
2025/03/08 11:47:01 DEBUG : removing 1 level 3 directories
2025/03/08 11:47:01 INFO  : A1/B1/C1: Removing directory
2025/03/08 11:47:05 DEBUG : removing 1 level 2 directories
2025/03/08 11:47:05 INFO  : A1/B1: Removing directory
--- PASS: TestRmdirsWithFilter (18.40s)
=== RUN   TestCopyURL
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:47:21 INFO  : file1.rclone_chunk.001_t50972: Moved (server-side) to: file1
2025/03/08 11:47:22 DEBUG : filename.txt: File name found in url
2025/03/08 11:47:28 INFO  : filename.txt.rclone_chunk.001_t50epp: Moved (server-side) to: filename.txt
2025/03/08 11:47:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header.
2025/03/08 11:47:34 INFO  : headerfilename.txt.rclone_chunk.001_t50lif: Moved (server-side) to: headerfilename.txt
2025/03/08 11:47:39 INFO  : file2.rclone_chunk.001_t50q9r: Moved (server-side) to: file2
--- PASS: TestCopyURL (40.11s)
=== RUN   TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN   TestMoveFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:47:56 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/08 11:48:04 INFO  : sub/file2.rclone_chunk.001_t51c0r: Moved (server-side) to: sub/file2
2025/03/08 11:48:04 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/08 11:48:04 INFO  : file1: Copied (new) to: sub/file2
2025/03/08 11:48:04 INFO  : file1: Deleted
2025/03/08 11:48:05 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:48:05 DEBUG : file1: Unchanged skipping
2025/03/08 11:48:05 INFO  : file1: Deleted
2025/03/08 11:48:06 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestMoveFile (20.69s)
=== RUN   TestMoveFileWithIgnoreExisting
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:48:17 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/08 11:48:17 DEBUG : file1: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:48:26 INFO  : file1.rclone_chunk.001_t51xxl: Moved (server-side) to: file1
2025/03/08 11:48:26 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/08 11:48:26 INFO  : file1: Copied (new)
2025/03/08 11:48:26 INFO  : file1: Deleted
2025/03/08 11:48:27 DEBUG : file1: Destination exists, skipping
2025/03/08 11:48:27 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
--- PASS: TestMoveFileWithIgnoreExisting (15.21s)
=== RUN   TestCaseInsensitiveMoveFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFile (1.35s)
=== RUN   TestCaseInsensitiveMoveFileDryRun
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFileDryRun (0.72s)
=== RUN   TestMoveFileBackupDir
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:48:39 INFO  : dst/file1.rclone_chunk.001_t52ebz: Moved (server-side) to: dst/file1
2025/03/08 11:48:40 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-huviqij4pise/backup"
2025/03/08 11:48:40 DEBUG : Creating backend with remote "TestYandex:rclone-test-huviqij4pise/backup"
2025/03/08 11:48:41 DEBUG : Reset feature "ListR"
2025/03/08 11:48:41 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/03/08 11:48:41 DEBUG : dst/file1: move non-chunked object...
2025/03/08 11:48:44 INFO  : dst/file1: Moved (server-side)
2025/03/08 11:48:44 INFO  : dst/file1: Moved (server-side)
2025/03/08 11:48:44 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit
2025/03/08 11:48:49 INFO  : dst/file1.rclone_chunk.001_t52o6h: Moved (server-side) to: dst/file1
2025/03/08 11:48:49 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/08 11:48:49 INFO  : dst/file1: Copied (new)
2025/03/08 11:48:49 INFO  : dst/file1: Deleted
--- PASS: TestMoveFileBackupDir (36.88s)
=== 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:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:49:17 INFO  : A1/one.rclone_chunk.001_t53gip: Moved (server-side) to: A1/one
2025/03/08 11:49:21 INFO  : A1/two.rclone_chunk.001_t53l3b: Moved (server-side) to: A1/two
2025/03/08 11:49:28 INFO  : A1/B1/three.rclone_chunk.001_t53qri: Moved (server-side) to: A1/B1/three
2025/03/08 11:49:32 INFO  : A1/B1/C1/four.rclone_chunk.001_t53wlj: Moved (server-side) to: A1/B1/C1/four
2025/03/08 11:49:41 INFO  : A1/B1/C2/five.rclone_chunk.001_t540n3: Moved (server-side) to: A1/B1/C2/five
2025/03/08 11:49:41 INFO  : A1/B2: Making directory
2025/03/08 11:49:41 INFO  : A1/B1/C3: Making directory
2025/03/08 11:49:54 DEBUG : A2/two: move non-chunked object...
2025/03/08 11:49:54 DEBUG : A2/one: move non-chunked object...
2025/03/08 11:49:54 DEBUG : A2/B1/C2/five: move non-chunked object...
2025/03/08 11:49:54 DEBUG : A2/B1/three: move non-chunked object...
2025/03/08 11:49:54 DEBUG : A2/B1/C1/four: move non-chunked object...
2025/03/08 11:49:55 INFO  : A2/B1/three: Moved (server-side) to: A3/B1/three
2025/03/08 11:49:55 INFO  : A2/B1/three: Moved (server-side) to: A3/B1/three
2025/03/08 11:49:55 INFO  : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four
2025/03/08 11:49:55 INFO  : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four
2025/03/08 11:49:56 INFO  : A2/two: Moved (server-side) to: A3/two
2025/03/08 11:49:56 INFO  : A2/two: Moved (server-side) to: A3/two
2025/03/08 11:49:56 INFO  : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five
2025/03/08 11:49:56 INFO  : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five
2025/03/08 11:49:56 INFO  : A2/one: Moved (server-side) to: A3/one
2025/03/08 11:49:56 INFO  : A2/one: Moved (server-side) to: A3/one
2025/03/08 11:50:27 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes
2025/03/08 11:50:32 DEBUG : A3/B1/C2/five: move non-chunked object...
2025/03/08 11:50:32 DEBUG : A3/B1/three: move non-chunked object...
2025/03/08 11:50:32 DEBUG : A3/B1/C1/four: move non-chunked object...
2025/03/08 11:50:32 DEBUG : A3/two: move non-chunked object...
2025/03/08 11:50:33 DEBUG : A3/one: move non-chunked object...
2025/03/08 11:50:33 INFO  : A3/two: Moved (server-side) to: A4/two
2025/03/08 11:50:33 INFO  : A3/two: Moved (server-side) to: A4/two
2025/03/08 11:50:33 INFO  : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five
2025/03/08 11:50:33 INFO  : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five
2025/03/08 11:50:33 INFO  : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four
2025/03/08 11:50:33 INFO  : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four
2025/03/08 11:50:33 INFO  : A3/B1/three: Moved (server-side) to: A4/B1/three
2025/03/08 11:50:33 INFO  : A3/B1/three: Moved (server-side) to: A4/B1/three
2025/03/08 11:50:34 INFO  : A3/one: Moved (server-side) to: A4/one
2025/03/08 11:50:34 INFO  : A3/one: Moved (server-side) to: A4/one
--- PASS: TestDirMove (162.46s)
=== RUN   TestGetFsInfo
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
--- PASS: TestGetFsInfo (0.42s)
=== RUN   TestRcat
=== RUN   TestRcat/withChecksum=false,ignoreChecksum=false
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:1495: Adjust StreamingUploadCutoff to size limit 1Ki (was 100Ki)
2025/03/08 11:51:54 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': File to upload is small (34 bytes), uploading instead of streaming
2025/03/08 11:51:58 INFO  : no_checksum_small_file_from_pipe.rclone_chunk.001_t57yeg: Moved (server-side) to: no_checksum_small_file_from_pipe
2025/03/08 11:51:58 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/03/08 11:51:58 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/03/08 11:52:54 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.001_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.001
2025/03/08 11:52:55 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.002_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.002
2025/03/08 11:52:59 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.003_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.003
2025/03/08 11:53:01 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.004_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.004
2025/03/08 11:53:02 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.005_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.005
2025/03/08 11:53:04 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.006_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.006
2025/03/08 11:53:05 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.007_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.007
2025/03/08 11:53:07 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.008_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.008
2025/03/08 11:53:09 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.009_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.009
2025/03/08 11:53:10 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.010_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.010
2025/03/08 11:53:11 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.011_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.011
2025/03/08 11:53:12 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.012_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.012
2025/03/08 11:53:14 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.013_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.013
2025/03/08 11:53:15 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.014_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.014
2025/03/08 11:53:17 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.015_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.015
2025/03/08 11:53:19 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.016_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.016
2025/03/08 11:53:20 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.017_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.017
2025/03/08 11:53:25 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.018_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.018
2025/03/08 11:53:26 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.019_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.019
2025/03/08 11:53:28 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.020_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.020
2025/03/08 11:53:34 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.021_t583hc: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.021
2025/03/08 11:53:37 DEBUG : no_checksum_big_file_from_pipe: md5 = 0ad4cf7b35f62b8ff9c73f481594fbdd OK
2025/03/08 11:53:37 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical
=== RUN   TestRcat/withChecksum=true,ignoreChecksum=false
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:55:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': File to upload is small (34 bytes), uploading instead of streaming
2025/03/08 11:55:12 INFO  : with_checksum_small_file_from_pipe.rclone_chunk.001_t5dcbt: Moved (server-side) to: with_checksum_small_file_from_pipe
2025/03/08 11:55:12 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/03/08 11:55:12 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/03/08 11:56:10 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.001_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.001
2025/03/08 11:56:17 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.002_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.002
2025/03/08 11:56:18 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.003_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.003
2025/03/08 11:56:19 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.004_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.004
2025/03/08 11:56:20 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.005_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.005
2025/03/08 11:56:23 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.006_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.006
2025/03/08 11:56:24 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.007_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.007
2025/03/08 11:56:25 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.008_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.008
2025/03/08 11:56:27 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.009_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.009
2025/03/08 11:56:28 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.010_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.010
2025/03/08 11:56:30 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.011_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.011
2025/03/08 11:56:31 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.012_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.012
2025/03/08 11:56:33 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.013_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.013
2025/03/08 11:56:35 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.014_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.014
2025/03/08 11:56:36 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.015_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.015
2025/03/08 11:56:38 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.016_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.016
2025/03/08 11:56:41 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.017_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.017
2025/03/08 11:56:42 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.018_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.018
2025/03/08 11:56:46 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.019_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.019
2025/03/08 11:56:48 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.020_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.020
2025/03/08 11:56:51 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.021_t5dgpd: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.021
2025/03/08 11:56:54 DEBUG : with_checksum_big_file_from_pipe: md5 = 0ad4cf7b35f62b8ff9c73f481594fbdd OK
2025/03/08 11:56:54 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical
=== RUN   TestRcat/withChecksum=false,ignoreChecksum=true
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 11:58:21 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': File to upload is small (34 bytes), uploading instead of streaming
2025/03/08 11:58:28 INFO  : ignore_checksum_small_file_from_pipe.rclone_chunk.001_t5ip9r: Moved (server-side) to: ignore_checksum_small_file_from_pipe
2025/03/08 11:58:28 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/08 11:59:24 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.001_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.001
2025/03/08 11:59:26 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.002_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.002
2025/03/08 11:59:27 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.003_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.003
2025/03/08 11:59:29 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.004_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.004
2025/03/08 11:59:31 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.005_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.005
2025/03/08 11:59:32 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.006_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.006
2025/03/08 11:59:34 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.007_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.007
2025/03/08 11:59:35 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.008_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.008
2025/03/08 11:59:37 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.009_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.009
2025/03/08 11:59:38 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.010_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.010
2025/03/08 11:59:41 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.011_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.011
2025/03/08 11:59:42 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.012_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.012
2025/03/08 11:59:48 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.013_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.013
2025/03/08 11:59:49 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.014_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.014
2025/03/08 11:59:50 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.015_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.015
2025/03/08 11:59:52 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.016_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.016
2025/03/08 11:59:53 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.017_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.017
2025/03/08 11:59:54 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.018_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.018
2025/03/08 11:59:56 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.019_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.019
2025/03/08 11:59:57 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.020_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.020
2025/03/08 11:59:59 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.021_t5iwtb: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.021
2025/03/08 12:00:01 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
=== RUN   TestRcat/withChecksum=true,ignoreChecksum=true
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 12:01:31 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': File to upload is small (34 bytes), uploading instead of streaming
2025/03/08 12:01:36 INFO  : ignore_checksum_small_file_from_pipe.rclone_chunk.001_t5nz70: Moved (server-side) to: ignore_checksum_small_file_from_pipe
2025/03/08 12:01:36 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check
2025/03/08 12:01:36 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical
2025/03/08 12:02:36 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.001_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.001
2025/03/08 12:02:37 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.002_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.002
2025/03/08 12:02:39 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.003_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.003
2025/03/08 12:02:41 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.004_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.004
2025/03/08 12:02:43 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.005_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.005
2025/03/08 12:02:47 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.006_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.006
2025/03/08 12:02:48 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.007_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.007
2025/03/08 12:02:50 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.008_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.008
2025/03/08 12:02:52 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.009_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.009
2025/03/08 12:02:56 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.010_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.010
2025/03/08 12:02:57 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.011_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.011
2025/03/08 12:02:59 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.012_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.012
2025/03/08 12:03:01 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.013_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.013
2025/03/08 12:03:03 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.014_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.014
2025/03/08 12:03:05 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.015_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.015
2025/03/08 12:03:06 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.016_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.016
2025/03/08 12:03:08 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.017_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.017
2025/03/08 12:03:10 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.018_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.018
2025/03/08 12:03:12 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.019_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.019
2025/03/08 12:03:13 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.020_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.020
2025/03/08 12:03:15 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.021_t5o4iy: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.021
2025/03/08 12:03:17 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check
2025/03/08 12:03:17 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical
--- PASS: TestRcat (770.36s)
    --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (193.53s)
    --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (193.27s)
    --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (190.65s)
    --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (192.91s)
=== RUN   TestRcatMetadata
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:1532: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatMetadata (0.77s)
=== RUN   TestRcatSize
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 12:04:53 INFO  : potato1.rclone_chunk.001_t5tdkl: Moved (server-side) to: potato1.rclone_chunk.001
2025/03/08 12:04:54 INFO  : potato1.rclone_chunk.002_t5tdkl: Moved (server-side) to: potato1.rclone_chunk.002
2025/03/08 12:04:56 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': File to upload is small (60 bytes), uploading instead of streaming
2025/03/08 12:05:04 INFO  : potato2.rclone_chunk.001_t5toiy: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 12:05:11 INFO  : potato2.rclone_chunk.002_t5toiy: Moved (server-side) to: potato2.rclone_chunk.002
2025/03/08 12:05:17 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/08 12:05:17 DEBUG : potato2: Size and md5 of src and dst objects identical
--- PASS: TestRcatSize (58.23s)
=== RUN   TestRcatSizeMetadata
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:1613: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatSizeMetadata (0.70s)
=== RUN   TestTouchDir
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 12:05:50 INFO  : potato2.rclone_chunk.001_t5v072: Moved (server-side) to: potato2.rclone_chunk.001
2025/03/08 12:05:51 INFO  : potato2.rclone_chunk.002_t5v072: Moved (server-side) to: potato2.rclone_chunk.002
2025/03/08 12:05:58 INFO  : empty space.rclone_chunk.001_t5va2h: Moved (server-side) to: empty space
2025/03/08 12:06:03 INFO  : sub dir/potato3.rclone_chunk.001_t5ve5b: Moved (server-side) to: sub dir/potato3
2025/03/08 12:06:04 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Touching "empty space"
2025/03/08 12:06:04 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Touching "potato2"
2025/03/08 12:06:05 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Touching "sub dir/potato3"
--- PASS: TestTouchDir (52.25s)
=== RUN   TestMkdirMetadata
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:1703: Skipping test as remote does not support MkdirMetadata
--- SKIP: TestMkdirMetadata (0.47s)
=== RUN   TestMkdirModTime
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata
--- SKIP: TestMkdirModTime (0.71s)
=== RUN   TestCopyDirMetadata
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestCopyDirMetadata (0.49s)
=== RUN   TestSetDirModTime
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime
--- SKIP: TestSetDirModTime (0.76s)
=== RUN   TestDirsEqual
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
    operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestDirsEqual (1.05s)
=== RUN   TestRemoveExisting
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise'", Local "Local file system at /tmp/rclone1988206006", Modify Window "1ns"
2025/03/08 12:06:44 INFO  : sub dir/test remove existing.rclone_chunk.001_t5wjqn: Moved (server-side) to: sub dir/test remove existing
2025/03/08 12:06:48 INFO  : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789.rclone_chunk.001_t5woj4: Moved (server-side) to: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789
2025/03/08 12:06:52 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tuqetuw6" before starting
2025/03/08 12:06:52 DEBUG : sub dir/test remove existing: move non-chunked object...
2025/03/08 12:06:53 INFO  : sub dir/test remove existing: Moved (server-side) to: sub dir/test remove existing.tuqetuw6
2025/03/08 12:06:54 DEBUG : sub dir/test remove existing.tuqetuw6: TEST: removing renamed existing file after operation
2025/03/08 12:06:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gokokob5" before starting
2025/03/08 12:06:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: move non-chunked object...
2025/03/08 12:07:01 INFO  : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Moved (server-side) to: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gokokob5
2025/03/08 12:07:01 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gokokob5: TEST: renaming existing back after failed operation
2025/03/08 12:07:01 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gokokob5: move non-chunked object...
2025/03/08 12:07:03 INFO  : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gokokob5: Moved (server-side) to: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789
2025/03/08 12:07:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qejuxal4" before starting
2025/03/08 12:07:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: move non-chunked object...
2025/03/08 12:07:05 INFO  : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Moved (server-side) to: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qejuxal4
2025/03/08 12:07:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qejuxal4: TEST: removing renamed existing file after operation
--- PASS: TestRemoveExisting (38.58s)
=== 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)
FAIL
2025/03/08 12:07:18 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-huviqij4pise': Purge remote
"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerChunk50bYandex: -verbose -size-limit 1024" - Finished ERROR in 54m45.852589101s (try 1/5): exit status 1: Failed [TestCopyFileCopyDest]