"./operations.test -test.v -test.timeout 1h0m0s -remote :memory: -verbose" - Starting (try 1/5)
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone2119874084"
=== 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    multithread_test.go:121: multithread writing not supported
--- SKIP: TestMultithreadCopy (0.00s)
=== RUN   TestMultithreadCopyAbort
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    multithread_test.go:121: multithread writing not supported
--- SKIP: TestMultithreadCopyAbort (0.00s)
=== RUN   TestSizeDiffers
--- PASS: TestSizeDiffers (0.00s)
=== RUN   TestReOpen
=== RUN   TestReOpen/Normal
=== RUN   TestReOpen/Normal/Basics
2025/03/17 06:04:50 DEBUG : potato: Seek from 10 to 0
=== RUN   TestReOpen/Normal/ErrorAtStart
=== RUN   TestReOpen/Normal/WithErrors
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/Normal/TooManyErrors
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/Normal/Seek
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/17 06:04:50 DEBUG : potato: Seek from 5 to 2
=== RUN   TestReOpen/Normal/AccountRead
=== RUN   TestReOpen/Normal/AccountReadDelay
2025/03/17 06:04:50 DEBUG : potato: Seek from 10 to 0
2025/03/17 06:04:50 DEBUG : potato: Seek from 10 to 0
2025/03/17 06:04:50 DEBUG : potato: Seek from 10 to 0
=== RUN   TestReOpen/Normal/AccountReadError
=== RUN   TestReOpen/WithRangeOption
=== RUN   TestReOpen/WithRangeOption/Basics
2025/03/17 06:04:50 DEBUG : potato: Seek from 7 to 0
=== RUN   TestReOpen/WithRangeOption/ErrorAtStart
=== RUN   TestReOpen/WithRangeOption/WithErrors
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/WithRangeOption/TooManyErrors
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/WithRangeOption/Seek
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/17 06:04:50 DEBUG : potato: Seek from 5 to 2
2025/03/17 06:04:50 DEBUG : potato: Seek from 7 to 4
=== RUN   TestReOpen/WithRangeOption/AccountRead
=== RUN   TestReOpen/WithRangeOption/AccountReadDelay
2025/03/17 06:04:50 DEBUG : potato: Seek from 7 to 0
2025/03/17 06:04:50 DEBUG : potato: Seek from 7 to 0
2025/03/17 06:04:50 DEBUG : potato: Seek from 7 to 0
=== RUN   TestReOpen/WithRangeOption/AccountReadError
=== RUN   TestReOpen/WithSeekOption
=== RUN   TestReOpen/WithSeekOption/Basics
2025/03/17 06:04:50 DEBUG : potato: Seek from 8 to 0
=== RUN   TestReOpen/WithSeekOption/ErrorAtStart
=== RUN   TestReOpen/WithSeekOption/WithErrors
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/WithSeekOption/TooManyErrors
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/WithSeekOption/Seek
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/17 06:04:50 DEBUG : potato: Seek from 5 to 2
2025/03/17 06:04:50 DEBUG : potato: Seek from 7 to 5
=== RUN   TestReOpen/WithSeekOption/AccountRead
=== RUN   TestReOpen/WithSeekOption/AccountReadDelay
2025/03/17 06:04:50 DEBUG : potato: Seek from 8 to 0
2025/03/17 06:04:50 DEBUG : potato: Seek from 8 to 0
2025/03/17 06:04:50 DEBUG : potato: Seek from 8 to 0
=== RUN   TestReOpen/WithSeekOption/AccountReadError
=== RUN   TestReOpen/UnknownSize
=== RUN   TestReOpen/UnknownSize/Basics
2025/03/17 06:04:50 DEBUG : potato: Seek from 9 to 0
=== RUN   TestReOpen/UnknownSize/ErrorAtStart
=== RUN   TestReOpen/UnknownSize/WithErrors
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/UnknownSize/TooManyErrors
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/17 06:04:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/UnknownSize/Seek
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/17 06:04:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/17 06:04:50 DEBUG : potato: Seek from 5 to 2
2025/03/17 06:04:50 DEBUG : potato: Seek from 7 to 6
=== RUN   TestReOpen/UnknownSize/AccountRead
=== RUN   TestReOpen/UnknownSize/AccountReadDelay
2025/03/17 06:04:50 DEBUG : potato: Seek from 9 to 0
2025/03/17 06:04:50 DEBUG : potato: Seek from 9 to 0
2025/03/17 06:04:50 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
=== RUN   TestCheck/1
=== RUN   TestCheck/2
=== RUN   TestCheck/3
=== RUN   TestCheck/4
=== RUN   TestCheck/5
=== RUN   TestCheck/6
=== RUN   TestCheck/7
--- PASS: TestCheck (0.01s)
    --- PASS: TestCheck/1 (0.00s)
    --- PASS: TestCheck/2 (0.00s)
    --- PASS: TestCheck/3 (0.00s)
    --- PASS: TestCheck/4 (0.00s)
    --- PASS: TestCheck/5 (0.00s)
    --- PASS: TestCheck/6 (0.00s)
    --- PASS: TestCheck/7 (0.00s)
=== RUN   TestCheckFsError
2025/03/17 06:04:50 DEBUG : Creating backend with remote "nonexistent"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "nonexistent"
2025/03/17 06:04:50 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2025/03/17 06:04:50 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found
2025/03/17 06:04:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found
2025/03/17 06:04:50 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
=== RUN   TestCheckDownload/1
=== RUN   TestCheckDownload/2
=== RUN   TestCheckDownload/3
=== RUN   TestCheckDownload/4
=== RUN   TestCheckDownload/5
=== RUN   TestCheckDownload/6
=== RUN   TestCheckDownload/7
--- PASS: TestCheckDownload (0.01s)
    --- PASS: TestCheckDownload/1 (0.00s)
    --- PASS: TestCheckDownload/2 (0.00s)
    --- PASS: TestCheckDownload/3 (0.00s)
    --- PASS: TestCheckDownload/4 (0.00s)
    --- PASS: TestCheckDownload/5 (0.00s)
    --- PASS: TestCheckDownload/6 (0.00s)
    --- PASS: TestCheckDownload/7 (0.00s)
=== RUN   TestCheckSizeOnly
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
=== RUN   TestCheckSizeOnly/1
=== RUN   TestCheckSizeOnly/2
=== RUN   TestCheckSizeOnly/3
=== RUN   TestCheckSizeOnly/4
=== RUN   TestCheckSizeOnly/5
=== RUN   TestCheckSizeOnly/6
=== RUN   TestCheckSizeOnly/7
--- PASS: TestCheckSizeOnly (0.01s)
    --- PASS: TestCheckSizeOnly/1 (0.00s)
    --- PASS: TestCheckSizeOnly/2 (0.00s)
    --- PASS: TestCheckSizeOnly/3 (0.00s)
    --- PASS: TestCheckSizeOnly/4 (0.00s)
    --- PASS: TestCheckSizeOnly/5 (0.00s)
    --- PASS: TestCheckSizeOnly/6 (0.00s)
    --- PASS: TestCheckSizeOnly/7 (0.00s)
=== RUN   TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN   TestParseSumFile
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 NOTICE: test.sum: improperly formatted checksum line 4
2025/03/17 06:04:50 NOTICE: test.sum: improperly formatted checksum line 5
2025/03/17 06:04:50 NOTICE: test.sum: improperly formatted checksum line 6
2025/03/17 06:04:50 NOTICE: test.sum: 2 warning(s) suppressed...
2025/03/17 06:04:50 NOTICE: test.sum: improperly formatted checksum line 4
2025/03/17 06:04:50 NOTICE: test.sum: improperly formatted checksum line 5
2025/03/17 06:04:50 NOTICE: test.sum: improperly formatted checksum line 6
2025/03/17 06:04:50 NOTICE: test.sum: 2 warning(s) suppressed...
--- PASS: TestParseSumFile (0.00s)
=== RUN   TestCheckSum
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/data"
=== RUN   TestCheckSum/subtest1
=== RUN   TestCheckSum/subtest2
=== RUN   TestCheckSum/subtest3
=== RUN   TestCheckSum/subtest4
=== RUN   TestCheckSum/subtest5
=== RUN   TestCheckSum/subtest6
=== RUN   TestCheckSum/subtest7
--- PASS: TestCheckSum (0.00s)
    --- PASS: TestCheckSum/subtest1 (0.00s)
    --- PASS: TestCheckSum/subtest2 (0.00s)
    --- PASS: TestCheckSum/subtest3 (0.00s)
    --- PASS: TestCheckSum/subtest4 (0.00s)
    --- PASS: TestCheckSum/subtest5 (0.00s)
    --- PASS: TestCheckSum/subtest6 (0.00s)
    --- PASS: TestCheckSum/subtest7 (0.00s)
=== RUN   TestCheckSumDownload
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/data"
=== RUN   TestCheckSumDownload/subtest1
=== RUN   TestCheckSumDownload/subtest2
=== RUN   TestCheckSumDownload/subtest3
=== RUN   TestCheckSumDownload/subtest4
=== RUN   TestCheckSumDownload/subtest5
=== RUN   TestCheckSumDownload/subtest6
=== RUN   TestCheckSumDownload/subtest7
--- PASS: TestCheckSumDownload (0.00s)
    --- PASS: TestCheckSumDownload/subtest1 (0.00s)
    --- PASS: TestCheckSumDownload/subtest2 (0.00s)
    --- PASS: TestCheckSumDownload/subtest3 (0.00s)
    --- PASS: TestCheckSumDownload/subtest4 (0.00s)
    --- PASS: TestCheckSumDownload/subtest5 (0.00s)
    --- PASS: TestCheckSumDownload/subtest6 (0.00s)
    --- PASS: TestCheckSumDownload/subtest7 (0.00s)
=== RUN   TestApplyTransforms
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-yebugaq2lini"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone3259662567"
    run.go:180: Remote "Memory root 'rclone-test-yebugaq2lini'", Local "Local file system at /tmp/rclone3259662567", Modify Window "1ns"
upper checkfile vs. lower remote (without normalization)
2025/03/17 06:04:50 ERROR : hello, world!: sum not found
2025/03/17 06:04:50 ERROR : HELLO, WORLD!: file not in Memory root 'rclone-test-yebugaq2lini'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-yebugaq2lini': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-yebugaq2lini': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-yebugaq2lini': 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2025/03/17 06:04:50 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-yebugaq2lini': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-yebugaq2lini': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-qeditat3pibi"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone787306220"
    run.go:180: Remote "Memory root 'rclone-test-qeditat3pibi'", Local "Local file system at /tmp/rclone787306220", Modify Window "1ns"
lower checkfile vs. upper remote (without normalization)
2025/03/17 06:04:50 ERROR : HELLO, WORLD!: sum not found
2025/03/17 06:04:50 ERROR : hello, world!: file not in Memory root 'rclone-test-qeditat3pibi'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qeditat3pibi': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qeditat3pibi': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qeditat3pibi': 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2025/03/17 06:04:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qeditat3pibi': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qeditat3pibi': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-jejanef6fuvo"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone417784864"
    run.go:180: Remote "Memory root 'rclone-test-jejanef6fuvo'", Local "Local file system at /tmp/rclone417784864", Modify Window "1ns"
lower checkfile vs. upperlowermixed remote (without normalization)
2025/03/17 06:04:50 ERROR : HeLlO, wOrLd!: sum not found
2025/03/17 06:04:50 ERROR : hello, world!: file not in Memory root 'rclone-test-jejanef6fuvo'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-jejanef6fuvo': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-jejanef6fuvo': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-jejanef6fuvo': 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2025/03/17 06:04:50 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-jejanef6fuvo': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-jejanef6fuvo': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-sazosos5time"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone3330369348"
    run.go:180: Remote "Memory root 'rclone-test-sazosos5time'", Local "Local file system at /tmp/rclone3330369348", Modify Window "1ns"
upperlowermixed checkfile vs. upper remote (without normalization)
2025/03/17 06:04:50 ERROR : HELLO, WORLD!: sum not found
2025/03/17 06:04:50 ERROR : HeLlO, wOrLd!: file not in Memory root 'rclone-test-sazosos5time'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-sazosos5time': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-sazosos5time': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-sazosos5time': 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2025/03/17 06:04:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-sazosos5time': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-sazosos5time': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-qewerur3nubu"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone1319819631"
    run.go:180: Remote "Memory root 'rclone-test-qewerur3nubu'", Local "Local file system at /tmp/rclone1319819631", Modify Window "1ns"
NFD checkfile vs. NFC remote (without normalization)
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ: sum not found
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ: file not in Memory root 'rclone-test-qewerur3nubu'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qewerur3nubu': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qewerur3nubu': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qewerur3nubu': 2 errors while checking
NFD checkfile vs. NFC remote (with normalization)
2025/03/17 06:04:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qewerur3nubu': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-qewerur3nubu': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-kasogip7sedi"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone3260221082"
    run.go:180: Remote "Memory root 'rclone-test-kasogip7sedi'", Local "Local file system at /tmp/rclone3260221082", Modify Window "1ns"
NFC checkfile vs. NFD remote (without normalization)
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ: sum not found
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ: file not in Memory root 'rclone-test-kasogip7sedi'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-kasogip7sedi': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-kasogip7sedi': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-kasogip7sedi': 2 errors while checking
NFC checkfile vs. NFD remote (with normalization)
2025/03/17 06:04:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-kasogip7sedi': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-kasogip7sedi': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-venekeb7lawo"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone1309918303"
    run.go:180: Remote "Memory root 'rclone-test-venekeb7lawo'", Local "Local file system at /tmp/rclone1309918303", Modify Window "1ns"
NFDx2 checkfile vs. both remote (without normalization)
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Memory root 'rclone-test-venekeb7lawo'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-venekeb7lawo': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-venekeb7lawo': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-venekeb7lawo': 2 errors while checking
NFDx2 checkfile vs. both remote (with normalization)
2025/03/17 06:04:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-venekeb7lawo': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-venekeb7lawo': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-dotugep3qoyo"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone3990391395"
    run.go:180: Remote "Memory root 'rclone-test-dotugep3qoyo'", Local "Local file system at /tmp/rclone3990391395", Modify Window "1ns"
NFCx2 checkfile vs. both remote (without normalization)
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Memory root 'rclone-test-dotugep3qoyo'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-dotugep3qoyo': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-dotugep3qoyo': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-dotugep3qoyo': 2 errors while checking
NFCx2 checkfile vs. both remote (with normalization)
2025/03/17 06:04:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-dotugep3qoyo': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-dotugep3qoyo': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-zacasup9xomo"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone2254728086"
    run.go:180: Remote "Memory root 'rclone-test-zacasup9xomo'", Local "Local file system at /tmp/rclone2254728086", Modify Window "1ns"
both checkfile vs. NFDx2 remote (without normalization)
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Memory root 'rclone-test-zacasup9xomo'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-zacasup9xomo': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-zacasup9xomo': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-zacasup9xomo': 2 errors while checking
both checkfile vs. NFDx2 remote (with normalization)
2025/03/17 06:04:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-zacasup9xomo': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-zacasup9xomo': 1 matching files
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-moxeneh3cayu"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone196250136"
    run.go:180: Remote "Memory root 'rclone-test-moxeneh3cayu'", Local "Local file system at /tmp/rclone196250136", Modify Window "1ns"
both checkfile vs. NFCx2 remote (without normalization)
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/17 06:04:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Memory root 'rclone-test-moxeneh3cayu'
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-moxeneh3cayu': 1 files missing
2025/03/17 06:04:50 NOTICE: 1 hashes missing
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-moxeneh3cayu': 2 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-moxeneh3cayu': 2 errors while checking
both checkfile vs. NFCx2 remote (with normalization)
2025/03/17 06:04:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-moxeneh3cayu': 0 differences found
2025/03/17 06:04:50 NOTICE: Memory root 'rclone-test-moxeneh3cayu': 1 matching files
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-moxeneh3cayu': Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-moxeneh3cayu': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-zacasup9xomo': Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-zacasup9xomo': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-dotugep3qoyo': Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-dotugep3qoyo': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-venekeb7lawo': Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-venekeb7lawo': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-kasogip7sedi': Purge object "測試_Русский___ě_áñ"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-kasogip7sedi': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-qewerur3nubu': Purge object "測試_Русский___ě_áñ"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-qewerur3nubu': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-sazosos5time': Purge object "HELLO, WORLD!"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-sazosos5time': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-jejanef6fuvo': Purge object "HeLlO, wOrLd!"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-jejanef6fuvo': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-qeditat3pibi': Purge object "HELLO, WORLD!"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-qeditat3pibi': Purge dir ""
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-yebugaq2lini': Purge object "hello, world!"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-yebugaq2lini': Purge dir ""
--- PASS: TestApplyTransforms (0.02s)
=== RUN   TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN   TestCopyFile
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/17 06:04:50 INFO  : file1: Copied (new) to: sub/file2
2025/03/17 06:04:50 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 DEBUG : file1: Unchanged skipping
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestCopyFile (0.01s)
=== RUN   TestCopyLongFile
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    copy_test.go:153: Test only runs on local
--- SKIP: TestCopyLongFile (0.00s)
=== RUN   TestCopyFileBackupDir
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/backup"
2025/03/17 06:04:50 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/03/17 06:04:50 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK
2025/03/17 06:04:50 INFO  : dst/file1: Copied (server-side copy)
2025/03/17 06:04:50 INFO  : dst/file1: Deleted
2025/03/17 06:04:50 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/17 06:04:50 INFO  : dst/file1: Copied (new)
--- PASS: TestCopyFileBackupDir (0.00s)
=== RUN   TestCopyFileCompareDest
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/dst"
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/CompareDest"
2025/03/17 06:04:50 DEBUG : one: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/17 06:04:50 INFO  : one: Copied (new)
2025/03/17 06:04:50 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/17 06:04:50 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/17 06:04:50 INFO  : one: Copied (replaced existing)
2025/03/17 06:04:50 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/17 06:04:50 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 DEBUG : one: Destination found in --compare-dest, skipping
2025/03/17 06:04:50 DEBUG : two: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/17 06:04:50 DEBUG : two: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/17 06:04:50 DEBUG : two: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/03/17 06:04:50 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK
2025/03/17 06:04:50 INFO  : two: Copied (new)
--- PASS: TestCopyFileCompareDest (0.01s)
=== RUN   TestCopyFileCopyDest
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/dst"
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/CopyDest"
2025/03/17 06:04:50 DEBUG : one: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/17 06:04:50 INFO  : one: Copied (new)
2025/03/17 06:04:50 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/17 06:04:50 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/17 06:04:50 INFO  : one: Copied (replaced existing)
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/BackupDir"
2025/03/17 06:04:50 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/17 06:04:50 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/17 06:04:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/17 06:04:50 INFO  : one: Copied (server-side copy)
2025/03/17 06:04:50 INFO  : one: Deleted
2025/03/17 06:04:50 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/17 06:04:50 INFO  : one: Copied (server-side copy)
2025/03/17 06:04:50 DEBUG : one: Destination found in --copy-dest, using server-side copy
2025/03/17 06:04:50 DEBUG : two: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/17 06:04:50 INFO  : two: Copied (server-side copy)
2025/03/17 06:04:50 DEBUG : two: Destination found in --copy-dest, using server-side copy
2025/03/17 06:04:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 DEBUG : two: Unchanged skipping
2025/03/17 06:04:50 DEBUG : three: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/03/17 06:04:50 DEBUG : three: Destination not found in --copy-dest
2025/03/17 06:04:50 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK
2025/03/17 06:04:50 INFO  : three: Copied (new)
--- PASS: TestCopyFileCopyDest (0.01s)
=== RUN   TestCopyInplace
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    copy_test.go:370: Partial uploads not supported
--- SKIP: TestCopyInplace (0.00s)
=== RUN   TestCopyLongFileName
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    copy_test.go:403: Partial uploads not supported
--- SKIP: TestCopyLongFileName (0.00s)
=== RUN   TestCopyFileMaxTransfer
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/17 06:04:50 INFO  : TestCopyFileMaxTransfer/file1: Copied (new)
2025/03/17 06:04:50 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2025/03/17 06:04:50 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to update memory object: max transfer limit reached as set by --max-transfer
2025/03/17 06:04:50 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c38aad91037dacabf70587a2ecd36903 OK
2025/03/17 06:04:50 INFO  : TestCopyFileMaxTransfer/file4: Copied (new)
--- PASS: TestCopyFileMaxTransfer (0.03s)
=== RUN   TestDeduplicateInteractive
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateInteractive (0.00s)
=== RUN   TestDeduplicateSkip
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSkip (0.00s)
=== RUN   TestDeduplicateSizeOnly
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSizeOnly (0.00s)
=== RUN   TestDeduplicateFirst
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateFirst (0.00s)
=== RUN   TestDeduplicateNewest
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateNewest (0.00s)
=== RUN   TestDeduplicateNewestByHash
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 INFO  : Memory root 'rclone-test-parades8liha': Looking for duplicate md5 hashes using newest mode.
2025/03/17 06:04:50 NOTICE: fe88c90aaa58e93093cd62ad1eba7039: Found 3 files with duplicate md5 hashes
2025/03/17 06:04:50 INFO  : one: Deleted
2025/03/17 06:04:50 INFO  : also/one: Deleted
2025/03/17 06:04:50 NOTICE: fe88c90aaa58e93093cd62ad1eba7039: Deleted 2 extra copies
--- PASS: TestDeduplicateNewestByHash (0.00s)
=== RUN   TestDeduplicateOldest
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateOldest (0.00s)
=== RUN   TestDeduplicateLargest
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateLargest (0.00s)
=== RUN   TestDeduplicateSmallest
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSmallest (0.00s)
=== RUN   TestDeduplicateRename
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateRename (0.00s)
=== RUN   TestMergeDirs
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    dedupe_test.go:256: Can't merge directories
--- SKIP: TestMergeDirs (0.00s)
=== RUN   TestListDirSorted
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : a.txt: Excluded (Size Filter)
2025/03/17 06:04:50 DEBUG : a.txt: Excluded
2025/03/17 06:04:50 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2025/03/17 06:04:50 DEBUG : sub dir/hello world2: Excluded
2025/03/17 06:04:50 DEBUG : sub dir/hello world: Excluded (Size Filter)
2025/03/17 06:04:50 DEBUG : sub dir/hello world: Excluded
2025/03/17 06:04:50 DEBUG : sub dir/ignore dir: Excluded
2025/03/17 06:04:50 DEBUG : sub dir/hello world: Excluded (Size Filter)
2025/03/17 06:04:50 DEBUG : sub dir/hello world: Excluded
2025/03/17 06:04:50 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2025/03/17 06:04:50 DEBUG : sub dir/hello world2: Excluded
2025/03/17 06:04:50 DEBUG : sub dir/ignore dir: Excluded
--- PASS: TestListDirSorted (0.00s)
=== RUN   TestListJSON
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
=== 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 (0.00s)
    --- PASS: TestListJSON/Default (0.00s)
    --- PASS: TestListJSON/FilesOnly (0.00s)
    --- PASS: TestListJSON/DirsOnly (0.00s)
    --- PASS: TestListJSON/Recurse (0.00s)
    --- PASS: TestListJSON/SubDir (0.00s)
    --- PASS: TestListJSON/NoModTime (0.00s)
    --- PASS: TestListJSON/NoMimeType (0.00s)
    --- PASS: TestListJSON/ShowHash (0.00s)
    --- PASS: TestListJSON/HashTypes (0.00s)
    --- PASS: TestListJSON/Metadata (0.00s)
=== RUN   TestStatJSON
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
=== RUN   TestStatJSON/Root
=== RUN   TestStatJSON/RootFilesOnly
=== RUN   TestStatJSON/RootDirsOnly
=== RUN   TestStatJSON/Dir
=== RUN   TestStatJSON/DirWithTrailingSlash
=== RUN   TestStatJSON/File
=== RUN   TestStatJSON/NotFound
=== RUN   TestStatJSON/DirFilesOnly
=== RUN   TestStatJSON/FileFilesOnly
=== RUN   TestStatJSON/NotFoundFilesOnly
=== RUN   TestStatJSON/DirDirsOnly
=== RUN   TestStatJSON/FileDirsOnly
=== RUN   TestStatJSON/NotFoundDirsOnly
=== RUN   TestStatJSON/RootNotFound
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/notfound"
--- PASS: TestStatJSON (0.00s)
    --- PASS: TestStatJSON/Root (0.00s)
    --- PASS: TestStatJSON/RootFilesOnly (0.00s)
    --- PASS: TestStatJSON/RootDirsOnly (0.00s)
    --- PASS: TestStatJSON/Dir (0.00s)
    --- PASS: TestStatJSON/DirWithTrailingSlash (0.00s)
    --- PASS: TestStatJSON/File (0.00s)
    --- PASS: TestStatJSON/NotFound (0.00s)
    --- PASS: TestStatJSON/DirFilesOnly (0.00s)
    --- PASS: TestStatJSON/FileFilesOnly (0.00s)
    --- PASS: TestStatJSON/NotFoundFilesOnly (0.00s)
    --- PASS: TestStatJSON/DirDirsOnly (0.00s)
    --- PASS: TestStatJSON/FileDirsOnly (0.00s)
    --- PASS: TestStatJSON/NotFoundDirsOnly (0.00s)
    --- PASS: TestStatJSON/RootNotFound (0.00s)
=== RUN   TestMkdir
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 INFO  : Memory root 'rclone-test-parades8liha': Making directory
2025/03/17 06:04:50 INFO  : Memory root 'rclone-test-parades8liha': Making directory
--- PASS: TestMkdir (0.00s)
=== RUN   TestLsd
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestLsd (0.00s)
=== RUN   TestLs
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestLs (0.00s)
=== RUN   TestLsWithFilesFrom
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : empty space: Excluded (FilesFrom Filter)
2025/03/17 06:04:50 DEBUG : empty space: Excluded
--- PASS: TestLsWithFilesFrom (0.00s)
=== RUN   TestLsLong
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestLsLong (0.00s)
=== RUN   TestHashSums
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
=== RUN   TestHashSums/Md5
=== RUN   TestHashSums/Md5Download
--- PASS: TestHashSums (0.00s)
    --- PASS: TestHashSums/Md5 (0.00s)
    --- PASS: TestHashSums/Md5Download (0.00s)
=== RUN   TestHashSumsWithErrors
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:"
2025/03/17 06:04:50 ERROR : file1: hash unsupported: hash type not supported
2025/03/17 06:04:50 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN   TestHashStream
2025/03/17 06:04:50 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/03/17 06:04:50 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/03/17 06:04:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/03/17 06:04:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/03/17 06:04:50 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/03/17 06:04:50 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/03/17 06:04:50 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2025/03/17 06:04:50 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestCount (0.00s)
=== RUN   TestDelete
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : large: Excluded (Size Filter)
2025/03/17 06:04:50 DEBUG : Waiting for deletions to finish
2025/03/17 06:04:50 INFO  : small: Deleted
2025/03/17 06:04:50 INFO  : medium: Deleted
--- PASS: TestDelete (0.00s)
=== RUN   TestMaxDelete
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Waiting for deletions to finish
2025/03/17 06:04:50 INFO  : medium: Deleted
2025/03/17 06:04:50 INFO  : large: Deleted
2025/03/17 06:04:50 ERROR : small: Got fatal error on delete: --max-delete threshold reached
--- PASS: TestMaxDelete (0.00s)
=== RUN   TestMaxDeleteSizeLargeFile
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Waiting for deletions to finish
2025/03/17 06:04:50 INFO  : small: Deleted
2025/03/17 06:04:50 INFO  : medium: Deleted
2025/03/17 06:04:50 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached
--- PASS: TestMaxDeleteSizeLargeFile (0.00s)
=== RUN   TestMaxDeleteSize
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Waiting for deletions to finish
2025/03/17 06:04:50 INFO  : medium: Deleted
2025/03/17 06:04:50 INFO  : small: Deleted
2025/03/17 06:04:50 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached
--- PASS: TestMaxDeleteSize (0.00s)
=== RUN   TestReadFile
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestReadFile (0.00s)
=== RUN   TestRetry
2025/03/17 06:04:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2025/03/17 06:04:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2025/03/17 06:04:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/17 06:04:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/17 06:04:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/17 06:04:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/17 06:04:50 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestCat (0.00s)
=== RUN   TestPurge
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-yawiwaw0sugu"
2025/03/17 06:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/17 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone2068993804"
    run.go:180: Remote "Memory root 'rclone-test-yawiwaw0sugu'", Local "Local file system at /tmp/rclone2068993804", Modify Window "1ns"
2025/03/17 06:04:50 INFO  : A2: Making directory
2025/03/17 06:04:50 INFO  : A1/B2: Making directory
2025/03/17 06:04:50 INFO  : A1/B2/C2: Making directory
2025/03/17 06:04:50 INFO  : A1/B1/C3: Making directory
2025/03/17 06:04:50 INFO  : A3: Making directory
2025/03/17 06:04:50 INFO  : A3/B3: Making directory
2025/03/17 06:04:50 INFO  : A3/B3/C4: Making directory
    fstest.go:244: Filtering empty directory "A2"
    fstest.go:244: Filtering empty directory "A1/B2"
    fstest.go:244: Filtering empty directory "A1/B2/C2"
    fstest.go:244: Filtering empty directory "A1/B1/C3"
    fstest.go:244: Filtering empty directory "A3"
    fstest.go:244: Filtering empty directory "A3/B3"
    fstest.go:244: Filtering empty directory "A3/B3/C4"
2025/03/17 06:04:50 DEBUG : Waiting for deletions to finish
2025/03/17 06:04:50 INFO  : A1/B1/C1/one: Deleted
2025/03/17 06:04:50 DEBUG : removing 1 level 2 directories
2025/03/17 06:04:50 INFO  : A1/B1: Removing directory
    fstest.go:244: Filtering empty directory "A2"
    fstest.go:244: Filtering empty directory "A1/B2"
    fstest.go:244: Filtering empty directory "A1/B2/C2"
    fstest.go:244: Filtering empty directory "A3"
    fstest.go:244: Filtering empty directory "A3/B3"
    fstest.go:244: Filtering empty directory "A3/B3/C4"
2025/03/17 06:04:50 DEBUG : Waiting for deletions to finish
2025/03/17 06:04:50 INFO  : A1/two: Deleted
2025/03/17 06:04:50 DEBUG : removing 1 level 0 directories
2025/03/17 06:04:50 INFO  : Memory root 'rclone-test-yawiwaw0sugu': Removing directory
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-yawiwaw0sugu': Purge dir ""
2025/03/17 06:04:50 NOTICE: purge failed to rmdir "": directory not found
2025/03/17 06:04:50 NOTICE: purge failed: directory not found
--- PASS: TestPurge (0.00s)
=== RUN   TestRmdirsNoLeaveRoot
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 INFO  : A2: Making directory
2025/03/17 06:04:50 INFO  : A1/B2: Making directory
2025/03/17 06:04:50 INFO  : A1/B2/C2: Making directory
2025/03/17 06:04:50 INFO  : A1/B1/C3: Making directory
2025/03/17 06:04:50 INFO  : A3: Making directory
2025/03/17 06:04:50 INFO  : A3/B3: Making directory
2025/03/17 06:04:50 INFO  : A3/B3/C4: Making directory
    fstest.go:244: Filtering empty directory "A2"
    fstest.go:244: Filtering empty directory "A1/B2"
    fstest.go:244: Filtering empty directory "A1/B2/C2"
    fstest.go:244: Filtering empty directory "A1/B1/C3"
    fstest.go:244: Filtering empty directory "A3"
    fstest.go:244: Filtering empty directory "A3/B3"
    fstest.go:244: Filtering empty directory "A3/B3/C4"
2025/03/17 06:04:50 DEBUG : removing 1 level 3 directories
2025/03/17 06:04:50 INFO  : A3/B3/C4: Removing directory
    fstest.go:244: Filtering empty directory "A2"
    fstest.go:244: Filtering empty directory "A1/B2"
    fstest.go:244: Filtering empty directory "A1/B2/C2"
    fstest.go:244: Filtering empty directory "A1/B1/C3"
    fstest.go:244: Filtering empty directory "A3"
    fstest.go:244: Filtering empty directory "A3/B3"
2025/03/17 06:04:50 DEBUG : removing 1 level 0 directories
2025/03/17 06:04:50 INFO  : Memory root 'rclone-test-parades8liha': Removing directory
--- PASS: TestRmdirsNoLeaveRoot (0.00s)
=== RUN   TestRmdirsLeaveRoot
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 INFO  : A1: Making directory
2025/03/17 06:04:50 INFO  : A1/B1: Making directory
2025/03/17 06:04:50 INFO  : A1/B1/C1: Making directory
    fstest.go:244: Filtering empty directory "A1"
    fstest.go:244: Filtering empty directory "A1/B1"
    fstest.go:244: Filtering empty directory "A1/B1/C1"
    fstest.go:244: Filtering empty directory "A1"
--- PASS: TestRmdirsLeaveRoot (0.00s)
=== RUN   TestRmdirsWithFilter
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 INFO  : A1: Making directory
2025/03/17 06:04:50 INFO  : A1/B1: Making directory
2025/03/17 06:04:50 INFO  : A1/B1/C1: Making directory
    fstest.go:244: Filtering empty directory "A1"
    fstest.go:244: Filtering empty directory "A1/B1"
    fstest.go:244: Filtering empty directory "A1/B1/C1"
    fstest.go:244: Filtering empty directory "A1"
--- PASS: TestRmdirsWithFilter (0.00s)
=== RUN   TestCopyURL
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : filename.txt: File name found in url
2025/03/17 06:04:50 DEBUG : headerfilename.txt: filename found in Content-Disposition header.
--- PASS: TestCopyURL (0.01s)
=== RUN   TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN   TestMoveFile
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/17 06:04:50 INFO  : file1: Copied (new) to: sub/file2
2025/03/17 06:04:50 INFO  : file1: Deleted
2025/03/17 06:04:50 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 DEBUG : file1: Unchanged skipping
2025/03/17 06:04:50 INFO  : file1: Deleted
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestMoveFile (0.00s)
=== RUN   TestMoveFileWithIgnoreExisting
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/17 06:04:50 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/17 06:04:50 INFO  : file1: Copied (new)
2025/03/17 06:04:50 INFO  : file1: Deleted
2025/03/17 06:04:50 DEBUG : file1: Destination exists, skipping
2025/03/17 06:04:50 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
--- PASS: TestMoveFileWithIgnoreExisting (0.01s)
=== RUN   TestCaseInsensitiveMoveFile
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFile (0.00s)
=== RUN   TestCaseInsensitiveMoveFileDryRun
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s)
=== RUN   TestMoveFileBackupDir
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Creating backend with remote ":memory:rclone-test-parades8liha/backup"
2025/03/17 06:04:50 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/03/17 06:04:50 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK
2025/03/17 06:04:50 INFO  : dst/file1: Copied (server-side copy)
2025/03/17 06:04:50 INFO  : dst/file1: Deleted
2025/03/17 06:04:50 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/03/17 06:04:50 INFO  : dst/file1: Copied (new)
2025/03/17 06:04:50 INFO  : dst/file1: Deleted
--- PASS: TestMoveFileBackupDir (0.00s)
=== 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 INFO  : A1/B2: Making directory
2025/03/17 06:04:50 INFO  : A1/B1/C3: Making directory
    fstest.go:244: Filtering empty directory "A1/B2"
    fstest.go:244: Filtering empty directory "A1/B1/C3"
2025/03/17 06:04:50 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/03/17 06:04:50 INFO  : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five
2025/03/17 06:04:50 INFO  : A1/B1/C2/five: Deleted
2025/03/17 06:04:50 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/03/17 06:04:50 INFO  : A1/B1/three: Copied (server-side copy) to: A2/B1/three
2025/03/17 06:04:50 INFO  : A1/B1/three: Deleted
2025/03/17 06:04:50 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/03/17 06:04:50 INFO  : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four
2025/03/17 06:04:50 INFO  : A1/B1/C1/four: Deleted
2025/03/17 06:04:50 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/17 06:04:50 INFO  : A1/one: Copied (server-side copy) to: A2/one
2025/03/17 06:04:50 INFO  : A1/one: Deleted
2025/03/17 06:04:50 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/17 06:04:50 INFO  : A1/two: Copied (server-side copy) to: A2/two
2025/03/17 06:04:50 INFO  : A1/two: Deleted
    fstest.go:244: Filtering empty directory "A2/B2"
    fstest.go:244: Filtering empty directory "A2/B1/C3"
2025/03/17 06:04:50 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/17 06:04:50 INFO  : A2/one: Copied (server-side copy) to: A3/one
2025/03/17 06:04:50 INFO  : A2/one: Deleted
2025/03/17 06:04:50 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/17 06:04:50 INFO  : A2/two: Copied (server-side copy) to: A3/two
2025/03/17 06:04:50 INFO  : A2/two: Deleted
2025/03/17 06:04:50 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/03/17 06:04:50 INFO  : A2/B1/three: Copied (server-side copy) to: A3/B1/three
2025/03/17 06:04:50 INFO  : A2/B1/three: Deleted
2025/03/17 06:04:50 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/03/17 06:04:50 INFO  : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five
2025/03/17 06:04:50 INFO  : A2/B1/C2/five: Deleted
2025/03/17 06:04:50 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/03/17 06:04:50 INFO  : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four
2025/03/17 06:04:50 INFO  : A2/B1/C1/four: Deleted
    fstest.go:244: Filtering empty directory "A3/B2"
    fstest.go:244: Filtering empty directory "A3/B1/C3"
2025/03/17 06:04:50 INFO  : Memory root 'rclone-test-parades8liha': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes
2025/03/17 06:04:50 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/03/17 06:04:50 INFO  : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five
2025/03/17 06:04:50 INFO  : A3/B1/C2/five: Deleted
2025/03/17 06:04:50 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/17 06:04:50 INFO  : A3/one: Copied (server-side copy) to: A4/one
2025/03/17 06:04:50 INFO  : A3/one: Deleted
2025/03/17 06:04:50 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/17 06:04:50 INFO  : A3/two: Copied (server-side copy) to: A4/two
2025/03/17 06:04:50 INFO  : A3/two: Deleted
2025/03/17 06:04:50 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/03/17 06:04:50 INFO  : A3/B1/three: Copied (server-side copy) to: A4/B1/three
2025/03/17 06:04:50 INFO  : A3/B1/three: Deleted
2025/03/17 06:04:50 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/03/17 06:04:50 INFO  : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four
2025/03/17 06:04:50 INFO  : A3/B1/C1/four: Deleted
    fstest.go:244: Filtering empty directory "A4/B2"
    fstest.go:244: Filtering empty directory "A4/B1/C3"
--- PASS: TestDirMove (0.00s)
=== RUN   TestGetFsInfo
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
--- PASS: TestGetFsInfo (0.00s)
=== RUN   TestRcat
=== RUN   TestRcat/withChecksum=false,ignoreChecksum=false
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': File to upload is small (34 bytes), uploading instead of streaming
2025/03/17 06:04:50 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/03/17 06:04:50 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/03/17 06:04:50 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK
2025/03/17 06:04:50 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': File to upload is small (34 bytes), uploading instead of streaming
2025/03/17 06:04:50 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/03/17 06:04:50 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/03/17 06:04:50 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK
2025/03/17 06:04:50 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': File to upload is small (34 bytes), uploading instead of streaming
2025/03/17 06:04:50 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/03/17 06:04:50 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 "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': File to upload is small (34 bytes), uploading instead of streaming
2025/03/17 06:04:50 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check
2025/03/17 06:04:50 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical
2025/03/17 06:04:50 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check
2025/03/17 06:04:50 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical
--- PASS: TestRcat (0.02s)
    --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.01s)
    --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.01s)
    --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.00s)
    --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.00s)
=== RUN   TestRcatMetadata
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    operations_test.go:1532: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatMetadata (0.00s)
=== RUN   TestRcatSize
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': File to upload is small (60 bytes), uploading instead of streaming
2025/03/17 06:04:50 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/17 06:04:50 DEBUG : potato2: Size and md5 of src and dst objects identical
--- PASS: TestRcatSize (0.00s)
=== RUN   TestRcatSizeMetadata
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    operations_test.go:1613: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatSizeMetadata (0.00s)
=== RUN   TestTouchDir
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': Touching "potato2"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': Touching "empty space"
2025/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': Touching "sub dir/potato3"
--- PASS: TestTouchDir (0.00s)
=== RUN   TestMkdirMetadata
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    operations_test.go:1703: Skipping test as remote does not support MkdirMetadata
--- SKIP: TestMkdirMetadata (0.00s)
=== RUN   TestMkdirModTime
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata
--- SKIP: TestMkdirModTime (0.00s)
=== RUN   TestCopyDirMetadata
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestCopyDirMetadata (0.00s)
=== RUN   TestSetDirModTime
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime
--- SKIP: TestSetDirModTime (0.00s)
=== RUN   TestDirsEqual
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestDirsEqual (0.00s)
=== RUN   TestRemoveExisting
    run.go:180: Remote "Memory root 'rclone-test-parades8liha'", Local "Local file system at /tmp/rclone2119874084", Modify Window "1ns"
    operations_test.go:1892: Skipping as remote can't Move
--- SKIP: TestRemoveExisting (0.00s)
=== 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/03/17 06:04:50 DEBUG : Memory root 'rclone-test-parades8liha': Purge dir ""
"./operations.test -test.v -test.timeout 1h0m0s -remote :memory: -verbose" - Finished OK in 262.571183ms (try 1/5)