"./operations.test -test.v -test.timeout 1h0m0s -remote TestProtonDrive: -verbose" - Starting (try 1/5)
2025/03/21 01:13:54 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-fupicum3kiti"
2025/03/21 01:13:54 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:13:54 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Has cached credentials
2025/03/21 01:13:56 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:13:56 DEBUG : Creating backend with remote "/tmp/rclone2022439946"
=== 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 "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    multithread_test.go:121: multithread writing not supported
2025/03/21 01:13:56 ERROR : : error listing: directory not found
--- SKIP: TestMultithreadCopy (0.16s)
=== RUN   TestMultithreadCopyAbort
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    multithread_test.go:121: multithread writing not supported
2025/03/21 01:13:56 ERROR : : error listing: directory not found
--- SKIP: TestMultithreadCopyAbort (0.13s)
=== RUN   TestSizeDiffers
--- PASS: TestSizeDiffers (0.00s)
=== RUN   TestReOpen
=== RUN   TestReOpen/Normal
=== RUN   TestReOpen/Normal/Basics
2025/03/21 01:13:56 DEBUG : potato: Seek from 10 to 0
=== RUN   TestReOpen/Normal/ErrorAtStart
=== RUN   TestReOpen/Normal/WithErrors
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/Normal/TooManyErrors
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/Normal/Seek
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/21 01:13:56 DEBUG : potato: Seek from 5 to 2
=== RUN   TestReOpen/Normal/AccountRead
=== RUN   TestReOpen/Normal/AccountReadDelay
2025/03/21 01:13:56 DEBUG : potato: Seek from 10 to 0
2025/03/21 01:13:56 DEBUG : potato: Seek from 10 to 0
2025/03/21 01:13:56 DEBUG : potato: Seek from 10 to 0
=== RUN   TestReOpen/Normal/AccountReadError
=== RUN   TestReOpen/WithRangeOption
=== RUN   TestReOpen/WithRangeOption/Basics
2025/03/21 01:13:56 DEBUG : potato: Seek from 7 to 0
=== RUN   TestReOpen/WithRangeOption/ErrorAtStart
=== RUN   TestReOpen/WithRangeOption/WithErrors
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/WithRangeOption/TooManyErrors
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/WithRangeOption/Seek
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/21 01:13:56 DEBUG : potato: Seek from 5 to 2
2025/03/21 01:13:56 DEBUG : potato: Seek from 7 to 4
=== RUN   TestReOpen/WithRangeOption/AccountRead
=== RUN   TestReOpen/WithRangeOption/AccountReadDelay
2025/03/21 01:13:56 DEBUG : potato: Seek from 7 to 0
2025/03/21 01:13:56 DEBUG : potato: Seek from 7 to 0
2025/03/21 01:13:56 DEBUG : potato: Seek from 7 to 0
=== RUN   TestReOpen/WithRangeOption/AccountReadError
=== RUN   TestReOpen/WithSeekOption
=== RUN   TestReOpen/WithSeekOption/Basics
2025/03/21 01:13:56 DEBUG : potato: Seek from 8 to 0
=== RUN   TestReOpen/WithSeekOption/ErrorAtStart
=== RUN   TestReOpen/WithSeekOption/WithErrors
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/WithSeekOption/TooManyErrors
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/WithSeekOption/Seek
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/21 01:13:56 DEBUG : potato: Seek from 5 to 2
2025/03/21 01:13:56 DEBUG : potato: Seek from 7 to 5
=== RUN   TestReOpen/WithSeekOption/AccountRead
=== RUN   TestReOpen/WithSeekOption/AccountReadDelay
2025/03/21 01:13:56 DEBUG : potato: Seek from 8 to 0
2025/03/21 01:13:56 DEBUG : potato: Seek from 8 to 0
2025/03/21 01:13:56 DEBUG : potato: Seek from 8 to 0
=== RUN   TestReOpen/WithSeekOption/AccountReadError
=== RUN   TestReOpen/UnknownSize
=== RUN   TestReOpen/UnknownSize/Basics
2025/03/21 01:13:56 DEBUG : potato: Seek from 9 to 0
=== RUN   TestReOpen/UnknownSize/ErrorAtStart
=== RUN   TestReOpen/UnknownSize/WithErrors
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN   TestReOpen/UnknownSize/TooManyErrors
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/03/21 01:13:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN   TestReOpen/UnknownSize/Seek
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/03/21 01:13:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/03/21 01:13:56 DEBUG : potato: Seek from 5 to 2
2025/03/21 01:13:56 DEBUG : potato: Seek from 7 to 6
=== RUN   TestReOpen/UnknownSize/AccountRead
=== RUN   TestReOpen/UnknownSize/AccountReadDelay
2025/03/21 01:13:56 DEBUG : potato: Seek from 9 to 0
2025/03/21 01:13:56 DEBUG : potato: Seek from 9 to 0
2025/03/21 01:13:56 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 "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
=== RUN   TestCheck/1
=== RUN   TestCheck/2
=== RUN   TestCheck/3
=== RUN   TestCheck/4
=== RUN   TestCheck/5
=== RUN   TestCheck/6
=== RUN   TestCheck/7
--- PASS: TestCheck (17.77s)
    --- PASS: TestCheck/1 (0.40s)
    --- PASS: TestCheck/2 (0.39s)
    --- PASS: TestCheck/3 (0.51s)
    --- PASS: TestCheck/4 (0.67s)
    --- PASS: TestCheck/5 (0.66s)
    --- PASS: TestCheck/6 (0.79s)
    --- PASS: TestCheck/7 (0.85s)
=== RUN   TestCheckFsError
2025/03/21 01:14:14 DEBUG : Creating backend with remote "nonexistent"
2025/03/21 01:14:14 DEBUG : Creating backend with remote "nonexistent"
2025/03/21 01:14:14 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2025/03/21 01:14:14 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/21 01:14:14 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found
2025/03/21 01:14:14 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 "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
=== RUN   TestCheckDownload/1
=== RUN   TestCheckDownload/2
=== RUN   TestCheckDownload/3
=== RUN   TestCheckDownload/4
=== RUN   TestCheckDownload/5
=== RUN   TestCheckDownload/6
=== RUN   TestCheckDownload/7
--- PASS: TestCheckDownload (22.20s)
    --- PASS: TestCheckDownload/1 (1.47s)
    --- PASS: TestCheckDownload/2 (1.22s)
    --- PASS: TestCheckDownload/3 (1.30s)
    --- PASS: TestCheckDownload/4 (1.52s)
    --- PASS: TestCheckDownload/5 (1.48s)
    --- PASS: TestCheckDownload/6 (1.65s)
    --- PASS: TestCheckDownload/7 (1.63s)
=== RUN   TestCheckSizeOnly
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
=== RUN   TestCheckSizeOnly/1
=== RUN   TestCheckSizeOnly/2
=== RUN   TestCheckSizeOnly/3
=== RUN   TestCheckSizeOnly/4
=== RUN   TestCheckSizeOnly/5
=== RUN   TestCheckSizeOnly/6
=== RUN   TestCheckSizeOnly/7
--- PASS: TestCheckSizeOnly (16.48s)
    --- PASS: TestCheckSizeOnly/1 (0.46s)
    --- PASS: TestCheckSizeOnly/2 (0.43s)
    --- PASS: TestCheckSizeOnly/3 (0.59s)
    --- PASS: TestCheckSizeOnly/4 (0.67s)
    --- PASS: TestCheckSizeOnly/5 (0.67s)
    --- PASS: TestCheckSizeOnly/6 (0.89s)
    --- PASS: TestCheckSizeOnly/7 (0.84s)
=== RUN   TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN   TestParseSumFile
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:14:55 NOTICE: test.sum: improperly formatted checksum line 4
2025/03/21 01:14:55 NOTICE: test.sum: improperly formatted checksum line 5
2025/03/21 01:14:55 NOTICE: test.sum: improperly formatted checksum line 6
2025/03/21 01:14:55 NOTICE: test.sum: 2 warning(s) suppressed...
2025/03/21 01:14:56.874653 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:14:56.874692 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
2025/03/21 01:15:00 NOTICE: test.sum: improperly formatted checksum line 4
2025/03/21 01:15:00 NOTICE: test.sum: improperly formatted checksum line 5
2025/03/21 01:15:00 NOTICE: test.sum: improperly formatted checksum line 6
2025/03/21 01:15:00 NOTICE: test.sum: 2 warning(s) suppressed...
--- PASS: TestParseSumFile (8.03s)
=== RUN   TestCheckSum
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:15:01 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-fupicum3kiti/data"
2025/03/21 01:15:01 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/data': Has cached credentials
2025/03/21 01:15:02 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/data': Used cached credential to initialize the ProtonDrive API
    check_test.go:353: proton drive root link ID 'rclone-test-fupicum3kiti/data' lacks md5, skipping
--- SKIP: TestCheckSum (111.60s)
=== RUN   TestCheckSumDownload
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:16:52 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-fupicum3kiti/data"
2025/03/21 01:16:52 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/data': Has cached credentials
2025/03/21 01:16:54 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/data': Used cached credential to initialize the ProtonDrive API
=== RUN   TestCheckSumDownload/subtest1
2025/03/21 01:18:53.174330 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:18:53.174363 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
=== RUN   TestCheckSumDownload/subtest2
2025/03/21 01:18:59.561145 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:18:59.561177 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
=== RUN   TestCheckSumDownload/subtest3
2025/03/21 01:19:05.977011 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:19:05.977043 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
=== RUN   TestCheckSumDownload/subtest4
2025/03/21 01:19:12.594499 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:19:12.594544 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
=== RUN   TestCheckSumDownload/subtest5
2025/03/21 01:19:19.105089 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:19:19.105134 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
=== RUN   TestCheckSumDownload/subtest6
2025/03/21 01:19:25.157267 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:19:25.157296 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
2025/03/21 01:19:27.723852 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:19:27.723885 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
2025/03/21 01:19:30.246380 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:19:30.246419 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
=== RUN   TestCheckSumDownload/subtest7
--- PASS: TestCheckSumDownload (166.02s)
    --- PASS: TestCheckSumDownload/subtest1 (3.21s)
    --- PASS: TestCheckSumDownload/subtest2 (2.47s)
    --- PASS: TestCheckSumDownload/subtest3 (2.81s)
    --- PASS: TestCheckSumDownload/subtest4 (2.67s)
    --- PASS: TestCheckSumDownload/subtest5 (2.58s)
    --- PASS: TestCheckSumDownload/subtest6 (2.58s)
    --- PASS: TestCheckSumDownload/subtest7 (2.66s)
=== RUN   TestApplyTransforms
2025/03/21 01:19:38 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-nekezit7nano"
2025/03/21 01:19:38 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:19:38 DEBUG : proton drive root link ID 'rclone-test-nekezit7nano': Has cached credentials
2025/03/21 01:19:40 DEBUG : proton drive root link ID 'rclone-test-nekezit7nano': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:19:40 DEBUG : Creating backend with remote "/tmp/rclone874918041"
    run.go:180: Remote "proton drive root link ID 'rclone-test-nekezit7nano'", Local "Local file system at /tmp/rclone874918041", Modify Window "1s"
upper checkfile vs. lower remote (without normalization)
2025/03/21 01:19:43 ERROR : hello, world!: sum not found
2025/03/21 01:19:43 ERROR : HELLO, WORLD!: file not in proton drive root link ID 'rclone-test-nekezit7nano'
2025/03/21 01:19:43 NOTICE: proton drive root link ID 'rclone-test-nekezit7nano': 1 files missing
2025/03/21 01:19:43 NOTICE: 1 hashes missing
2025/03/21 01:19:43 NOTICE: proton drive root link ID 'rclone-test-nekezit7nano': 2 differences found
2025/03/21 01:19:43 NOTICE: proton drive root link ID 'rclone-test-nekezit7nano': 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2025/03/21 01:19:45 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:19:45 NOTICE: proton drive root link ID 'rclone-test-nekezit7nano': 0 differences found
2025/03/21 01:19:45 NOTICE: proton drive root link ID 'rclone-test-nekezit7nano': 1 matching files
2025/03/21 01:19:45 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-lisipac2komo"
2025/03/21 01:19:45 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:19:45 DEBUG : proton drive root link ID 'rclone-test-lisipac2komo': Has cached credentials
2025/03/21 01:19:46 DEBUG : proton drive root link ID 'rclone-test-lisipac2komo': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:19:46 DEBUG : Creating backend with remote "/tmp/rclone2488920024"
    run.go:180: Remote "proton drive root link ID 'rclone-test-lisipac2komo'", Local "Local file system at /tmp/rclone2488920024", Modify Window "1s"
lower checkfile vs. upper remote (without normalization)
2025/03/21 01:19:50 ERROR : HELLO, WORLD!: sum not found
2025/03/21 01:19:50 ERROR : hello, world!: file not in proton drive root link ID 'rclone-test-lisipac2komo'
2025/03/21 01:19:50 NOTICE: proton drive root link ID 'rclone-test-lisipac2komo': 1 files missing
2025/03/21 01:19:50 NOTICE: 1 hashes missing
2025/03/21 01:19:50 NOTICE: proton drive root link ID 'rclone-test-lisipac2komo': 2 differences found
2025/03/21 01:19:50 NOTICE: proton drive root link ID 'rclone-test-lisipac2komo': 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2025/03/21 01:19:51 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:19:51 NOTICE: proton drive root link ID 'rclone-test-lisipac2komo': 0 differences found
2025/03/21 01:19:51 NOTICE: proton drive root link ID 'rclone-test-lisipac2komo': 1 matching files
2025/03/21 01:19:51 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-pubisud2guqe"
2025/03/21 01:19:51 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:19:51 DEBUG : proton drive root link ID 'rclone-test-pubisud2guqe': Has cached credentials
2025/03/21 01:19:52 DEBUG : proton drive root link ID 'rclone-test-pubisud2guqe': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:19:53 DEBUG : Creating backend with remote "/tmp/rclone3449052629"
    run.go:180: Remote "proton drive root link ID 'rclone-test-pubisud2guqe'", Local "Local file system at /tmp/rclone3449052629", Modify Window "1s"
lower checkfile vs. upperlowermixed remote (without normalization)
2025/03/21 01:19:56 ERROR : HeLlO, wOrLd!: sum not found
2025/03/21 01:19:56 ERROR : hello, world!: file not in proton drive root link ID 'rclone-test-pubisud2guqe'
2025/03/21 01:19:56 NOTICE: proton drive root link ID 'rclone-test-pubisud2guqe': 1 files missing
2025/03/21 01:19:56 NOTICE: 1 hashes missing
2025/03/21 01:19:56 NOTICE: proton drive root link ID 'rclone-test-pubisud2guqe': 2 differences found
2025/03/21 01:19:56 NOTICE: proton drive root link ID 'rclone-test-pubisud2guqe': 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2025/03/21 01:19:57 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:19:57 NOTICE: proton drive root link ID 'rclone-test-pubisud2guqe': 0 differences found
2025/03/21 01:19:57 NOTICE: proton drive root link ID 'rclone-test-pubisud2guqe': 1 matching files
2025/03/21 01:19:57 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-qegelit9zuha"
2025/03/21 01:19:57 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:19:57 DEBUG : proton drive root link ID 'rclone-test-qegelit9zuha': Has cached credentials
2025/03/21 01:19:58 DEBUG : proton drive root link ID 'rclone-test-qegelit9zuha': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:19:59 DEBUG : Creating backend with remote "/tmp/rclone1717164498"
    run.go:180: Remote "proton drive root link ID 'rclone-test-qegelit9zuha'", Local "Local file system at /tmp/rclone1717164498", Modify Window "1s"
upperlowermixed checkfile vs. upper remote (without normalization)
2025/03/21 01:20:02 ERROR : HELLO, WORLD!: sum not found
2025/03/21 01:20:02 ERROR : HeLlO, wOrLd!: file not in proton drive root link ID 'rclone-test-qegelit9zuha'
2025/03/21 01:20:02 NOTICE: proton drive root link ID 'rclone-test-qegelit9zuha': 1 files missing
2025/03/21 01:20:02 NOTICE: 1 hashes missing
2025/03/21 01:20:02 NOTICE: proton drive root link ID 'rclone-test-qegelit9zuha': 2 differences found
2025/03/21 01:20:02 NOTICE: proton drive root link ID 'rclone-test-qegelit9zuha': 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2025/03/21 01:20:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:20:03 NOTICE: proton drive root link ID 'rclone-test-qegelit9zuha': 0 differences found
2025/03/21 01:20:03 NOTICE: proton drive root link ID 'rclone-test-qegelit9zuha': 1 matching files
2025/03/21 01:20:03 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-jolefop1vifo"
2025/03/21 01:20:03 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:20:03 DEBUG : proton drive root link ID 'rclone-test-jolefop1vifo': Has cached credentials
2025/03/21 01:20:04 DEBUG : proton drive root link ID 'rclone-test-jolefop1vifo': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:20:05 DEBUG : Creating backend with remote "/tmp/rclone3640682616"
    run.go:180: Remote "proton drive root link ID 'rclone-test-jolefop1vifo'", Local "Local file system at /tmp/rclone3640682616", Modify Window "1s"
NFD checkfile vs. NFC remote (without normalization)
2025/03/21 01:20:08 ERROR : 測試_Русский___ě_áñ: sum not found
2025/03/21 01:20:08 ERROR : 測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-jolefop1vifo'
2025/03/21 01:20:08 NOTICE: proton drive root link ID 'rclone-test-jolefop1vifo': 1 files missing
2025/03/21 01:20:08 NOTICE: 1 hashes missing
2025/03/21 01:20:08 NOTICE: proton drive root link ID 'rclone-test-jolefop1vifo': 2 differences found
2025/03/21 01:20:08 NOTICE: proton drive root link ID 'rclone-test-jolefop1vifo': 2 errors while checking
NFD checkfile vs. NFC remote (with normalization)
2025/03/21 01:20:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:20:09 NOTICE: proton drive root link ID 'rclone-test-jolefop1vifo': 0 differences found
2025/03/21 01:20:09 NOTICE: proton drive root link ID 'rclone-test-jolefop1vifo': 1 matching files
2025/03/21 01:20:09 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-xifuqeq5duve"
2025/03/21 01:20:09 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:20:09 DEBUG : proton drive root link ID 'rclone-test-xifuqeq5duve': Has cached credentials
2025/03/21 01:20:10 DEBUG : proton drive root link ID 'rclone-test-xifuqeq5duve': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:20:11 DEBUG : Creating backend with remote "/tmp/rclone3687966412"
    run.go:180: Remote "proton drive root link ID 'rclone-test-xifuqeq5duve'", Local "Local file system at /tmp/rclone3687966412", Modify Window "1s"
NFC checkfile vs. NFD remote (without normalization)
2025/03/21 01:20:14 ERROR : 測試_Русский___ě_áñ: sum not found
2025/03/21 01:20:14 ERROR : 測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-xifuqeq5duve'
2025/03/21 01:20:14 NOTICE: proton drive root link ID 'rclone-test-xifuqeq5duve': 1 files missing
2025/03/21 01:20:14 NOTICE: 1 hashes missing
2025/03/21 01:20:14 NOTICE: proton drive root link ID 'rclone-test-xifuqeq5duve': 2 differences found
2025/03/21 01:20:14 NOTICE: proton drive root link ID 'rclone-test-xifuqeq5duve': 2 errors while checking
NFC checkfile vs. NFD remote (with normalization)
2025/03/21 01:20:15 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:20:15 NOTICE: proton drive root link ID 'rclone-test-xifuqeq5duve': 0 differences found
2025/03/21 01:20:15 NOTICE: proton drive root link ID 'rclone-test-xifuqeq5duve': 1 matching files
2025/03/21 01:20:15 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gepolez6zuje"
2025/03/21 01:20:15 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:20:15 DEBUG : proton drive root link ID 'rclone-test-gepolez6zuje': Has cached credentials
2025/03/21 01:20:17 DEBUG : proton drive root link ID 'rclone-test-gepolez6zuje': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:20:17 DEBUG : Creating backend with remote "/tmp/rclone1441521365"
    run.go:180: Remote "proton drive root link ID 'rclone-test-gepolez6zuje'", Local "Local file system at /tmp/rclone1441521365", Modify Window "1s"
NFDx2 checkfile vs. both remote (without normalization)
2025/03/21 01:20:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/21 01:20:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-gepolez6zuje'
2025/03/21 01:20:20 NOTICE: proton drive root link ID 'rclone-test-gepolez6zuje': 1 files missing
2025/03/21 01:20:20 NOTICE: 1 hashes missing
2025/03/21 01:20:20 NOTICE: proton drive root link ID 'rclone-test-gepolez6zuje': 2 differences found
2025/03/21 01:20:20 NOTICE: proton drive root link ID 'rclone-test-gepolez6zuje': 2 errors while checking
NFDx2 checkfile vs. both remote (with normalization)
2025/03/21 01:20:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:20:21 NOTICE: proton drive root link ID 'rclone-test-gepolez6zuje': 0 differences found
2025/03/21 01:20:21 NOTICE: proton drive root link ID 'rclone-test-gepolez6zuje': 1 matching files
2025/03/21 01:20:21 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-rohehom7dado"
2025/03/21 01:20:21 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:20:21 DEBUG : proton drive root link ID 'rclone-test-rohehom7dado': Has cached credentials
2025/03/21 01:20:22 DEBUG : proton drive root link ID 'rclone-test-rohehom7dado': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:20:23 DEBUG : Creating backend with remote "/tmp/rclone3204073046"
    run.go:180: Remote "proton drive root link ID 'rclone-test-rohehom7dado'", Local "Local file system at /tmp/rclone3204073046", Modify Window "1s"
NFCx2 checkfile vs. both remote (without normalization)
2025/03/21 01:20:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/21 01:20:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-rohehom7dado'
2025/03/21 01:20:26 NOTICE: proton drive root link ID 'rclone-test-rohehom7dado': 1 files missing
2025/03/21 01:20:26 NOTICE: 1 hashes missing
2025/03/21 01:20:26 NOTICE: proton drive root link ID 'rclone-test-rohehom7dado': 2 differences found
2025/03/21 01:20:26 NOTICE: proton drive root link ID 'rclone-test-rohehom7dado': 2 errors while checking
NFCx2 checkfile vs. both remote (with normalization)
2025/03/21 01:20:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:20:27 NOTICE: proton drive root link ID 'rclone-test-rohehom7dado': 0 differences found
2025/03/21 01:20:27 NOTICE: proton drive root link ID 'rclone-test-rohehom7dado': 1 matching files
2025/03/21 01:20:27 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-vadopez2qova"
2025/03/21 01:20:27 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:20:27 DEBUG : proton drive root link ID 'rclone-test-vadopez2qova': Has cached credentials
2025/03/21 01:20:29 DEBUG : proton drive root link ID 'rclone-test-vadopez2qova': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:20:29 DEBUG : Creating backend with remote "/tmp/rclone788865360"
    run.go:180: Remote "proton drive root link ID 'rclone-test-vadopez2qova'", Local "Local file system at /tmp/rclone788865360", Modify Window "1s"
both checkfile vs. NFDx2 remote (without normalization)
2025/03/21 01:20:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/21 01:20:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-vadopez2qova'
2025/03/21 01:20:32 NOTICE: proton drive root link ID 'rclone-test-vadopez2qova': 1 files missing
2025/03/21 01:20:32 NOTICE: 1 hashes missing
2025/03/21 01:20:32 NOTICE: proton drive root link ID 'rclone-test-vadopez2qova': 2 differences found
2025/03/21 01:20:32 NOTICE: proton drive root link ID 'rclone-test-vadopez2qova': 2 errors while checking
both checkfile vs. NFDx2 remote (with normalization)
2025/03/21 01:20:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:20:34 NOTICE: proton drive root link ID 'rclone-test-vadopez2qova': 0 differences found
2025/03/21 01:20:34 NOTICE: proton drive root link ID 'rclone-test-vadopez2qova': 1 matching files
2025/03/21 01:20:34 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-dahulel4lujo"
2025/03/21 01:20:34 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:20:34 DEBUG : proton drive root link ID 'rclone-test-dahulel4lujo': Has cached credentials
2025/03/21 01:20:35 DEBUG : proton drive root link ID 'rclone-test-dahulel4lujo': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:20:35 DEBUG : Creating backend with remote "/tmp/rclone2855702734"
    run.go:180: Remote "proton drive root link ID 'rclone-test-dahulel4lujo'", Local "Local file system at /tmp/rclone2855702734", Modify Window "1s"
both checkfile vs. NFCx2 remote (without normalization)
2025/03/21 01:20:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/03/21 01:20:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-dahulel4lujo'
2025/03/21 01:20:39 NOTICE: proton drive root link ID 'rclone-test-dahulel4lujo': 1 files missing
2025/03/21 01:20:39 NOTICE: 1 hashes missing
2025/03/21 01:20:39 NOTICE: proton drive root link ID 'rclone-test-dahulel4lujo': 2 differences found
2025/03/21 01:20:39 NOTICE: proton drive root link ID 'rclone-test-dahulel4lujo': 2 errors while checking
both checkfile vs. NFCx2 remote (with normalization)
2025/03/21 01:20:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/03/21 01:20:40 NOTICE: proton drive root link ID 'rclone-test-dahulel4lujo': 0 differences found
2025/03/21 01:20:40 NOTICE: proton drive root link ID 'rclone-test-dahulel4lujo': 1 matching files
2025/03/21 01:20:40 DEBUG : proton drive root link ID 'rclone-test-dahulel4lujo': Purge remote
2025/03/21 01:20:41 DEBUG : proton drive root link ID 'rclone-test-vadopez2qova': Purge remote
2025/03/21 01:20:41 DEBUG : proton drive root link ID 'rclone-test-rohehom7dado': Purge remote
2025/03/21 01:20:42 DEBUG : proton drive root link ID 'rclone-test-gepolez6zuje': Purge remote
2025/03/21 01:20:42 DEBUG : proton drive root link ID 'rclone-test-xifuqeq5duve': Purge remote
2025/03/21 01:20:43 DEBUG : proton drive root link ID 'rclone-test-jolefop1vifo': Purge remote
2025/03/21 01:20:44 DEBUG : proton drive root link ID 'rclone-test-qegelit9zuha': Purge remote
2025/03/21 01:20:44 DEBUG : proton drive root link ID 'rclone-test-pubisud2guqe': Purge remote
2025/03/21 01:20:45 DEBUG : proton drive root link ID 'rclone-test-lisipac2komo': Purge remote
2025/03/21 01:20:46 DEBUG : proton drive root link ID 'rclone-test-nekezit7nano': Purge remote
--- PASS: TestApplyTransforms (67.87s)
=== RUN   TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN   TestCopyFile
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:20:46 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/21 01:20:49 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK
2025/03/21 01:20:49 INFO  : file1: Copied (new) to: sub/file2
2025/03/21 01:20:50 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s)
2025/03/21 01:20:50 DEBUG : file1: Unchanged skipping
2025/03/21 01:20:51 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestCopyFile (7.04s)
=== RUN   TestCopyLongFile
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    copy_test.go:153: Test only runs on local
--- SKIP: TestCopyLongFile (0.57s)
=== RUN   TestCopyFileBackupDir
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:20:58 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-fupicum3kiti/backup"
2025/03/21 01:20:58 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/backup': Has cached credentials
2025/03/21 01:20:59 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/backup': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:22:46 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/03/21 01:22:49.453028 WARN RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/yq318x7Q3XTOr3CfevYhtUllkugBrdkE-dop4mDrxygrJriyqNs0i0r2JYH3gKWC4IW8jwM8h8nqwTnZe5238Q==/move: This value should not be blank. (Code=2000, Status=400), Attempt 1
2025/03/21 01:22:49.453056 ERROR RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/yq318x7Q3XTOr3CfevYhtUllkugBrdkE-dop4mDrxygrJriyqNs0i0r2JYH3gKWC4IW8jwM8h8nqwTnZe5238Q==/move: This value should not be blank. (Code=2000, Status=400)
2025/03/21 01:22:49 ERROR : dst/file1: Couldn't move: 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/yq318x7Q3XTOr3CfevYhtUllkugBrdkE-dop4mDrxygrJriyqNs0i0r2JYH3gKWC4IW8jwM8h8nqwTnZe5238Q==/move: This value should not be blank. (Code=2000, Status=400)
    copy_test.go:185: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:185
        	Error:      	Received unexpected error:
        	            	moving to --backup-dir failed: 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/yq318x7Q3XTOr3CfevYhtUllkugBrdkE-dop4mDrxygrJriyqNs0i0r2JYH3gKWC4IW8jwM8h8nqwTnZe5238Q==/move: This value should not be blank. (Code=2000, Status=400)
        	Test:       	TestCopyFileBackupDir
--- FAIL: TestCopyFileBackupDir (118.24s)
=== RUN   TestCopyFileCompareDest
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:22:52 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-fupicum3kiti/dst"
2025/03/21 01:22:52 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/dst': Has cached credentials
2025/03/21 01:22:53 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/dst': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:24:43 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-fupicum3kiti/CompareDest"
2025/03/21 01:24:43 DEBUG : Config file has changed externally - reloading
2025/03/21 01:24:43 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/CompareDest': Has cached credentials
2025/03/21 01:24:44 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/CompareDest': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:26:32 DEBUG : one: Need to transfer - File not found at Destination
2025/03/21 01:26:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK
2025/03/21 01:26:34 INFO  : one: Copied (new)
2025/03/21 01:26:36 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/21 01:26:37.315856 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:26:37.315886 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
2025/03/21 01:26:39 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK
2025/03/21 01:26:39 INFO  : one: Copied (replaced existing)
2025/03/21 01:26:40.950551 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/03/21 01:26:40.950585 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422)
2025/03/21 01:26:47 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/21 01:26:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/03/21 01:26:48 DEBUG : one: Destination found in --compare-dest, skipping
2025/03/21 01:26:51 DEBUG : two: Need to transfer - File not found at Destination
2025/03/21 01:26:51 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/03/21 01:26:51 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/21 01:26:52 DEBUG : two: Need to transfer - File not found at Destination
2025/03/21 01:26:53 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2025/03/21 01:26:53 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/21 01:26:55 DEBUG : two: Need to transfer - File not found at Destination
2025/03/21 01:26:55 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/03/21 01:26:57 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK
2025/03/21 01:26:57 INFO  : two: Copied (new)
--- PASS: TestCopyFileCompareDest (249.30s)
=== RUN   TestCopyFileCopyDest
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    copy_test.go:276: Skipping test as remote does not support server-side copy
--- SKIP: TestCopyFileCopyDest (0.49s)
=== RUN   TestCopyInplace
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    copy_test.go:370: Partial uploads not supported
--- SKIP: TestCopyInplace (0.53s)
=== RUN   TestCopyLongFileName
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    copy_test.go:403: Partial uploads not supported
--- SKIP: TestCopyLongFileName (0.57s)
=== RUN   TestCopyFileMaxTransfer
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:27:03 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2025/03/21 01:27:05 DEBUG : TestCopyFileMaxTransfer/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK
2025/03/21 01:27:05 INFO  : TestCopyFileMaxTransfer/file1: Copied (new)
2025/03/21 01:27:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2025/03/21 01:27:07 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: max transfer limit reached as set by --max-transfer
2025/03/21 01:27:08 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination
2025/03/21 01:27:09 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination
2025/03/21 01:27:10 DEBUG : TestCopyFileMaxTransfer/file4: sha1 = acd5d06cc35d9dbdad1f28711a12aa9d7ff10046 OK
2025/03/21 01:27:10 INFO  : TestCopyFileMaxTransfer/file4: Copied (new)
--- PASS: TestCopyFileMaxTransfer (10.61s)
=== RUN   TestDeduplicateInteractive
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateInteractive (0.56s)
=== RUN   TestDeduplicateSkip
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSkip (0.55s)
=== RUN   TestDeduplicateSizeOnly
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSizeOnly (0.56s)
=== RUN   TestDeduplicateFirst
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateFirst (0.54s)
=== RUN   TestDeduplicateNewest
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateNewest (0.54s)
=== RUN   TestDeduplicateNewestByHash
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:27:24 INFO  : proton drive root link ID 'rclone-test-fupicum3kiti': Looking for duplicate sha1 hashes using newest mode.
2025/03/21 01:27:25 NOTICE: 176df60ace38ac765eb8ed003344978ac5c7bf60: Found 3 files with duplicate sha1 hashes
2025/03/21 01:27:26 INFO  : one: Deleted
2025/03/21 01:27:26 INFO  : also/one: Deleted
2025/03/21 01:27:26 NOTICE: 176df60ace38ac765eb8ed003344978ac5c7bf60: Deleted 2 extra copies
--- PASS: TestDeduplicateNewestByHash (13.17s)
=== RUN   TestDeduplicateOldest
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateOldest (0.61s)
=== RUN   TestDeduplicateLargest
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateLargest (0.56s)
=== RUN   TestDeduplicateSmallest
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSmallest (0.57s)
=== RUN   TestDeduplicateRename
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateRename (0.53s)
=== RUN   TestMergeDirs
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    dedupe_test.go:256: Can't merge directories
--- SKIP: TestMergeDirs (0.60s)
=== RUN   TestListDirSorted
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:27:49 DEBUG : a.txt: Excluded (Size Filter)
2025/03/21 01:27:49 DEBUG : a.txt: Excluded
2025/03/21 01:27:50 DEBUG : sub dir/hello world: Excluded (Size Filter)
2025/03/21 01:27:50 DEBUG : sub dir/hello world: Excluded
2025/03/21 01:27:50 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2025/03/21 01:27:50 DEBUG : sub dir/hello world2: Excluded
2025/03/21 01:27:50 DEBUG : sub dir/hello world: Excluded (Size Filter)
2025/03/21 01:27:50 DEBUG : sub dir/hello world: Excluded
2025/03/21 01:27:50 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2025/03/21 01:27:50 DEBUG : sub dir/hello world2: Excluded
2025/03/21 01:27:51 DEBUG : sub dir/ignore dir: Excluded
2025/03/21 01:27:52 DEBUG : sub dir/ignore dir: Excluded
--- PASS: TestListDirSorted (26.71s)
=== RUN   TestListJSON
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
=== 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
2025/03/21 01:28:09 ERROR : file1: Failed to read hash: hash type not supported
=== RUN   TestListJSON/Metadata
--- PASS: TestListJSON (12.24s)
    --- PASS: TestListJSON/Default (0.45s)
    --- PASS: TestListJSON/FilesOnly (0.44s)
    --- PASS: TestListJSON/DirsOnly (0.42s)
    --- PASS: TestListJSON/Recurse (0.81s)
    --- PASS: TestListJSON/SubDir (0.45s)
    --- PASS: TestListJSON/NoModTime (0.50s)
    --- PASS: TestListJSON/NoMimeType (0.47s)
    --- PASS: TestListJSON/ShowHash (0.42s)
    --- PASS: TestListJSON/HashTypes (0.42s)
    --- PASS: TestListJSON/Metadata (0.41s)
=== RUN   TestStatJSON
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
=== 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/21 01:28:22 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-fupicum3kiti/notfound"
2025/03/21 01:28:22 DEBUG : Config file has changed externally - reloading
2025/03/21 01:28:22 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/notfound': Has cached credentials
2025/03/21 01:28:23 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/notfound': Used cached credential to initialize the ProtonDrive API
--- PASS: TestStatJSON (122.65s)
    --- PASS: TestStatJSON/Root (0.43s)
    --- PASS: TestStatJSON/RootFilesOnly (0.00s)
    --- PASS: TestStatJSON/RootDirsOnly (0.46s)
    --- PASS: TestStatJSON/Dir (0.78s)
    --- PASS: TestStatJSON/DirWithTrailingSlash (0.39s)
    --- PASS: TestStatJSON/File (0.61s)
    --- PASS: TestStatJSON/NotFound (0.60s)
    --- PASS: TestStatJSON/DirFilesOnly (0.42s)
    --- PASS: TestStatJSON/FileFilesOnly (0.57s)
    --- PASS: TestStatJSON/NotFoundFilesOnly (0.14s)
    --- PASS: TestStatJSON/DirDirsOnly (0.45s)
    --- PASS: TestStatJSON/FileDirsOnly (0.38s)
    --- PASS: TestStatJSON/NotFoundDirsOnly (0.46s)
    --- PASS: TestStatJSON/RootNotFound (109.88s)
=== RUN   TestMkdir
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:30:14 INFO  : proton drive root link ID 'rclone-test-fupicum3kiti': Making directory
2025/03/21 01:30:14 INFO  : proton drive root link ID 'rclone-test-fupicum3kiti': Making directory
--- PASS: TestMkdir (0.98s)
=== RUN   TestLsd
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestLsd (5.67s)
=== RUN   TestLs
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestLs (6.32s)
=== RUN   TestLsWithFilesFrom
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:30:32 DEBUG : empty space: Excluded (FilesFrom Filter)
2025/03/21 01:30:32 DEBUG : empty space: Excluded
--- PASS: TestLsWithFilesFrom (6.84s)
=== RUN   TestLsLong
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestLsLong (6.20s)
=== RUN   TestHashSums
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
=== RUN   TestHashSums/Sha1
=== RUN   TestHashSums/Sha1Download
--- PASS: TestHashSums (7.18s)
    --- PASS: TestHashSums/Sha1 (0.55s)
    --- PASS: TestHashSums/Sha1Download (1.51s)
=== RUN   TestHashSumsWithErrors
2025/03/21 01:30:47 DEBUG : Creating backend with remote ":memory:"
2025/03/21 01:30:47 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN   TestHashStream
2025/03/21 01:30:47 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/03/21 01:30:47 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/03/21 01:30:47 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/03/21 01:30:47 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/03/21 01:30:47 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/03/21 01:30:47 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/03/21 01:30:47 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2025/03/21 01:30:47 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 "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestCount (11.02s)
=== RUN   TestDelete
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:31:04 DEBUG : Waiting for deletions to finish
2025/03/21 01:31:04 DEBUG : large: Excluded (Size Filter)
2025/03/21 01:31:04 DEBUG : large: Excluded
2025/03/21 01:31:05 INFO  : medium: Deleted
2025/03/21 01:31:05 INFO  : small: Deleted
--- PASS: TestDelete (8.00s)
=== RUN   TestMaxDelete
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:31:12 DEBUG : Waiting for deletions to finish
2025/03/21 01:31:13 ERROR : small: Got fatal error on delete: --max-delete threshold reached
2025/03/21 01:31:13 INFO  : medium: Deleted
2025/03/21 01:31:13 INFO  : large: Deleted
--- PASS: TestMaxDelete (9.01s)
=== RUN   TestMaxDeleteSizeLargeFile
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:31:21 DEBUG : Waiting for deletions to finish
2025/03/21 01:31:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached
2025/03/21 01:31:22 INFO  : small: Deleted
2025/03/21 01:31:22 INFO  : medium: Deleted
--- PASS: TestMaxDeleteSizeLargeFile (9.30s)
=== RUN   TestMaxDeleteSize
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:31:30 DEBUG : Waiting for deletions to finish
2025/03/21 01:31:30 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached
2025/03/21 01:31:31 INFO  : large: Deleted
2025/03/21 01:31:31 INFO  : medium: Deleted
--- PASS: TestMaxDeleteSize (8.37s)
=== RUN   TestReadFile
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestReadFile (5.21s)
=== RUN   TestRetry
2025/03/21 01:31:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2025/03/21 01:31:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2025/03/21 01:31:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/21 01:31:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/21 01:31:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/21 01:31:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/03/21 01:31:38 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 "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestCat (16.08s)
=== RUN   TestPurge
2025/03/21 01:31:54 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-dodokiy3fujo"
2025/03/21 01:31:54 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/21 01:31:54 DEBUG : proton drive root link ID 'rclone-test-dodokiy3fujo': Has cached credentials
2025/03/21 01:31:55 DEBUG : proton drive root link ID 'rclone-test-dodokiy3fujo': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:31:56 DEBUG : Creating backend with remote "/tmp/rclone838217611"
    run.go:180: Remote "proton drive root link ID 'rclone-test-dodokiy3fujo'", Local "Local file system at /tmp/rclone838217611", Modify Window "1s"
2025/03/21 01:32:01 INFO  : A2: Making directory
2025/03/21 01:32:02 INFO  : A1/B2: Making directory
2025/03/21 01:32:02 INFO  : A1/B2/C2: Making directory
2025/03/21 01:32:03 INFO  : A1/B1/C3: Making directory
2025/03/21 01:32:04 INFO  : A3: Making directory
2025/03/21 01:32:04 INFO  : A3/B3: Making directory
2025/03/21 01:32:05 INFO  : A3/B3/C4: Making directory
2025/03/21 01:32:11 ERROR : : error listing: directory not found
2025/03/21 01:32:11 DEBUG : proton drive root link ID 'rclone-test-dodokiy3fujo': Purge remote
2025/03/21 01:32:12 NOTICE: purge failed: directory not found
--- PASS: TestPurge (17.31s)
=== RUN   TestRmdirsNoLeaveRoot
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:32:15 INFO  : A2: Making directory
2025/03/21 01:32:16 INFO  : A1/B2: Making directory
2025/03/21 01:32:17 INFO  : A1/B2/C2: Making directory
2025/03/21 01:32:18 INFO  : A1/B1/C3: Making directory
2025/03/21 01:32:18 INFO  : A3: Making directory
2025/03/21 01:32:19 INFO  : A3/B3: Making directory
2025/03/21 01:32:20 INFO  : A3/B3/C4: Making directory
2025/03/21 01:32:24 DEBUG : removing 1 level 3 directories
2025/03/21 01:32:24 INFO  : A3/B3/C4: Removing directory
2025/03/21 01:32:28 DEBUG : removing 2 level 3 directories
2025/03/21 01:32:28 INFO  : A1/B2/C2: Removing directory
2025/03/21 01:32:28 INFO  : A1/B1/C3: Removing directory
2025/03/21 01:32:28 DEBUG : removing 2 level 2 directories
2025/03/21 01:32:28 INFO  : A3/B3: Removing directory
2025/03/21 01:32:28 INFO  : A1/B2: Removing directory
2025/03/21 01:32:29 DEBUG : removing 2 level 1 directories
2025/03/21 01:32:29 INFO  : A3: Removing directory
2025/03/21 01:32:29 INFO  : A2: Removing directory
2025/03/21 01:32:34 DEBUG : removing 1 level 3 directories
2025/03/21 01:32:34 INFO  : A1/B1/C1: Removing directory
2025/03/21 01:32:34 DEBUG : removing 1 level 2 directories
2025/03/21 01:32:34 INFO  : A1/B1: Removing directory
2025/03/21 01:32:35 DEBUG : removing 1 level 1 directories
2025/03/21 01:32:35 INFO  : A1: Removing directory
2025/03/21 01:32:35 DEBUG : removing 1 level 0 directories
2025/03/21 01:32:35 INFO  : proton drive root link ID 'rclone-test-fupicum3kiti': Removing directory
2025/03/21 01:32:36 ERROR : : error listing: directory not found
2025/03/21 01:32:36 ERROR : : error listing: directory not found
--- PASS: TestRmdirsNoLeaveRoot (24.53s)
=== RUN   TestRmdirsLeaveRoot
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:32:37 INFO  : A1: Making directory
2025/03/21 01:32:38 INFO  : A1/B1: Making directory
2025/03/21 01:32:38 INFO  : A1/B1/C1: Making directory
2025/03/21 01:32:41 DEBUG : removing 1 level 3 directories
2025/03/21 01:32:41 INFO  : A1/B1/C1: Removing directory
2025/03/21 01:32:42 DEBUG : removing 1 level 2 directories
2025/03/21 01:32:42 INFO  : A1/B1: Removing directory
--- PASS: TestRmdirsLeaveRoot (7.99s)
=== RUN   TestRmdirsWithFilter
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:32:44 INFO  : A1: Making directory
2025/03/21 01:32:45 INFO  : A1/B1: Making directory
2025/03/21 01:32:46 INFO  : A1/B1/C1: Making directory
2025/03/21 01:32:49 DEBUG : removing 1 level 3 directories
2025/03/21 01:32:49 INFO  : A1/B1/C1: Removing directory
2025/03/21 01:32:49 DEBUG : removing 1 level 2 directories
2025/03/21 01:32:49 INFO  : A1/B1: Removing directory
--- PASS: TestRmdirsWithFilter (7.43s)
=== RUN   TestCopyURL
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:32:54 DEBUG : filename.txt: File name found in url
2025/03/21 01:32:56 DEBUG : headerfilename.txt: filename found in Content-Disposition header.
--- PASS: TestCopyURL (10.59s)
=== RUN   TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN   TestMoveFile
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:33:02 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/21 01:33:05 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK
2025/03/21 01:33:05 INFO  : file1: Copied (new) to: sub/file2
2025/03/21 01:33:05 INFO  : file1: Deleted
2025/03/21 01:33:06 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s)
2025/03/21 01:33:06 DEBUG : file1: Unchanged skipping
2025/03/21 01:33:06 INFO  : file1: Deleted
2025/03/21 01:33:07 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestMoveFile (7.63s)
=== RUN   TestMoveFileWithIgnoreExisting
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:33:10 DEBUG : file1: Need to transfer - File not found at Destination
2025/03/21 01:33:11 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK
2025/03/21 01:33:11 INFO  : file1: Copied (new)
2025/03/21 01:33:11 INFO  : file1: Deleted
2025/03/21 01:33:13 DEBUG : file1: Destination exists, skipping
2025/03/21 01:33:13 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
--- PASS: TestMoveFileWithIgnoreExisting (4.38s)
=== RUN   TestCaseInsensitiveMoveFile
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestCaseInsensitiveMoveFile (0.59s)
=== RUN   TestCaseInsensitiveMoveFileDryRun
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestCaseInsensitiveMoveFileDryRun (0.58s)
=== RUN   TestMoveFileBackupDir
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:33:19 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-fupicum3kiti/backup"
2025/03/21 01:33:19 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/backup': Has cached credentials
2025/03/21 01:33:20 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti/backup': Used cached credential to initialize the ProtonDrive API
2025/03/21 01:35:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/03/21 01:35:10.625782 WARN RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/Vt3eKwKRHXGG-Aj5Mk038QQCHKfUp1pXqhAaIxiN0FkBc9QXN26xDryWgX4dmEZKykjRqNuWQtdirKtKW0hXGQ==/move: This value should not be blank. (Code=2000, Status=400), Attempt 1
2025/03/21 01:35:10.625816 ERROR RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/Vt3eKwKRHXGG-Aj5Mk038QQCHKfUp1pXqhAaIxiN0FkBc9QXN26xDryWgX4dmEZKykjRqNuWQtdirKtKW0hXGQ==/move: This value should not be blank. (Code=2000, Status=400)
2025/03/21 01:35:10 ERROR : dst/file1: Couldn't move: 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/Vt3eKwKRHXGG-Aj5Mk038QQCHKfUp1pXqhAaIxiN0FkBc9QXN26xDryWgX4dmEZKykjRqNuWQtdirKtKW0hXGQ==/move: This value should not be blank. (Code=2000, Status=400)
    operations_test.go:1052: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1052
        	Error:      	Received unexpected error:
        	            	moving to --backup-dir failed: 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/Vt3eKwKRHXGG-Aj5Mk038QQCHKfUp1pXqhAaIxiN0FkBc9QXN26xDryWgX4dmEZKykjRqNuWQtdirKtKW0hXGQ==/move: This value should not be blank. (Code=2000, Status=400)
        	Test:       	TestMoveFileBackupDir
--- FAIL: TestMoveFileBackupDir (118.11s)
=== 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 "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:35:25 INFO  : A1/B2: Making directory
2025/03/21 01:35:25 INFO  : A1/B1/C3: Making directory
2025/03/21 01:35:28.782239 WARN RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/ni2IocI1x2DSPIzKQ1Yy9GmHKjG9obnwA_QIDxGYk7pGMzmICizWvMGMHpfT9hQoVqkx2PeSGIs33TBkcIywXQ==/move: This value should not be blank. (Code=2000, Status=400), Attempt 1
2025/03/21 01:35:28.782269 ERROR RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/ni2IocI1x2DSPIzKQ1Yy9GmHKjG9obnwA_QIDxGYk7pGMzmICizWvMGMHpfT9hQoVqkx2PeSGIs33TBkcIywXQ==/move: This value should not be blank. (Code=2000, Status=400)
    operations_test.go:1380: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1380
        	Error:      	Received unexpected error:
        	            	400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/ni2IocI1x2DSPIzKQ1Yy9GmHKjG9obnwA_QIDxGYk7pGMzmICizWvMGMHpfT9hQoVqkx2PeSGIs33TBkcIywXQ==/move: This value should not be blank. (Code=2000, Status=400)
        	Test:       	TestDirMove
--- FAIL: TestDirMove (22.42s)
=== RUN   TestGetFsInfo
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
--- PASS: TestGetFsInfo (0.52s)
=== RUN   TestRcat
=== RUN   TestRcat/withChecksum=false,ignoreChecksum=false
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:35:37 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': File to upload is small (34 bytes), uploading instead of streaming
2025/03/21 01:35:39 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK
2025/03/21 01:35:39 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical
2025/03/21 01:35:39 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Target remote doesn't support streaming uploads, creating temporary local FS to spool file
2025/03/21 01:35:40 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK
2025/03/21 01:35:40 DEBUG : no_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical
=== RUN   TestRcat/withChecksum=true,ignoreChecksum=false
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:35:43 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': File to upload is small (34 bytes), uploading instead of streaming
2025/03/21 01:35:44 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK
2025/03/21 01:35:44 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical
2025/03/21 01:35:44 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Target remote doesn't support streaming uploads, creating temporary local FS to spool file
2025/03/21 01:35:46 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK
2025/03/21 01:35:46 DEBUG : with_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical
=== RUN   TestRcat/withChecksum=false,ignoreChecksum=true
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:35:49 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': File to upload is small (34 bytes), uploading instead of streaming
2025/03/21 01:35:50 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s)
2025/03/21 01:35:50 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Target remote doesn't support streaming uploads, creating temporary local FS to spool file
2025/03/21 01:35:52 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s)
=== RUN   TestRcat/withChecksum=true,ignoreChecksum=true
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:35:54 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': File to upload is small (34 bytes), uploading instead of streaming
2025/03/21 01:35:56 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check
2025/03/21 01:35:56 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical
2025/03/21 01:35:56 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Target remote doesn't support streaming uploads, creating temporary local FS to spool file
2025/03/21 01:35:58 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check
2025/03/21 01:35:58 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical
--- PASS: TestRcat (23.69s)
    --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.34s)
    --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.78s)
    --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.51s)
    --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.06s)
=== RUN   TestRcatMetadata
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    operations_test.go:1532: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatMetadata (0.59s)
=== RUN   TestRcatSize
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:36:02 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': File to upload is small (60 bytes), uploading instead of streaming
2025/03/21 01:36:04 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK
2025/03/21 01:36:04 DEBUG : potato2: Size and sha1 of src and dst objects identical
--- PASS: TestRcatSize (5.50s)
=== RUN   TestRcatSizeMetadata
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    operations_test.go:1613: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatSizeMetadata (0.60s)
=== RUN   TestTouchDir
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:36:14 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Touching "empty space"
2025/03/21 01:36:14 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Touching "potato2"
2025/03/21 01:36:14 ERROR : empty space: failed to touch: can't set modified time
2025/03/21 01:36:14 ERROR : potato2: failed to touch: can't set modified time
2025/03/21 01:36:14 DEBUG : proton drive root link ID 'rclone-test-fupicum3kiti': Touching "sub dir/potato3"
2025/03/21 01:36:14 ERROR : sub dir/potato3: failed to touch: can't set modified time
--- PASS: TestTouchDir (10.42s)
=== RUN   TestMkdirMetadata
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    operations_test.go:1703: Skipping test as remote does not support MkdirMetadata
--- SKIP: TestMkdirMetadata (0.57s)
=== RUN   TestMkdirModTime
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata
--- SKIP: TestMkdirModTime (0.54s)
=== RUN   TestCopyDirMetadata
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestCopyDirMetadata (0.58s)
=== RUN   TestSetDirModTime
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime
--- SKIP: TestSetDirModTime (0.58s)
=== RUN   TestDirsEqual
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
    operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestDirsEqual (0.57s)
=== RUN   TestRemoveExisting
    run.go:180: Remote "proton drive root link ID 'rclone-test-fupicum3kiti'", Local "Local file system at /tmp/rclone2022439946", Modify Window "1s"
2025/03/21 01:36:28 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.cusibek8" before starting
2025/03/21 01:36:28.698427 WARN RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/zjcjtoLaEXceI865vCKtnMy9c2MYC5qRgAavpnj515Do4ndRnxvRS9AGW2HOv9exsJjo_7gsMFlaAtgvblGcvg==/move: This value should not be blank. (Code=2000, Status=400), Attempt 1
2025/03/21 01:36:28.698466 ERROR RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/zjcjtoLaEXceI865vCKtnMy9c2MYC5qRgAavpnj515Do4ndRnxvRS9AGW2HOv9exsJjo_7gsMFlaAtgvblGcvg==/move: This value should not be blank. (Code=2000, Status=400)
    operations_test.go:1911: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1911
        	Error:      	Not equal: 
        	            	expected: *fmt.wrapError(&fmt.wrapError{msg:"TEST: failed to rename existing file: 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/zjcjtoLaEXceI865vCKtnMy9c2MYC5qRgAavpnj515Do4ndRnxvRS9AGW2HOv9exsJjo_7gsMFlaAtgvblGcvg==/move: This value should not be blank. (Code=2000, Status=400)", err:(*fmt.wrapError)(0xc00093cde0)})
        	            	actual  : <nil>(<nil>)
        	Test:       	TestRemoveExisting
    operations_test.go:1919: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1919
        	Error:      	"       11 sub dir/test remove existing\n       21 sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789\n" should not contain "       11 sub dir/test remove existing\n"
        	Test:       	TestRemoveExisting
    operations_test.go:1920: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1920
        	Error:      	"       11 sub dir/test remove existing\n       21 sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789\n" does not contain "       11 sub dir/test remove existing."
        	Test:       	TestRemoveExisting
--- FAIL: TestRemoveExisting (11.58s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1ea80e4]

goroutine 11005 [running]:
testing.tRunner.func1.2({0x21778e0, 0x3c95770})
	/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1632 +0x230
testing.tRunner.func1()
	/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1635 +0x35e
panic({0x21778e0?, 0x3c95770?})
	/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:785 +0x132
github.com/rclone/rclone/fs/operations_test.TestRemoveExisting(0xc00047a9c0)
	/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1923 +0x8c4
testing.tRunner(0xc00047a9c0, 0x27271e8)
	/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4
created by testing.(*T).Run in goroutine 1
	/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390
"./operations.test -test.v -test.timeout 1h0m0s -remote TestProtonDrive: -verbose" - Finished ERROR in 22m37.454689972s (try 1/5): exit status 2: Failed [TestCopyFileBackupDir TestMoveFileBackupDir TestDirMove TestRemoveExisting]