"./operations.test -test.v -test.timeout 1h0m0s -remote TestProtonDrive: -verbose" - Starting (try 1/5) 2025/07/23 03:25:30 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-bexupig1suro" 2025/07/23 03:25:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:25:30 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Has cached credentials 2025/07/23 03:25:30.383277 WARN RESTY 401 GET https://mail.proton.me/api/core/v4/users: Invalid access token (Code=401, Status=401), Attempt 1 2025/07/23 03:25:30.383321 ERROR RESTY 401 GET https://mail.proton.me/api/core/v4/users: Invalid access token (Code=401, Status=401) 2025/07/23 03:25:30 DEBUG : Saving config "client_uid" in section "TestProtonDrive" of the config file 2025/07/23 03:25:30 DEBUG : Saving config "client_access_token" in section "TestProtonDrive" of the config file 2025/07/23 03:25:30 DEBUG : Saving config "client_refresh_token" in section "TestProtonDrive" of the config file 2025/07/23 03:25:30 DEBUG : Saving config "client_salted_key_pass" in section "TestProtonDrive" of the config file 2025/07/23 03:25:32 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:25:32 DEBUG : Creating backend with remote "/tmp/rclone4049070862" === 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-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" multithread_test.go:121: multithread writing not supported 2025/07/23 03:25:33 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" multithread_test.go:121: multithread writing not supported 2025/07/23 03:25:33 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/23 03:25:33 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/23 03:25:33 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/23 03:25:33 DEBUG : potato: Seek from 10 to 0 2025/07/23 03:25:33 DEBUG : potato: Seek from 10 to 0 2025/07/23 03:25:33 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/23 03:25:33 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/23 03:25:33 DEBUG : potato: Seek from 5 to 2 2025/07/23 03:25:33 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/23 03:25:33 DEBUG : potato: Seek from 7 to 0 2025/07/23 03:25:33 DEBUG : potato: Seek from 7 to 0 2025/07/23 03:25:33 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/23 03:25:33 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/23 03:25:33 DEBUG : potato: Seek from 5 to 2 2025/07/23 03:25:33 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/23 03:25:33 DEBUG : potato: Seek from 8 to 0 2025/07/23 03:25:33 DEBUG : potato: Seek from 8 to 0 2025/07/23 03:25:33 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/23 03:25:33 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/23 03:25:33 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/23 03:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/23 03:25:33 DEBUG : potato: Seek from 5 to 2 2025/07/23 03:25:33 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/23 03:25:33 DEBUG : potato: Seek from 9 to 0 2025/07/23 03:25:33 DEBUG : potato: Seek from 9 to 0 2025/07/23 03:25:33 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-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", 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 (25.78s) --- PASS: TestCheck/1 (0.57s) --- PASS: TestCheck/2 (0.54s) --- PASS: TestCheck/3 (0.73s) --- PASS: TestCheck/4 (0.88s) --- PASS: TestCheck/5 (0.85s) --- PASS: TestCheck/6 (1.07s) --- PASS: TestCheck/7 (1.16s) === RUN TestCheckFsError 2025/07/23 03:25:59 DEBUG : Creating backend with remote "nonexistent" 2025/07/23 03:25:59 DEBUG : Creating backend with remote "nonexistent" 2025/07/23 03:25:59 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/23 03:25:59 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/07/23 03:25:59 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/23 03:25:59 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-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", 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 (26.36s) --- PASS: TestCheckDownload/1 (1.41s) --- PASS: TestCheckDownload/2 (1.41s) --- PASS: TestCheckDownload/3 (1.65s) --- PASS: TestCheckDownload/4 (2.01s) --- PASS: TestCheckDownload/5 (1.78s) --- PASS: TestCheckDownload/6 (1.92s) --- PASS: TestCheckDownload/7 (2.05s) === RUN TestCheckSizeOnly run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", 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 (20.29s) --- PASS: TestCheckSizeOnly/1 (0.57s) --- PASS: TestCheckSizeOnly/2 (0.54s) --- PASS: TestCheckSizeOnly/3 (0.80s) --- PASS: TestCheckSizeOnly/4 (1.09s) --- PASS: TestCheckSizeOnly/5 (0.94s) --- PASS: TestCheckSizeOnly/6 (1.14s) --- PASS: TestCheckSizeOnly/7 (1.12s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:26:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/23 03:26:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/23 03:26:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/23 03:26:49 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/23 03:26:50.359823 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/07/23 03:26:50.359861 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/07/23 03:26:54 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/23 03:26:54 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/23 03:26:54 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/23 03:26:54 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (9.92s) === RUN TestCheckSum run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:26:55 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-bexupig1suro/data" 2025/07/23 03:26:55 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/data': Has cached credentials 2025/07/23 03:26:57 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/data': Used cached credential to initialize the ProtonDrive API check_test.go:350: proton drive root link ID 'rclone-test-bexupig1suro/data' lacks md5, skipping --- SKIP: TestCheckSum (191.51s) === RUN TestCheckSumDownload run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:30:07 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-bexupig1suro/data" 2025/07/23 03:30:07 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/data': Has cached credentials 2025/07/23 03:30:08 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/data': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:32:48.431036 WARN RESTY 502 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/xnUIdFPJMSyL9rY_8WNcCZbvdgQZgEOweH2-E3kwaCa95nhrQOrBffyzoUWibTFESnIL38OM-73-eOcN4sV83w==/checkAvailableHashes: 502 Bad Gateway (Code=0, Status=502), Attempt 1 2025/07/23 03:32:48.431069 ERROR RESTY 502 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/xnUIdFPJMSyL9rY_8WNcCZbvdgQZgEOweH2-E3kwaCa95nhrQOrBffyzoUWibTFESnIL38OM-73-eOcN4sV83w==/checkAvailableHashes: 502 Bad Gateway (Code=0, Status=502) run.go:285: Failed to put "data/banana" to "proton drive root link ID 'rclone-test-bexupig1suro'": 502 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/xnUIdFPJMSyL9rY_8WNcCZbvdgQZgEOweH2-E3kwaCa95nhrQOrBffyzoUWibTFESnIL38OM-73-eOcN4sV83w==/checkAvailableHashes: 502 Bad Gateway (Code=0, Status=502) --- FAIL: TestCheckSumDownload (162.01s) === RUN TestApplyTransforms 2025/07/23 03:32:49 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-potoyik3miwa" 2025/07/23 03:32:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:32:49 DEBUG : proton drive root link ID 'rclone-test-potoyik3miwa': Has cached credentials 2025/07/23 03:32:50 DEBUG : proton drive root link ID 'rclone-test-potoyik3miwa': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:32:51 DEBUG : Creating backend with remote "/tmp/rclone1102437065" run.go:180: Remote "proton drive root link ID 'rclone-test-potoyik3miwa'", Local "Local file system at /tmp/rclone1102437065", Modify Window "1s" upper checkfile vs. lower remote (without normalization) 2025/07/23 03:32:55 ERROR : hello, world!: sum not found 2025/07/23 03:32:55 ERROR : HELLO, WORLD!: file not in proton drive root link ID 'rclone-test-potoyik3miwa' 2025/07/23 03:32:55 NOTICE: proton drive root link ID 'rclone-test-potoyik3miwa': 1 files missing 2025/07/23 03:32:55 NOTICE: 1 hashes missing 2025/07/23 03:32:55 NOTICE: proton drive root link ID 'rclone-test-potoyik3miwa': 1 differences found 2025/07/23 03:32:55 NOTICE: proton drive root link ID 'rclone-test-potoyik3miwa': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/23 03:32:57 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:32:57 NOTICE: proton drive root link ID 'rclone-test-potoyik3miwa': 0 differences found 2025/07/23 03:32:57 NOTICE: proton drive root link ID 'rclone-test-potoyik3miwa': 1 matching files 2025/07/23 03:32:57 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-wohohir4jido" 2025/07/23 03:32:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:32:57 DEBUG : proton drive root link ID 'rclone-test-wohohir4jido': Has cached credentials 2025/07/23 03:32:58 DEBUG : proton drive root link ID 'rclone-test-wohohir4jido': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:32:59 DEBUG : Creating backend with remote "/tmp/rclone2076570409" run.go:180: Remote "proton drive root link ID 'rclone-test-wohohir4jido'", Local "Local file system at /tmp/rclone2076570409", Modify Window "1s" lower checkfile vs. upper remote (without normalization) 2025/07/23 03:33:03 ERROR : HELLO, WORLD!: sum not found 2025/07/23 03:33:03 ERROR : hello, world!: file not in proton drive root link ID 'rclone-test-wohohir4jido' 2025/07/23 03:33:03 NOTICE: proton drive root link ID 'rclone-test-wohohir4jido': 1 files missing 2025/07/23 03:33:03 NOTICE: 1 hashes missing 2025/07/23 03:33:03 NOTICE: proton drive root link ID 'rclone-test-wohohir4jido': 1 differences found 2025/07/23 03:33:03 NOTICE: proton drive root link ID 'rclone-test-wohohir4jido': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/23 03:33:04 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:33:04 NOTICE: proton drive root link ID 'rclone-test-wohohir4jido': 0 differences found 2025/07/23 03:33:04 NOTICE: proton drive root link ID 'rclone-test-wohohir4jido': 1 matching files 2025/07/23 03:33:04 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-palofoz1batu" 2025/07/23 03:33:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:33:04 DEBUG : proton drive root link ID 'rclone-test-palofoz1batu': Has cached credentials 2025/07/23 03:33:06 DEBUG : proton drive root link ID 'rclone-test-palofoz1batu': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:33:06 DEBUG : Creating backend with remote "/tmp/rclone1322190874" run.go:180: Remote "proton drive root link ID 'rclone-test-palofoz1batu'", Local "Local file system at /tmp/rclone1322190874", Modify Window "1s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/23 03:33:10 ERROR : HeLlO, wOrLd!: sum not found 2025/07/23 03:33:10 ERROR : hello, world!: file not in proton drive root link ID 'rclone-test-palofoz1batu' 2025/07/23 03:33:10 NOTICE: proton drive root link ID 'rclone-test-palofoz1batu': 1 files missing 2025/07/23 03:33:10 NOTICE: 1 hashes missing 2025/07/23 03:33:10 NOTICE: proton drive root link ID 'rclone-test-palofoz1batu': 1 differences found 2025/07/23 03:33:10 NOTICE: proton drive root link ID 'rclone-test-palofoz1batu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/23 03:33:12 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:33:12 NOTICE: proton drive root link ID 'rclone-test-palofoz1batu': 0 differences found 2025/07/23 03:33:12 NOTICE: proton drive root link ID 'rclone-test-palofoz1batu': 1 matching files 2025/07/23 03:33:12 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-qinagad1quse" 2025/07/23 03:33:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:33:12 DEBUG : proton drive root link ID 'rclone-test-qinagad1quse': Has cached credentials 2025/07/23 03:33:13 DEBUG : proton drive root link ID 'rclone-test-qinagad1quse': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:33:14 DEBUG : Creating backend with remote "/tmp/rclone333904847" run.go:180: Remote "proton drive root link ID 'rclone-test-qinagad1quse'", Local "Local file system at /tmp/rclone333904847", Modify Window "1s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/23 03:33:18 ERROR : HELLO, WORLD!: sum not found 2025/07/23 03:33:18 ERROR : HeLlO, wOrLd!: file not in proton drive root link ID 'rclone-test-qinagad1quse' 2025/07/23 03:33:18 NOTICE: proton drive root link ID 'rclone-test-qinagad1quse': 1 files missing 2025/07/23 03:33:18 NOTICE: 1 hashes missing 2025/07/23 03:33:18 NOTICE: proton drive root link ID 'rclone-test-qinagad1quse': 1 differences found 2025/07/23 03:33:18 NOTICE: proton drive root link ID 'rclone-test-qinagad1quse': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/23 03:33:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:33:19 NOTICE: proton drive root link ID 'rclone-test-qinagad1quse': 0 differences found 2025/07/23 03:33:19 NOTICE: proton drive root link ID 'rclone-test-qinagad1quse': 1 matching files 2025/07/23 03:33:19 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-lavizak7jewa" 2025/07/23 03:33:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:33:19 DEBUG : proton drive root link ID 'rclone-test-lavizak7jewa': Has cached credentials 2025/07/23 03:33:20 DEBUG : proton drive root link ID 'rclone-test-lavizak7jewa': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:33:21 DEBUG : Creating backend with remote "/tmp/rclone4287274758" run.go:180: Remote "proton drive root link ID 'rclone-test-lavizak7jewa'", Local "Local file system at /tmp/rclone4287274758", Modify Window "1s" NFD checkfile vs. NFC remote (without normalization) 2025/07/23 03:33:25 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/23 03:33:25 ERROR : 測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-lavizak7jewa' 2025/07/23 03:33:25 NOTICE: proton drive root link ID 'rclone-test-lavizak7jewa': 1 files missing 2025/07/23 03:33:25 NOTICE: 1 hashes missing 2025/07/23 03:33:25 NOTICE: proton drive root link ID 'rclone-test-lavizak7jewa': 1 differences found 2025/07/23 03:33:25 NOTICE: proton drive root link ID 'rclone-test-lavizak7jewa': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/23 03:33:26 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:33:26 NOTICE: proton drive root link ID 'rclone-test-lavizak7jewa': 0 differences found 2025/07/23 03:33:26 NOTICE: proton drive root link ID 'rclone-test-lavizak7jewa': 1 matching files 2025/07/23 03:33:26 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-tehowos9jizi" 2025/07/23 03:33:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:33:26 DEBUG : proton drive root link ID 'rclone-test-tehowos9jizi': Has cached credentials 2025/07/23 03:33:28 DEBUG : proton drive root link ID 'rclone-test-tehowos9jizi': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:33:28 DEBUG : Creating backend with remote "/tmp/rclone1146198689" run.go:180: Remote "proton drive root link ID 'rclone-test-tehowos9jizi'", Local "Local file system at /tmp/rclone1146198689", Modify Window "1s" NFC checkfile vs. NFD remote (without normalization) 2025/07/23 03:33:32 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/23 03:33:32 ERROR : 測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-tehowos9jizi' 2025/07/23 03:33:32 NOTICE: proton drive root link ID 'rclone-test-tehowos9jizi': 1 files missing 2025/07/23 03:33:32 NOTICE: 1 hashes missing 2025/07/23 03:33:32 NOTICE: proton drive root link ID 'rclone-test-tehowos9jizi': 1 differences found 2025/07/23 03:33:32 NOTICE: proton drive root link ID 'rclone-test-tehowos9jizi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/23 03:33:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:33:34 NOTICE: proton drive root link ID 'rclone-test-tehowos9jizi': 0 differences found 2025/07/23 03:33:34 NOTICE: proton drive root link ID 'rclone-test-tehowos9jizi': 1 matching files 2025/07/23 03:33:34 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-qemanux3zaxa" 2025/07/23 03:33:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:33:34 DEBUG : proton drive root link ID 'rclone-test-qemanux3zaxa': Has cached credentials 2025/07/23 03:33:35 DEBUG : proton drive root link ID 'rclone-test-qemanux3zaxa': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:33:36 DEBUG : Creating backend with remote "/tmp/rclone3414674126" run.go:180: Remote "proton drive root link ID 'rclone-test-qemanux3zaxa'", Local "Local file system at /tmp/rclone3414674126", Modify Window "1s" NFDx2 checkfile vs. both remote (without normalization) 2025/07/23 03:33:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/23 03:33:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-qemanux3zaxa' 2025/07/23 03:33:40 NOTICE: proton drive root link ID 'rclone-test-qemanux3zaxa': 1 files missing 2025/07/23 03:33:40 NOTICE: 1 hashes missing 2025/07/23 03:33:40 NOTICE: proton drive root link ID 'rclone-test-qemanux3zaxa': 1 differences found 2025/07/23 03:33:40 NOTICE: proton drive root link ID 'rclone-test-qemanux3zaxa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/23 03:33:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:33:41 NOTICE: proton drive root link ID 'rclone-test-qemanux3zaxa': 0 differences found 2025/07/23 03:33:41 NOTICE: proton drive root link ID 'rclone-test-qemanux3zaxa': 1 matching files 2025/07/23 03:33:41 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-wofavid2totu" 2025/07/23 03:33:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:33:41 DEBUG : proton drive root link ID 'rclone-test-wofavid2totu': Has cached credentials 2025/07/23 03:33:42 DEBUG : proton drive root link ID 'rclone-test-wofavid2totu': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:33:43 DEBUG : Creating backend with remote "/tmp/rclone2298534206" run.go:180: Remote "proton drive root link ID 'rclone-test-wofavid2totu'", Local "Local file system at /tmp/rclone2298534206", Modify Window "1s" NFCx2 checkfile vs. both remote (without normalization) 2025/07/23 03:33:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/23 03:33:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-wofavid2totu' 2025/07/23 03:33:47 NOTICE: proton drive root link ID 'rclone-test-wofavid2totu': 1 files missing 2025/07/23 03:33:47 NOTICE: 1 hashes missing 2025/07/23 03:33:47 NOTICE: proton drive root link ID 'rclone-test-wofavid2totu': 1 differences found 2025/07/23 03:33:47 NOTICE: proton drive root link ID 'rclone-test-wofavid2totu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/23 03:33:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:33:48 NOTICE: proton drive root link ID 'rclone-test-wofavid2totu': 0 differences found 2025/07/23 03:33:48 NOTICE: proton drive root link ID 'rclone-test-wofavid2totu': 1 matching files 2025/07/23 03:33:48 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-raqawef9zejo" 2025/07/23 03:33:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:33:48 DEBUG : proton drive root link ID 'rclone-test-raqawef9zejo': Has cached credentials 2025/07/23 03:33:50 DEBUG : proton drive root link ID 'rclone-test-raqawef9zejo': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:33:50 DEBUG : Creating backend with remote "/tmp/rclone1606800353" run.go:180: Remote "proton drive root link ID 'rclone-test-raqawef9zejo'", Local "Local file system at /tmp/rclone1606800353", Modify Window "1s" both checkfile vs. NFDx2 remote (without normalization) 2025/07/23 03:33:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/23 03:33:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-raqawef9zejo' 2025/07/23 03:33:54 NOTICE: proton drive root link ID 'rclone-test-raqawef9zejo': 1 files missing 2025/07/23 03:33:54 NOTICE: 1 hashes missing 2025/07/23 03:33:54 NOTICE: proton drive root link ID 'rclone-test-raqawef9zejo': 1 differences found 2025/07/23 03:33:54 NOTICE: proton drive root link ID 'rclone-test-raqawef9zejo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/23 03:33:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:33:56 NOTICE: proton drive root link ID 'rclone-test-raqawef9zejo': 0 differences found 2025/07/23 03:33:56 NOTICE: proton drive root link ID 'rclone-test-raqawef9zejo': 1 matching files 2025/07/23 03:33:56 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gufiwov9ceja" 2025/07/23 03:33:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:33:56 DEBUG : proton drive root link ID 'rclone-test-gufiwov9ceja': Has cached credentials 2025/07/23 03:33:57 DEBUG : proton drive root link ID 'rclone-test-gufiwov9ceja': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:33:58 DEBUG : Creating backend with remote "/tmp/rclone3040596993" run.go:180: Remote "proton drive root link ID 'rclone-test-gufiwov9ceja'", Local "Local file system at /tmp/rclone3040596993", Modify Window "1s" both checkfile vs. NFCx2 remote (without normalization) 2025/07/23 03:34:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/23 03:34:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in proton drive root link ID 'rclone-test-gufiwov9ceja' 2025/07/23 03:34:02 NOTICE: proton drive root link ID 'rclone-test-gufiwov9ceja': 1 files missing 2025/07/23 03:34:02 NOTICE: 1 hashes missing 2025/07/23 03:34:02 NOTICE: proton drive root link ID 'rclone-test-gufiwov9ceja': 1 differences found 2025/07/23 03:34:02 NOTICE: proton drive root link ID 'rclone-test-gufiwov9ceja': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/23 03:34:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/23 03:34:03 NOTICE: proton drive root link ID 'rclone-test-gufiwov9ceja': 0 differences found 2025/07/23 03:34:03 NOTICE: proton drive root link ID 'rclone-test-gufiwov9ceja': 1 matching files 2025/07/23 03:34:03 DEBUG : proton drive root link ID 'rclone-test-gufiwov9ceja': Purge remote 2025/07/23 03:34:04 DEBUG : proton drive root link ID 'rclone-test-raqawef9zejo': Purge remote 2025/07/23 03:34:05 DEBUG : proton drive root link ID 'rclone-test-wofavid2totu': Purge remote 2025/07/23 03:34:06 DEBUG : proton drive root link ID 'rclone-test-qemanux3zaxa': Purge remote 2025/07/23 03:34:07 DEBUG : proton drive root link ID 'rclone-test-tehowos9jizi': Purge remote 2025/07/23 03:34:07 DEBUG : proton drive root link ID 'rclone-test-lavizak7jewa': Purge remote 2025/07/23 03:34:08 DEBUG : proton drive root link ID 'rclone-test-qinagad1quse': Purge remote 2025/07/23 03:34:09 DEBUG : proton drive root link ID 'rclone-test-palofoz1batu': Purge remote 2025/07/23 03:34:10 DEBUG : proton drive root link ID 'rclone-test-wohohir4jido': Purge remote 2025/07/23 03:34:11 DEBUG : proton drive root link ID 'rclone-test-potoyik3miwa': Purge remote --- PASS: TestApplyTransforms (82.69s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:34:12 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/23 03:34:15 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/07/23 03:34:15 INFO : file1: Copied (new) to: sub/file2 2025/07/23 03:34:16 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/07/23 03:34:16 DEBUG : file1: Unchanged skipping 2025/07/23 03:34:17 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (8.87s) === RUN TestCopyLongFile run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.70s) === RUN TestCopyFileBackupDir run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:34:26 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-bexupig1suro/backup" 2025/07/23 03:34:26 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/backup': Has cached credentials 2025/07/23 03:34:27 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/backup': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:37:17 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/23 03:37:20.438608 WARN RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/26GfVkKdgz2CCcRTnRTfi1jGrJMQFf3AHuEK0pVFx9qXZFv3GGDwkQtIdEe0xw0sjTT5_rR3gyH_DaYhrZKJ9w==/move: This value should not be blank. (Code=2000, Status=400), Attempt 1 2025/07/23 03:37:20.438649 ERROR RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/26GfVkKdgz2CCcRTnRTfi1jGrJMQFf3AHuEK0pVFx9qXZFv3GGDwkQtIdEe0xw0sjTT5_rR3gyH_DaYhrZKJ9w==/move: This value should not be blank. (Code=2000, Status=400) 2025/07/23 03:37:20 ERROR : dst/file1: Couldn't move: 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/26GfVkKdgz2CCcRTnRTfi1jGrJMQFf3AHuEK0pVFx9qXZFv3GGDwkQtIdEe0xw0sjTT5_rR3gyH_DaYhrZKJ9w==/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/26GfVkKdgz2CCcRTnRTfi1jGrJMQFf3AHuEK0pVFx9qXZFv3GGDwkQtIdEe0xw0sjTT5_rR3gyH_DaYhrZKJ9w==/move: This value should not be blank. (Code=2000, Status=400) Test: TestCopyFileBackupDir --- FAIL: TestCopyFileBackupDir (182.79s) === RUN TestCopyFileCompareDest run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:37:24 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-bexupig1suro/dst" 2025/07/23 03:37:24 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/dst': Has cached credentials 2025/07/23 03:37:25 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/dst': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:40:06 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-bexupig1suro/CompareDest" 2025/07/23 03:40:06 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/CompareDest': Has cached credentials 2025/07/23 03:40:08 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/CompareDest': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:42:53 DEBUG : one: Need to transfer - File not found at Destination 2025/07/23 03:42:56 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/07/23 03:42:56 INFO : one: Copied (new) 2025/07/23 03:42:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/23 03:42:59.662774 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/07/23 03:42:59.662916 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/07/23 03:43:01 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/07/23 03:43:01 INFO : one: Copied (replaced existing) 2025/07/23 03:43:03.927831 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/07/23 03:43:03.927864 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/07/23 03:43:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/23 03:43:12 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/07/23 03:43:12 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/23 03:43:16 DEBUG : two: Need to transfer - File not found at Destination 2025/07/23 03:43:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/07/23 03:43:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/23 03:43:18 DEBUG : two: Need to transfer - File not found at Destination 2025/07/23 03:43:19 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/07/23 03:43:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/23 03:43:21 DEBUG : two: Need to transfer - File not found at Destination 2025/07/23 03:43:22 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/23 03:43:24 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/07/23 03:43:24 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (365.61s) === RUN TestCopyFileCopyDest run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" copy_test.go:276: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (0.77s) === RUN TestCopyInplace run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.69s) === RUN TestCopyLongFileName run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.68s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:43:32 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/23 03:43:35 DEBUG : TestCopyFileMaxTransfer/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/07/23 03:43:35 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/23 03:43:36 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/23 03:43:37 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: max transfer limit reached as set by --max-transfer 2025/07/23 03:43:38 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/23 03:43:39 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/23 03:43:41 DEBUG : TestCopyFileMaxTransfer/file4: sha1 = cbc03a24fdc1be03d77b24f230909bfd14460a99 OK 2025/07/23 03:43:41 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (13.46s) === RUN TestDeduplicateInteractive run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.83s) === RUN TestDeduplicateSkip run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.67s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.68s) === RUN TestDeduplicateFirst run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.67s) === RUN TestDeduplicateNewest run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.70s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:43:59 INFO : proton drive root link ID 'rclone-test-bexupig1suro': Looking for duplicate sha1 hashes using newest mode. 2025/07/23 03:44:00 NOTICE: 3847cd3c3c862e72bc6e3fc1eb07abbdf1ebe5c0: Found 3 files with duplicate sha1 hashes 2025/07/23 03:44:00 INFO : one: Deleted 2025/07/23 03:44:01 INFO : also/one: Deleted 2025/07/23 03:44:01 NOTICE: 3847cd3c3c862e72bc6e3fc1eb07abbdf1ebe5c0: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (16.82s) === RUN TestDeduplicateOldest run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.68s) === RUN TestDeduplicateLargest run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.67s) === RUN TestDeduplicateSmallest run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.68s) === RUN TestDeduplicateRename run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.70s) === RUN TestMergeDirs run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.65s) === RUN TestListDirSorted run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:44:29 DEBUG : a.txt: Excluded (Size Filter) 2025/07/23 03:44:29 DEBUG : a.txt: Excluded 2025/07/23 03:44:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/23 03:44:30 DEBUG : sub dir/hello world: Excluded 2025/07/23 03:44:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/23 03:44:30 DEBUG : sub dir/hello world2: Excluded 2025/07/23 03:44:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/23 03:44:31 DEBUG : sub dir/hello world: Excluded 2025/07/23 03:44:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/23 03:44:31 DEBUG : sub dir/hello world2: Excluded 2025/07/23 03:44:32 DEBUG : sub dir/ignore dir: Excluded 2025/07/23 03:44:33 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (33.47s) === RUN TestListDirSortedFn run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:45:02 DEBUG : a.txt: Excluded (Size Filter) 2025/07/23 03:45:02 DEBUG : a.txt: Excluded 2025/07/23 03:45:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/23 03:45:04 DEBUG : sub dir/hello world: Excluded 2025/07/23 03:45:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/23 03:45:04 DEBUG : sub dir/hello world2: Excluded 2025/07/23 03:45:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/23 03:45:04 DEBUG : sub dir/hello world: Excluded 2025/07/23 03:45:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/23 03:45:04 DEBUG : sub dir/hello world2: Excluded 2025/07/23 03:45:05 DEBUG : sub dir/ignore dir: Excluded 2025/07/23 03:45:06 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (33.33s) === RUN TestListJSON run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", 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/07/23 03:45:27 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (14.69s) --- PASS: TestListJSON/Default (0.54s) --- PASS: TestListJSON/FilesOnly (0.50s) --- PASS: TestListJSON/DirsOnly (0.53s) --- PASS: TestListJSON/Recurse (1.05s) --- PASS: TestListJSON/SubDir (0.49s) --- PASS: TestListJSON/NoModTime (0.58s) --- PASS: TestListJSON/NoMimeType (0.49s) --- PASS: TestListJSON/ShowHash (0.56s) --- PASS: TestListJSON/HashTypes (0.56s) --- PASS: TestListJSON/Metadata (0.49s) === RUN TestStatJSON run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", 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/07/23 03:45:43 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-bexupig1suro/notfound" 2025/07/23 03:45:43 DEBUG : Config file has changed externally - reloading 2025/07/23 03:45:43 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/notfound': Has cached credentials 2025/07/23 03:45:45 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/notfound': Used cached credential to initialize the ProtonDrive API --- PASS: TestStatJSON (176.64s) --- PASS: TestStatJSON/Root (0.61s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.53s) --- PASS: TestStatJSON/Dir (1.07s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.50s) --- PASS: TestStatJSON/File (0.75s) --- PASS: TestStatJSON/NotFound (0.73s) --- PASS: TestStatJSON/DirFilesOnly (0.55s) --- PASS: TestStatJSON/FileFilesOnly (0.71s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.50s) --- PASS: TestStatJSON/FileDirsOnly (0.58s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.50s) --- PASS: TestStatJSON/RootNotFound (160.43s) === RUN TestMkdir run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:48:27 INFO : proton drive root link ID 'rclone-test-bexupig1suro': Making directory 2025/07/23 03:48:27 INFO : proton drive root link ID 'rclone-test-bexupig1suro': Making directory --- PASS: TestMkdir (1.04s) === RUN TestLsd run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestLsd (6.70s) === RUN TestLs run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestLs (7.23s) === RUN TestLsWithFilesFrom run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:48:47 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/07/23 03:48:47 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (8.09s) === RUN TestLsLong run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestLsLong (7.29s) === RUN TestHashSums run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" === RUN TestHashSums/Sha1 === RUN TestHashSums/Sha1Download --- PASS: TestHashSums (9.05s) --- PASS: TestHashSums/Sha1 (0.67s) --- PASS: TestHashSums/Sha1Download (1.63s) === RUN TestHashSumsWithErrors 2025/07/23 03:49:06 DEBUG : Creating backend with remote ":memory:" 2025/07/23 03:49:06 DEBUG : Config file has changed externally - reloading 2025/07/23 03:49:06 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/23 03:49:06 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/23 03:49:06 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/23 03:49:06 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/23 03:49:06 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/23 03:49:06 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/23 03:49:06 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/23 03:49:06 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/23 03:49:06 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-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestCount (12.39s) === RUN TestDelete run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:49:25 DEBUG : Waiting for deletions to finish 2025/07/23 03:49:26 DEBUG : large: Excluded (Size Filter) 2025/07/23 03:49:26 DEBUG : large: Excluded 2025/07/23 03:49:27 INFO : medium: Deleted 2025/07/23 03:49:27 INFO : small: Deleted --- PASS: TestDelete (9.96s) === RUN TestMaxDelete run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:49:35 DEBUG : Waiting for deletions to finish 2025/07/23 03:49:36 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/07/23 03:49:37 INFO : small: Deleted 2025/07/23 03:49:37 INFO : large: Deleted --- PASS: TestMaxDelete (10.79s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:49:46 DEBUG : Waiting for deletions to finish 2025/07/23 03:49:47 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/23 03:49:47 INFO : medium: Deleted 2025/07/23 03:49:47 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (10.72s) === RUN TestMaxDeleteSize run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:49:57 DEBUG : Waiting for deletions to finish 2025/07/23 03:49:57 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/07/23 03:49:58 INFO : large: Deleted 2025/07/23 03:49:58 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (10.74s) === RUN TestReadFile run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestReadFile (6.17s) === RUN TestRetry 2025/07/23 03:50:07 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/23 03:50:07 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/23 03:50:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/23 03:50:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/23 03:50:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/23 03:50:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/23 03:50:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestCat (18.97s) === RUN TestPurge 2025/07/23 03:50:26 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-nijowex4yuti" 2025/07/23 03:50:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/23 03:50:26 DEBUG : proton drive root link ID 'rclone-test-nijowex4yuti': Has cached credentials 2025/07/23 03:50:27 DEBUG : proton drive root link ID 'rclone-test-nijowex4yuti': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:50:28 DEBUG : Creating backend with remote "/tmp/rclone3017884441" run.go:180: Remote "proton drive root link ID 'rclone-test-nijowex4yuti'", Local "Local file system at /tmp/rclone3017884441", Modify Window "1s" 2025/07/23 03:50:34 INFO : A2: Making directory 2025/07/23 03:50:35 INFO : A1/B2: Making directory 2025/07/23 03:50:36 INFO : A1/B2/C2: Making directory 2025/07/23 03:50:37 INFO : A1/B1/C3: Making directory 2025/07/23 03:50:38 INFO : A3: Making directory 2025/07/23 03:50:39 INFO : A3/B3: Making directory 2025/07/23 03:50:40 INFO : A3/B3/C4: Making directory 2025/07/23 03:50:48 ERROR : error listing: directory not found 2025/07/23 03:50:48 DEBUG : proton drive root link ID 'rclone-test-nijowex4yuti': Purge remote 2025/07/23 03:50:48 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.79s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:50:53 INFO : A2: Making directory 2025/07/23 03:50:54 INFO : A1/B2: Making directory 2025/07/23 03:50:55 INFO : A1/B2/C2: Making directory 2025/07/23 03:50:56 INFO : A1/B1/C3: Making directory 2025/07/23 03:50:56 INFO : A3: Making directory 2025/07/23 03:50:57 INFO : A3/B3: Making directory 2025/07/23 03:50:58 INFO : A3/B3/C4: Making directory 2025/07/23 03:51:03 DEBUG : removing 1 level 3 directories 2025/07/23 03:51:03 INFO : A3/B3/C4: Removing directory 2025/07/23 03:51:08 DEBUG : removing 2 level 3 directories 2025/07/23 03:51:08 INFO : A1/B2/C2: Removing directory 2025/07/23 03:51:08 INFO : A1/B1/C3: Removing directory 2025/07/23 03:51:08 DEBUG : removing 2 level 2 directories 2025/07/23 03:51:08 INFO : A3/B3: Removing directory 2025/07/23 03:51:08 INFO : A1/B2: Removing directory 2025/07/23 03:51:09 DEBUG : removing 2 level 1 directories 2025/07/23 03:51:09 INFO : A3: Removing directory 2025/07/23 03:51:09 INFO : A2: Removing directory 2025/07/23 03:51:15 DEBUG : removing 1 level 3 directories 2025/07/23 03:51:15 INFO : A1/B1/C1: Removing directory 2025/07/23 03:51:16 DEBUG : removing 1 level 2 directories 2025/07/23 03:51:16 INFO : A1/B1: Removing directory 2025/07/23 03:51:16 DEBUG : removing 1 level 1 directories 2025/07/23 03:51:16 INFO : A1: Removing directory 2025/07/23 03:51:17 DEBUG : removing 1 level 0 directories 2025/07/23 03:51:17 INFO : proton drive root link ID 'rclone-test-bexupig1suro': Removing directory 2025/07/23 03:51:18 ERROR : error listing: directory not found 2025/07/23 03:51:18 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (30.28s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:51:19 INFO : A1: Making directory 2025/07/23 03:51:20 INFO : A1/B1: Making directory 2025/07/23 03:51:21 INFO : A1/B1/C1: Making directory 2025/07/23 03:51:24 DEBUG : removing 1 level 3 directories 2025/07/23 03:51:24 INFO : A1/B1/C1: Removing directory 2025/07/23 03:51:25 DEBUG : removing 1 level 2 directories 2025/07/23 03:51:25 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (9.76s) === RUN TestRmdirsWithFilter run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:51:28 INFO : A1: Making directory 2025/07/23 03:51:29 INFO : A1/B1: Making directory 2025/07/23 03:51:30 INFO : A1/B1/C1: Making directory 2025/07/23 03:51:33 DEBUG : removing 1 level 3 directories 2025/07/23 03:51:33 INFO : A1/B1/C1: Removing directory 2025/07/23 03:51:34 DEBUG : removing 1 level 2 directories 2025/07/23 03:51:34 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (9.21s) === RUN TestCopyURL run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:51:41 DEBUG : filename.txt: File name found in url 2025/07/23 03:51:43 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (14.50s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:51:52 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/23 03:51:53 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/07/23 03:51:53 INFO : file1: Copied (new) to: sub/file2 2025/07/23 03:51:53 INFO : file1: Deleted 2025/07/23 03:51:54 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/07/23 03:51:54 DEBUG : file1: Unchanged skipping 2025/07/23 03:51:54 INFO : file1: Deleted 2025/07/23 03:51:55 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.85s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:51:56 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/23 03:51:58 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/07/23 03:51:58 INFO : file1: Copied (new) 2025/07/23 03:51:58 INFO : file1: Deleted 2025/07/23 03:51:58 DEBUG : file1: Destination exists, skipping 2025/07/23 03:51:58 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (2.90s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFile (0.38s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.37s) === RUN TestMoveFileBackupDir run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:52:03 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-bexupig1suro/backup" 2025/07/23 03:52:03 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/backup': Has cached credentials 2025/07/23 03:52:04 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro/backup': Used cached credential to initialize the ProtonDrive API 2025/07/23 03:54:44 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/23 03:54:46.030716 WARN RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/pFsMqSbl6ZtUWxIsc9o207QakhkKHX6ZU5WBc4Dq3A0T678vbPq4KjMjgPUYdrhyceY2IIULdJleidPdgyy6Cg==/move: This value should not be blank. (Code=2000, Status=400), Attempt 1 2025/07/23 03:54:46.030751 ERROR RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/pFsMqSbl6ZtUWxIsc9o207QakhkKHX6ZU5WBc4Dq3A0T678vbPq4KjMjgPUYdrhyceY2IIULdJleidPdgyy6Cg==/move: This value should not be blank. (Code=2000, Status=400) 2025/07/23 03:54:46 ERROR : dst/file1: Couldn't move: 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/pFsMqSbl6ZtUWxIsc9o207QakhkKHX6ZU5WBc4Dq3A0T678vbPq4KjMjgPUYdrhyceY2IIULdJleidPdgyy6Cg==/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/pFsMqSbl6ZtUWxIsc9o207QakhkKHX6ZU5WBc4Dq3A0T678vbPq4KjMjgPUYdrhyceY2IIULdJleidPdgyy6Cg==/move: This value should not be blank. (Code=2000, Status=400) Test: TestMoveFileBackupDir --- FAIL: TestMoveFileBackupDir (167.10s) === 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-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:54:55 INFO : A1/B2: Making directory 2025/07/23 03:54:56 INFO : A1/B1/C3: Making directory 2025/07/23 03:54:57.906153 WARN RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/kGP3WTqQfa46ckpPIQKe6WBrMt0PD9n9hde7dcdkeyTyrbDbgq1xh5xHbHYe9qRkG7ZapuBs_eJ7gD-5p1ugMQ==/move: This value should not be blank. (Code=2000, Status=400), Attempt 1 2025/07/23 03:54:57.906192 ERROR RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/kGP3WTqQfa46ckpPIQKe6WBrMt0PD9n9hde7dcdkeyTyrbDbgq1xh5xHbHYe9qRkG7ZapuBs_eJ7gD-5p1ugMQ==/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/kGP3WTqQfa46ckpPIQKe6WBrMt0PD9n9hde7dcdkeyTyrbDbgq1xh5xHbHYe9qRkG7ZapuBs_eJ7gD-5p1ugMQ==/move: This value should not be blank. (Code=2000, Status=400) Test: TestDirMove --- FAIL: TestDirMove (14.11s) === RUN TestGetFsInfo run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" --- PASS: TestGetFsInfo (0.36s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:55:02 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': File to upload is small (34 bytes), uploading instead of streaming 2025/07/23 03:55:03 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2025/07/23 03:55:03 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2025/07/23 03:55:03 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/07/23 03:55:05 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2025/07/23 03:55:05 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-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:55:06 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': File to upload is small (34 bytes), uploading instead of streaming 2025/07/23 03:55:07 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2025/07/23 03:55:07 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2025/07/23 03:55:07 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/07/23 03:55:09 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2025/07/23 03:55:09 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-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:55:10 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': File to upload is small (34 bytes), uploading instead of streaming 2025/07/23 03:55:11 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/07/23 03:55:11 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/07/23 03:55:13 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-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:55:14 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': File to upload is small (34 bytes), uploading instead of streaming 2025/07/23 03:55:16 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/07/23 03:55:16 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/23 03:55:16 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/07/23 03:55:17 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/07/23 03:55:17 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (16.98s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.32s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (3.96s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.25s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.44s) === RUN TestRcatMetadata run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" operations_test.go:1532: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.38s) === RUN TestRcatSize run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:55:20 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': File to upload is small (60 bytes), uploading instead of streaming 2025/07/23 03:55:22 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/07/23 03:55:22 DEBUG : potato2: Size and sha1 of src and dst objects identical --- PASS: TestRcatSize (3.86s) === RUN TestRcatSizeMetadata run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" operations_test.go:1613: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.37s) === RUN TestTouchDir run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:55:29 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Touching "potato2" 2025/07/23 03:55:29 ERROR : potato2: failed to touch: can't set modified time 2025/07/23 03:55:29 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Touching "empty space" 2025/07/23 03:55:29 ERROR : empty space: failed to touch: can't set modified time 2025/07/23 03:55:29 DEBUG : proton drive root link ID 'rclone-test-bexupig1suro': Touching "sub dir/potato3" 2025/07/23 03:55:29 ERROR : sub dir/potato3: failed to touch: can't set modified time --- PASS: TestTouchDir (7.27s) === RUN TestMkdirMetadata run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" operations_test.go:1703: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.36s) === RUN TestMkdirModTime run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.37s) === RUN TestCopyDirMetadata run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.38s) === RUN TestSetDirModTime run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.39s) === RUN TestDirsEqual run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.37s) === RUN TestRemoveExisting run.go:180: Remote "proton drive root link ID 'rclone-test-bexupig1suro'", Local "Local file system at /tmp/rclone4049070862", Modify Window "1s" 2025/07/23 03:55:37 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wurobum7" before starting 2025/07/23 03:55:38.022403 WARN RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/2MEy93dMfNLAfLASKVjA76DlEtI6SIETYzNk9GntF_-ut0OvMBz9WLMtjVB_0jKxtBXAhlRtRfQnp9m5u1njSQ==/move: This value should not be blank. (Code=2000, Status=400), Attempt 1 2025/07/23 03:55:38.022443 ERROR RESTY 400 PUT https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/2MEy93dMfNLAfLASKVjA76DlEtI6SIETYzNk9GntF_-ut0OvMBz9WLMtjVB_0jKxtBXAhlRtRfQnp9m5u1njSQ==/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/2MEy93dMfNLAfLASKVjA76DlEtI6SIETYzNk9GntF_-ut0OvMBz9WLMtjVB_0jKxtBXAhlRtRfQnp9m5u1njSQ==/move: This value should not be blank. (Code=2000, Status=400)", err:(*fmt.wrapError)(0xc000c7b7c0)}) actual : () 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 (7.01s) 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=0x1eb336d] goroutine 11670 [running]: testing.tRunner.func1.2({0x2207260, 0x3e3c8c0}) /usr/local/go/src/testing/testing.go:1734 +0x21c testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1737 +0x35e panic({0x2207260?, 0x3e3c8c0?}) /usr/local/go/src/runtime/panic.go:792 +0x132 github.com/rclone/rclone/fs/operations_test.TestRemoveExisting(0xc000cee380) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1923 +0x88d testing.tRunner(0xc000cee380, 0x27e1630) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 "./operations.test -test.v -test.timeout 1h0m0s -remote TestProtonDrive: -verbose" - Finished ERROR in 30m9.9488566s (try 1/5): exit status 2: Failed [TestCheckSumDownload TestCopyFileBackupDir TestMoveFileBackupDir TestDirMove TestRemoveExisting]