"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerChunk50bYandex: -verbose -size-limit 1024" - Starting (try 1/5)
2025/04/01 01:34:37 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta"
2025/04/01 01:34:37 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:34:37 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta"
2025/04/01 01:34:37 DEBUG : Reset feature "ListR"
2025/04/01 01:34:37 DEBUG : Creating backend with remote "/tmp/rclone3528449763"
=== 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    multithread_test.go:121: multithread writing not supported
2025/04/01 01:34:38 ERROR : : error listing: directory not found
--- SKIP: TestMultithreadCopy (0.48s)
=== RUN   TestMultithreadCopyAbort
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    multithread_test.go:121: multithread writing not supported
2025/04/01 01:34:38 ERROR : : error listing: directory not found
--- SKIP: TestMultithreadCopyAbort (0.22s)
=== RUN   TestSizeDiffers
--- PASS: TestSizeDiffers (0.00s)
=== RUN   TestReOpen
=== RUN   TestReOpen/Normal
=== RUN   TestReOpen/Normal/Basics
2025/04/01 01:34:38 DEBUG : potato: Seek from 10 to 0
=== RUN   TestReOpen/Normal/ErrorAtStart
=== RUN   TestReOpen/Normal/WithErrors
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/Normal/TooManyErrors
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/Normal/Seek
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/04/01 01:34:38 DEBUG : potato: Seek from 5 to 2
=== RUN   TestReOpen/Normal/AccountRead
=== RUN   TestReOpen/Normal/AccountReadDelay
2025/04/01 01:34:38 DEBUG : potato: Seek from 10 to 0
2025/04/01 01:34:38 DEBUG : potato: Seek from 10 to 0
2025/04/01 01:34:38 DEBUG : potato: Seek from 10 to 0
=== RUN   TestReOpen/Normal/AccountReadError
=== RUN   TestReOpen/WithRangeOption
=== RUN   TestReOpen/WithRangeOption/Basics
2025/04/01 01:34:38 DEBUG : potato: Seek from 7 to 0
=== RUN   TestReOpen/WithRangeOption/ErrorAtStart
=== RUN   TestReOpen/WithRangeOption/WithErrors
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/WithRangeOption/TooManyErrors
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/WithRangeOption/Seek
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/04/01 01:34:38 DEBUG : potato: Seek from 5 to 2
2025/04/01 01:34:38 DEBUG : potato: Seek from 7 to 4
=== RUN   TestReOpen/WithRangeOption/AccountRead
=== RUN   TestReOpen/WithRangeOption/AccountReadDelay
2025/04/01 01:34:38 DEBUG : potato: Seek from 7 to 0
2025/04/01 01:34:38 DEBUG : potato: Seek from 7 to 0
2025/04/01 01:34:38 DEBUG : potato: Seek from 7 to 0
=== RUN   TestReOpen/WithRangeOption/AccountReadError
=== RUN   TestReOpen/WithSeekOption
=== RUN   TestReOpen/WithSeekOption/Basics
2025/04/01 01:34:38 DEBUG : potato: Seek from 8 to 0
=== RUN   TestReOpen/WithSeekOption/ErrorAtStart
=== RUN   TestReOpen/WithSeekOption/WithErrors
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/WithSeekOption/TooManyErrors
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/WithSeekOption/Seek
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/04/01 01:34:38 DEBUG : potato: Seek from 5 to 2
2025/04/01 01:34:38 DEBUG : potato: Seek from 7 to 5
=== RUN   TestReOpen/WithSeekOption/AccountRead
=== RUN   TestReOpen/WithSeekOption/AccountReadDelay
2025/04/01 01:34:38 DEBUG : potato: Seek from 8 to 0
2025/04/01 01:34:38 DEBUG : potato: Seek from 8 to 0
2025/04/01 01:34:38 DEBUG : potato: Seek from 8 to 0
=== RUN   TestReOpen/WithSeekOption/AccountReadError
=== RUN   TestReOpen/UnknownSize
=== RUN   TestReOpen/UnknownSize/Basics
2025/04/01 01:34:38 DEBUG : potato: Seek from 9 to 0
=== RUN   TestReOpen/UnknownSize/ErrorAtStart
=== RUN   TestReOpen/UnknownSize/WithErrors
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/UnknownSize/TooManyErrors
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/04/01 01:34:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/UnknownSize/Seek
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/04/01 01:34:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/04/01 01:34:38 DEBUG : potato: Seek from 5 to 2
2025/04/01 01:34:38 DEBUG : potato: Seek from 7 to 6
=== RUN   TestReOpen/UnknownSize/AccountRead
=== RUN   TestReOpen/UnknownSize/AccountReadDelay
2025/04/01 01:34:38 DEBUG : potato: Seek from 9 to 0
2025/04/01 01:34:38 DEBUG : potato: Seek from 9 to 0
2025/04/01 01:34:38 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:34:43 INFO  : rutabaga.rclone_chunk.001_0snko6: Moved (server-side) to: rutabaga
=== RUN   TestCheck/1
=== RUN   TestCheck/2
2025/04/01 01:34:48 INFO  : empty space.rclone_chunk.001_0snqpn: Moved (server-side) to: empty space
=== RUN   TestCheck/3
2025/04/01 01:34:55 INFO  : potato2.rclone_chunk.001_0snvg5: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 01:34:56 INFO  : potato2.rclone_chunk.002_0snvg5: Moved (server-side) to: potato2.rclone_chunk.002
=== RUN   TestCheck/4
=== RUN   TestCheck/5
2025/04/01 01:35:07 INFO  : remotepotato.rclone_chunk.001_0so8ut: Moved (server-side) to: remotepotato.rclone_chunk.001
2025/04/01 01:35:09 INFO  : remotepotato.rclone_chunk.002_0so8ut: Moved (server-side) to: remotepotato.rclone_chunk.002
=== RUN   TestCheck/6
=== RUN   TestCheck/7
--- PASS: TestCheck (68.03s)
    --- PASS: TestCheck/1 (0.19s)
    --- PASS: TestCheck/2 (0.29s)
    --- PASS: TestCheck/3 (0.35s)
    --- PASS: TestCheck/4 (0.79s)
    --- PASS: TestCheck/5 (0.84s)
    --- PASS: TestCheck/6 (0.89s)
    --- PASS: TestCheck/7 (0.80s)
=== RUN   TestCheckFsError
2025/04/01 01:35:46 DEBUG : Creating backend with remote "nonexistent"
2025/04/01 01:35:46 DEBUG : Creating backend with remote "nonexistent"
2025/04/01 01:35:46 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2025/04/01 01:35:46 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/04/01 01:35:46 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found
2025/04/01 01:35:46 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:35:50 INFO  : rutabaga.rclone_chunk.001_0spg61: Moved (server-side) to: rutabaga
=== RUN   TestCheckDownload/1
=== RUN   TestCheckDownload/2
2025/04/01 01:35:56 INFO  : empty space.rclone_chunk.001_0spmfz: Moved (server-side) to: empty space
=== RUN   TestCheckDownload/3
2025/04/01 01:36:03 INFO  : potato2.rclone_chunk.001_0sprjq: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 01:36:05 INFO  : potato2.rclone_chunk.002_0sprjq: Moved (server-side) to: potato2.rclone_chunk.002
=== RUN   TestCheckDownload/4
=== RUN   TestCheckDownload/5
2025/04/01 01:36:19 INFO  : remotepotato.rclone_chunk.001_0sq6yy: Moved (server-side) to: remotepotato.rclone_chunk.001
2025/04/01 01:36:21 INFO  : remotepotato.rclone_chunk.002_0sq6yy: Moved (server-side) to: remotepotato.rclone_chunk.002
=== RUN   TestCheckDownload/6
=== RUN   TestCheckDownload/7
--- PASS: TestCheckDownload (72.74s)
    --- PASS: TestCheckDownload/1 (0.78s)
    --- PASS: TestCheckDownload/2 (0.52s)
    --- PASS: TestCheckDownload/3 (0.94s)
    --- PASS: TestCheckDownload/4 (2.03s)
    --- PASS: TestCheckDownload/5 (1.79s)
    --- PASS: TestCheckDownload/6 (1.96s)
    --- PASS: TestCheckDownload/7 (1.64s)
=== RUN   TestCheckSizeOnly
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:37:03 INFO  : rutabaga.rclone_chunk.001_0srhci: Moved (server-side) to: rutabaga
=== RUN   TestCheckSizeOnly/1
=== RUN   TestCheckSizeOnly/2
2025/04/01 01:37:09 INFO  : empty space.rclone_chunk.001_0srmhx: Moved (server-side) to: empty space
=== RUN   TestCheckSizeOnly/3
2025/04/01 01:37:17 INFO  : potato2.rclone_chunk.001_0srszy: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 01:37:18 INFO  : potato2.rclone_chunk.002_0srszy: Moved (server-side) to: potato2.rclone_chunk.002
=== RUN   TestCheckSizeOnly/4
=== RUN   TestCheckSizeOnly/5
2025/04/01 01:37:29 INFO  : remotepotato.rclone_chunk.001_0ss342: Moved (server-side) to: remotepotato.rclone_chunk.001
2025/04/01 01:37:30 INFO  : remotepotato.rclone_chunk.002_0ss342: Moved (server-side) to: remotepotato.rclone_chunk.002
=== RUN   TestCheckSizeOnly/6
=== RUN   TestCheckSizeOnly/7
--- PASS: TestCheckSizeOnly (90.48s)
    --- PASS: TestCheckSizeOnly/1 (0.28s)
    --- PASS: TestCheckSizeOnly/2 (0.23s)
    --- PASS: TestCheckSizeOnly/3 (0.46s)
    --- PASS: TestCheckSizeOnly/4 (0.24s)
    --- PASS: TestCheckSizeOnly/5 (0.42s)
    --- PASS: TestCheckSizeOnly/6 (0.52s)
    --- PASS: TestCheckSizeOnly/7 (0.26s)
=== RUN   TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN   TestParseSumFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:38:36 INFO  : test.sum.rclone_chunk.001_0stzpm: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:38:37 INFO  : test.sum.rclone_chunk.002_0stzpm: Moved (server-side) to: test.sum.rclone_chunk.002
2025/04/01 01:38:42 NOTICE: test.sum: improperly formatted checksum line 4
2025/04/01 01:38:42 NOTICE: test.sum: improperly formatted checksum line 5
2025/04/01 01:38:42 NOTICE: test.sum: improperly formatted checksum line 6
2025/04/01 01:38:42 NOTICE: test.sum: 2 warning(s) suppressed...
2025/04/01 01:38:57 INFO  : test.sum.rclone_chunk.001_0sudcg: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:38:58 INFO  : test.sum.rclone_chunk.002_0sudcg: Moved (server-side) to: test.sum.rclone_chunk.002
2025/04/01 01:39:03 NOTICE: test.sum: improperly formatted checksum line 4
2025/04/01 01:39:03 NOTICE: test.sum: improperly formatted checksum line 5
2025/04/01 01:39:03 NOTICE: test.sum: improperly formatted checksum line 6
2025/04/01 01:39:03 NOTICE: test.sum: 2 warning(s) suppressed...
--- PASS: TestParseSumFile (46.75s)
=== RUN   TestCheckSum
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:39:16 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/data"
2025/04/01 01:39:16 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/data"
2025/04/01 01:39:16 DEBUG : Reset feature "ListR"
2025/04/01 01:39:22 INFO  : data/banana.rclone_chunk.001_0sva22: Moved (server-side) to: data/banana
2025/04/01 01:39:27 INFO  : test.sum.rclone_chunk.001_0svgvo: Moved (server-side) to: test.sum
=== RUN   TestCheckSum/subtest1
2025/04/01 01:39:35 INFO  : data/potato.rclone_chunk.001_0svoq6: Moved (server-side) to: data/potato
2025/04/01 01:39:42 INFO  : test.sum: Deleted
2025/04/01 01:39:43 INFO  : test.sum.rclone_chunk.001_0svtk5: Moved (server-side) to: test.sum
=== RUN   TestCheckSum/subtest2
2025/04/01 01:39:52 INFO  : test.sum.rclone_chunk.001_0sw4ij: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:39:55 INFO  : test.sum.rclone_chunk.002_0sw4ij: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSum/subtest3
2025/04/01 01:40:15 INFO  : test.sum.rclone_chunk.001_0swkex: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:40:16 INFO  : test.sum.rclone_chunk.002_0swkex: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSum/subtest4
2025/04/01 01:40:39 INFO  : test.sum.rclone_chunk.001_0sx4zx: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:40:40 INFO  : test.sum.rclone_chunk.002_0sx4zx: Moved (server-side) to: test.sum.rclone_chunk.002
2025/04/01 01:40:42 INFO  : test.sum.rclone_chunk.003_0sx4zx: Moved (server-side) to: test.sum.rclone_chunk.003
=== RUN   TestCheckSum/subtest5
2025/04/01 01:41:11 INFO  : test.sum.rclone_chunk.001_0sxwse: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:41:12 INFO  : test.sum.rclone_chunk.002_0sxwse: Moved (server-side) to: test.sum.rclone_chunk.002
2025/04/01 01:41:15 INFO  : test.sum.rclone_chunk.003_0sxwse: Moved (server-side) to: test.sum.rclone_chunk.003
=== RUN   TestCheckSum/subtest6
2025/04/01 01:41:29 INFO  : data/banana: Deleted
2025/04/01 01:41:34 INFO  : data/banana.rclone_chunk.001_0sysfz: Moved (server-side) to: data/banana
2025/04/01 01:41:41 INFO  : data/potato: Deleted
2025/04/01 01:41:42 INFO  : data/potato.rclone_chunk.001_0sz428: Moved (server-side) to: data/potato
2025/04/01 01:42:00 INFO  : test.sum.rclone_chunk.001_0szdn7: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:42:02 INFO  : test.sum.rclone_chunk.002_0szdn7: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSum/subtest7
--- PASS: TestCheckSum (197.67s)
    --- PASS: TestCheckSum/subtest1 (1.86s)
    --- PASS: TestCheckSum/subtest2 (1.22s)
    --- PASS: TestCheckSum/subtest3 (2.69s)
    --- PASS: TestCheckSum/subtest4 (2.29s)
    --- PASS: TestCheckSum/subtest5 (3.16s)
    --- PASS: TestCheckSum/subtest6 (2.76s)
    --- PASS: TestCheckSum/subtest7 (2.88s)
=== RUN   TestCheckSumDownload
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:42:34 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/data"
2025/04/01 01:42:34 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/data"
2025/04/01 01:42:34 DEBUG : Reset feature "ListR"
2025/04/01 01:42:39 INFO  : data/banana.rclone_chunk.001_0t0tlu: Moved (server-side) to: data/banana
2025/04/01 01:42:44 INFO  : test.sum.rclone_chunk.001_0t0x1b: Moved (server-side) to: test.sum
=== RUN   TestCheckSumDownload/subtest1
2025/04/01 01:42:51 INFO  : data/potato.rclone_chunk.001_0t15vj: Moved (server-side) to: data/potato
2025/04/01 01:43:01 INFO  : test.sum: Deleted
2025/04/01 01:43:02 INFO  : test.sum.rclone_chunk.001_0t1aii: Moved (server-side) to: test.sum
=== RUN   TestCheckSumDownload/subtest2
2025/04/01 01:43:12 INFO  : test.sum.rclone_chunk.001_0t1nta: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:43:13 INFO  : test.sum.rclone_chunk.002_0t1nta: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSumDownload/subtest3
2025/04/01 01:43:35 INFO  : test.sum.rclone_chunk.001_0t23m5: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:43:36 INFO  : test.sum.rclone_chunk.002_0t23m5: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSumDownload/subtest4
2025/04/01 01:44:02 INFO  : test.sum.rclone_chunk.001_0t2qob: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:44:03 INFO  : test.sum.rclone_chunk.002_0t2qob: Moved (server-side) to: test.sum.rclone_chunk.002
2025/04/01 01:44:05 INFO  : test.sum.rclone_chunk.003_0t2qob: Moved (server-side) to: test.sum.rclone_chunk.003
=== RUN   TestCheckSumDownload/subtest5
2025/04/01 01:44:33 INFO  : test.sum.rclone_chunk.001_0t3kng: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:44:35 INFO  : test.sum.rclone_chunk.002_0t3kng: Moved (server-side) to: test.sum.rclone_chunk.002
2025/04/01 01:44:37 INFO  : test.sum.rclone_chunk.003_0t3kng: Moved (server-side) to: test.sum.rclone_chunk.003
=== RUN   TestCheckSumDownload/subtest6
2025/04/01 01:44:55 INFO  : data/banana: Deleted
2025/04/01 01:44:57 INFO  : data/banana.rclone_chunk.001_0t4fpy: Moved (server-side) to: data/banana
2025/04/01 01:45:04 INFO  : data/potato: Deleted
2025/04/01 01:45:06 INFO  : data/potato.rclone_chunk.001_0t4rkp: Moved (server-side) to: data/potato
2025/04/01 01:45:26 INFO  : test.sum.rclone_chunk.001_0t516b: Moved (server-side) to: test.sum.rclone_chunk.001
2025/04/01 01:45:28 INFO  : test.sum.rclone_chunk.002_0t516b: Moved (server-side) to: test.sum.rclone_chunk.002
=== RUN   TestCheckSumDownload/subtest7
--- PASS: TestCheckSumDownload (204.02s)
    --- PASS: TestCheckSumDownload/subtest1 (2.06s)
    --- PASS: TestCheckSumDownload/subtest2 (1.60s)
    --- PASS: TestCheckSumDownload/subtest3 (3.05s)
    --- PASS: TestCheckSumDownload/subtest4 (3.31s)
    --- PASS: TestCheckSumDownload/subtest5 (3.61s)
    --- PASS: TestCheckSumDownload/subtest6 (4.12s)
    --- PASS: TestCheckSumDownload/subtest7 (3.11s)
=== RUN   TestApplyTransforms
2025/04/01 01:45:58 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-kipifof1paje"
2025/04/01 01:45:58 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:45:58 DEBUG : Creating backend with remote "TestYandex:rclone-test-kipifof1paje"
2025/04/01 01:45:58 DEBUG : Reset feature "ListR"
2025/04/01 01:45:58 DEBUG : Creating backend with remote "/tmp/rclone3234154218"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-kipifof1paje'", Local "Local file system at /tmp/rclone3234154218", Modify Window "1ns"
2025/04/01 01:46:04 INFO  : hello, world!.rclone_chunk.001_0t6hr6: Moved (server-side) to: hello, world!
upper checkfile vs. lower remote (without normalization)
2025/04/01 01:46:05 ERROR : hello, world!: sum not found
2025/04/01 01:46:05 ERROR : HELLO, WORLD!: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-kipifof1paje'
2025/04/01 01:46:05 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kipifof1paje': 1 files missing
2025/04/01 01:46:05 NOTICE: 1 hashes missing
2025/04/01 01:46:05 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kipifof1paje': 2 differences found
2025/04/01 01:46:05 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kipifof1paje': 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2025/04/01 01:46:05 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:46:05 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kipifof1paje': 0 differences found
2025/04/01 01:46:05 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-kipifof1paje': 1 matching files
2025/04/01 01:46:05 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha"
2025/04/01 01:46:05 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:46:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-wufiwoq1maha"
2025/04/01 01:46:06 DEBUG : Reset feature "ListR"
2025/04/01 01:46:06 DEBUG : Creating backend with remote "/tmp/rclone2356839262"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha'", Local "Local file system at /tmp/rclone2356839262", Modify Window "1ns"
2025/04/01 01:46:11 INFO  : HELLO, WORLD!.rclone_chunk.001_0t6o8s: Moved (server-side) to: HELLO, WORLD!
lower checkfile vs. upper remote (without normalization)
2025/04/01 01:46:11 ERROR : HELLO, WORLD!: sum not found
2025/04/01 01:46:11 ERROR : hello, world!: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha'
2025/04/01 01:46:11 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha': 1 files missing
2025/04/01 01:46:11 NOTICE: 1 hashes missing
2025/04/01 01:46:11 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha': 2 differences found
2025/04/01 01:46:11 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha': 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2025/04/01 01:46:12 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:46:12 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha': 0 differences found
2025/04/01 01:46:12 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha': 1 matching files
2025/04/01 01:46:12 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-rukopos1kole"
2025/04/01 01:46:12 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:46:12 DEBUG : Creating backend with remote "TestYandex:rclone-test-rukopos1kole"
2025/04/01 01:46:13 DEBUG : Reset feature "ListR"
2025/04/01 01:46:13 DEBUG : Creating backend with remote "/tmp/rclone3000872320"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-rukopos1kole'", Local "Local file system at /tmp/rclone3000872320", Modify Window "1ns"
2025/04/01 01:46:18 INFO  : HeLlO, wOrLd!.rclone_chunk.001_0t6w9o: Moved (server-side) to: HeLlO, wOrLd!
lower checkfile vs. upperlowermixed remote (without normalization)
2025/04/01 01:46:19 ERROR : HeLlO, wOrLd!: sum not found
2025/04/01 01:46:19 ERROR : hello, world!: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-rukopos1kole'
2025/04/01 01:46:19 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rukopos1kole': 1 files missing
2025/04/01 01:46:19 NOTICE: 1 hashes missing
2025/04/01 01:46:19 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rukopos1kole': 2 differences found
2025/04/01 01:46:19 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rukopos1kole': 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2025/04/01 01:46:20 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:46:20 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rukopos1kole': 0 differences found
2025/04/01 01:46:20 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-rukopos1kole': 1 matching files
2025/04/01 01:46:20 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-tahepin1yare"
2025/04/01 01:46:20 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:46:20 DEBUG : Creating backend with remote "TestYandex:rclone-test-tahepin1yare"
2025/04/01 01:46:20 DEBUG : Reset feature "ListR"
2025/04/01 01:46:20 DEBUG : Creating backend with remote "/tmp/rclone2483227697"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-tahepin1yare'", Local "Local file system at /tmp/rclone2483227697", Modify Window "1ns"
2025/04/01 01:46:25 INFO  : HELLO, WORLD!.rclone_chunk.001_0t73f4: Moved (server-side) to: HELLO, WORLD!
upperlowermixed checkfile vs. upper remote (without normalization)
2025/04/01 01:46:26 ERROR : HELLO, WORLD!: sum not found
2025/04/01 01:46:26 ERROR : HeLlO, wOrLd!: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-tahepin1yare'
2025/04/01 01:46:26 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-tahepin1yare': 1 files missing
2025/04/01 01:46:26 NOTICE: 1 hashes missing
2025/04/01 01:46:26 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-tahepin1yare': 2 differences found
2025/04/01 01:46:26 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-tahepin1yare': 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2025/04/01 01:46:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:46:27 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-tahepin1yare': 0 differences found
2025/04/01 01:46:27 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-tahepin1yare': 1 matching files
2025/04/01 01:46:27 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota"
2025/04/01 01:46:27 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:46:27 DEBUG : Creating backend with remote "TestYandex:rclone-test-zeqaxuv0cota"
2025/04/01 01:46:27 DEBUG : Reset feature "ListR"
2025/04/01 01:46:27 DEBUG : Creating backend with remote "/tmp/rclone104352309"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota'", Local "Local file system at /tmp/rclone104352309", Modify Window "1ns"
2025/04/01 01:46:33 INFO  : 測試_Русский___ě_áñ.rclone_chunk.001_0t7azs: Moved (server-side) to: 測試_Русский___ě_áñ
NFD checkfile vs. NFC remote (without normalization)
2025/04/01 01:46:33 ERROR : 測試_Русский___ě_áñ: sum not found
2025/04/01 01:46:33 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota'
2025/04/01 01:46:33 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota': 1 files missing
2025/04/01 01:46:33 NOTICE: 1 hashes missing
2025/04/01 01:46:33 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota': 2 differences found
2025/04/01 01:46:33 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota': 2 errors while checking
NFD checkfile vs. NFC remote (with normalization)
2025/04/01 01:46:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:46:34 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota': 0 differences found
2025/04/01 01:46:34 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota': 1 matching files
2025/04/01 01:46:34 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-xopidag7luru"
2025/04/01 01:46:34 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:46:34 DEBUG : Creating backend with remote "TestYandex:rclone-test-xopidag7luru"
2025/04/01 01:46:34 DEBUG : Reset feature "ListR"
2025/04/01 01:46:34 DEBUG : Creating backend with remote "/tmp/rclone1727418247"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-xopidag7luru'", Local "Local file system at /tmp/rclone1727418247", Modify Window "1ns"
2025/04/01 01:46:39 INFO  : 測試_Русский___ě_áñ.rclone_chunk.001_0t7hz9: Moved (server-side) to: 測試_Русский___ě_áñ
NFC checkfile vs. NFD remote (without normalization)
2025/04/01 01:46:40 ERROR : 測試_Русский___ě_áñ: sum not found
2025/04/01 01:46:40 ERROR : 測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-xopidag7luru'
2025/04/01 01:46:40 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-xopidag7luru': 1 files missing
2025/04/01 01:46:40 NOTICE: 1 hashes missing
2025/04/01 01:46:40 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-xopidag7luru': 2 differences found
2025/04/01 01:46:40 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-xopidag7luru': 2 errors while checking
NFC checkfile vs. NFD remote (with normalization)
2025/04/01 01:46:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:46:41 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-xopidag7luru': 0 differences found
2025/04/01 01:46:41 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-xopidag7luru': 1 matching files
2025/04/01 01:46:41 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-desicam9husa"
2025/04/01 01:46:41 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:46:41 DEBUG : Creating backend with remote "TestYandex:rclone-test-desicam9husa"
2025/04/01 01:46:41 DEBUG : Reset feature "ListR"
2025/04/01 01:46:41 DEBUG : Creating backend with remote "/tmp/rclone4194687062"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-desicam9husa'", Local "Local file system at /tmp/rclone4194687062", Modify Window "1ns"
2025/04/01 01:46:46 INFO  : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_0t7ola: Moved (server-side) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ
NFDx2 checkfile vs. both remote (without normalization)
2025/04/01 01:46:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/04/01 01:46:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-desicam9husa'
2025/04/01 01:46:47 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-desicam9husa': 1 files missing
2025/04/01 01:46:47 NOTICE: 1 hashes missing
2025/04/01 01:46:47 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-desicam9husa': 2 differences found
2025/04/01 01:46:47 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-desicam9husa': 2 errors while checking
NFDx2 checkfile vs. both remote (with normalization)
2025/04/01 01:46:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:46:48 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-desicam9husa': 0 differences found
2025/04/01 01:46:48 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-desicam9husa': 1 matching files
2025/04/01 01:46:48 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-pilotac7wazo"
2025/04/01 01:46:48 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:46:48 DEBUG : Creating backend with remote "TestYandex:rclone-test-pilotac7wazo"
2025/04/01 01:46:48 DEBUG : Reset feature "ListR"
2025/04/01 01:46:48 DEBUG : Creating backend with remote "/tmp/rclone1974195576"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-pilotac7wazo'", Local "Local file system at /tmp/rclone1974195576", Modify Window "1ns"
2025/04/01 01:46:55 INFO  : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_0t7v3w: Moved (server-side) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ
NFCx2 checkfile vs. both remote (without normalization)
2025/04/01 01:46:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/04/01 01:46:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-pilotac7wazo'
2025/04/01 01:46:56 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pilotac7wazo': 1 files missing
2025/04/01 01:46:56 NOTICE: 1 hashes missing
2025/04/01 01:46:56 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pilotac7wazo': 2 differences found
2025/04/01 01:46:56 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pilotac7wazo': 2 errors while checking
NFCx2 checkfile vs. both remote (with normalization)
2025/04/01 01:46:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:46:57 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pilotac7wazo': 0 differences found
2025/04/01 01:46:57 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-pilotac7wazo': 1 matching files
2025/04/01 01:46:57 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-budumaw9pumu"
2025/04/01 01:46:57 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:46:57 DEBUG : Creating backend with remote "TestYandex:rclone-test-budumaw9pumu"
2025/04/01 01:46:57 DEBUG : Reset feature "ListR"
2025/04/01 01:46:57 DEBUG : Creating backend with remote "/tmp/rclone3099409499"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-budumaw9pumu'", Local "Local file system at /tmp/rclone3099409499", Modify Window "1ns"
2025/04/01 01:47:03 INFO  : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_0t848c: Moved (server-side) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ
both checkfile vs. NFDx2 remote (without normalization)
2025/04/01 01:47:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/04/01 01:47:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-budumaw9pumu'
2025/04/01 01:47:04 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-budumaw9pumu': 1 files missing
2025/04/01 01:47:04 NOTICE: 1 hashes missing
2025/04/01 01:47:04 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-budumaw9pumu': 2 differences found
2025/04/01 01:47:04 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-budumaw9pumu': 2 errors while checking
both checkfile vs. NFDx2 remote (with normalization)
2025/04/01 01:47:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:47:05 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-budumaw9pumu': 0 differences found
2025/04/01 01:47:05 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-budumaw9pumu': 1 matching files
2025/04/01 01:47:05 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa"
2025/04/01 01:47:05 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 01:47:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-luzocuh5hofa"
2025/04/01 01:47:05 DEBUG : Reset feature "ListR"
2025/04/01 01:47:05 DEBUG : Creating backend with remote "/tmp/rclone2106077212"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa'", Local "Local file system at /tmp/rclone2106077212", Modify Window "1ns"
2025/04/01 01:47:10 INFO  : 測試_Русский___ě_áñ測試_Русский___ě_áñ.rclone_chunk.001_0t8cgf: Moved (server-side) to: 測試_Русский___ě_áñ測試_Русский___ě_áñ
both checkfile vs. NFCx2 remote (without normalization)
2025/04/01 01:47:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/04/01 01:47:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Chunked 'TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa'
2025/04/01 01:47:11 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa': 1 files missing
2025/04/01 01:47:11 NOTICE: 1 hashes missing
2025/04/01 01:47:11 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa': 2 differences found
2025/04/01 01:47:11 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa': 2 errors while checking
both checkfile vs. NFCx2 remote (with normalization)
2025/04/01 01:47:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/04/01 01:47:12 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa': 0 differences found
2025/04/01 01:47:12 NOTICE: Chunked 'TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa': 1 matching files
2025/04/01 01:47:12 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-luzocuh5hofa': Purge remote
2025/04/01 01:47:17 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-budumaw9pumu': Purge remote
2025/04/01 01:47:23 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-pilotac7wazo': Purge remote
2025/04/01 01:47:29 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-desicam9husa': Purge remote
2025/04/01 01:47:35 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xopidag7luru': Purge remote
2025/04/01 01:47:42 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-zeqaxuv0cota': Purge remote
2025/04/01 01:47:47 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-tahepin1yare': Purge remote
2025/04/01 01:47:53 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-rukopos1kole': Purge remote
2025/04/01 01:47:59 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-wufiwoq1maha': Purge remote
2025/04/01 01:48:05 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-kipifof1paje': Purge remote
--- PASS: TestApplyTransforms (132.58s)
=== RUN   TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN   TestCopyFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:48:10 DEBUG : file1: Need to transfer - File not found at Destination
2025/04/01 01:48:16 INFO  : sub/file2.rclone_chunk.001_0ta5i4: Moved (server-side) to: sub/file2
2025/04/01 01:48:16 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/04/01 01:48:16 INFO  : file1: Copied (new) to: sub/file2
2025/04/01 01:48:17 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 01:48:17 DEBUG : file1: Unchanged skipping
2025/04/01 01:48:18 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestCopyFile (16.52s)
=== RUN   TestCopyLongFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    copy_test.go:153: Test only runs on local
--- SKIP: TestCopyLongFile (2.59s)
=== RUN   TestCopyFileBackupDir
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:48:34 INFO  : dst/file1.rclone_chunk.001_0tanfv: Moved (server-side) to: dst/file1
2025/04/01 01:48:35 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/backup"
2025/04/01 01:48:35 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/backup"
2025/04/01 01:48:36 DEBUG : Reset feature "ListR"
2025/04/01 01:48:36 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/04/01 01:48:36 DEBUG : dst/file1: move non-chunked object...
2025/04/01 01:48:38 INFO  : dst/file1: Moved (server-side)
2025/04/01 01:48:38 INFO  : dst/file1: Moved (server-side)
2025/04/01 01:48:38 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:48:42 INFO  : dst/file1.rclone_chunk.001_0taw29: Moved (server-side) to: dst/file1
2025/04/01 01:48:42 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/04/01 01:48:42 INFO  : dst/file1: Copied (new)
--- PASS: TestCopyFileBackupDir (36.09s)
=== RUN   TestCopyFileCompareDest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:49:05 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/dst"
2025/04/01 01:49:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/dst"
2025/04/01 01:49:06 DEBUG : Reset feature "ListR"
2025/04/01 01:49:06 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/CompareDest"
2025/04/01 01:49:06 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/CompareDest"
2025/04/01 01:49:06 DEBUG : Reset feature "ListR"
2025/04/01 01:49:06 DEBUG : one: Need to transfer - File not found at Destination
2025/04/01 01:49:07 DEBUG : one: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:49:11 INFO  : one.rclone_chunk.001_0tbp2o: Moved (server-side) to: one
2025/04/01 01:49:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/04/01 01:49:11 INFO  : one: Copied (new)
2025/04/01 01:49:14 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/01 01:49:14 DEBUG : one: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:49:24 INFO  : one: Deleted
2025/04/01 01:49:26 INFO  : one.rclone_chunk.001_0tbwl7: Moved (server-side) to: one
2025/04/01 01:49:26 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/04/01 01:49:26 INFO  : one: Copied (replaced existing)
2025/04/01 01:49:36 INFO  : dst/one: Deleted
2025/04/01 01:49:39 INFO  : dst/one.rclone_chunk.001_0tcaku: Moved (server-side) to: dst/one
2025/04/01 01:49:43 INFO  : CompareDest/one.rclone_chunk.001_0tclbx: Moved (server-side) to: CompareDest/one
2025/04/01 01:49:45 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/01 01:49:48 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 01:49:48 DEBUG : one: Destination found in --compare-dest, skipping
2025/04/01 01:49:54 INFO  : CompareDest/two.rclone_chunk.001_0tcv6p: Moved (server-side) to: CompareDest/two
2025/04/01 01:49:55 DEBUG : two: Need to transfer - File not found at Destination
2025/04/01 01:49:55 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 01:49:55 DEBUG : two: Destination found in --compare-dest, skipping
2025/04/01 01:49:56 DEBUG : two: Need to transfer - File not found at Destination
2025/04/01 01:49:57 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 01:49:57 DEBUG : two: Destination found in --compare-dest, skipping
2025/04/01 01:49:58 DEBUG : two: Need to transfer - File not found at Destination
2025/04/01 01:49:59 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/04/01 01:50:00 DEBUG : two: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:50:04 INFO  : two.rclone_chunk.001_0td6h2: Moved (server-side) to: two
2025/04/01 01:50:04 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK
2025/04/01 01:50:04 INFO  : two: Copied (new)
--- PASS: TestCopyFileCompareDest (83.07s)
=== RUN   TestCopyFileCopyDest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:50:28 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/dst"
2025/04/01 01:50:28 DEBUG : Config file has changed externally - reloading
2025/04/01 01:50:28 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/dst"
2025/04/01 01:50:29 DEBUG : Reset feature "ListR"
2025/04/01 01:50:29 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/CopyDest"
2025/04/01 01:50:29 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/CopyDest"
2025/04/01 01:50:29 DEBUG : Reset feature "ListR"
2025/04/01 01:50:29 DEBUG : one: Need to transfer - File not found at Destination
2025/04/01 01:50:30 DEBUG : one: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:50:35 INFO  : one.rclone_chunk.001_0te0sb: Moved (server-side) to: one
2025/04/01 01:50:35 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/04/01 01:50:35 INFO  : one: Copied (new)
2025/04/01 01:50:38 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/01 01:50:39 DEBUG : one: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:50:45 INFO  : one: Deleted
2025/04/01 01:50:47 INFO  : one.rclone_chunk.001_0te9my: Moved (server-side) to: one
2025/04/01 01:50:47 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/04/01 01:50:47 INFO  : one: Copied (replaced existing)
2025/04/01 01:50:56 INFO  : dst/one: Deleted
2025/04/01 01:50:58 INFO  : dst/one.rclone_chunk.001_0tej45: Moved (server-side) to: dst/one
2025/04/01 01:51:03 INFO  : CopyDest/one.rclone_chunk.001_0tesxx: Moved (server-side) to: CopyDest/one
2025/04/01 01:51:04 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/BackupDir"
2025/04/01 01:51:04 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/BackupDir"
2025/04/01 01:51:05 DEBUG : Reset feature "ListR"
2025/04/01 01:51:05 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/01 01:51:06 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 01:51:06 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/04/01 01:51:06 DEBUG : one: move non-chunked object...
2025/04/01 01:51:08 INFO  : one: Moved (server-side)
2025/04/01 01:51:08 INFO  : one: Moved (server-side)
2025/04/01 01:51:08 DEBUG : one: copy non-chunked object...
2025/04/01 01:51:10 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/04/01 01:51:10 INFO  : one: Copied (server-side copy)
2025/04/01 01:51:10 DEBUG : one: Destination found in --copy-dest, using server-side copy
2025/04/01 01:51:15 INFO  : CopyDest/two.rclone_chunk.001_0tf5tk: Moved (server-side) to: CopyDest/two
2025/04/01 01:51:16 DEBUG : two: Need to transfer - File not found at Destination
2025/04/01 01:51:16 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 01:51:16 DEBUG : two: copy non-chunked object...
2025/04/01 01:51:18 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/04/01 01:51:18 INFO  : two: Copied (server-side copy)
2025/04/01 01:51:18 DEBUG : two: Destination found in --copy-dest, using server-side copy
2025/04/01 01:51:20 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 01:51:20 DEBUG : two: Unchanged skipping
2025/04/01 01:51:26 INFO  : CopyDest/three.rclone_chunk.001_0tffnn: Moved (server-side) to: CopyDest/three
2025/04/01 01:51:27 DEBUG : three: Need to transfer - File not found at Destination
2025/04/01 01:51:28 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/04/01 01:51:28 DEBUG : three: Destination not found in --copy-dest
2025/04/01 01:51:28 DEBUG : three: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:51:32 INFO  : three.rclone_chunk.001_0tfmmb: Moved (server-side) to: three
2025/04/01 01:51:32 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK
2025/04/01 01:51:32 INFO  : three: Copied (new)
--- PASS: TestCopyFileCopyDest (107.17s)
=== RUN   TestCopyInplace
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    copy_test.go:370: Partial uploads not supported
--- SKIP: TestCopyInplace (0.70s)
=== RUN   TestCopyLongFileName
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    copy_test.go:403: Partial uploads not supported
--- SKIP: TestCopyLongFileName (0.79s)
=== RUN   TestCopyFileMaxTransfer
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:52:17 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2025/04/01 01:52:18 DEBUG : TestCopyFileMaxTransfer/file1: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:52:22 INFO  : TestCopyFileMaxTransfer/file1.rclone_chunk.001_0th0ct: Moved (server-side) to: TestCopyFileMaxTransfer/file1
2025/04/01 01:52:22 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/04/01 01:52:22 INFO  : TestCopyFileMaxTransfer/file1: Copied (new)
2025/04/01 01:52:23 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2025/04/01 01:52:24 DEBUG : TestCopyFileMaxTransfer/file2: skip slow MD5 on source file, hashing in-transit
2025/04/01 01:56:06 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://uploader52vla.disk.yandex.net:443/upload-target/20250401T045341.886.utd.4qmc48huyh89xfq93ectxnt3a-k52vla.95997": max transfer limit reached as set by --max-transfer
2025/04/01 01:56:06 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 (238.70s)
=== RUN   TestDeduplicateInteractive
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateInteractive (0.76s)
=== RUN   TestDeduplicateSkip
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSkip (0.58s)
=== RUN   TestDeduplicateSizeOnly
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSizeOnly (0.64s)
=== RUN   TestDeduplicateFirst
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateFirst (0.75s)
=== RUN   TestDeduplicateNewest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateNewest (0.51s)
=== RUN   TestDeduplicateNewestByHash
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:56:25 INFO  : one.rclone_chunk.001_0tnp0d: Moved (server-side) to: one.rclone_chunk.001
2025/04/01 01:56:26 INFO  : one.rclone_chunk.002_0tnp0d: Moved (server-side) to: one.rclone_chunk.002
2025/04/01 01:56:35 INFO  : also/one.rclone_chunk.001_0tnz17: Moved (server-side) to: also/one.rclone_chunk.001
2025/04/01 01:56:36 INFO  : also/one.rclone_chunk.002_0tnz17: Moved (server-side) to: also/one.rclone_chunk.002
2025/04/01 01:56:41 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.))
2025/04/01 01:56:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/04/01 01:56:41 DEBUG : pacer: Reducing sleep to 15ms
2025/04/01 01:56:42 DEBUG : pacer: Reducing sleep to 11.25ms
2025/04/01 01:56:42 DEBUG : pacer: Reducing sleep to 10ms
2025/04/01 01:56:51 INFO  : another.rclone_chunk.001_0tocym: Moved (server-side) to: another.rclone_chunk.001
2025/04/01 01:56:52 INFO  : another.rclone_chunk.002_0tocym: Moved (server-side) to: another.rclone_chunk.002
2025/04/01 01:56:58 INFO  : not-one.rclone_chunk.001_0toobn: Moved (server-side) to: not-one
2025/04/01 01:57:01 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Looking for duplicate md5 hashes using newest mode.
2025/04/01 01:57:02 NOTICE: a4a7f63f96a6928629e8196014a77abc: Found 3 files with duplicate md5 hashes
2025/04/01 01:57:14 INFO  : one: Deleted
2025/04/01 01:57:26 INFO  : also/one: Deleted
2025/04/01 01:57:26 NOTICE: a4a7f63f96a6928629e8196014a77abc: Deleted 2 extra copies
--- PASS: TestDeduplicateNewestByHash (86.74s)
=== RUN   TestDeduplicateOldest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateOldest (0.64s)
=== RUN   TestDeduplicateLargest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateLargest (0.54s)
=== RUN   TestDeduplicateSmallest
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSmallest (0.55s)
=== RUN   TestDeduplicateRename
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateRename (0.62s)
=== RUN   TestMergeDirs
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    dedupe_test.go:256: Can't merge directories
--- SKIP: TestMergeDirs (0.62s)
=== RUN   TestListDirSorted
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:57:53 INFO  : a.txt.rclone_chunk.001_0tq7sa: Moved (server-side) to: a.txt
2025/04/01 01:57:57 INFO  : zend.txt.rclone_chunk.001_0tqb9t: Moved (server-side) to: zend.txt
2025/04/01 01:58:00 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.))
2025/04/01 01:58:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/04/01 01:58:00 DEBUG : pacer: Reducing sleep to 15ms
2025/04/01 01:58:00 DEBUG : pacer: Reducing sleep to 11.25ms
2025/04/01 01:58:00 DEBUG : pacer: Reducing sleep to 10ms
2025/04/01 01:58:03 INFO  : sub dir/hello world.rclone_chunk.001_0tqgmm: Moved (server-side) to: sub dir/hello world
2025/04/01 01:58:07 INFO  : sub dir/hello world2.rclone_chunk.001_0tqlom: Moved (server-side) to: sub dir/hello world2
2025/04/01 01:58:11 INFO  : sub dir/ignore dir/.ignore.rclone_chunk.001_0tqp2l: Moved (server-side) to: sub dir/ignore dir/.ignore
2025/04/01 01:58:15 INFO  : sub dir/ignore dir/should be ignored.rclone_chunk.001_0tqto3: Moved (server-side) to: sub dir/ignore dir/should be ignored
2025/04/01 01:58:20 INFO  : sub dir/sub sub dir/hello world3.rclone_chunk.001_0tqypm: Moved (server-side) to: sub dir/sub sub dir/hello world3
2025/04/01 01:58:22 DEBUG : a.txt: Excluded (Size Filter)
2025/04/01 01:58:22 DEBUG : a.txt: Excluded
2025/04/01 01:58:23 DEBUG : sub dir/hello world: Excluded (Size Filter)
2025/04/01 01:58:23 DEBUG : sub dir/hello world: Excluded
2025/04/01 01:58:23 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2025/04/01 01:58:23 DEBUG : sub dir/hello world2: Excluded
2025/04/01 01:58:23 DEBUG : sub dir/hello world: Excluded (Size Filter)
2025/04/01 01:58:23 DEBUG : sub dir/hello world: Excluded
2025/04/01 01:58:23 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2025/04/01 01:58:23 DEBUG : sub dir/hello world2: Excluded
2025/04/01 01:58:24 DEBUG : sub dir/ignore dir: Excluded
2025/04/01 01:58:24 DEBUG : sub dir/ignore dir: Excluded
--- PASS: TestListDirSorted (74.20s)
=== RUN   TestListJSON
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:59:07 INFO  : file1.rclone_chunk.001_0ts9kp: Moved (server-side) to: file1
2025/04/01 01:59:11 INFO  : sub/file2.rclone_chunk.001_0tsdyp: 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 (25.06s)
    --- PASS: TestListJSON/Default (0.19s)
    --- PASS: TestListJSON/FilesOnly (0.32s)
    --- PASS: TestListJSON/DirsOnly (0.36s)
    --- PASS: TestListJSON/Recurse (0.90s)
    --- PASS: TestListJSON/SubDir (0.29s)
    --- PASS: TestListJSON/NoModTime (0.82s)
    --- PASS: TestListJSON/NoMimeType (0.43s)
    --- PASS: TestListJSON/ShowHash (0.21s)
    --- PASS: TestListJSON/HashTypes (0.32s)
    --- PASS: TestListJSON/Metadata (0.47s)
=== RUN   TestStatJSON
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:59:32 INFO  : file1.rclone_chunk.001_0tsy9e: Moved (server-side) to: file1
2025/04/01 01:59:37 INFO  : sub/file2.rclone_chunk.001_0tt31e: 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/04/01 01:59:42 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/notfound"
2025/04/01 01:59:42 DEBUG : Config file has changed externally - reloading
2025/04/01 01:59:42 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/notfound"
2025/04/01 01:59:42 DEBUG : Reset feature "ListR"
--- PASS: TestStatJSON (26.90s)
    --- PASS: TestStatJSON/Root (0.33s)
    --- PASS: TestStatJSON/RootFilesOnly (0.00s)
    --- PASS: TestStatJSON/RootDirsOnly (0.38s)
    --- PASS: TestStatJSON/Dir (0.75s)
    --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s)
    --- PASS: TestStatJSON/File (0.67s)
    --- PASS: TestStatJSON/NotFound (0.48s)
    --- PASS: TestStatJSON/DirFilesOnly (0.31s)
    --- PASS: TestStatJSON/FileFilesOnly (0.51s)
    --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s)
    --- PASS: TestStatJSON/DirDirsOnly (0.23s)
    --- PASS: TestStatJSON/FileDirsOnly (0.22s)
    --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s)
    --- PASS: TestStatJSON/RootNotFound (0.59s)
=== RUN   TestMkdir
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 01:59:55 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Making directory
2025/04/01 01:59:55 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Making directory
--- PASS: TestMkdir (1.76s)
=== RUN   TestLsd
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:00:04 INFO  : sub dir/hello world.rclone_chunk.001_0ttrp7: Moved (server-side) to: sub dir/hello world
--- PASS: TestLsd (16.04s)
=== RUN   TestLs
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:00:18 INFO  : potato2.rclone_chunk.001_0tu7oy: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 02:00:20 INFO  : potato2.rclone_chunk.002_0tu7oy: Moved (server-side) to: potato2.rclone_chunk.002
2025/04/01 02:00:27 INFO  : empty space.rclone_chunk.001_0tugou: Moved (server-side) to: empty space
--- PASS: TestLs (30.66s)
=== RUN   TestLsWithFilesFrom
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:00:53 INFO  : potato2.rclone_chunk.001_0tv2g4: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 02:00:54 INFO  : potato2.rclone_chunk.002_0tv2g4: Moved (server-side) to: potato2.rclone_chunk.002
2025/04/01 02:01:01 INFO  : empty space.rclone_chunk.001_0tvf6g: Moved (server-side) to: empty space
2025/04/01 02:01:02 DEBUG : empty space: Excluded (FilesFrom Filter)
2025/04/01 02:01:02 DEBUG : empty space: Excluded
--- PASS: TestLsWithFilesFrom (36.26s)
=== RUN   TestLsLong
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:01:25 INFO  : potato2.rclone_chunk.001_0tw263: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 02:01:27 INFO  : potato2.rclone_chunk.002_0tw263: Moved (server-side) to: potato2.rclone_chunk.002
2025/04/01 02:01:35 INFO  : empty space.rclone_chunk.001_0twc9h: Moved (server-side) to: empty space
--- PASS: TestLsLong (32.17s)
=== RUN   TestHashSums
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:01:57 INFO  : potato2.rclone_chunk.001_0twy3g: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 02:01:59 INFO  : potato2.rclone_chunk.002_0twy3g: Moved (server-side) to: potato2.rclone_chunk.002
2025/04/01 02:02:05 INFO  : empty space.rclone_chunk.001_0tx7iu: Moved (server-side) to: empty space
=== RUN   TestHashSums/Md5
=== RUN   TestHashSums/Md5Download
--- PASS: TestHashSums (32.30s)
    --- PASS: TestHashSums/Md5 (0.78s)
    --- PASS: TestHashSums/Md5Download (2.00s)
=== RUN   TestHashSumsWithErrors
2025/04/01 02:02:24 DEBUG : Creating backend with remote ":memory:"
2025/04/01 02:02:24 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN   TestHashStream
2025/04/01 02:02:24 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/04/01 02:02:24 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/04/01 02:02:24 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/04/01 02:02:24 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/04/01 02:02:24 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/04/01 02:02:24 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/04/01 02:02:24 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2025/04/01 02:02:24 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:02:34 INFO  : potato2.rclone_chunk.001_0txuvk: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 02:02:35 INFO  : potato2.rclone_chunk.002_0txuvk: Moved (server-side) to: potato2.rclone_chunk.002
2025/04/01 02:02:46 INFO  : empty space.rclone_chunk.001_0tyb9p: Moved (server-side) to: empty space
2025/04/01 02:02:51 INFO  : sub dir/potato3.rclone_chunk.001_0tyg3l: Moved (server-side) to: sub dir/potato3
--- PASS: TestCount (56.09s)
=== RUN   TestDelete
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:03:25 INFO  : small.rclone_chunk.001_0tzep0: Moved (server-side) to: small
2025/04/01 02:03:31 INFO  : medium.rclone_chunk.001_0tzjf3: Moved (server-side) to: medium.rclone_chunk.001
2025/04/01 02:03:32 INFO  : medium.rclone_chunk.002_0tzjf3: Moved (server-side) to: medium.rclone_chunk.002
2025/04/01 02:03:40 INFO  : large.rclone_chunk.001_0tzsik: Moved (server-side) to: large.rclone_chunk.001
2025/04/01 02:03:42 INFO  : large.rclone_chunk.002_0tzsik: Moved (server-side) to: large.rclone_chunk.002
2025/04/01 02:03:45 DEBUG : Waiting for deletions to finish
2025/04/01 02:03:45 DEBUG : large: Excluded (Size Filter)
2025/04/01 02:03:45 DEBUG : large: Excluded
2025/04/01 02:03:49 INFO  : small: Deleted
2025/04/01 02:03:56 INFO  : medium: Deleted
--- PASS: TestDelete (48.85s)
=== RUN   TestMaxDelete
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:432: Skipping test on chunker backend
--- SKIP: TestMaxDelete (1.11s)
=== RUN   TestMaxDeleteSizeLargeFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:432: Skipping test on chunker backend
--- SKIP: TestMaxDeleteSizeLargeFile (1.01s)
=== RUN   TestMaxDeleteSize
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:432: Skipping test on chunker backend
--- SKIP: TestMaxDeleteSize (1.10s)
=== RUN   TestReadFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:04:20 INFO  : ReadFile.rclone_chunk.001_0u0u27: Moved (server-side) to: ReadFile
--- PASS: TestReadFile (14.45s)
=== RUN   TestRetry
2025/04/01 02:04:27 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2025/04/01 02:04:27 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2025/04/01 02:04:27 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/04/01 02:04:27 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/04/01 02:04:27 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/04/01 02:04:27 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/04/01 02:04:27 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:04:32 INFO  : file1.rclone_chunk.001_0u19b9: Moved (server-side) to: file1
2025/04/01 02:04:36 INFO  : file2.rclone_chunk.001_0u1ern: Moved (server-side) to: file2
--- PASS: TestCat (23.55s)
=== RUN   TestPurge
2025/04/01 02:04:50 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-foroxat3higa"
2025/04/01 02:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/04/01 02:04:50 DEBUG : Creating backend with remote "TestYandex:rclone-test-foroxat3higa"
2025/04/01 02:04:51 DEBUG : Reset feature "ListR"
2025/04/01 02:04:51 DEBUG : Creating backend with remote "/tmp/rclone4290772661"
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-foroxat3higa'", Local "Local file system at /tmp/rclone4290772661", Modify Window "1ns"
2025/04/01 02:04:58 INFO  : A1/B1/C1/one.rclone_chunk.001_0u1x7y: Moved (server-side) to: A1/B1/C1/one
2025/04/01 02:04:58 INFO  : A2: Making directory
2025/04/01 02:04:58 INFO  : A1/B2: Making directory
2025/04/01 02:04:58 INFO  : A1/B2/C2: Making directory
2025/04/01 02:04:59 INFO  : A1/B1/C3: Making directory
2025/04/01 02:04:59 INFO  : A3: Making directory
2025/04/01 02:04:59 INFO  : A3/B3: Making directory
2025/04/01 02:05:00 INFO  : A3/B3/C4: Making directory
2025/04/01 02:05:05 INFO  : A1/two.rclone_chunk.001_0u26i8: Moved (server-side) to: A1/two
2025/04/01 02:05:20 ERROR : : error listing: directory not found
2025/04/01 02:05:20 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-foroxat3higa': Purge remote
2025/04/01 02:05:20 NOTICE: purge failed: [404 - DiskNotFoundError] Resource not found. (Не удалось найти запрошенный ресурс.)
--- PASS: TestPurge (29.66s)
=== RUN   TestRmdirsNoLeaveRoot
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:05:26 INFO  : A1/B1/C1/one.rclone_chunk.001_0u2qx6: Moved (server-side) to: A1/B1/C1/one
2025/04/01 02:05:26 INFO  : A2: Making directory
2025/04/01 02:05:26 INFO  : A1/B2: Making directory
2025/04/01 02:05:26 INFO  : A1/B2/C2: Making directory
2025/04/01 02:05:26 INFO  : A1/B1/C3: Making directory
2025/04/01 02:05:27 INFO  : A3: Making directory
2025/04/01 02:05:27 INFO  : A3/B3: Making directory
2025/04/01 02:05:27 INFO  : A3/B3/C4: Making directory
2025/04/01 02:05:31 INFO  : A1/two.rclone_chunk.001_0u2y4q: Moved (server-side) to: A1/two
2025/04/01 02:05:33 DEBUG : removing 1 level 3 directories
2025/04/01 02:05:33 INFO  : A3/B3/C4: Removing directory
2025/04/01 02:05:43 DEBUG : removing 2 level 3 directories
2025/04/01 02:05:43 INFO  : A1/B2/C2: Removing directory
2025/04/01 02:05:43 INFO  : A1/B1/C3: Removing directory
2025/04/01 02:05:47 DEBUG : removing 2 level 2 directories
2025/04/01 02:05:47 INFO  : A3/B3: Removing directory
2025/04/01 02:05:47 INFO  : A1/B2: Removing directory
2025/04/01 02:05:52 DEBUG : removing 2 level 1 directories
2025/04/01 02:05:52 INFO  : A3: Removing directory
2025/04/01 02:05:52 INFO  : A2: Removing directory
2025/04/01 02:06:09 DEBUG : removing 1 level 3 directories
2025/04/01 02:06:09 INFO  : A1/B1/C1: Removing directory
2025/04/01 02:06:13 DEBUG : removing 1 level 2 directories
2025/04/01 02:06:13 INFO  : A1/B1: Removing directory
2025/04/01 02:06:18 DEBUG : removing 1 level 1 directories
2025/04/01 02:06:18 INFO  : A1: Removing directory
2025/04/01 02:06:22 DEBUG : removing 1 level 0 directories
2025/04/01 02:06:22 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Removing directory
2025/04/01 02:06:27 ERROR : : error listing: directory not found
2025/04/01 02:06:27 ERROR : : error listing: directory not found
--- PASS: TestRmdirsNoLeaveRoot (67.17s)
=== RUN   TestRmdirsLeaveRoot
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:06:27 INFO  : A1: Making directory
2025/04/01 02:06:28 INFO  : A1/B1: Making directory
2025/04/01 02:06:28 INFO  : A1/B1/C1: Making directory
2025/04/01 02:06:30 DEBUG : removing 1 level 3 directories
2025/04/01 02:06:30 INFO  : A1/B1/C1: Removing directory
2025/04/01 02:06:35 DEBUG : removing 1 level 2 directories
2025/04/01 02:06:35 INFO  : A1/B1: Removing directory
--- PASS: TestRmdirsLeaveRoot (18.60s)
=== RUN   TestRmdirsWithFilter
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:06:46 INFO  : A1: Making directory
2025/04/01 02:06:46 INFO  : A1/B1: Making directory
2025/04/01 02:06:47 INFO  : A1/B1/C1: Making directory
2025/04/01 02:06:51 DEBUG : removing 1 level 3 directories
2025/04/01 02:06:51 INFO  : A1/B1/C1: Removing directory
2025/04/01 02:06:56 DEBUG : removing 1 level 2 directories
2025/04/01 02:06:56 INFO  : A1/B1: Removing directory
--- PASS: TestRmdirsWithFilter (19.13s)
=== RUN   TestCopyURL
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:07:09 INFO  : file1.rclone_chunk.001_0u5n33: Moved (server-side) to: file1
2025/04/01 02:07:09 DEBUG : filename.txt: File name found in url
2025/04/01 02:07:15 INFO  : filename.txt.rclone_chunk.001_0u5sgu: Moved (server-side) to: filename.txt
2025/04/01 02:07:15 DEBUG : headerfilename.txt: filename found in Content-Disposition header.
2025/04/01 02:07:20 INFO  : headerfilename.txt.rclone_chunk.001_0u5xkk: Moved (server-side) to: headerfilename.txt
2025/04/01 02:07:25 INFO  : file2.rclone_chunk.001_0u62vy: Moved (server-side) to: file2
--- PASS: TestCopyURL (35.75s)
=== RUN   TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN   TestMoveFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:07:41 DEBUG : file1: Need to transfer - File not found at Destination
2025/04/01 02:07:47 INFO  : sub/file2.rclone_chunk.001_0u6ofv: Moved (server-side) to: sub/file2
2025/04/01 02:07:47 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/04/01 02:07:47 INFO  : file1: Copied (new) to: sub/file2
2025/04/01 02:07:47 INFO  : file1: Deleted
2025/04/01 02:07:48 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 02:07:48 DEBUG : file1: Unchanged skipping
2025/04/01 02:07:48 INFO  : file1: Deleted
2025/04/01 02:07:49 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestMoveFile (18.26s)
=== RUN   TestMoveFileWithIgnoreExisting
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:07:59 DEBUG : file1: Need to transfer - File not found at Destination
2025/04/01 02:07:59 DEBUG : file1: skip slow MD5 on source file, hashing in-transit
2025/04/01 02:08:04 INFO  : file1.rclone_chunk.001_0u75ee: Moved (server-side) to: file1
2025/04/01 02:08:04 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/04/01 02:08:04 INFO  : file1: Copied (new)
2025/04/01 02:08:04 INFO  : file1: Deleted
2025/04/01 02:08:05 DEBUG : file1: Destination exists, skipping
2025/04/01 02:08:05 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
--- PASS: TestMoveFileWithIgnoreExisting (10.26s)
=== RUN   TestCaseInsensitiveMoveFile
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFile (0.58s)
=== RUN   TestCaseInsensitiveMoveFileDryRun
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFileDryRun (0.64s)
=== RUN   TestMoveFileBackupDir
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:08:16 INFO  : dst/file1.rclone_chunk.001_0u7hzt: Moved (server-side) to: dst/file1
2025/04/01 02:08:17 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-teyunuz9meta/backup"
2025/04/01 02:08:17 DEBUG : Creating backend with remote "TestYandex:rclone-test-teyunuz9meta/backup"
2025/04/01 02:08:18 DEBUG : Reset feature "ListR"
2025/04/01 02:08:18 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/04/01 02:08:18 DEBUG : dst/file1: move non-chunked object...
2025/04/01 02:08:20 INFO  : dst/file1: Moved (server-side)
2025/04/01 02:08:20 INFO  : dst/file1: Moved (server-side)
2025/04/01 02:08:21 DEBUG : dst/file1: skip slow MD5 on source file, hashing in-transit
2025/04/01 02:08:25 INFO  : dst/file1.rclone_chunk.001_0u7rb1: Moved (server-side) to: dst/file1
2025/04/01 02:08:25 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/04/01 02:08:25 INFO  : dst/file1: Copied (new)
2025/04/01 02:08:25 INFO  : dst/file1: Deleted
--- PASS: TestMoveFileBackupDir (36.65s)
=== 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:08:52 INFO  : A1/one.rclone_chunk.001_0u8i1u: Moved (server-side) to: A1/one
2025/04/01 02:08:57 INFO  : A1/two.rclone_chunk.001_0u8mwf: Moved (server-side) to: A1/two
2025/04/01 02:09:03 INFO  : A1/B1/three.rclone_chunk.001_0u8skh: Moved (server-side) to: A1/B1/three
2025/04/01 02:09:08 INFO  : A1/B1/C1/four.rclone_chunk.001_0u8xxl: Moved (server-side) to: A1/B1/C1/four
2025/04/01 02:09:13 INFO  : A1/B1/C2/five.rclone_chunk.001_0u93i2: Moved (server-side) to: A1/B1/C2/five
2025/04/01 02:09:13 INFO  : A1/B2: Making directory
2025/04/01 02:09:13 INFO  : A1/B1/C3: Making directory
2025/04/01 02:09:25 DEBUG : A2/B1/C2/five: move non-chunked object...
2025/04/01 02:09:25 DEBUG : A2/one: move non-chunked object...
2025/04/01 02:09:26 DEBUG : A2/two: move non-chunked object...
2025/04/01 02:09:26 DEBUG : A2/B1/C1/four: move non-chunked object...
2025/04/01 02:09:26 DEBUG : A2/B1/three: move non-chunked object...
2025/04/01 02:09:27 INFO  : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four
2025/04/01 02:09:27 INFO  : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four
2025/04/01 02:09:27 INFO  : A2/two: Moved (server-side) to: A3/two
2025/04/01 02:09:27 INFO  : A2/two: Moved (server-side) to: A3/two
2025/04/01 02:09:27 INFO  : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five
2025/04/01 02:09:27 INFO  : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five
2025/04/01 02:09:27 INFO  : A2/one: Moved (server-side) to: A3/one
2025/04/01 02:09:27 INFO  : A2/one: Moved (server-side) to: A3/one
2025/04/01 02:09:28 INFO  : A2/B1/three: Moved (server-side) to: A3/B1/three
2025/04/01 02:09:28 INFO  : A2/B1/three: Moved (server-side) to: A3/B1/three
2025/04/01 02:09:56 INFO  : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes
2025/04/01 02:09:59 DEBUG : A3/one: move non-chunked object...
2025/04/01 02:09:59 DEBUG : A3/B1/C2/five: move non-chunked object...
2025/04/01 02:09:59 DEBUG : A3/two: move non-chunked object...
2025/04/01 02:09:59 DEBUG : A3/B1/three: move non-chunked object...
2025/04/01 02:10:00 DEBUG : A3/B1/C1/four: move non-chunked object...
2025/04/01 02:10:01 INFO  : A3/two: Moved (server-side) to: A4/two
2025/04/01 02:10:01 INFO  : A3/two: Moved (server-side) to: A4/two
2025/04/01 02:10:01 INFO  : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five
2025/04/01 02:10:01 INFO  : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five
2025/04/01 02:10:01 INFO  : A3/B1/three: Moved (server-side) to: A4/B1/three
2025/04/01 02:10:01 INFO  : A3/B1/three: Moved (server-side) to: A4/B1/three
2025/04/01 02:10:01 INFO  : A3/one: Moved (server-side) to: A4/one
2025/04/01 02:10:01 INFO  : A3/one: Moved (server-side) to: A4/one
2025/04/01 02:10:01 INFO  : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four
2025/04/01 02:10:01 INFO  : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four
--- PASS: TestDirMove (148.74s)
=== RUN   TestGetFsInfo
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
--- PASS: TestGetFsInfo (0.73s)
=== RUN   TestRcat
=== RUN   TestRcat/withChecksum=false,ignoreChecksum=false
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:1495: Adjust StreamingUploadCutoff to size limit 1Ki (was 100Ki)
2025/04/01 02:11:17 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': File to upload is small (34 bytes), uploading instead of streaming
2025/04/01 02:11:22 INFO  : no_checksum_small_file_from_pipe.rclone_chunk.001_0ucn7s: Moved (server-side) to: no_checksum_small_file_from_pipe
2025/04/01 02:11:22 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/04/01 02:11:22 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/04/01 02:12:17 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.001_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.001
2025/04/01 02:12:18 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.002_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.002
2025/04/01 02:12:20 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.003_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.003
2025/04/01 02:12:22 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.004_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.004
2025/04/01 02:12:23 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.005_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.005
2025/04/01 02:12:25 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.006_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.006
2025/04/01 02:12:26 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.007_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.007
2025/04/01 02:12:27 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.008_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.008
2025/04/01 02:12:28 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.009_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.009
2025/04/01 02:12:30 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.010_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.010
2025/04/01 02:12:31 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.011_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.011
2025/04/01 02:12:33 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.012_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.012
2025/04/01 02:12:34 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.013_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.013
2025/04/01 02:12:36 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.014_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.014
2025/04/01 02:12:37 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.015_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.015
2025/04/01 02:12:40 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.016_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.016
2025/04/01 02:12:41 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.017_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.017
2025/04/01 02:12:42 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.018_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.018
2025/04/01 02:12:44 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.019_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.019
2025/04/01 02:12:45 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.020_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.020
2025/04/01 02:12:48 INFO  : no_checksum_big_file_from_pipe.rclone_chunk.021_0uctef: Moved (server-side) to: no_checksum_big_file_from_pipe.rclone_chunk.021
2025/04/01 02:12:51 DEBUG : no_checksum_big_file_from_pipe: md5 = 0ad4cf7b35f62b8ff9c73f481594fbdd OK
2025/04/01 02:12:51 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:14:18 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': File to upload is small (34 bytes), uploading instead of streaming
2025/04/01 02:14:23 INFO  : with_checksum_small_file_from_pipe.rclone_chunk.001_0uhohg: Moved (server-side) to: with_checksum_small_file_from_pipe
2025/04/01 02:14:23 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/04/01 02:14:23 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/04/01 02:15:11 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.001_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.001
2025/04/01 02:15:13 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.002_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.002
2025/04/01 02:15:15 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.003_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.003
2025/04/01 02:15:17 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.004_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.004
2025/04/01 02:15:18 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.005_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.005
2025/04/01 02:15:21 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.006_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.006
2025/04/01 02:15:22 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.007_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.007
2025/04/01 02:15:24 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.008_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.008
2025/04/01 02:15:25 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.009_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.009
2025/04/01 02:15:27 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.010_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.010
2025/04/01 02:15:28 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.011_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.011
2025/04/01 02:15:30 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.012_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.012
2025/04/01 02:15:32 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.013_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.013
2025/04/01 02:15:33 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.014_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.014
2025/04/01 02:15:35 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.015_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.015
2025/04/01 02:15:37 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.016_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.016
2025/04/01 02:15:38 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.017_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.017
2025/04/01 02:15:40 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.018_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.018
2025/04/01 02:15:41 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.019_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.019
2025/04/01 02:15:43 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.020_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.020
2025/04/01 02:15:45 INFO  : with_checksum_big_file_from_pipe.rclone_chunk.021_0uht16: Moved (server-side) to: with_checksum_big_file_from_pipe.rclone_chunk.021
2025/04/01 02:15:48 DEBUG : with_checksum_big_file_from_pipe: md5 = 0ad4cf7b35f62b8ff9c73f481594fbdd OK
2025/04/01 02:15:48 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:17:18 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': File to upload is small (34 bytes), uploading instead of streaming
2025/04/01 02:17:23 INFO  : ignore_checksum_small_file_from_pipe.rclone_chunk.001_0umoc4: Moved (server-side) to: ignore_checksum_small_file_from_pipe
2025/04/01 02:17:23 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/04/01 02:18:12 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.001_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.001
2025/04/01 02:18:14 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.002_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.002
2025/04/01 02:18:17 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.003_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.003
2025/04/01 02:18:19 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.004_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.004
2025/04/01 02:18:20 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.005_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.005
2025/04/01 02:18:22 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.006_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.006
2025/04/01 02:18:24 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.007_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.007
2025/04/01 02:18:25 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.008_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.008
2025/04/01 02:18:27 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.009_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.009
2025/04/01 02:18:30 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.010_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.010
2025/04/01 02:18:31 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.011_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.011
2025/04/01 02:18:33 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.012_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.012
2025/04/01 02:18:35 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.013_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.013
2025/04/01 02:18:36 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.014_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.014
2025/04/01 02:18:38 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.015_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.015
2025/04/01 02:18:40 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.016_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.016
2025/04/01 02:18:41 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.017_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.017
2025/04/01 02:18:43 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.018_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.018
2025/04/01 02:18:44 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.019_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.019
2025/04/01 02:18:46 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.020_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.020
2025/04/01 02:18:47 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.021_0umuxj: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.021
2025/04/01 02:18:49 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-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:20:21 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': File to upload is small (34 bytes), uploading instead of streaming
2025/04/01 02:20:25 INFO  : ignore_checksum_small_file_from_pipe.rclone_chunk.001_0urrsi: Moved (server-side) to: ignore_checksum_small_file_from_pipe
2025/04/01 02:20:25 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check
2025/04/01 02:20:25 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical
2025/04/01 02:21:12 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.001_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.001
2025/04/01 02:21:14 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.002_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.002
2025/04/01 02:21:15 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.003_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.003
2025/04/01 02:21:17 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.004_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.004
2025/04/01 02:21:19 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.005_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.005
2025/04/01 02:21:20 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.006_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.006
2025/04/01 02:21:21 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.007_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.007
2025/04/01 02:21:25 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.008_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.008
2025/04/01 02:21:26 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.009_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.009
2025/04/01 02:21:28 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.010_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.010
2025/04/01 02:21:30 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.011_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.011
2025/04/01 02:21:31 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.012_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.012
2025/04/01 02:21:33 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.013_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.013
2025/04/01 02:21:34 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.014_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.014
2025/04/01 02:21:36 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.015_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.015
2025/04/01 02:21:38 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.016_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.016
2025/04/01 02:21:40 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.017_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.017
2025/04/01 02:21:41 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.018_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.018
2025/04/01 02:21:43 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.019_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.019
2025/04/01 02:21:44 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.020_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.020
2025/04/01 02:21:45 INFO  : ignore_checksum_big_file_from_pipe.rclone_chunk.021_0urv5r: Moved (server-side) to: ignore_checksum_big_file_from_pipe.rclone_chunk.021
2025/04/01 02:21:48 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check
2025/04/01 02:21:48 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical
--- PASS: TestRcat (722.90s)
    --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (180.89s)
    --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (179.88s)
    --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (183.15s)
    --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (178.98s)
=== RUN   TestRcatMetadata
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:1532: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatMetadata (0.68s)
=== RUN   TestRcatSize
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:23:28 INFO  : potato1.rclone_chunk.001_0uwq7f: Moved (server-side) to: potato1.rclone_chunk.001
2025/04/01 02:23:29 INFO  : potato1.rclone_chunk.002_0uwq7f: Moved (server-side) to: potato1.rclone_chunk.002
2025/04/01 02:23:31 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': File to upload is small (60 bytes), uploading instead of streaming
2025/04/01 02:23:38 INFO  : potato2.rclone_chunk.001_0ux2rq: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 02:23:39 INFO  : potato2.rclone_chunk.002_0ux2rq: Moved (server-side) to: potato2.rclone_chunk.002
2025/04/01 02:23:42 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/04/01 02:23:42 DEBUG : potato2: Size and md5 of src and dst objects identical
--- PASS: TestRcatSize (45.11s)
=== RUN   TestRcatSizeMetadata
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:1613: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatSizeMetadata (0.59s)
=== RUN   TestTouchDir
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:24:14 INFO  : potato2.rclone_chunk.001_0uy0gp: Moved (server-side) to: potato2.rclone_chunk.001
2025/04/01 02:24:15 INFO  : potato2.rclone_chunk.002_0uy0gp: Moved (server-side) to: potato2.rclone_chunk.002
2025/04/01 02:24:25 INFO  : empty space.rclone_chunk.001_0uycbv: Moved (server-side) to: empty space
2025/04/01 02:24:30 INFO  : sub dir/potato3.rclone_chunk.001_0uyke4: Moved (server-side) to: sub dir/potato3
2025/04/01 02:24:31 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Touching "empty space"
2025/04/01 02:24:31 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Touching "potato2"
2025/04/01 02:24:32 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Touching "sub dir/potato3"
--- PASS: TestTouchDir (52.56s)
=== RUN   TestMkdirMetadata
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:1703: Skipping test as remote does not support MkdirMetadata
--- SKIP: TestMkdirMetadata (0.48s)
=== RUN   TestMkdirModTime
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata
--- SKIP: TestMkdirModTime (0.62s)
=== RUN   TestCopyDirMetadata
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestCopyDirMetadata (0.76s)
=== RUN   TestSetDirModTime
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime
--- SKIP: TestSetDirModTime (0.84s)
=== RUN   TestDirsEqual
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
    operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestDirsEqual (0.50s)
=== RUN   TestRemoveExisting
    run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta'", Local "Local file system at /tmp/rclone3528449763", Modify Window "1ns"
2025/04/01 02:25:06 INFO  : sub dir/test remove existing.rclone_chunk.001_0uzkul: Moved (server-side) to: sub dir/test remove existing
2025/04/01 02:25:12 INFO  : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789.rclone_chunk.001_0uzpl2: Moved (server-side) to: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789
2025/04/01 02:25:15 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yifibet9" before starting
2025/04/01 02:25:15 DEBUG : sub dir/test remove existing: move non-chunked object...
2025/04/01 02:25:17 INFO  : sub dir/test remove existing: Moved (server-side) to: sub dir/test remove existing.yifibet9
2025/04/01 02:25:18 DEBUG : sub dir/test remove existing.yifibet9: TEST: removing renamed existing file after operation
2025/04/01 02:25:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pohalic3" before starting
2025/04/01 02:25:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: move non-chunked object...
2025/04/01 02:25:25 INFO  : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Moved (server-side) to: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pohalic3
2025/04/01 02:25:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pohalic3: TEST: renaming existing back after failed operation
2025/04/01 02:25:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pohalic3: move non-chunked object...
2025/04/01 02:25:27 INFO  : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pohalic3: Moved (server-side) to: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789
2025/04/01 02:25:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qoyidur3" before starting
2025/04/01 02:25:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: move non-chunked object...
2025/04/01 02:25:31 INFO  : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Moved (server-side) to: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qoyidur3
2025/04/01 02:25:32 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qoyidur3: TEST: removing renamed existing file after operation
--- PASS: TestRemoveExisting (39.97s)
=== RUN   TestRcAbout
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcAbout (0.00s)
=== RUN   TestRcCleanup
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCleanup (0.00s)
=== RUN   TestRcCopyfile
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCopyfile (0.00s)
=== RUN   TestRcCopyurl
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCopyurl (0.00s)
=== RUN   TestRcDelete
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcDelete (0.00s)
=== RUN   TestRcDeletefile
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcDeletefile (0.00s)
=== RUN   TestRcList
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcList (0.00s)
=== RUN   TestRcStat
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcStat (0.00s)
=== RUN   TestRcSetTier
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcSetTier (0.00s)
=== RUN   TestRcSetTierFile
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcSetTierFile (0.00s)
=== RUN   TestRcMkdir
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcMkdir (0.00s)
=== RUN   TestRcMovefile
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcMovefile (0.00s)
=== RUN   TestRcPurge
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcPurge (0.00s)
=== RUN   TestRcRmdir
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcRmdir (0.00s)
=== RUN   TestRcRmdirs
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcRmdirs (0.00s)
=== RUN   TestRcSize
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcSize (0.00s)
=== RUN   TestRcPublicLink
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcPublicLink (0.00s)
=== RUN   TestRcFsInfo
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcFsInfo (0.00s)
=== RUN   TestUploadFile
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestUploadFile (0.00s)
=== RUN   TestRcCommand
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCommand (0.00s)
=== RUN   TestRcDu
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcDu (0.00s)
=== RUN   TestRcCheck
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCheck (0.00s)
=== RUN   TestRcHashsum
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcHashsum (0.00s)
=== RUN   TestRcHashsumFile
    rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcHashsumFile (0.00s)
PASS
2025/04/01 02:25:41 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-teyunuz9meta': Purge remote
"./operations.test -test.v -test.timeout 1h0m0s -remote TestChunkerChunk50bYandex: -verbose -size-limit 1024" - Finished OK in 51m8.525789699s (try 1/5)