"./sync.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Starting (try 1/5)
2026/04/05 01:11:44 DEBUG : Creating backend with remote "TestDrime:rclone-test-jaxarel7qosu"
2026/04/05 01:11:44 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/05 01:11:50 DEBUG : Creating backend with remote "/tmp/rclone3635852472"
=== RUN TestPipe
--- PASS: TestPipe (0.00s)
=== RUN TestPipeConcurrent
--- PASS: TestPipeConcurrent (0.03s)
=== RUN TestPipeOrderBy
=== RUN TestPipeOrderBy/#00
=== RUN TestPipeOrderBy/size
=== RUN TestPipeOrderBy/name
=== RUN TestPipeOrderBy/modtime
=== RUN TestPipeOrderBy/size,ascending
=== RUN TestPipeOrderBy/name,asc
=== RUN TestPipeOrderBy/modtime,ascending
=== RUN TestPipeOrderBy/size,descending
=== RUN TestPipeOrderBy/name,desc
=== RUN TestPipeOrderBy/modtime,descending
=== RUN TestPipeOrderBy/size,mixed,50
=== RUN TestPipeOrderBy/size,mixed,51
--- PASS: TestPipeOrderBy (0.00s)
--- PASS: TestPipeOrderBy/#00 (0.00s)
--- PASS: TestPipeOrderBy/size (0.00s)
--- PASS: TestPipeOrderBy/name (0.00s)
--- PASS: TestPipeOrderBy/modtime (0.00s)
--- PASS: TestPipeOrderBy/size,ascending (0.00s)
--- PASS: TestPipeOrderBy/name,asc (0.00s)
--- PASS: TestPipeOrderBy/modtime,ascending (0.00s)
--- PASS: TestPipeOrderBy/size,descending (0.00s)
--- PASS: TestPipeOrderBy/name,desc (0.00s)
--- PASS: TestPipeOrderBy/modtime,descending (0.00s)
--- PASS: TestPipeOrderBy/size,mixed,50 (0.00s)
--- PASS: TestPipeOrderBy/size,mixed,51 (0.00s)
=== RUN TestNewLess
=== RUN TestNewLess/blankOK
=== RUN TestNewLess/tooManyParts
=== RUN TestNewLess/tooManyParts2
=== RUN TestNewLess/badMixed
=== RUN TestNewLess/unknownComparison
=== RUN TestNewLess/unknownSortDirection
=== RUN TestNewLess/size
=== RUN TestNewLess/name
=== RUN TestNewLess/modtime
=== RUN TestNewLess/size,ascending
=== RUN TestNewLess/name,asc
=== RUN TestNewLess/modtime,ascending
=== RUN TestNewLess/size,descending
=== RUN TestNewLess/name,desc
=== RUN TestNewLess/modtime,descending
=== RUN TestNewLess/modtime,mixed
=== RUN TestNewLess/modtime,mixed,30
--- PASS: TestNewLess (0.00s)
--- PASS: TestNewLess/blankOK (0.00s)
--- PASS: TestNewLess/tooManyParts (0.00s)
--- PASS: TestNewLess/tooManyParts2 (0.00s)
--- PASS: TestNewLess/badMixed (0.00s)
--- PASS: TestNewLess/unknownComparison (0.00s)
--- PASS: TestNewLess/unknownSortDirection (0.00s)
--- PASS: TestNewLess/size (0.00s)
--- PASS: TestNewLess/name (0.00s)
--- PASS: TestNewLess/modtime (0.00s)
--- PASS: TestNewLess/size,ascending (0.00s)
--- PASS: TestNewLess/name,asc (0.00s)
--- PASS: TestNewLess/modtime,ascending (0.00s)
--- PASS: TestNewLess/size,descending (0.00s)
--- PASS: TestNewLess/name,desc (0.00s)
--- PASS: TestNewLess/modtime,descending (0.00s)
--- PASS: TestNewLess/modtime,mixed (0.00s)
--- PASS: TestNewLess/modtime,mixed,30 (0.00s)
=== RUN TestRcCopy
rc_test.go:16: Skipping test on non local remote
--- SKIP: TestRcCopy (0.00s)
=== RUN TestRcMove
rc_test.go:16: Skipping test on non local remote
--- SKIP: TestRcMove (0.00s)
=== RUN TestRcSync
rc_test.go:16: Skipping test on non local remote
--- SKIP: TestRcSync (0.00s)
=== RUN TestCopyWithDryRun
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:12:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:12:02 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:12:02 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:12:02 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11)
--- PASS: TestCopyWithDryRun (29.42s)
=== RUN TestCopy
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:12:19 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/04/05 01:12:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:12:24 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:12:24 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:12:52 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:12:52 INFO : sub dir/hello world: Copied (new)
2026/04/05 01:13:04 DEBUG : drime root 'rclone-test-jaxarel7qosu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopy (78.73s)
=== RUN TestCopyMetadata
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadata (12.07s)
=== RUN TestCopyMetadataNoEmptyDirs
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadataNoEmptyDirs (11.73s)
=== RUN TestCopyMissingDirectory
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:14:02 DEBUG : Creating backend with remote "/non-existing"
2026/04/05 01:14:06 ERROR : Local file system at /non-existing: error reading source root directory: directory not found
2026/04/05 01:14:06 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:14:06 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
--- PASS: TestCopyMissingDirectory (14.11s)
=== RUN TestCopyNoTraverse
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:14:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:14:22 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:14:22 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:14:42 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:14:42 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoTraverse (56.40s)
=== RUN TestCopyNoTraverseDeadlock
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:222: Only runs on local
--- SKIP: TestCopyNoTraverseDeadlock (9.30s)
=== RUN TestCopyCheckFirst
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:15:22 INFO : drime root 'rclone-test-jaxarel7qosu': Running all checks before starting transfers
2026/04/05 01:15:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:15:27 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:15:27 INFO : drime root 'rclone-test-jaxarel7qosu': Checks finished, now starting transfers
2026/04/05 01:15:27 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:15:55 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:15:55 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyCheckFirst (67.34s)
=== RUN TestSyncNoTraverse
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:16:29 ERROR : Ignoring --no-traverse with sync
2026/04/05 01:16:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:16:34 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:16:34 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:17:02 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:17:02 INFO : sub dir/hello world: Copied (new)
2026/04/05 01:17:02 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncNoTraverse (69.35s)
=== RUN TestCopyWithDepth
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:17:43 DEBUG : hello world2: Need to transfer - File not found at Destination
2026/04/05 01:17:43 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:17:43 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:18:01 DEBUG : hello world2: size = 12 OK
2026/04/05 01:18:01 INFO : hello world2: Copied (new)
--- PASS: TestCopyWithDepth (37.33s)
=== RUN TestCopyWithFilesFrom
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:18:19 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/05 01:18:19 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:18:19 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:18:43 DEBUG : potato2: size = 11 OK
2026/04/05 01:18:43 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFrom (42.07s)
=== RUN TestCopyWithFilesFromAndNoTraverse
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:19:02 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/05 01:19:02 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:19:02 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:19:12 DEBUG : potato2: size = 11 OK
2026/04/05 01:19:12 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFromAndNoTraverse (32.98s)
=== RUN TestCopyEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:19:31 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2026/04/05 01:19:31 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/04/05 01:19:31 INFO : sub dir2: Set directory modification time (using DirSetModTime)
2026/04/05 01:19:31 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/04/05 01:19:35 INFO : sub dir2: Making directory
2026/04/05 01:19:48 INFO : sub dir: Making directory
2026/04/05 01:19:55 INFO : sub dir2/sub sub dir2: Making directory
2026/04/05 01:19:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:20:00 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:20:00 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:20:16 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:20:16 INFO : sub dir/hello world: Copied (new)
2026/04/05 01:20:29 DEBUG : drime root 'rclone-test-jaxarel7qosu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopyEmptyDirectories (108.79s)
=== RUN TestCopyNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:21:20 INFO : sub dir2: Making directory
2026/04/05 01:21:20 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2026/04/05 01:21:20 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/04/05 01:21:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:21:22 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:21:22 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:21:56 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:21:56 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoEmptyDirectories (69.90s)
=== RUN TestMoveEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:22:30 DEBUG : sub dir2: Making directory with metadata
2026/04/05 01:22:30 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/04/05 01:22:36 INFO : sub dir2: Making directory
2026/04/05 01:22:48 INFO : sub dir: Making directory
2026/04/05 01:22:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:22:53 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:22:53 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:23:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/05 01:23:57 DEBUG : pacer: low level retry 1/1 (error Error "504 Gateway Timeout (504): \r\n
504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/05 01:23:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/05 01:23:57 DEBUG : sub dir/hello world: Received error: failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n" - low level retry 0/10
2026/04/05 01:24:02 DEBUG : pacer: Reducing sleep to 10ms
2026/04/05 01:24:14 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/04/05 01:24:18 ERROR : sub dir/hello world: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/05 01:24:18 ERROR : sub dir/hello world: Not deleting source as copy failed: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
sync_test.go:412:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:412
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestMoveEmptyDirectories
--- FAIL: TestMoveEmptyDirectories (141.87s)
=== RUN TestSyncNoUpdateDirModtime
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:438: Skipping test as backend does not support DirSetModTime
--- SKIP: TestSyncNoUpdateDirModtime (5.53s)
=== RUN TestMoveNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:24:57 INFO : sub dir2: Making directory
2026/04/05 01:25:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:25:02 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:25:02 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:25:27 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:25:27 INFO : sub dir/hello world: Copied (new)
2026/04/05 01:25:27 INFO : sub dir/hello world: Deleted
--- PASS: TestMoveNoEmptyDirectories (62.48s)
=== RUN TestSyncEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:25:59 DEBUG : sub dir2: Making directory with metadata
2026/04/05 01:25:59 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/04/05 01:25:59 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/04/05 01:26:04 INFO : sub dir2: Making directory
2026/04/05 01:26:12 INFO : sub dir: Making directory
2026/04/05 01:26:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:26:20 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:26:20 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:26:37 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:26:37 INFO : sub dir/hello world: Copied (new)
2026/04/05 01:26:37 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting files as there were IO errors
2026/04/05 01:26:37 ERROR : drime root 'rclone-test-jaxarel7qosu': 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:
not deleting files as there were IO errors
Test: TestSyncEmptyDirectories
--- FAIL: TestSyncEmptyDirectories (63.57s)
=== RUN TestSyncSetDelayedModTimes
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set
--- SKIP: TestSyncSetDelayedModTimes (7.23s)
=== RUN TestSyncNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:27:10 INFO : sub dir2: Making directory
2026/04/05 01:27:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:27:14 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:27:14 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:27:33 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:27:33 INFO : sub dir/hello world: Copied (new)
2026/04/05 01:27:33 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting files as there were IO errors
2026/04/05 01:27:33 ERROR : drime root 'rclone-test-jaxarel7qosu': 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:
not deleting files as there were IO errors
Test: TestSyncNoEmptyDirectories
--- FAIL: TestSyncNoEmptyDirectories (41.57s)
=== RUN TestServerSideCopy
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:28:42 DEBUG : Creating backend with remote "TestDrime:rclone-test-rutuqon0ciha"
2026/04/05 01:28:42 DEBUG : Config file has changed externally - reloading
sync_test.go:620: Server side copy (if possible) drime root 'rclone-test-jaxarel7qosu' -> drime root 'rclone-test-rutuqon0ciha'
2026/04/05 01:28:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:28:57 DEBUG : drime root 'rclone-test-rutuqon0ciha': Waiting for checks to finish
2026/04/05 01:28:57 DEBUG : drime root 'rclone-test-rutuqon0ciha': Waiting for transfers to finish
2026/04/05 01:29:16 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:29:16 INFO : sub dir/hello world: Copied (server-side copy)
2026/04/05 01:29:23 DEBUG : drime root 'rclone-test-rutuqon0ciha': Purge remote
--- PASS: TestServerSideCopy (119.36s)
=== RUN TestCopyOverSelf
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:31:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/05 01:31:04 DEBUG : pacer: low level retry 1/1 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/05 01:31:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "sub dir/hello world" to drime root 'rclone-test-jaxarel7qosu': 1/10 (failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/05 01:31:10 DEBUG : pacer: Reducing sleep to 10ms
2026/04/05 01:31:18 DEBUG : sub dir/hello world: Removing old object on successful upload
run.go:290: Failed to put "sub dir/hello world" to "drime root 'rclone-test-jaxarel7qosu'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
--- FAIL: TestCopyOverSelf (116.97s)
=== RUN TestServerSideCopyOverSelf
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:32:19 DEBUG : Creating backend with remote "TestDrime:rclone-test-wokucar2zodo"
2026/04/05 01:32:19 DEBUG : Config file has changed externally - reloading
sync_test.go:656: Server side copy (if possible) drime root 'rclone-test-jaxarel7qosu' -> drime root 'rclone-test-wokucar2zodo'
2026/04/05 01:32:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:32:42 DEBUG : drime root 'rclone-test-wokucar2zodo': Waiting for checks to finish
2026/04/05 01:32:42 DEBUG : drime root 'rclone-test-wokucar2zodo': Waiting for transfers to finish
2026/04/05 01:33:09 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:33:09 INFO : sub dir/hello world: Copied (server-side copy)
2026/04/05 01:33:31 DEBUG : sub dir/hello world: Removing old object on successful upload
run.go:290: Failed to put "sub dir/hello world" to "drime root 'rclone-test-jaxarel7qosu'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/05 01:33:36 DEBUG : drime root 'rclone-test-wokucar2zodo': Purge remote
--- FAIL: TestServerSideCopyOverSelf (137.60s)
=== RUN TestMoveOverSelf
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:34:43 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:34:43 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3635852472)
2026/04/05 01:34:43 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-jaxarel7qosu')
2026/04/05 01:34:43 DEBUG : sub dir/hello world: Sizes differ
2026/04/05 01:34:43 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:35:10 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/04/05 01:35:13 ERROR : sub dir/hello world: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/05 01:35:13 ERROR : sub dir/hello world: Not deleting source as copy failed: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
sync_test.go:685:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:685
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestMoveOverSelf
--- FAIL: TestMoveOverSelf (84.26s)
=== RUN TestServerSideMoveOverSelf
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:36:02 DEBUG : Creating backend with remote "TestDrime:rclone-test-rahufer3dewo"
2026/04/05 01:36:02 DEBUG : Config file has changed externally - reloading
sync_test.go:701: Server side copy (if possible) drime root 'rclone-test-jaxarel7qosu' -> drime root 'rclone-test-rahufer3dewo'
2026/04/05 01:36:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:36:15 DEBUG : drime root 'rclone-test-rahufer3dewo': Waiting for checks to finish
2026/04/05 01:36:15 DEBUG : drime root 'rclone-test-rahufer3dewo': Waiting for transfers to finish
2026/04/05 01:36:37 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 01:36:37 INFO : sub dir/hello world: Copied (server-side copy)
2026/04/05 01:36:55 DEBUG : sub dir/hello world: Removing old object on successful upload
run.go:290: Failed to put "sub dir/hello world" to "drime root 'rclone-test-jaxarel7qosu'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/05 01:36:59 DEBUG : drime root 'rclone-test-rahufer3dewo': Purge remote
--- FAIL: TestServerSideMoveOverSelf (114.94s)
=== RUN TestCopyAfterDelete
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:37:47 ERROR : error listing: directory not found
2026/04/05 01:37:54 INFO : Local file system at /tmp/rclone3635852472: Making directory
2026/04/05 01:38:01 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:38:01 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
--- PASS: TestCopyAfterDelete (70.77s)
=== RUN TestCopyRedownload
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:39:08 DEBUG : Added delayed dir = "sub dir", newDst=
2026/04/05 01:39:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 01:39:10 DEBUG : Local file system at /tmp/rclone3635852472: Waiting for checks to finish
2026/04/05 01:39:10 DEBUG : Local file system at /tmp/rclone3635852472: Waiting for transfers to finish
2026/04/05 01:39:13 DEBUG : sub dir/hello world.9076d4bf.partial: size = 11 OK
2026/04/05 01:39:13 DEBUG : sub dir/hello world.9076d4bf.partial: renamed to: sub dir/hello world
2026/04/05 01:39:13 INFO : sub dir/hello world: Copied (new)
2026/04/05 01:39:13 INFO : sub dir: Set directory modification time (using DirSetModTime)
--- PASS: TestCopyRedownload (54.28s)
=== RUN TestSyncBasedOnCheckSum
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:39:34 DEBUG : check sum: Need to transfer - File not found at Destination
2026/04/05 01:39:34 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:39:34 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:39:41 DEBUG : check sum: size = 1 OK
2026/04/05 01:39:41 INFO : check sum: Copied (new)
2026/04/05 01:39:41 DEBUG : Waiting for deletions to finish
2026/04/05 01:39:47 DEBUG : check sum: size = 1 OK
2026/04/05 01:39:47 NOTICE: drime root 'rclone-test-jaxarel7qosu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only
2026/04/05 01:39:47 DEBUG : check sum: Size of src and dst objects identical
2026/04/05 01:39:47 DEBUG : check sum: Unchanged skipping
2026/04/05 01:39:47 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:39:47 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:39:47 DEBUG : Waiting for deletions to finish
2026/04/05 01:39:47 INFO : There was nothing to transfer
--- PASS: TestSyncBasedOnCheckSum (29.64s)
=== RUN TestSyncSizeOnly
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:40:02 DEBUG : sizeonly: Need to transfer - File not found at Destination
2026/04/05 01:40:02 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:40:02 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:40:11 DEBUG : sizeonly: size = 6 OK
2026/04/05 01:40:11 INFO : sizeonly: Copied (new)
2026/04/05 01:40:11 DEBUG : Waiting for deletions to finish
2026/04/05 01:40:17 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:40:17 DEBUG : sizeonly: size = 6 OK
2026/04/05 01:40:17 DEBUG : sizeonly: Sizes identical
2026/04/05 01:40:17 DEBUG : sizeonly: Unchanged skipping
2026/04/05 01:40:17 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:40:17 DEBUG : Waiting for deletions to finish
2026/04/05 01:40:17 INFO : There was nothing to transfer
--- PASS: TestSyncSizeOnly (32.76s)
=== RUN TestSyncIgnoreSize
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:40:36 DEBUG : ignore-size: Need to transfer - File not found at Destination
2026/04/05 01:40:36 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:40:36 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:40:48 INFO : ignore-size: Copied (new)
2026/04/05 01:40:48 DEBUG : Waiting for deletions to finish
2026/04/05 01:40:53 DEBUG : ignore-size: Sizes identical
2026/04/05 01:40:53 DEBUG : ignore-size: Unchanged skipping
2026/04/05 01:40:53 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:40:53 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:40:53 DEBUG : Waiting for deletions to finish
2026/04/05 01:40:53 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreSize (33.88s)
=== RUN TestSyncIgnoreTimes
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:41:27 DEBUG : existing: size = 6 OK
2026/04/05 01:41:27 DEBUG : existing: Sizes identical
2026/04/05 01:41:27 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:41:27 DEBUG : existing: Unchanged skipping
2026/04/05 01:41:27 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:41:27 DEBUG : Waiting for deletions to finish
2026/04/05 01:41:27 INFO : There was nothing to transfer
2026/04/05 01:41:31 DEBUG : existing: Transferring unconditionally as --ignore-times is in use
2026/04/05 01:41:31 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:41:31 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:41:36 DEBUG : existing: Removing old object on successful upload
2026/04/05 01:41:41 ERROR : existing: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/05 01:41:41 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting files as there were IO errors
2026/04/05 01:41:41 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting directories as there were IO errors
sync_test.go:905:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:905
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestSyncIgnoreTimes
--- FAIL: TestSyncIgnoreTimes (47.09s)
=== RUN TestSyncIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:42:01 DEBUG : existing: Need to transfer - File not found at Destination
2026/04/05 01:42:01 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:42:01 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:42:14 DEBUG : existing: size = 6 OK
2026/04/05 01:42:14 INFO : existing: Copied (new)
2026/04/05 01:42:14 DEBUG : Waiting for deletions to finish
2026/04/05 01:42:25 DEBUG : existing: Destination exists, skipping
2026/04/05 01:42:25 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:42:25 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:42:25 DEBUG : Waiting for deletions to finish
2026/04/05 01:42:25 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreExisting (53.64s)
=== RUN TestSyncIgnoreErrors
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:43:26 INFO : d: Making directory
2026/04/05 01:43:45 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/04/05 01:43:49 DEBUG : c/non empty space: size = 5 OK
2026/04/05 01:43:49 DEBUG : c/non empty space: Sizes identical
2026/04/05 01:43:49 DEBUG : c/non empty space: Unchanged skipping
2026/04/05 01:43:50 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:43:50 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:44:10 DEBUG : a/potato2: size = 60 OK
2026/04/05 01:44:10 INFO : a/potato2: Copied (new)
2026/04/05 01:44:10 DEBUG : Waiting for deletions to finish
2026/04/05 01:44:15 INFO : b/potato: Deleted
2026/04/05 01:44:15 INFO : d: Removing directory
2026/04/05 01:44:21 INFO : b: Removing directory
2026/04/05 01:44:32 DEBUG : drime root 'rclone-test-jaxarel7qosu': deleted 2 directories
--- PASS: TestSyncIgnoreErrors (140.00s)
=== RUN TestSyncAfterChangingModtimeOnly
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:45:24 DEBUG : empty space: size = 1 OK
2026/04/05 01:45:24 DEBUG : empty space: Sizes identical
2026/04/05 01:45:24 DEBUG : empty space: Unchanged skipping
2026/04/05 01:45:24 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:45:24 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:45:24 DEBUG : Waiting for deletions to finish
2026/04/05 01:45:24 INFO : There was nothing to transfer
2026/04/05 01:45:30 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:45:30 DEBUG : empty space: size = 1 OK
2026/04/05 01:45:30 DEBUG : empty space: Sizes identical
2026/04/05 01:45:30 DEBUG : empty space: Unchanged skipping
2026/04/05 01:45:30 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:45:30 DEBUG : Waiting for deletions to finish
2026/04/05 01:45:30 INFO : There was nothing to transfer
--- PASS: TestSyncAfterChangingModtimeOnly (33.46s)
=== RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:1046: Can't check this if no hashes supported
--- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (7.56s)
=== RUN TestSyncDoesntUpdateModtime
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:1072: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncDoesntUpdateModtime (9.43s)
=== RUN TestSyncAfterAddingAFile
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:46:14 DEBUG : potato: Need to transfer - File not found at Destination
2026/04/05 01:46:14 DEBUG : empty space: size = 1 OK
2026/04/05 01:46:14 DEBUG : empty space: Sizes identical
2026/04/05 01:46:14 DEBUG : empty space: Unchanged skipping
2026/04/05 01:46:14 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:46:14 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:46:25 DEBUG : potato: size = 60 OK
2026/04/05 01:46:25 INFO : potato: Copied (new)
2026/04/05 01:46:25 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterAddingAFile (45.56s)
=== RUN TestSyncAfterChangingFilesSizeOnly
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:47:03 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3635852472)
2026/04/05 01:47:03 DEBUG : potato: size = 60 (drime root 'rclone-test-jaxarel7qosu')
2026/04/05 01:47:03 DEBUG : potato: Sizes differ
2026/04/05 01:47:03 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:47:03 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:47:09 DEBUG : potato: Removing old object on successful upload
2026/04/05 01:47:16 ERROR : potato: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/05 01:47:16 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting files as there were IO errors
2026/04/05 01:47:16 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting directories as there were IO errors
sync_test.go:1123:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1123
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestSyncAfterChangingFilesSizeOnly
--- FAIL: TestSyncAfterChangingFilesSizeOnly (49.72s)
=== RUN TestSyncAfterChangingContentsOnly
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:1136: ModTimeNotSupported so forcing file to be a different size
2026/04/05 01:47:51 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3635852472)
2026/04/05 01:47:51 DEBUG : potato: size = 36 (drime root 'rclone-test-jaxarel7qosu')
2026/04/05 01:47:51 DEBUG : potato: Sizes differ
2026/04/05 01:47:51 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:47:51 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:47:57 DEBUG : potato: Removing old object on successful upload
2026/04/05 01:48:02 ERROR : potato: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/05 01:48:02 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting files as there were IO errors
2026/04/05 01:48:02 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting directories as there were IO errors
sync_test.go:1148:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1148
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestSyncAfterChangingContentsOnly
--- FAIL: TestSyncAfterChangingContentsOnly (44.79s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:49:34 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/05 01:49:34 DEBUG : empty space: size = 1 OK
2026/04/05 01:49:34 DEBUG : empty space: Sizes identical
2026/04/05 01:49:34 DEBUG : empty space: Unchanged skipping
2026/04/05 01:49:34 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:49:34 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:49:34 NOTICE: potato2: Skipped copy as --dry-run is set (size 60)
2026/04/05 01:49:34 DEBUG : Waiting for deletions to finish
2026/04/05 01:49:34 NOTICE: potato: Skipped delete as --dry-run is set (size 21)
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (91.66s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFile
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:50:22 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/05 01:50:22 DEBUG : empty space: size = 1 OK
2026/04/05 01:50:22 DEBUG : empty space: Sizes identical
2026/04/05 01:50:22 DEBUG : empty space: Unchanged skipping
2026/04/05 01:50:22 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:50:22 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:50:40 DEBUG : potato2: size = 60 OK
2026/04/05 01:50:40 INFO : potato2: Copied (new)
2026/04/05 01:50:40 DEBUG : Waiting for deletions to finish
2026/04/05 01:50:45 INFO : potato: Deleted
--- PASS: TestSyncAfterRemovingAFileAndAddingAFile (76.01s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:51:42 INFO : d: Making directory
2026/04/05 01:51:50 INFO : d/e: Making directory
2026/04/05 01:52:15 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/04/05 01:52:34 DEBUG : c/non empty space: size = 5 OK
2026/04/05 01:52:34 DEBUG : c/non empty space: Sizes identical
2026/04/05 01:52:34 DEBUG : c/non empty space: Unchanged skipping
2026/04/05 01:52:34 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:52:34 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:52:40 DEBUG : a/potato2: size = 60 OK
2026/04/05 01:52:40 INFO : a/potato2: Copied (new)
2026/04/05 01:52:40 DEBUG : Waiting for deletions to finish
2026/04/05 01:52:44 INFO : b/potato: Deleted
2026/04/05 01:52:44 INFO : d/e: Removing directory
2026/04/05 01:52:49 INFO : d: Removing directory
2026/04/05 01:52:57 INFO : b: Removing directory
2026/04/05 01:53:05 DEBUG : drime root 'rclone-test-jaxarel7qosu': deleted 3 directories
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (163.58s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:54:42 INFO : d: Making directory
2026/04/05 01:54:57 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/04/05 01:55:00 DEBUG : c/non empty space: size = 5 OK
2026/04/05 01:55:00 DEBUG : c/non empty space: Sizes identical
2026/04/05 01:55:00 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:55:00 DEBUG : c/non empty space: Unchanged skipping
2026/04/05 01:55:00 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:55:17 DEBUG : a/potato2: size = 60 OK
2026/04/05 01:55:17 INFO : a/potato2: Copied (new)
2026/04/05 01:55:17 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting files as there were IO errors
2026/04/05 01:55:17 ERROR : drime root 'rclone-test-jaxarel7qosu': not deleting directories as there were IO errors
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (136.74s)
=== RUN TestSyncDeleteAfter
--- PASS: TestSyncDeleteAfter (0.00s)
=== RUN TestSyncDeleteDuring
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:56:47 DEBUG : Waiting for deletions to finish
2026/04/05 01:56:50 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/05 01:56:50 DEBUG : empty space: size = 1 OK
2026/04/05 01:56:50 DEBUG : empty space: Sizes identical
2026/04/05 01:56:50 DEBUG : empty space: Unchanged skipping
2026/04/05 01:56:50 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:56:50 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:56:53 INFO : potato: Deleted
2026/04/05 01:56:58 DEBUG : potato2: size = 60 OK
2026/04/05 01:56:58 INFO : potato2: Copied (new)
--- PASS: TestSyncDeleteDuring (66.42s)
=== RUN TestSyncDeleteBefore
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:57:39 DEBUG : Waiting for deletions to finish
2026/04/05 01:57:42 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:57:42 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:57:46 INFO : potato: Deleted
2026/04/05 01:57:49 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/05 01:57:49 DEBUG : empty space: size = 1 OK
2026/04/05 01:57:49 DEBUG : empty space: Sizes identical
2026/04/05 01:57:49 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:57:49 DEBUG : empty space: Unchanged skipping
2026/04/05 01:57:49 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:58:03 DEBUG : potato2: size = 60 OK
2026/04/05 01:58:03 INFO : potato2: Copied (new)
--- PASS: TestSyncDeleteBefore (73.45s)
=== RUN TestCopyDeleteBefore
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 01:58:40 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/05 01:58:40 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 01:58:40 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 01:58:51 DEBUG : pacer: low level retry 1/1 (error Error "Server Error")
2026/04/05 01:58:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/05 01:58:51 DEBUG : potato2: Received error: failed to upload file: Error "Server Error" - low level retry 0/10
2026/04/05 01:58:54 DEBUG : pacer: Reducing sleep to 10ms
2026/04/05 01:59:07 DEBUG : potato2: Removing old object on successful upload
2026/04/05 01:59:10 ERROR : potato2: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
sync_test.go:1376:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1376
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestCopyDeleteBefore
--- FAIL: TestCopyDeleteBefore (58.31s)
=== RUN TestSyncWithExclude
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 02:00:03 DEBUG : enormous: Excluded (Size Filter)
2026/04/05 02:00:03 DEBUG : enormous: Excluded
2026/04/05 02:00:03 DEBUG : potato2: Excluded (Size Filter)
2026/04/05 02:00:03 DEBUG : potato2: Excluded
2026/04/05 02:00:06 DEBUG : potato2: Excluded (Size Filter)
2026/04/05 02:00:06 DEBUG : potato2: Excluded
2026/04/05 02:00:06 DEBUG : empty space: size = 1 OK
2026/04/05 02:00:06 DEBUG : empty space: Sizes identical
2026/04/05 02:00:06 DEBUG : empty space: Unchanged skipping
2026/04/05 02:00:06 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:00:06 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:00:06 DEBUG : Waiting for deletions to finish
2026/04/05 02:00:06 INFO : There was nothing to transfer
2026/04/05 02:00:08 DEBUG : enormous: Excluded (Size Filter)
2026/04/05 02:00:08 DEBUG : enormous: Excluded
2026/04/05 02:00:08 DEBUG : potato2: Excluded (Size Filter)
2026/04/05 02:00:08 DEBUG : potato2: Excluded
2026/04/05 02:00:11 DEBUG : potato2: Excluded (Size Filter)
2026/04/05 02:00:11 DEBUG : potato2: Excluded
2026/04/05 02:00:11 DEBUG : Local file system at /tmp/rclone3635852472: Waiting for checks to finish
2026/04/05 02:00:11 DEBUG : empty space: size = 1 OK
2026/04/05 02:00:11 DEBUG : empty space: Sizes identical
2026/04/05 02:00:11 DEBUG : empty space: Unchanged skipping
2026/04/05 02:00:11 DEBUG : Local file system at /tmp/rclone3635852472: Waiting for transfers to finish
2026/04/05 02:00:11 DEBUG : Waiting for deletions to finish
2026/04/05 02:00:11 INFO : There was nothing to transfer
--- PASS: TestSyncWithExclude (60.68s)
=== RUN TestSyncWithExcludeAndDeleteExcluded
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 02:01:02 DEBUG : enormous: Excluded (Size Filter)
2026/04/05 02:01:02 DEBUG : enormous: Excluded
2026/04/05 02:01:02 DEBUG : potato2: Excluded (Size Filter)
2026/04/05 02:01:02 DEBUG : potato2: Excluded
2026/04/05 02:01:04 DEBUG : empty space: size = 1 OK
2026/04/05 02:01:04 DEBUG : empty space: Sizes identical
2026/04/05 02:01:04 DEBUG : empty space: Unchanged skipping
2026/04/05 02:01:04 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:01:04 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:01:04 DEBUG : Waiting for deletions to finish
2026/04/05 02:01:10 INFO : enormous: Deleted
2026/04/05 02:01:10 INFO : potato2: Deleted
2026/04/05 02:01:10 INFO : There was nothing to transfer
2026/04/05 02:01:22 DEBUG : empty space: size = 1 OK
2026/04/05 02:01:22 DEBUG : empty space: Sizes identical
2026/04/05 02:01:22 DEBUG : empty space: Unchanged skipping
2026/04/05 02:01:22 DEBUG : Local file system at /tmp/rclone3635852472: Waiting for checks to finish
2026/04/05 02:01:22 DEBUG : Local file system at /tmp/rclone3635852472: Waiting for transfers to finish
2026/04/05 02:01:22 DEBUG : Waiting for deletions to finish
2026/04/05 02:01:22 INFO : enormous: Deleted
2026/04/05 02:01:22 INFO : potato2: Deleted
2026/04/05 02:01:22 INFO : There was nothing to transfer
--- PASS: TestSyncWithExcludeAndDeleteExcluded (70.87s)
=== RUN TestSyncWithUpdateOlder
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:1454: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncWithUpdateOlder (8.78s)
=== RUN TestSyncWithMaxDuration
=== RUN TestSyncWithMaxDuration/Hard
sync_test.go:1497: Skipping test on non local remote
=== RUN TestSyncWithMaxDuration/Soft
sync_test.go:1497: Skipping test on non local remote
--- PASS: TestSyncWithMaxDuration (0.00s)
--- SKIP: TestSyncWithMaxDuration/Hard (0.00s)
--- SKIP: TestSyncWithMaxDuration/Soft (0.00s)
=== RUN TestSyncWithTrackRenames
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:1569: Can track renames: false
2026/04/05 02:01:44 ERROR : drime root 'rclone-test-jaxarel7qosu': Ignoring --track-renames as the source and destination do not have a common hash
2026/04/05 02:01:47 DEBUG : potato: Need to transfer - File not found at Destination
2026/04/05 02:01:47 DEBUG : yam: Need to transfer - File not found at Destination
2026/04/05 02:01:47 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:01:47 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:01:59 DEBUG : yam: size = 11 OK
2026/04/05 02:01:59 INFO : yam: Copied (new)
2026/04/05 02:02:05 DEBUG : potato: size = 14 OK
2026/04/05 02:02:05 INFO : potato: Copied (new)
2026/04/05 02:02:05 DEBUG : Waiting for deletions to finish
2026/04/05 02:02:09 ERROR : drime root 'rclone-test-jaxarel7qosu': Ignoring --track-renames as the source and destination do not have a common hash
2026/04/05 02:02:15 DEBUG : potato: size = 14 OK
2026/04/05 02:02:15 DEBUG : potato: Sizes identical
2026/04/05 02:02:15 DEBUG : yaml: Need to transfer - File not found at Destination
2026/04/05 02:02:15 DEBUG : potato: Unchanged skipping
2026/04/05 02:02:15 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:02:15 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:02:28 DEBUG : yaml: size = 11 OK
2026/04/05 02:02:28 INFO : yaml: Copied (new)
2026/04/05 02:02:28 DEBUG : Waiting for deletions to finish
2026/04/05 02:02:33 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenames (73.95s)
=== RUN TestParseRenamesStrategyModtime
--- PASS: TestParseRenamesStrategyModtime (0.00s)
=== RUN TestRenamesStrategyModtime
--- PASS: TestRenamesStrategyModtime (0.00s)
=== RUN TestSyncWithTrackRenamesStrategyModtime
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:1641: Can track renames: false
2026/04/05 02:02:58 ERROR : drime root 'rclone-test-jaxarel7qosu': Ignoring --track-renames as either the source or destination do not support modtime
2026/04/05 02:03:04 DEBUG : potato: Need to transfer - File not found at Destination
2026/04/05 02:03:04 DEBUG : yam: Need to transfer - File not found at Destination
2026/04/05 02:03:04 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:03:04 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:03:14 DEBUG : yam: size = 11 OK
2026/04/05 02:03:14 INFO : yam: Copied (new)
2026/04/05 02:03:21 DEBUG : potato: size = 14 OK
2026/04/05 02:03:21 INFO : potato: Copied (new)
2026/04/05 02:03:21 DEBUG : Waiting for deletions to finish
2026/04/05 02:03:27 ERROR : drime root 'rclone-test-jaxarel7qosu': Ignoring --track-renames as either the source or destination do not support modtime
2026/04/05 02:03:32 DEBUG : yaml: Need to transfer - File not found at Destination
2026/04/05 02:03:32 DEBUG : potato: size = 14 OK
2026/04/05 02:03:32 DEBUG : potato: Sizes identical
2026/04/05 02:03:32 DEBUG : potato: Unchanged skipping
2026/04/05 02:03:32 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:03:32 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:03:43 DEBUG : yaml: size = 11 OK
2026/04/05 02:03:43 INFO : yaml: Copied (new)
2026/04/05 02:03:43 DEBUG : Waiting for deletions to finish
2026/04/05 02:03:46 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenamesStrategyModtime (74.71s)
=== RUN TestSyncWithTrackRenamesStrategyLeaf
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
sync_test.go:1680: Can track renames: false
2026/04/05 02:04:17 INFO : drime root 'rclone-test-jaxarel7qosu': Making map for --track-renames
2026/04/05 02:04:17 INFO : drime root 'rclone-test-jaxarel7qosu': Finished making map for --track-renames
2026/04/05 02:04:17 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:04:17 DEBUG : potato: Need to transfer - No matching file found at Destination
2026/04/05 02:04:17 DEBUG : sub/yam: Need to transfer - No matching file found at Destination
2026/04/05 02:04:17 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for renames to finish
2026/04/05 02:04:17 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:04:35 DEBUG : potato: size = 14 OK
2026/04/05 02:04:35 INFO : potato: Copied (new)
2026/04/05 02:04:35 DEBUG : sub/yam: size = 11 OK
2026/04/05 02:04:35 INFO : sub/yam: Copied (new)
2026/04/05 02:04:35 DEBUG : Waiting for deletions to finish
2026/04/05 02:04:48 DEBUG : potato: size = 14 OK
2026/04/05 02:04:48 DEBUG : potato: Sizes identical
2026/04/05 02:04:48 DEBUG : potato: Unchanged skipping
2026/04/05 02:04:51 INFO : drime root 'rclone-test-jaxarel7qosu': Making map for --track-renames
2026/04/05 02:04:51 INFO : drime root 'rclone-test-jaxarel7qosu': Finished making map for --track-renames
2026/04/05 02:04:51 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:04:51 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for renames to finish
2026/04/05 02:05:01 INFO : sub/yam: Moved (server-side) to: yam
2026/04/05 02:05:01 INFO : yam: Renamed from "sub/yam"
2026/04/05 02:05:01 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:05:01 DEBUG : Waiting for deletions to finish
2026/04/05 02:05:01 INFO : There was nothing to transfer
--- PASS: TestSyncWithTrackRenamesStrategyLeaf (85.96s)
=== RUN TestServerSideMoveLocal
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 02:05:39 DEBUG : Creating backend with remote "/tmp/rclone3635852472/dir1"
2026/04/05 02:05:39 DEBUG : Config file has changed externally - reloading
2026/04/05 02:05:39 DEBUG : Creating backend with remote "/tmp/rclone3635852472/dir2"
2026/04/05 02:05:39 DEBUG : Local file system at /tmp/rclone3635852472/dir2: Using server-side directory move
2026/04/05 02:05:39 INFO : Local file system at /tmp/rclone3635852472/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/04/05 02:05:39 DEBUG : file1.txt: Need to transfer - File not found at Destination
2026/04/05 02:05:39 DEBUG : Local file system at /tmp/rclone3635852472/dir2: Waiting for checks to finish
2026/04/05 02:05:39 INFO : file1.txt: Moved (server-side)
2026/04/05 02:05:39 DEBUG : Local file system at /tmp/rclone3635852472/dir2: Waiting for transfers to finish
--- PASS: TestServerSideMoveLocal (8.53s)
=== RUN TestMoveWithDeleteEmptySrcDirs
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 02:05:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 02:05:51 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2026/04/05 02:05:51 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:05:51 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:06:21 DEBUG : nested/sub dir/file: size = 6 OK
2026/04/05 02:06:21 INFO : nested/sub dir/file: Copied (new)
2026/04/05 02:06:21 INFO : nested/sub dir/file: Deleted
2026/04/05 02:06:29 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 02:06:29 INFO : sub dir/hello world: Copied (new)
2026/04/05 02:06:29 INFO : sub dir/hello world: Deleted
2026/04/05 02:06:29 INFO : sub dir: Removing directory
2026/04/05 02:06:29 INFO : nested/sub dir: Removing directory
2026/04/05 02:06:29 INFO : nested: Removing directory
2026/04/05 02:06:29 DEBUG : Local file system at /tmp/rclone3635852472: deleted 3 directories
--- PASS: TestMoveWithDeleteEmptySrcDirs (87.38s)
=== RUN TestMoveWithoutDeleteEmptySrcDirs
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 02:07:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/05 02:07:17 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2026/04/05 02:07:17 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:07:17 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:07:56 DEBUG : sub dir/hello world: size = 11 OK
2026/04/05 02:07:56 INFO : sub dir/hello world: Copied (new)
2026/04/05 02:07:56 INFO : sub dir/hello world: Deleted
2026/04/05 02:07:59 DEBUG : nested/sub dir/file: size = 6 OK
2026/04/05 02:07:59 INFO : nested/sub dir/file: Copied (new)
2026/04/05 02:07:59 INFO : nested/sub dir/file: Deleted
--- PASS: TestMoveWithoutDeleteEmptySrcDirs (106.01s)
=== RUN TestMoveWithIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 02:09:04 DEBUG : existing-b: Need to transfer - File not found at Destination
2026/04/05 02:09:04 DEBUG : existing: Need to transfer - File not found at Destination
2026/04/05 02:09:04 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:09:04 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:09:14 DEBUG : existing-b: size = 6 OK
2026/04/05 02:09:14 INFO : existing-b: Copied (new)
2026/04/05 02:09:14 INFO : existing-b: Deleted
2026/04/05 02:09:14 DEBUG : existing: size = 6 OK
2026/04/05 02:09:14 INFO : existing: Copied (new)
2026/04/05 02:09:14 INFO : existing: Deleted
2026/04/05 02:09:24 DEBUG : existing: Destination exists, skipping
2026/04/05 02:09:24 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set
2026/04/05 02:09:24 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for checks to finish
2026/04/05 02:09:24 DEBUG : drime root 'rclone-test-jaxarel7qosu': Waiting for transfers to finish
2026/04/05 02:09:24 INFO : There was nothing to transfer
--- PASS: TestMoveWithIgnoreExisting (46.93s)
=== RUN TestServerSideMove
run.go:185: Remote "drime root 'rclone-test-jaxarel7qosu'", Local "Local file system at /tmp/rclone3635852472", Modify Window "876000h0m0s"
2026/04/05 02:09:47 DEBUG : Creating backend with remote "TestDrime:rclone-test-zodunan4yiye"
sync_test.go:1736: Server side move (if possible) drime root 'rclone-test-jaxarel7qosu' -> drime root 'rclone-test-zodunan4yiye'
2026/04/05 02:10:56 DEBUG : drime root 'rclone-test-zodunan4yiye': Using server-side directory move
2026/04/05 02:10:56 INFO : drime root 'rclone-test-zodunan4yiye': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/04/05 02:10:58 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/05 02:10:58 DEBUG : empty space: size = 1 OK
2026/04/05 02:10:58 DEBUG : empty space: Sizes identical
2026/04/05 02:10:58 DEBUG : empty space: Unchanged skipping
2026/04/05 02:10:58 DEBUG : drime root 'rclone-test-zodunan4yiye': Waiting for checks to finish
2026/04/05 02:10:58 DEBUG : potato3: size = 68 (drime root 'rclone-test-jaxarel7qosu')
2026/04/05 02:10:58 DEBUG : potato3: size = 60 (drime root 'rclone-test-zodunan4yiye')
2026/04/05 02:10:58 DEBUG : potato3: Sizes differ
2026/04/05 02:11:01 INFO : empty space: Deleted
2026/04/05 02:11:01 DEBUG : drime root 'rclone-test-zodunan4yiye': Waiting for transfers to finish
2026/04/05 02:11:01 INFO : potato3: Deleted
2026/04/05 02:11:06 INFO : potato2: Moved (server-side)
2026/04/05 02:11:11 INFO : potato3: Moved (server-side)
2026/04/05 02:11:17 DEBUG : Creating backend with remote "TestDrime:rclone-test-japavab5jabo"
2026/04/05 02:11:25 DEBUG : drime root 'rclone-test-japavab5jabo': Using server-side directory move
panic: test timed out after 2h0m0s
running tests:
TestServerSideMove (1h2m3s)
goroutine 347134 [running]:
testing.(*M).startAlarm.func1()
/usr/local/go/src/testing/testing.go:2802 +0x34b
created by time.goFunc
/usr/local/go/src/time/sleep.go:215 +0x2d
goroutine 1 [chan receive, 63 minutes]:
testing.(*T).Run(0x37abc755b208, {0x29d5a85?, 0x37abc7865ae8?}, 0x2b340d8)
/usr/local/go/src/testing/testing.go:2109 +0x4e5
testing.runTests.func1(0x37abc755b208)
/usr/local/go/src/testing/testing.go:2585 +0x37
testing.tRunner(0x37abc755b208, 0x37abc7865c10)
/usr/local/go/src/testing/testing.go:2036 +0xea
testing.runTests({0x29eb833, 0x18}, {0x2a0bfe9, 0x20}, 0x37abc7b6e060, {0x45822e0, 0x6c, 0x6c}, {0xc26c929d9d1c76d5, 0x68dcd52ebac, ...})
/usr/local/go/src/testing/testing.go:2583 +0x505
testing.(*M).Run(0x37abc7711ae0)
/usr/local/go/src/testing/testing.go:2443 +0x6ac
github.com/rclone/rclone/fstest.TestMain(0x37abc7711ae0)
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:74 +0xa6
github.com/rclone/rclone/fs/sync.TestMain(...)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:45
main.main()
_testmain.go:262 +0xa6
goroutine 20 [syscall, 120 minutes]:
os/signal.signal_recv()
/usr/local/go/src/runtime/sigqueue.go:152 +0x98
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:23 +0x13
created by os/signal.Notify.func1.1 in goroutine 1
/usr/local/go/src/os/signal/signal.go:152 +0x1f
goroutine 21 [chan receive, 120 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 5964 [select]:
github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0x37abc7185860, {0x2b799f0, 0x37abc754ee60})
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:352 +0x145
created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 5846
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:389 +0x11d
goroutine 5846 [select]:
net/http.(*Transport).getConn(0x37abc75476c0, 0x37abc754f130, {{}, 0x0, {0x37abc71c7680, 0x5}, {0x37abc79943f0, 0x13}, 0x0})
/usr/local/go/src/net/http/transport.go:1552 +0x4b0
net/http.(*Transport).roundTrip(0x37abc75476c0, 0x37abc7b972c0)
/usr/local/go/src/net/http/transport.go:693 +0xa7f
net/http.(*Transport).RoundTrip(...)
/usr/local/go/src/net/http/roundtrip.go:33
github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0x37abc79d0480, 0x37abc7b972c0)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x34a
net/http.send(0x37abc7b972c0, {0x2b4f8c0, 0x37abc79d0480}, {0x37abc7708e50?, 0x4936a6?, 0x0?})
/usr/local/go/src/net/http/client.go:264 +0x64b
net/http.(*Client).send(0x37abc7563110, 0x37abc7b972c0, {0x2635001?, 0x37abc7708ed8?, 0x0?})
/usr/local/go/src/net/http/client.go:185 +0x258
net/http.(*Client).do(0x37abc7563110, 0x37abc7b972c0)
/usr/local/go/src/net/http/client.go:733 +0x9d7
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:592
github.com/rclone/rclone/lib/rest.(*Client).Call(0x37abc754eb90, {0x2b798d8, 0x45be9e0}, 0x37abc7709540)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:371 +0xd85
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x37abc754eb90, {0x2b798d8, 0x45be9e0}, 0x37abc7875a20?, {0x22f4200?, 0x37abc75a9180?}, {0x22f4240, 0x37abc7a82a00}, 0x0?, 0x2b358b8, ...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:579 +0x447
github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:522
github.com/rclone/rclone/backend/drime.(*Fs).patch.func1()
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:794 +0x8d
github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?)
/home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32
github.com/rclone/rclone/lib/pacer.(*Pacer).call(0x37abc79d04e0, 0x37abc7b089b0, 0xa)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x37abc79d04e0, 0x37abc7b089b0)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x92
github.com/rclone/rclone/backend/drime.(*Fs).patch(0x37abc7802320, {0x2b798d8, 0x45be9e0}, {0x37abc77a96b0, 0x9}, {0x29aa222, 0x4}, {0x37abc71d6c3a, 0x18})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:793 +0x3ae
github.com/rclone/rclone/backend/drime.(*Fs).rename(0x37abc7802320, {0x2b798d8, 0x45be9e0}, {0x37abc77a96b0, 0x9}, {0x37abc71d6c3a, 0x18})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:805 +0x96
github.com/rclone/rclone/backend/drime.(*Fs).moveTo(0x37abc7802320, {0x2b798d8, 0x45be9e0}, {0x37abc77a96b0, 0x9}, {0x37abc7b9cc9a, 0x18}, {0x37abc71d6c3a, 0x18}, {0x0, ...}, ...)
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:865 +0x305
github.com/rclone/rclone/backend/drime.(*Fs).DirMove(0x37abc7802320, {0x2b798d8, 0x45be9e0}, {0x2b94fd0?, 0x37abc7a20b40}, {0x0, 0x0}, {0x0?, 0x0?})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:943 +0x125
github.com/rclone/rclone/fs/sync.MoveDir({0x2b798d8, 0x45be9e0}, {0x2b94fd0, 0x37abc7802320}, {0x2b94fd0, 0x37abc7a20b40}, 0x0, 0x0)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1403 +0x24e
github.com/rclone/rclone/fs/sync.testServerSideMove({0x2b798d8, 0x45be9e0}, 0x37abc7224908, 0x37abc75a5c00, 0x0, 0x0)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1775 +0xbcd
github.com/rclone/rclone/fs/sync.TestServerSideMove(0x37abc7224908)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 +0x45
testing.tRunner(0x37abc7224908, 0x2b340d8)
/usr/local/go/src/testing/testing.go:2036 +0xea
created by testing.(*T).Run in goroutine 1
/usr/local/go/src/testing/testing.go:2101 +0x4c5
goroutine 347402 [IO wait]:
internal/poll.runtime_pollWait(0x7118e17ab600, 0x77)
/usr/local/go/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0x2b79a60?, 0x37abc75a4ee0?, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:93
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:685
net.(*netFD).connect(0x37abc732c480, {0x2b79a60, 0x37abc75a4ee0}, {0x427694?, 0x4b70f3?}, {0x2b4dee0?, 0x37abc779cb20?})
/usr/local/go/src/net/fd_unix.go:119 +0x656
net.(*netFD).dial(0x37abc732c480, {0x2b79a60, 0x37abc75a4ee0}, {0x2b85678?, 0x0?}, {0x2b85678, 0x37abc72b9c20}, 0x37abc784d1e8?)
/usr/local/go/src/net/sock_posix.go:124 +0x3bc
net.socket({0x2b79a60, 0x37abc75a4ee0}, {0x29a93f8, 0x3}, 0x2, 0x1, 0x46cd65?, 0x0, {0x2b85678, 0x0}, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x29b
net.internetSocket({0x2b79a60, 0x37abc75a4ee0}, {0x29a93f8, 0x3}, {0x2b85678, 0x0}, {0x2b85678, 0x37abc72b9c20}, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:167 +0xf8
net.(*sysDialer).doDialTCPProto(0x37abc74f66c0, {0x2b79a60, 0x37abc75a4ee0}, 0x0, 0x37abc72b9c20, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:85 +0xe7
net.(*sysDialer).doDialTCP(...)
/usr/local/go/src/net/tcpsock_posix.go:75
net.(*sysDialer).dialTCP(0x0?, {0x2b79a60?, 0x37abc75a4ee0?}, 0x37abc784d3c0?, 0x37abc784d3e0?)
/usr/local/go/src/net/tcpsock_posix.go:71 +0x69
net.(*sysDialer).dialSingle(0x37abc74f66c0, {0x2b79a60, 0x37abc75a4ee0}, {0x2b63870, 0x37abc72b9c20})
/usr/local/go/src/net/dial.go:791 +0x3ae
net.(*sysDialer).dialSerial(0x37abc74f66c0, {0x2b79a60, 0x37abc75a4ee0}, {0x37abc74702f0?, 0x1, 0x0?})
/usr/local/go/src/net/dial.go:756 +0x248
net.(*sysDialer).dialParallel(0x0?, {0x2b79a60?, 0x37abc75a4ee0?}, {0x37abc74702f0?, 0x2546300?, 0x29aa49e?}, {0x0?, 0x29a93f8?, 0x4dab52?})
/usr/local/go/src/net/dial.go:657 +0x2f9
net.(*Dialer).DialContext(0x37abc74c1d60, {0x2b799f0?, 0x37abc754f180?}, {0x29a93f8, 0x3}, {0x37abc79943f0, 0x13})
/usr/local/go/src/net/dial.go:557 +0x485
github.com/rclone/rclone/fs/fshttp.(*Dialer).DialContext(0x37abc74c1d60, {0x2b799f0, 0x37abc754f180}, {0x29a93f8?, 0x7118e036bbc0?}, {0x37abc79943f0, 0x13})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:62 +0x125
github.com/rclone/rclone/fs/fshttp.NewTransportCustom.func2({0x2b799f0, 0x37abc754f180}, {0x29a93f8, 0x3}, {0x37abc79943f0, 0x13})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:269 +0x5c
net/http.(*Transport).dial(0x7119284542f8?, {0x2b799f0?, 0x37abc754f180?}, {0x29a93f8?, 0x37abc78869f8?}, {0x37abc79943f0?, 0x10?})
/usr/local/go/src/net/http/transport.go:1307 +0xd2
net/http.(*Transport).dialConn(0x37abc75476c0, {0x2b799f0, 0x37abc754f180}, {{}, 0x0, {0x37abc71c7680, 0x5}, {0x37abc79943f0, 0x13}, 0x0}, ...)
/usr/local/go/src/net/http/transport.go:1815 +0x847
net/http.(*Transport).dialConnFor(0x37abc75476c0, 0x37abc7742210)
/usr/local/go/src/net/http/transport.go:1648 +0xd2
net/http.(*Transport).startDialConnForLocked.func1()
/usr/local/go/src/net/http/transport.go:1629 +0x35
created by net/http.(*Transport).startDialConnForLocked in goroutine 5846
/usr/local/go/src/net/http/transport.go:1628 +0x112
goroutine 2215 [chan receive, 92 minutes]:
github.com/rclone/rclone/lib/atexit.Register.func1.1()
/home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:45 +0x29
created by github.com/rclone/rclone/lib/atexit.Register.func1 in goroutine 2230
/home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68
"./sync.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Finished ERROR in 2h0m6.119068386s (try 1/5): exit status 2: Failed [TestMoveEmptyDirectories TestSyncEmptyDirectories TestSyncNoEmptyDirectories TestCopyOverSelf TestServerSideCopyOverSelf TestMoveOverSelf TestServerSideMoveOverSelf TestSyncIgnoreTimes TestSyncAfterChangingFilesSizeOnly TestSyncAfterChangingContentsOnly TestCopyDeleteBefore]