"go test -v -timeout 1h0m0s -remote TestProtonDrive: -verbose" - Starting (try 1/5) === RUN TestProtonDriveAppVersionFromRcloneVersion === RUN TestProtonDriveAppVersionFromRcloneVersion/release === RUN TestProtonDriveAppVersionFromRcloneVersion/dev_build === RUN TestProtonDriveAppVersionFromRcloneVersion/beta_build_with_extra_metadata === RUN TestProtonDriveAppVersionFromRcloneVersion/beta_build_with_unsanitized_branch_name === RUN TestProtonDriveAppVersionFromRcloneVersion/invalid_version_falls_back_to_stable --- PASS: TestProtonDriveAppVersionFromRcloneVersion (0.00s) --- PASS: TestProtonDriveAppVersionFromRcloneVersion/release (0.00s) --- PASS: TestProtonDriveAppVersionFromRcloneVersion/dev_build (0.00s) --- PASS: TestProtonDriveAppVersionFromRcloneVersion/beta_build_with_extra_metadata (0.00s) --- PASS: TestProtonDriveAppVersionFromRcloneVersion/beta_build_with_unsanitized_branch_name (0.00s) --- PASS: TestProtonDriveAppVersionFromRcloneVersion/invalid_version_falls_back_to_stable (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestProtonDrive:" 2026/05/24 04:45:18 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-cezejig2vaqo" 2026/05/24 04:45:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/24 04:45:18 DEBUG : proton drive root link ID 'rclone-test-cezejig2vaqo': Has cached credentials 2026/05/24 04:45:19 NOTICE: proton drive root link ID 'rclone-test-cezejig2vaqo': 401 GET https://drive-api.proton.me/core/v4/users: Invalid access token (Code=401, Status=401), Attempt 1 2026/05/24 04:45:19 ERROR : proton drive root link ID 'rclone-test-cezejig2vaqo': 401 GET https://drive-api.proton.me/core/v4/users: Invalid access token (Code=401, Status=401) 2026/05/24 04:45:19 DEBUG : Saving config "client_uid" in section "TestProtonDrive" of the config file 2026/05/24 04:45:19 DEBUG : Saving config "client_access_token" in section "TestProtonDrive" of the config file 2026/05/24 04:45:19 DEBUG : Saving config "client_refresh_token" in section "TestProtonDrive" of the config file 2026/05/24 04:45:19 DEBUG : Saving config "client_salted_key_pass" in section "TestProtonDrive" of the config file 2026/05/24 04:45:19 DEBUG : proton drive root link ID 'rclone-test-cezejig2vaqo': Used cached credential to initialize the ProtonDrive API === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/05/24 04:45:21 INFO : dir/subdir: Making directory 2026/05/24 04:45:22 INFO : dir/subdir: Removing directory 2026/05/24 04:45:22 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/05/24 04:45:23 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:820: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:873: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2026/05/24 04:46:04 NOTICE: proton drive root link ID 'rclone-test-cezejig2vaqo': 422 POST https://drive-api.proton.me/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1 2026/05/24 04:46:04 ERROR : proton drive root link ID 'rclone-test-cezejig2vaqo': 422 POST https://drive-api.proton.me/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files: A file or folder with that name already exists (Code=2500, Status=422) 2026/05/24 04:46:04 NOTICE: proton drive root link ID 'rclone-test-cezejig2vaqo': 422 GET https://drive-api.proton.me/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files/jXdaeU91rjlez94fqW46BK4H96aIjOvUyBVVtIOpa3INmYpUapSLNJX7tl1TYIKRYDAlmlbRTHo1kflpGOl6hA==/revisions: File or folder not found (Code=2501, Status=422), Attempt 1 2026/05/24 04:46:04 ERROR : proton drive root link ID 'rclone-test-cezejig2vaqo': 422 GET https://drive-api.proton.me/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files/jXdaeU91rjlez94fqW46BK4H96aIjOvUyBVVtIOpa3INmYpUapSLNJX7tl1TYIKRYDAlmlbRTHo1kflpGOl6hA==/revisions: File or folder not found (Code=2501, Status=422) fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:959 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: 422 GET https://drive-api.proton.me/drive/shares/gYxulUP2_XOrbAxegpHKiBy09cfvss6mjykkd2Z3ZDpMFCmoWX4bC2TTm-Gl2UwrjReC8te_lFsQyeXT74Vgfw==/files/jXdaeU91rjlez94fqW46BK4H96aIjOvUyBVVtIOpa3INmYpUapSLNJX7tl1TYIKRYDAlmlbRTHo1kflpGOl6hA==/revisions: File or folder not found (Code=2501, Status=422) Test: TestIntegration/FsMkdir/FsPutFiles Messages: Put === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2376: *protondrive.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2488: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/05/24 04:46:05 DEBUG : Creating backend with remote "TestProtonDrive:rclone-test-cezejig2vaqo/deeper/nonexisting/directory" 2026/05/24 04:46:05 DEBUG : proton drive root link ID 'rclone-test-cezejig2vaqo/deeper/nonexisting/directory': Has cached credentials 2026/05/24 04:46:05 DEBUG : proton drive root link ID 'rclone-test-cezejig2vaqo/deeper/nonexisting/directory': Used cached credential to initialize the ProtonDrive API === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2637: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2680: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2737: FS has no Directory methods and doesn't Wrap 2026/05/24 04:46:20 ERROR : error listing: directory not found === RUN TestIntegration/FsShutdown fstests.go:2843: Shutdown method not supported --- FAIL: TestIntegration (61.72s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.07s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.21s) --- FAIL: TestIntegration/FsMkdir (59.87s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (1.89s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.14s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.13s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (36.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.84s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.87s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.87s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.94s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.84s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.96s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (2.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.99s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.97s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.94s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.89s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutError (1.61s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.93s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (1.62s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.05s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.05s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (14.70s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/protondrive 61.729s "go test -v -timeout 1h0m0s -remote TestProtonDrive: -verbose" - Finished ERROR in 1m2.643629883s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles]