"./sync.test -test.v -test.timeout 1h0m0s -remote TestProtonDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestCopy|TestCopyAfterDelete|TestCopyCheckFirst|TestCopyDeleteBefore|TestCopyEmptyDirectories|TestCopyNoEmptyDirectories|TestCopyNoTraverse|TestCopyOverSelf|TestCopyRedownload|TestCopyWithDepth|TestCopyWithFilesFrom|TestCopyWithFilesFromAndNoTraverse|TestDirTag|TestDoubleTransform|TestError|TestFileTag|TestManualTransformFile|TestMove|TestMoveEmptyDirectories|TestMoveNoEmptyDirectories|TestMoveOverSelf|TestMoveWithDeleteEmptySrcDirs|TestMoveWithIgnoreExisting|TestMoveWithoutDeleteEmptySrcDirs|TestNoTag|TestNothingToTransferWithEmptyDirs|TestNothingToTransferWithoutEmptyDirs|TestRunTwice|TestServerSideCopy|TestServerSideCopyOverSelf|TestServerSideMove|TestServerSideMoveDeleteEmptySourceDirs|TestServerSideMoveOverSelf|TestServerSideMoveWithFilter|TestSyncAfterAddingAFile|TestSyncAfterChangingContentsOnly|TestSyncAfterChangingFilesSizeOnly|TestSyncAfterChangingModtimeOnly|TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime|TestSyncAfterRemovingAFileAndAddingAFile|TestSyncAfterRemovingAFileAndAddingAFileDryRun|TestSyncAfterRemovingAFileAndAddingAFileSubDir|TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors|TestSyncBackupDir|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestSyncBackupDirWithSuffixKeepExtension|TestSyncBasedOnCheckSum|TestSyncCompareDest|TestSyncConcurrentDelete|TestSyncConcurrentTruncate|TestSyncDeleteBefore|TestSyncDeleteDuring|TestSyncDoesntUpdateModtime|TestSyncEmptyDirectories|TestSyncIgnoreCase|TestSyncIgnoreErrors|TestSyncIgnoreExisting|TestSyncIgnoreSize|TestSyncIgnoreTimes|TestSyncImmutable|TestSyncMultipleCompareDest|TestSyncNoEmptyDirectories|TestSyncNoTraverse|TestSyncOverlapWithFilter|TestSyncReplaceDirModTime|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSizeOnly|TestSyncSuffix|TestSyncSuffixKeepExtension|TestSyncUTFNorm|TestSyncWithExclude|TestSyncWithExcludeAndDeleteExcluded|TestSyncWithTrackRenames|TestSyncWithTrackRenamesStrategyLeaf|TestSyncWithTrackRenamesStrategyModtime|TestSyncWithUpdateOlder|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Starting (try 4/5) 2025/10/04 02:40:09 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gizozev6fiwu" 2025/10/04 02:40:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 02:40:09 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Has cached credentials 2025/10/04 02:40:10 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:40:11 DEBUG : Creating backend with remote "/tmp/rclone1269820781" === RUN TestCopy run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:11 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/04 02:40:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:13 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:13 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:15.389693 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:15.389763 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:15 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:79: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:79 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestCopy --- FAIL: TestCopy (5.63s) === RUN TestCopyNoTraverse run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:17 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:17 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:19.191136 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:19.191185 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:19 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:212 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestCopyNoTraverse --- FAIL: TestCopyNoTraverse (3.67s) === RUN TestCopyCheckFirst run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:20 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Running all checks before starting transfers 2025/10/04 02:40:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:20 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:20 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Checks finished, now starting transfers 2025/10/04 02:40:20 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:22.894011 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:22.894260 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:22 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:260: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:260 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestCopyCheckFirst --- FAIL: TestCopyCheckFirst (3.72s) === RUN TestSyncNoTraverse run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:24 ERROR : Ignoring --no-traverse with sync 2025/10/04 02:40:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:24 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:24 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:26.651185 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:26.651219 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:26 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:26 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:40:26 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:280: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:280 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestSyncNoTraverse --- FAIL: TestSyncNoTraverse (3.75s) === RUN TestCopyWithDepth run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:28 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/10/04 02:40:28 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:28 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:29.417066 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:29.417107 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:29 ERROR : hello world2: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:300: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:300 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestCopyWithDepth --- FAIL: TestCopyWithDepth (1.93s) === RUN TestCopyWithFilesFrom run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:30 DEBUG : potato2: Need to transfer - File not found at Destination 2025/10/04 02:40:30 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:30 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:31.382263 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:31.382286 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:31 ERROR : potato2: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:328 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:334 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestCopyWithFilesFrom --- FAIL: TestCopyWithFilesFrom (2.01s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:32 DEBUG : potato2: Need to transfer - File not found at Destination 2025/10/04 02:40:32 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:32 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:33.363107 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/10/04 02:40:33.363143 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/10/04 02:40:34 ERROR : potato2: Failed to copy: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft sync_test.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:328 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:335 Error: Received unexpected error: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft Test: TestCopyWithFilesFromAndNoTraverse --- FAIL: TestCopyWithFilesFromAndNoTraverse (2.96s) === RUN TestCopyEmptyDirectories run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:34 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/10/04 02:40:34 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/04 02:40:34 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/10/04 02:40:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/04 02:40:35 INFO : sub dir2: Making directory 2025/10/04 02:40:35 INFO : sub dir: Making directory 2025/10/04 02:40:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:36 INFO : sub dir2/sub sub dir2: Making directory 2025/10/04 02:40:37 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:37 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:38.721655 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:38.721680 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:38 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:355: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:355 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestCopyEmptyDirectories --- FAIL: TestCopyEmptyDirectories (6.63s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:41 INFO : sub dir2: Making directory 2025/10/04 02:40:41 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/10/04 02:40:41 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/04 02:40:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:41 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:41 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:43.806164 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:43.806192 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:43 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:386: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:386 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestCopyNoEmptyDirectories --- FAIL: TestCopyNoEmptyDirectories (3.64s) === RUN TestMoveEmptyDirectories run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:45 DEBUG : sub dir2: Making directory with metadata 2025/10/04 02:40:45 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/04 02:40:45 INFO : sub dir2: Making directory 2025/10/04 02:40:46 INFO : sub dir: Making directory 2025/10/04 02:40:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:46 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:46 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:48.130767 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:48.130926 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:48 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:48 ERROR : sub dir/hello world: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:412: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:412 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestMoveEmptyDirectories --- FAIL: TestMoveEmptyDirectories (5.02s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:50 INFO : sub dir2: Making directory 2025/10/04 02:40:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:50 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:50 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:52.501659 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:52.501684 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:52 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:52 ERROR : sub dir/hello world: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:483: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:483 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestMoveNoEmptyDirectories --- FAIL: TestMoveNoEmptyDirectories (3.71s) === RUN TestSyncEmptyDirectories run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:53 DEBUG : sub dir2: Making directory with metadata 2025/10/04 02:40:53 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/04 02:40:53 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/04 02:40:54 INFO : sub dir2: Making directory 2025/10/04 02:40:54 INFO : sub dir: Making directory 2025/10/04 02:40:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:55 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:55 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:40:56.799092 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:40:56.799121 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:56 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:40:56 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:40:56 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:513: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:513 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestSyncEmptyDirectories --- FAIL: TestSyncEmptyDirectories (4.96s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:40:58 INFO : sub dir2: Making directory 2025/10/04 02:40:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:40:59 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:40:59 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:41:01.294675 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:01.294969 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:41:01 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:41:01 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:41:01 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:597: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:597 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestSyncNoEmptyDirectories --- FAIL: TestSyncNoEmptyDirectories (3.83s) === RUN TestServerSideCopy run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:04.783555 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:04.783670 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "sub dir/hello world" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestServerSideCopy (3.44s) === RUN TestCopyOverSelf run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:08.014937 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:08.014964 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "sub dir/hello world" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestCopyOverSelf (3.29s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:11.518682 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:11.518827 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "sub dir/hello world" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestServerSideCopyOverSelf (3.49s) === RUN TestMoveOverSelf run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:14.981652 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:14.981672 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "sub dir/hello world" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestMoveOverSelf (3.38s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:18.318561 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:18.318584 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "sub dir/hello world" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestServerSideMoveOverSelf (3.36s) === RUN TestCopyAfterDelete run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:21.789183 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:21.789342 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "sub dir/hello world" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestCopyAfterDelete (3.54s) === RUN TestCopyRedownload run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:25.317061 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:25.317081 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "sub dir/hello world" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestCopyRedownload (3.51s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:27 DEBUG : check sum: Need to transfer - File not found at Destination 2025/10/04 02:41:27 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:41:27 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:41:28.241785 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:28.241814 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:41:28 ERROR : check sum: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:41:28 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:41:28 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:784: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:784 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestSyncBasedOnCheckSum --- FAIL: TestSyncBasedOnCheckSum (2.05s) === RUN TestSyncSizeOnly run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:29 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/10/04 02:41:29 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:41:29 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:41:30.322224 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:30.322258 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:41:30 ERROR : sizeonly: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:41:30 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:41:30 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:822: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:822 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestSyncSizeOnly --- FAIL: TestSyncSizeOnly (2.09s) === RUN TestSyncIgnoreSize run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:31 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/10/04 02:41:31 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:41:31 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:41:32.289990 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:32.290040 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:41:32 ERROR : ignore-size: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:41:32 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:41:32 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:860: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:860 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestSyncIgnoreSize --- FAIL: TestSyncIgnoreSize (1.98s) === RUN TestSyncIgnoreTimes run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:34.005344 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:34.005381 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "existing" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncIgnoreTimes (1.71s) === RUN TestSyncIgnoreExisting run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:34 DEBUG : existing: Need to transfer - File not found at Destination 2025/10/04 02:41:34 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:41:34 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:41:35.778230 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/10/04 02:41:35.778255 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/10/04 02:41:36 ERROR : existing: Failed to copy: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:41:36 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:41:36 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:927: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:927 Error: Received unexpected error: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft Test: TestSyncIgnoreExisting --- FAIL: TestSyncIgnoreExisting (2.93s) === RUN TestSyncIgnoreErrors run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:39.547863 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:39.548114 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "b/potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncIgnoreErrors (3.53s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:42.119893 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:42.119928 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "empty space" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncAfterChangingModtimeOnly (1.66s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:43.554312 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/10/04 02:41:43.554344 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.go:285: Failed to put "empty space" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (2.46s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:46.221917 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:46.221951 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "foo" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncDoesntUpdateModtime (1.63s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:47.648965 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/10/04 02:41:47.649011 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.go:285: Failed to put "empty space" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncAfterAddingAFile (2.71s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:50.570782 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:41:50.570813 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncAfterChangingFilesSizeOnly (1.64s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:52.015822 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/10/04 02:41:52.015851 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.go:285: Failed to put "potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncAfterChangingContentsOnly (2.65s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:54.612614 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/10/04 02:41:54.612653 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.go:285: Failed to put "potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.50s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:41:57.117458 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/10/04 02:41:57.117494 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.go:285: Failed to put "potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncAfterRemovingAFileAndAddingAFile (2.53s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:00.759060 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:00.759095 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "b/potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.38s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:04.183319 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:04.183357 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "b/potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.45s) === RUN TestSyncDeleteDuring run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:06.487131 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/10/04 02:42:06.487156 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.go:285: Failed to put "potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncDeleteDuring (2.47s) === RUN TestSyncDeleteBefore run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:08.947243 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/10/04 02:42:08.947265 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.go:285: Failed to put "potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncDeleteBefore (2.53s) === RUN TestCopyDeleteBefore run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:11.479997 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/10/04 02:42:11.480038 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.go:285: Failed to put "potato" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestCopyDeleteBefore (2.51s) === RUN TestSyncWithExclude run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:13.985809 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/10/04 02:42:13.985843 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.go:285: Failed to put "potato2" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncWithExclude (2.46s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:16.472576 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/10/04 02:42:16.472613 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.go:285: Failed to put "potato2" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncWithExcludeAndDeleteExcluded (2.52s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:19.296883 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:19.296919 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "one" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncWithUpdateOlder (1.81s) === RUN TestSyncWithTrackRenames run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" sync_test.go:1568: Can track renames: true 2025/10/04 02:42:20 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Making map for --track-renames 2025/10/04 02:42:20 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Finished making map for --track-renames 2025/10/04 02:42:20 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:42:20 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/10/04 02:42:20 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for renames to finish 2025/10/04 02:42:20 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/10/04 02:42:20 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:42:21.119601 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/10/04 02:42:21.119634 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/10/04 02:42:21.356134 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:21.356177 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:21 ERROR : yam: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:22 ERROR : potato: Failed to copy: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:42:22 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:42:22 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:1575: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1575 Error: Received unexpected error: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft Test: TestSyncWithTrackRenames --- FAIL: TestSyncWithTrackRenames (2.92s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" sync_test.go:1640: Can track renames: true 2025/10/04 02:42:23 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Making map for --track-renames 2025/10/04 02:42:23 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Finished making map for --track-renames 2025/10/04 02:42:23 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:42:23 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/10/04 02:42:23 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/10/04 02:42:23 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for renames to finish 2025/10/04 02:42:23 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:42:23.952552 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/10/04 02:42:23.952591 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/10/04 02:42:24.043897 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/10/04 02:42:24.043937 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/10/04 02:42:25 ERROR : potato: Failed to copy: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:42:25 ERROR : yam: Failed to copy: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:42:25 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:42:25 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:1647: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1647 Error: Received unexpected error: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft Test: TestSyncWithTrackRenamesStrategyModtime --- FAIL: TestSyncWithTrackRenamesStrategyModtime (2.84s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" sync_test.go:1679: Can track renames: true 2025/10/04 02:42:25 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Making map for --track-renames 2025/10/04 02:42:25 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Finished making map for --track-renames 2025/10/04 02:42:25 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:42:25 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/10/04 02:42:25 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for renames to finish 2025/10/04 02:42:25 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/10/04 02:42:25 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:42:27.266600 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/10/04 02:42:27.266649 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/10/04 02:42:28.019688 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:28.019742 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:28 ERROR : sub/yam: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:28 ERROR : potato: Failed to copy: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:42:28 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 02:42:28 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:1686: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1686 Error: Received unexpected error: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft Test: TestSyncWithTrackRenamesStrategyLeaf --- FAIL: TestSyncWithTrackRenamesStrategyLeaf (3.97s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:42:29 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/10/04 02:42:29 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:42:29 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:42:33.499411 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:33.499451 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:33 ERROR : nested/sub dir/file: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:33 ERROR : nested/sub dir/file: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:33.782545 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:33.782572 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:33 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:33 ERROR : sub dir/hello world: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:33 ERROR : Local file system at /tmp/rclone1269820781: not deleting directories as there were IO errors sync_test.go:1818: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1818 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMoveWithDeleteEmptySrcDirs --- FAIL: TestMoveWithDeleteEmptySrcDirs (6.94s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/10/04 02:42:36 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/10/04 02:42:36 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:42:36 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:42:40.627834 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:40.627862 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:40 ERROR : sub dir/hello world: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:40 ERROR : sub dir/hello world: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:40.645911 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:40.645964 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:40 ERROR : nested/sub dir/file: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:40 ERROR : nested/sub dir/file: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:1838: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1838 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestMoveWithoutDeleteEmptySrcDirs --- FAIL: TestMoveWithoutDeleteEmptySrcDirs (6.88s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:43 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/10/04 02:42:43 DEBUG : existing: Need to transfer - File not found at Destination 2025/10/04 02:42:43 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 02:42:43 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 02:42:44.587187 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/10/04 02:42:44.587222 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/10/04 02:42:44.872204 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:42:44.872238 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:44 ERROR : existing-b: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:44 ERROR : existing-b: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:42:45 ERROR : existing: Failed to copy: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:42:45 ERROR : existing: Not deleting source as copy failed: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft sync_test.go:1865: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1865 Error: Received unexpected error: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft Test: TestMoveWithIgnoreExisting --- FAIL: TestMoveWithIgnoreExisting (2.65s) === RUN TestServerSideMove run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:46 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gipogaf0gaka" 2025/10/04 02:42:46 DEBUG : Config file has changed externally - reloading 2025/10/04 02:42:46 DEBUG : proton drive root link ID 'rclone-test-gipogaf0gaka': Has cached credentials 2025/10/04 02:42:47 DEBUG : proton drive root link ID 'rclone-test-gipogaf0gaka': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:42:48.877254 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/10/04 02:42:48.877294 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.go:285: Failed to put "potato2" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:42:50 DEBUG : proton drive root link ID 'rclone-test-gipogaf0gaka': Purge remote 2025/10/04 02:42:50 NOTICE: purge failed: directory not found --- FAIL: TestServerSideMove (4.62s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:50 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-kicahek3liho" 2025/10/04 02:42:50 DEBUG : proton drive root link ID 'rclone-test-kicahek3liho': Has cached credentials 2025/10/04 02:42:52 DEBUG : proton drive root link ID 'rclone-test-kicahek3liho': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:42:53.556078 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/10/04 02:42:53.556100 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.go:285: Failed to put "potato2" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:42:54 DEBUG : proton drive root link ID 'rclone-test-kicahek3liho': Purge remote 2025/10/04 02:42:54 NOTICE: purge failed: directory not found --- FAIL: TestServerSideMoveWithFilter (4.59s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:42:55 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-cabagaq3vapo" 2025/10/04 02:42:55 DEBUG : proton drive root link ID 'rclone-test-cabagaq3vapo': Has cached credentials 2025/10/04 02:42:56 DEBUG : proton drive root link ID 'rclone-test-cabagaq3vapo': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:42:58.179428 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/10/04 02:42:58.179454 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.go:285: Failed to put "potato2" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 02:42:59 DEBUG : proton drive root link ID 'rclone-test-cabagaq3vapo': Purge remote 2025/10/04 02:42:59 NOTICE: purge failed: directory not found --- FAIL: TestServerSideMoveDeleteEmptySourceDirs (4.66s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:43:00 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gizozev6fiwu/rclone-sync-test" 2025/10/04 02:43:00 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/rclone-sync-test': Has cached credentials 2025/10/04 02:43:01 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/rclone-sync-test': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:46:20 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gizozev6fiwu/rclone-sync-test-include/layer2" 2025/10/04 02:46:20 DEBUG : Config file has changed externally - reloading 2025/10/04 02:46:20 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/rclone-sync-test-include/layer2': Has cached credentials 2025/10/04 02:46:21 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/rclone-sync-test-include/layer2': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:49:43 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gizozev6fiwu/rclone-sync-test-ignore-file" 2025/10/04 02:49:43 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/rclone-sync-test-ignore-file': Has cached credentials 2025/10/04 02:49:44 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/rclone-sync-test-ignore-file': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:53:03.846953 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:53:03.847021 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "rclone-sync-test-ignore-file/.ignore" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncOverlapWithFilter (607.51s) === RUN TestSyncCompareDest run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:53:07 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gizozev6fiwu/dst" 2025/10/04 02:53:07 DEBUG : Config file has changed externally - reloading 2025/10/04 02:53:07 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/dst': Has cached credentials 2025/10/04 02:53:08 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/dst': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:56:26 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-gizozev6fiwu/CompareDest" 2025/10/04 02:56:26 DEBUG : Config file has changed externally - reloading 2025/10/04 02:56:26 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/CompareDest': Has cached credentials 2025/10/04 02:56:28 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/CompareDest': Used cached credential to initialize the ProtonDrive API 2025/10/04 02:59:45 DEBUG : one: Need to transfer - File not found at Destination 2025/10/04 02:59:45 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/dst': Waiting for checks to finish 2025/10/04 02:59:45 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu/dst': Waiting for transfers to finish 2025/10/04 02:59:47.387201 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:59:47.387237 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:59:47 ERROR : one: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 02:59:47 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu/dst': not deleting files as there were IO errors 2025/10/04 02:59:47 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu/dst': not deleting directories as there were IO errors sync_test.go:2115: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2115 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestSyncCompareDest --- FAIL: TestSyncCompareDest (401.51s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:59:51.090908 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:59:51.090949 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "pre-dest1/1" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncMultipleCompareDest (3.44s) === RUN TestSyncBackupDir run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:59:54.518008 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:59:54.518028 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dst/one" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncBackupDir (3.55s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 02:59:58.071293 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 02:59:58.071323 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dst/one" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncBackupDirWithSuffix (3.50s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:01.481245 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:01.481276 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dst/one" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncBackupDirWithSuffixKeepExtension (3.42s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:04.989018 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:04.989039 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dst/one" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncBackupDirSuffixOnly (3.56s) === RUN TestSyncSuffix run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:08.555298 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:08.555412 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dst/one" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncSuffix (3.62s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:12.270446 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:12.270477 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dst/one" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncSuffixKeepExtension (3.75s) === RUN TestSyncUTFNorm run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:15.042859 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:15.042900 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "TestĂȘĂ©" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncUTFNorm (1.73s) === RUN TestSyncImmutable run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:16 DEBUG : existing: Need to transfer - File not found at Destination 2025/10/04 03:00:16 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:00:16 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:00:16.996974 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/10/04 03:00:16.997005 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/10/04 03:00:18 ERROR : existing: Failed to copy: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft 2025/10/04 03:00:18 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:00:18 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_test.go:2609: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2609 Error: Received unexpected error: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft Test: TestSyncImmutable --- FAIL: TestSyncImmutable (3.09s) === RUN TestSyncIgnoreCase run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:19.884614 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:19.884655 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "EXISTING" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncIgnoreCase (1.74s) === RUN TestSyncConcurrentDelete run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:21.560139 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:21.560175 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "both0" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) --- FAIL: TestSyncConcurrentDelete (1.72s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:23.066598 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/10/04 03:00:23.066639 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.go:285: Failed to put "both0" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft --- FAIL: TestSyncConcurrentTruncate (2.50s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:24 DEBUG : empty_dir: Making directory with metadata 2025/10/04 03:00:24 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/04 03:00:24 DEBUG : empty_on_remote: Making directory with metadata 2025/10/04 03:00:24 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/04 03:00:24 INFO : empty_on_remote: Making directory 2025/10/04 03:00:25 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/10/04 03:00:28.902532 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:28.902567 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:00:29.370770 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:29.370813 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:00:29.623929 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:29.623961 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:2827: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2827 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2825 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2863 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestSyncReplaceDirModTime --- FAIL: TestSyncReplaceDirModTime (8.40s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:33 DEBUG : empty_dir: Making directory with metadata 2025/10/04 03:00:33 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/04 03:00:33 DEBUG : empty_on_remote: Making directory with metadata 2025/10/04 03:00:33 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/10/04 03:00:33 INFO : empty_on_remote: Making directory 2025/10/04 03:00:33 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/10/04 03:00:37.344390 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/10/04 03:00:37.344419 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/10/04 03:00:38.240966 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:38.241002 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:00:38.294941 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:38.294993 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:2827: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2827 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2825 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2867 Error: Received unexpected error: a draft exist - usually this means a file is being uploaded at another client, or, there was a failed upload attempt. Can use --protondrive-replace-existing-draft=true to temporarily override the existing draft Test: TestSyncReplaceDirModTimeWithEmptyDirs --- FAIL: TestSyncReplaceDirModTimeWithEmptyDirs (9.37s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/04 03:00:42 INFO : sub dir: Making directory 2025/10/04 03:00:43 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC 2025/10/04 03:00:46.875166 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:46.875202 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:00:51.506588 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:00:51.506663 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:2898: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2898 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2896 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2976 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestNothingToTransferWithEmptyDirs --- FAIL: TestNothingToTransferWithEmptyDirs (17.04s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:00:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/10/04 03:00:59 INFO : sub dir: Making directory 2025/10/04 03:01:00 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC 2025/10/04 03:01:08.445632 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:08.445669 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:01:08.672941 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:08.672975 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) sync_test.go:2898: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2898 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2896 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2980 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestNothingToTransferWithoutEmptyDirs --- FAIL: TestNothingToTransferWithoutEmptyDirs (17.20s) === RUN TestTransform === RUN TestTransform/NFC run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:18.781023 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:18.781075 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/NFD run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:22.914742 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:22.914788 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/base64 run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:26.971567 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:26.971633 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/prefix run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:31.064417 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:31.064508 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/suffix run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:33.136582 WARN RESTY 401 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/UKuESuierhW0jeh5pUCm1uyYPTutrQNo1kXhnjHD2B_noC2dGab6sXH9BDVMXcgn4Re-u6c4yGbleufYhg0LEg==/checkAvailableHashes: Invalid access token (Code=401, Status=401), Attempt 1 2025/10/04 03:01:33.136605 ERROR RESTY 401 POST https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/UKuESuierhW0jeh5pUCm1uyYPTutrQNo1kXhnjHD2B_noC2dGab6sXH9BDVMXcgn4Re-u6c4yGbleufYhg0LEg==/checkAvailableHashes: Invalid access token (Code=401, Status=401) 2025/10/04 03:01:33 DEBUG : Saving config "client_uid" in section "TestProtonDrive" of the config file 2025/10/04 03:01:33 DEBUG : Saving config "client_access_token" in section "TestProtonDrive" of the config file 2025/10/04 03:01:33 DEBUG : Saving config "client_refresh_token" in section "TestProtonDrive" of the config file 2025/10/04 03:01:33 DEBUG : Saving config "client_salted_key_pass" in section "TestProtonDrive" of the config file 2025/10/04 03:01:35.703464 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:35.703510 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/truncate run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:39.841534 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:39.841575 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/encoder run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:43.867462 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:43.867488 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/ISO-8859-1 run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:47.984578 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:47.984601 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/charmap run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:52.094619 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:52.094659 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) === RUN TestTransform/lowercase run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:01:56.493042 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:01:56.493065 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:01:57.386142 WARN RESTY 429 GET https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/s7qr70H688CEF22iGg_i5GEDK5dmcqAZs6gKpS534YJSo7dnI_mI2oOKOJJE7gRTx3gu-S4qBGCpHVL9aeeKGQ==: Too many recent API requests (Code=429, Status=429), Attempt 1 time="2025-10-04T03:01:57Z" level=warning msg="Too many requests, retrying after delay" after=37 method=GET pkg=go-proton-api status=429 url="https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/s7qr70H688CEF22iGg_i5GEDK5dmcqAZs6gKpS534YJSo7dnI_mI2oOKOJJE7gRTx3gu-S4qBGCpHVL9aeeKGQ==" === RUN TestTransform/ascii run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:02:36.540979 WARN RESTY 429 GET https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/UKuESuierhW0jeh5pUCm1uyYPTutrQNo1kXhnjHD2B_noC2dGab6sXH9BDVMXcgn4Re-u6c4yGbleufYhg0LEg==: Too many recent API requests (Code=429, Status=429), Attempt 1 time="2025-10-04T03:02:36Z" level=warning msg="Too many requests, retrying after delay" after=29 method=GET pkg=go-proton-api status=429 url="https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/links/UKuESuierhW0jeh5pUCm1uyYPTutrQNo1kXhnjHD2B_noC2dGab6sXH9BDVMXcgn4Re-u6c4yGbleufYhg0LEg==" 2025/10/04 03:03:07.456633 WARN RESTY 429 POST https://zrh-storage.proton.me/storage/blocks: Too many recent API requests (Code=429, Status=429), Attempt 1 time="2025-10-04T03:03:07Z" level=warning msg="Too many requests, retrying after delay" after=27 method=POST pkg=go-proton-api status=429 url="https://zrh-storage.proton.me/storage/blocks" 2025/10/04 03:03:34.626299 WARN RESTY 400 POST https://zrh-storage.proton.me/storage/blocks: Upload file empty (Code=2003, Status=400), Attempt 2 2025/10/04 03:03:34.626323 ERROR RESTY 400 POST https://zrh-storage.proton.me/storage/blocks: Upload file empty (Code=2003, Status=400) run.go:285: Failed to put "dir1/0000-abcdefg.txt" to "proton drive root link ID 'rclone-test-gizozev6fiwu'": 400 POST https://zrh-storage.proton.me/storage/blocks: Upload file empty (Code=2003, Status=400) 2025/10/04 03:03:36.584863 WARN RESTY 429 GET https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/folders/UKuESuierhW0jeh5pUCm1uyYPTutrQNo1kXhnjHD2B_noC2dGab6sXH9BDVMXcgn4Re-u6c4yGbleufYhg0LEg==/children?Page=1&PageSize=150&ShowAll=1: Too many recent API requests (Code=429, Status=429), Attempt 1 time="2025-10-04T03:03:36Z" level=warning msg="Too many requests, retrying after delay" after=36 method=GET pkg=go-proton-api status=429 url="https://mail.proton.me/api/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/folders/UKuESuierhW0jeh5pUCm1uyYPTutrQNo1kXhnjHD2B_noC2dGab6sXH9BDVMXcgn4Re-u6c4yGbleufYhg0LEg==/children?Page=1&PageSize=150&ShowAll=1" --- FAIL: TestTransform (176.37s) --- FAIL: TestTransform/NFC (4.21s) --- FAIL: TestTransform/NFD (4.08s) --- FAIL: TestTransform/base64 (4.05s) --- FAIL: TestTransform/prefix (3.99s) --- FAIL: TestTransform/suffix (4.83s) --- FAIL: TestTransform/truncate (4.04s) --- FAIL: TestTransform/encoder (4.07s) --- FAIL: TestTransform/ISO-8859-1 (4.06s) --- FAIL: TestTransform/charmap (4.22s) --- FAIL: TestTransform/lowercase (41.56s) --- FAIL: TestTransform/ascii (97.24s) === RUN TestTransformCopy run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:13 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/04 03:04:13 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/04 03:04:13 INFO : sub dir_somesuffix: Making directory 2025/10/04 03:04:14 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/10/04 03:04:14 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2025/10/04 03:04:14 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/04 03:04:14 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2025/10/04 03:04:14 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/04 03:04:14 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:14 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:04:15.498445 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:04:15.498506 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:15 ERROR : sub dir/hello world.txt: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:15 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/10/04 03:04:15 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:04:15 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:239: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:239 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestTransformCopy --- FAIL: TestTransformCopy (4.16s) === RUN TestDoubleTransform run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:17 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:17 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:17 INFO : tictactoe: Making directory 2025/10/04 03:04:18 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:18 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:18 DEBUG : toe/toe: Need to transfer - File not found at Destination 2025/10/04 03:04:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:18 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:18 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:04:19.529451 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:04:19.529494 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:19 ERROR : toe/toe: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:19 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:04:19 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:256: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:256 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestDoubleTransform --- FAIL: TestDoubleTransform (3.78s) === RUN TestFileTag run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:21 INFO : toe: Making directory 2025/10/04 03:04:22 INFO : toe/toe: Making directory 2025/10/04 03:04:22 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:22 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/04 03:04:22 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/04 03:04:22 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:22 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/04 03:04:22 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:04:24.190554 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:04:24.190587 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:24 ERROR : toe/toe/toe: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:24 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/04 03:04:24 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:04:24 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:273: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:273 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestFileTag --- FAIL: TestFileTag (5.52s) === RUN TestNoTag run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:26 INFO : toe: Making directory 2025/10/04 03:04:27 INFO : toe/toe: Making directory 2025/10/04 03:04:28 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:28 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/04 03:04:28 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/04 03:04:28 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/04 03:04:28 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:28 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:04:29.626476 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:04:29.626507 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:29 ERROR : toe/toe/toe: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:29 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/10/04 03:04:29 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:04:29 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:290: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:290 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestNoTag --- FAIL: TestNoTag (5.48s) === RUN TestDirTag run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:32 DEBUG : empty_dir: Making directory with metadata 2025/10/04 03:04:32 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 03:04:32 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:32 INFO : tictacempty_dir: Making directory 2025/10/04 03:04:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:33 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:33 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:33 INFO : tictactoe: Making directory 2025/10/04 03:04:33 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:33 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:33 INFO : tictactoe/tictactoe: Making directory 2025/10/04 03:04:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/04 03:04:34 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/04 03:04:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/04 03:04:34 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:34 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:04:36.059642 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:04:36.059679 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:36 ERROR : toe/toe/toe.txt: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/04 03:04:36 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:04:36 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:309: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:309 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestDirTag --- FAIL: TestDirTag (6.95s) === RUN TestAllTag run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:38 DEBUG : empty_dir: Making directory with metadata 2025/10/04 03:04:38 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 03:04:38 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:39 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:39 INFO : tictacempty_dir: Making directory 2025/10/04 03:04:40 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:40 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:40 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:40 INFO : tictactoe: Making directory 2025/10/04 03:04:40 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:40 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:40 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:40 INFO : tictactoe/tictactoe: Making directory 2025/10/04 03:04:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:41 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/04 03:04:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:04:41 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/04 03:04:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:04:41 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:41 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:04:42.974611 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:04:42.974652 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:42 ERROR : toe/toe/toe.txt: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:42 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:04:42 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:04:42 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:328 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestAllTag --- FAIL: TestAllTag (6.86s) === RUN TestRunTwice run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:45 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:46 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:46 INFO : tictactoe: Making directory 2025/10/04 03:04:46 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:46 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:46 INFO : tictactoe/tictactoe: Making directory 2025/10/04 03:04:47 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:47 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/04 03:04:47 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/04 03:04:47 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/04 03:04:47 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:47 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:04:48.975351 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:04:48.975380 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:48 ERROR : toe/toe/toe.txt: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/10/04 03:04:48 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:04:48 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:347: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:347 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestRunTwice --- FAIL: TestRunTwice (5.45s) === RUN TestConflicting run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:51 INFO : toe: Making directory 2025/10/04 03:04:52 INFO : toe/toe: Making directory 2025/10/04 03:04:53 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/04 03:04:53 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:53 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:04:54.383695 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:04:54.383769 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:54 ERROR : toe/toe/toe: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:04:54 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:04:54 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:388 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestConflicting --- FAIL: TestConflicting (5.41s) === RUN TestMove run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:04:56 DEBUG : empty_dir: Making directory with metadata 2025/10/04 03:04:56 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 03:04:56 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:56 INFO : tictacempty_dir: Making directory 2025/10/04 03:04:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:04:57 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:57 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:57 INFO : tictactoe: Making directory 2025/10/04 03:04:58 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:58 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:04:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:58 INFO : tictactoe/tictactoe: Making directory 2025/10/04 03:04:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:04:59 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/04 03:04:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:04:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/04 03:04:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:04:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:04:59 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:04:59 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:05:00.397504 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:05:00.397546 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:00 ERROR : toe/toe/toe.txt: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:00 ERROR : toe/toe/toe.txt: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:00 ERROR : Local file system at /tmp/rclone1269820781: not deleting directories as there were IO errors sync_transform_test.go:408: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:408 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMove --- FAIL: TestMove (6.64s) === RUN TestTransformFile run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:05:03 DEBUG : empty_dir: Making directory with metadata 2025/10/04 03:05:03 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 03:05:03 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:05:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:05:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:05:03 INFO : tictacempty_dir: Making directory 2025/10/04 03:05:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:05:04 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:04 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:04 INFO : tictactoe: Making directory 2025/10/04 03:05:04 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:04 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:05:04 INFO : tictactoe/tictactoe: Making directory 2025/10/04 03:05:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:05:05 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/04 03:05:05 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:05 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/04 03:05:05 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:05 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:05 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:05:05 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:05:07.267023 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:05:07.267060 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:07 ERROR : toe/toe/toe.txt: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:07 ERROR : toe/toe/toe.txt: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:07 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:07 ERROR : Local file system at /tmp/rclone1269820781: not deleting directories as there were IO errors sync_transform_test.go:427: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:427 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestTransformFile --- FAIL: TestTransformFile (6.83s) === RUN TestManualTransformFile run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:05:10 DEBUG : Reset feature "Copy" 2025/10/04 03:05:10 DEBUG : Reset feature "Move" 2025/10/04 03:05:10 DEBUG : Reset feature "Copy" 2025/10/04 03:05:10 DEBUG : Reset feature "Move" 2025/10/04 03:05:10 DEBUG : empty_dir: Making directory with metadata 2025/10/04 03:05:10 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 03:05:10 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:05:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:05:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:05:10 INFO : tictacempty_dir: Making directory 2025/10/04 03:05:11 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/10/04 03:05:11 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:11 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:11 INFO : tictactoe: Making directory 2025/10/04 03:05:12 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:12 DEBUG : toe: transformed to: tictactoe 2025/10/04 03:05:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:05:12 INFO : tictactoe/tictactoe: Making directory 2025/10/04 03:05:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/10/04 03:05:12 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/10/04 03:05:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:12 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/04 03:05:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:12 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:05:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:12 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:05:14.468588 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:05:14.468632 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:14 ERROR : toe/toe/toe.txt: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:14 ERROR : toe/toe/toe.txt: Not deleting source as copy failed: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/10/04 03:05:14 ERROR : Local file system at /tmp/rclone1269820781: not deleting directories as there were IO errors sync_transform_test.go:457: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:457 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestManualTransformFile --- FAIL: TestManualTransformFile (7.30s) === RUN TestBase64 run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:05:17 DEBUG : toe: transformed to: dG9l 2025/10/04 03:05:17 DEBUG : toe: transformed to: dG9l 2025/10/04 03:05:17 INFO : dG9l: Making directory 2025/10/04 03:05:18 DEBUG : toe: transformed to: dG9l 2025/10/04 03:05:18 DEBUG : toe: transformed to: dG9l 2025/10/04 03:05:18 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/10/04 03:05:18 INFO : dG9l/dG9l: Making directory 2025/10/04 03:05:19 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/10/04 03:05:19 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/10/04 03:05:19 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/04 03:05:19 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/10/04 03:05:19 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/04 03:05:19 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:05:19 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:05:20.870445 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:05:20.870483 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:20 ERROR : toe/toe/toe.txt: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:20 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/10/04 03:05:20 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:05:20 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors sync_transform_test.go:481: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:481 Error: Received unexpected error: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) Test: TestBase64 --- FAIL: TestBase64 (5.70s) === RUN TestError run.go:180: Remote "proton drive root link ID 'rclone-test-gizozev6fiwu'", Local "Local file system at /tmp/rclone1269820781", Modify Window "1s" 2025/10/04 03:05:23 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/04 03:05:23 DEBUG : toe: transformed to: 2025/10/04 03:05:23 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/04 03:05:23 DEBUG : toe: transformed to: 2025/10/04 03:05:23 INFO : proton drive root link ID 'rclone-test-gizozev6fiwu': Making directory 2025/10/04 03:05:23 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/04 03:05:23 DEBUG : toe: transformed to: 2025/10/04 03:05:23 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/04 03:05:23 DEBUG : toe: transformed to: 2025/10/04 03:05:23 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/04 03:05:23 DEBUG : toe/toe: transformed to: 2025/10/04 03:05:23 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/10/04 03:05:23 INFO : toe/toe: Making directory 2025/10/04 03:05:25 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/04 03:05:25 DEBUG : toe/toe: transformed to: 2025/10/04 03:05:25 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/10/04 03:05:25 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/04 03:05:25 DEBUG : toe: transformed to: 2025/10/04 03:05:25 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/10/04 03:05:25 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/10/04 03:05:25 DEBUG : toe/toe/toe: transformed to: 2025/10/04 03:05:25 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2025/10/04 03:05:25 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for checks to finish 2025/10/04 03:05:25 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Waiting for transfers to finish 2025/10/04 03:05:26.328082 WARN RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422), Attempt 1 2025/10/04 03:05:26.328117 ERROR RESTY 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:26 ERROR : toe/toe/toe: Failed to copy: 422 POST https://zrh-storage.proton.me/storage/blocks: Operation failed: Please retry (Code=200501, Status=422) 2025/10/04 03:05:26 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting files as there were IO errors 2025/10/04 03:05:26 ERROR : proton drive root link ID 'rclone-test-gizozev6fiwu': not deleting directories as there were IO errors fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:512 Error: Should be true Test: TestError Messages: listing wrong, want toe/toe/toe (11) got fstest.go:203: Not found "toe/toe/toe" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:512 Error: Not equal: expected: 0 actual : 1 Test: TestError Messages: 1 objects not found --- FAIL: TestError (317.17s) FAIL 2025/10/04 03:10:40 DEBUG : proton drive root link ID 'rclone-test-gizozev6fiwu': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestProtonDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestCopy|TestCopyAfterDelete|TestCopyCheckFirst|TestCopyDeleteBefore|TestCopyEmptyDirectories|TestCopyNoEmptyDirectories|TestCopyNoTraverse|TestCopyOverSelf|TestCopyRedownload|TestCopyWithDepth|TestCopyWithFilesFrom|TestCopyWithFilesFromAndNoTraverse|TestDirTag|TestDoubleTransform|TestError|TestFileTag|TestManualTransformFile|TestMove|TestMoveEmptyDirectories|TestMoveNoEmptyDirectories|TestMoveOverSelf|TestMoveWithDeleteEmptySrcDirs|TestMoveWithIgnoreExisting|TestMoveWithoutDeleteEmptySrcDirs|TestNoTag|TestNothingToTransferWithEmptyDirs|TestNothingToTransferWithoutEmptyDirs|TestRunTwice|TestServerSideCopy|TestServerSideCopyOverSelf|TestServerSideMove|TestServerSideMoveDeleteEmptySourceDirs|TestServerSideMoveOverSelf|TestServerSideMoveWithFilter|TestSyncAfterAddingAFile|TestSyncAfterChangingContentsOnly|TestSyncAfterChangingFilesSizeOnly|TestSyncAfterChangingModtimeOnly|TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime|TestSyncAfterRemovingAFileAndAddingAFile|TestSyncAfterRemovingAFileAndAddingAFileDryRun|TestSyncAfterRemovingAFileAndAddingAFileSubDir|TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors|TestSyncBackupDir|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestSyncBackupDirWithSuffixKeepExtension|TestSyncBasedOnCheckSum|TestSyncCompareDest|TestSyncConcurrentDelete|TestSyncConcurrentTruncate|TestSyncDeleteBefore|TestSyncDeleteDuring|TestSyncDoesntUpdateModtime|TestSyncEmptyDirectories|TestSyncIgnoreCase|TestSyncIgnoreErrors|TestSyncIgnoreExisting|TestSyncIgnoreSize|TestSyncIgnoreTimes|TestSyncImmutable|TestSyncMultipleCompareDest|TestSyncNoEmptyDirectories|TestSyncNoTraverse|TestSyncOverlapWithFilter|TestSyncReplaceDirModTime|TestSyncReplaceDirModTimeWithEmptyDirs|TestSyncSizeOnly|TestSyncSuffix|TestSyncSuffixKeepExtension|TestSyncUTFNorm|TestSyncWithExclude|TestSyncWithExcludeAndDeleteExcluded|TestSyncWithTrackRenames|TestSyncWithTrackRenamesStrategyLeaf|TestSyncWithTrackRenamesStrategyModtime|TestSyncWithUpdateOlder|TestTransformCopy|TestTransformFile)$|^TestTransform$/^(ISO-8859-1|NFC|NFD|ascii|base64|charmap|encoder|lowercase|prefix|suffix|truncate)$'" - Finished ERROR in 30m31.809062421s (try 4/5): exit status 1: Failed [TestCopy TestCopyNoTraverse TestCopyCheckFirst TestSyncNoTraverse TestCopyWithDepth TestCopyWithFilesFrom TestCopyWithFilesFromAndNoTraverse TestCopyEmptyDirectories TestCopyNoEmptyDirectories TestMoveEmptyDirectories TestMoveNoEmptyDirectories TestSyncEmptyDirectories TestSyncNoEmptyDirectories TestServerSideCopy TestCopyOverSelf TestServerSideCopyOverSelf TestMoveOverSelf TestServerSideMoveOverSelf TestCopyAfterDelete TestCopyRedownload TestSyncBasedOnCheckSum TestSyncSizeOnly TestSyncIgnoreSize TestSyncIgnoreTimes TestSyncIgnoreExisting TestSyncIgnoreErrors TestSyncAfterChangingModtimeOnly TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime TestSyncDoesntUpdateModtime TestSyncAfterAddingAFile TestSyncAfterChangingFilesSizeOnly TestSyncAfterChangingContentsOnly TestSyncAfterRemovingAFileAndAddingAFileDryRun TestSyncAfterRemovingAFileAndAddingAFile TestSyncAfterRemovingAFileAndAddingAFileSubDir TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors TestSyncDeleteDuring TestSyncDeleteBefore TestCopyDeleteBefore TestSyncWithExclude TestSyncWithExcludeAndDeleteExcluded TestSyncWithUpdateOlder TestSyncWithTrackRenames TestSyncWithTrackRenamesStrategyModtime TestSyncWithTrackRenamesStrategyLeaf TestMoveWithDeleteEmptySrcDirs TestMoveWithoutDeleteEmptySrcDirs TestMoveWithIgnoreExisting TestServerSideMove TestServerSideMoveWithFilter TestServerSideMoveDeleteEmptySourceDirs TestSyncOverlapWithFilter TestSyncCompareDest TestSyncMultipleCompareDest TestSyncBackupDir TestSyncBackupDirWithSuffix TestSyncBackupDirWithSuffixKeepExtension TestSyncBackupDirSuffixOnly TestSyncSuffix TestSyncSuffixKeepExtension TestSyncUTFNorm TestSyncImmutable TestSyncIgnoreCase TestSyncConcurrentDelete TestSyncConcurrentTruncate TestSyncReplaceDirModTime TestSyncReplaceDirModTimeWithEmptyDirs TestNothingToTransferWithEmptyDirs TestNothingToTransferWithoutEmptyDirs TestTransform/NFC TestTransform/NFD TestTransform/base64 TestTransform/prefix TestTransform/suffix TestTransform/truncate TestTransform/encoder TestTransform/ISO-8859-1 TestTransform/charmap TestTransform/lowercase TestTransform/ascii TestTransformCopy TestDoubleTransform TestFileTag TestNoTag TestDirTag TestAllTag TestRunTwice TestConflicting TestMove TestTransformFile TestManualTransformFile TestBase64 TestError]