"./operations.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose -test.run '^(TestCheckSumDownload|TestCopyFileCompareDest|TestCopyFileCopyDest|TestDirMove|TestParseSumFile)$'" - Starting (try 5/5) 2026/02/24 04:38:39 DEBUG : Creating backend with remote "TestDrime:rclone-test-qeducaq4bogo" 2026/02/24 04:38:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/24 04:38:41 DEBUG : Creating backend with remote "/tmp/rclone3759685104" === RUN TestParseSumFile run.go:185: Remote "drime root 'rclone-test-qeducaq4bogo'", Local "Local file system at /tmp/rclone3759685104", Modify Window "876000h0m0s" 2026/02/24 04:38:52 NOTICE: test.sum: improperly formatted checksum line 4 2026/02/24 04:38:52 NOTICE: test.sum: improperly formatted checksum line 5 2026/02/24 04:38:52 NOTICE: test.sum: improperly formatted checksum line 6 2026/02/24 04:38:52 NOTICE: test.sum: 2 warning(s) suppressed... 2026/02/24 04:39:01 DEBUG : test.sum: Removing old object on successful upload run.go:290: Failed to put "test.sum" to "drime root 'rclone-test-qeducaq4bogo'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid." fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- FAIL: TestParseSumFile (29.67s) === RUN TestCheckSumDownload run.go:185: Remote "drime root 'rclone-test-qeducaq4bogo'", Local "Local file system at /tmp/rclone3759685104", Modify Window "876000h0m0s" 2026/02/24 04:39:10 DEBUG : Creating backend with remote "TestDrime:rclone-test-qeducaq4bogo/data" === RUN TestCheckSumDownload/subtest1 2026/02/24 04:39:51 DEBUG : test.sum: Removing old object on successful upload === NAME TestCheckSumDownload run.go:290: Failed to put "test.sum" to "drime root 'rclone-test-qeducaq4bogo'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid." --- FAIL: TestCheckSumDownload (45.40s) --- PASS: TestCheckSumDownload/subtest1 (3.56s) === RUN TestCopyFileCompareDest run.go:185: Remote "drime root 'rclone-test-qeducaq4bogo'", Local "Local file system at /tmp/rclone3759685104", Modify Window "876000h0m0s" 2026/02/24 04:39:56 DEBUG : Creating backend with remote "TestDrime:rclone-test-qeducaq4bogo/dst" 2026/02/24 04:39:59 DEBUG : Creating backend with remote "TestDrime:rclone-test-qeducaq4bogo/CompareDest" 2026/02/24 04:40:03 DEBUG : one: Need to transfer - File not found at Destination 2026/02/24 04:40:13 DEBUG : one: size = 3 OK 2026/02/24 04:40:13 INFO : one: Copied (new) 2026/02/24 04:40:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone3759685104) 2026/02/24 04:40:19 DEBUG : one: size = 3 (drime root 'rclone-test-qeducaq4bogo/dst') 2026/02/24 04:40:19 DEBUG : one: Sizes differ 2026/02/24 04:40:43 DEBUG : one: Removing old object on successful upload 2026/02/24 04:40:44 ERROR : one: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid." copy_test.go:220: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:220 Error: Received unexpected error: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid." Test: TestCopyFileCompareDest --- FAIL: TestCopyFileCompareDest (53.73s) === RUN TestCopyFileCopyDest run.go:185: Remote "drime root 'rclone-test-qeducaq4bogo'", Local "Local file system at /tmp/rclone3759685104", Modify Window "876000h0m0s" 2026/02/24 04:40:50 DEBUG : Creating backend with remote "TestDrime:rclone-test-qeducaq4bogo/dst" 2026/02/24 04:40:55 DEBUG : Creating backend with remote "TestDrime:rclone-test-qeducaq4bogo/CopyDest" 2026/02/24 04:40:58 DEBUG : one: Need to transfer - File not found at Destination 2026/02/24 04:41:06 DEBUG : one: size = 3 OK 2026/02/24 04:41:06 INFO : one: Copied (new) 2026/02/24 04:41:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone3759685104) 2026/02/24 04:41:08 DEBUG : one: size = 3 (drime root 'rclone-test-qeducaq4bogo/dst') 2026/02/24 04:41:08 DEBUG : one: Sizes differ 2026/02/24 04:41:22 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/02/24 04:41:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/24 04:41:22 DEBUG : one: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/02/24 04:41:27 DEBUG : pacer: Reducing sleep to 10ms 2026/02/24 04:41:27 DEBUG : one: size = 5 OK 2026/02/24 04:41:27 INFO : one: Copied (replaced existing) 2026/02/24 04:41:38 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/02/24 04:41:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "dst/one" to drime root 'rclone-test-qeducaq4bogo': 1/10 (failed to upload file: Error "Server Error") 2026/02/24 04:41:41 DEBUG : pacer: Reducing sleep to 10ms 2026/02/24 04:41:53 DEBUG : dst/one: Removing old object on successful upload run.go:290: Failed to put "dst/one" to "drime root 'rclone-test-qeducaq4bogo'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid." --- FAIL: TestCopyFileCopyDest (69.43s) === RUN TestDirMove run.go:185: Remote "drime root 'rclone-test-qeducaq4bogo'", Local "Local file system at /tmp/rclone3759685104", Modify Window "876000h0m0s" 2026/02/24 04:43:11 INFO : A1/B2: Making directory 2026/02/24 04:43:12 INFO : A1/B1/C3: Making directory 2026/02/24 04:43:30 ERROR : A2/B1/three: Couldn't move: object not found 2026/02/24 04:43:30 ERROR : A2/B1/C1/four: Couldn't move: object not found 2026/02/24 04:43:30 ERROR : A2/two: Couldn't move: object not found 2026/02/24 04:43:30 ERROR : A2/one: Couldn't move: object not found 2026/02/24 04:43:30 ERROR : A2/B1/C2/five: Couldn't move: object not found operations_test.go:1413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1413 Error: Received unexpected error: RenameDir renames: object not found Test: TestDirMove --- FAIL: TestDirMove (116.05s) FAIL 2026/02/24 04:43:55 DEBUG : drime root 'rclone-test-qeducaq4bogo': Purge remote "./operations.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose -test.run '^(TestCheckSumDownload|TestCopyFileCompareDest|TestCopyFileCopyDest|TestDirMove|TestParseSumFile)$'" - Finished ERROR in 5m16.822117211s (try 5/5): exit status 1: Failed [TestParseSumFile TestCheckSumDownload TestCopyFileCompareDest TestCopyFileCopyDest TestDirMove]