"./sync.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Starting (try 1/5)
2026/04/04 02:27:57 DEBUG : Creating backend with remote "TestDrime:rclone-test-qinumig5gamu"
2026/04/04 02:27:57 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/04 02:28:02 DEBUG : Creating backend with remote "/tmp/rclone1892120643"
=== RUN TestPipe
--- PASS: TestPipe (0.00s)
=== RUN TestPipeConcurrent
--- PASS: TestPipeConcurrent (0.04s)
=== 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-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:28:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:28:08 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:28:08 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11)
2026/04/04 02:28:08 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
--- PASS: TestCopyWithDryRun (14.77s)
=== RUN TestCopy
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:28:17 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/04/04 02:28:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:28:22 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:28:22 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:28:35 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:28:35 INFO : sub dir/hello world: Copied (new)
2026/04/04 02:28:42 DEBUG : drime root 'rclone-test-qinumig5gamu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopy (45.12s)
=== RUN TestCopyMetadata
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadata (8.38s)
=== RUN TestCopyMetadataNoEmptyDirs
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadataNoEmptyDirs (5.95s)
=== RUN TestCopyMissingDirectory
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:29:16 DEBUG : Creating backend with remote "/non-existing"
2026/04/04 02:29:21 ERROR : Local file system at /non-existing: error reading source root directory: directory not found
2026/04/04 02:29:21 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:29:21 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
--- PASS: TestCopyMissingDirectory (9.38s)
=== RUN TestCopyNoTraverse
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:29:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:29:28 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:29:28 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:29:43 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:29:43 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoTraverse (45.68s)
=== RUN TestCopyNoTraverseDeadlock
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:222: Only runs on local
--- SKIP: TestCopyNoTraverseDeadlock (12.23s)
=== RUN TestCopyCheckFirst
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:30:24 INFO : drime root 'rclone-test-qinumig5gamu': Running all checks before starting transfers
2026/04/04 02:30:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:30:28 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:30:28 INFO : drime root 'rclone-test-qinumig5gamu': Checks finished, now starting transfers
2026/04/04 02:30:28 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:30:44 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:30:44 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyCheckFirst (52.16s)
=== RUN TestSyncNoTraverse
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:31:16 ERROR : Ignoring --no-traverse with sync
2026/04/04 02:31:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:31:20 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:31:20 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:31:36 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:31:36 INFO : sub dir/hello world: Copied (new)
2026/04/04 02:31:36 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncNoTraverse (37.55s)
=== RUN TestCopyWithDepth
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:31:55 DEBUG : hello world2: Need to transfer - File not found at Destination
2026/04/04 02:31:55 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:31:55 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:32:01 DEBUG : hello world2: size = 12 OK
2026/04/04 02:32:01 INFO : hello world2: Copied (new)
--- PASS: TestCopyWithDepth (16.68s)
=== RUN TestCopyWithFilesFrom
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:32:12 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/04 02:32:12 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:32:12 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:32:25 DEBUG : potato2: size = 11 OK
2026/04/04 02:32:25 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFrom (22.69s)
=== RUN TestCopyWithFilesFromAndNoTraverse
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:32:35 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/04 02:32:35 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:32:35 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:32:44 DEBUG : potato2: size = 11 OK
2026/04/04 02:32:44 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFromAndNoTraverse (18.91s)
=== RUN TestCopyEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:32:52 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2026/04/04 02:32:52 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/04/04 02:32:52 INFO : sub dir2: Set directory modification time (using DirSetModTime)
2026/04/04 02:32:52 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/04/04 02:32:54 INFO : sub dir2: Making directory
2026/04/04 02:32:57 INFO : sub dir: Making directory
2026/04/04 02:33:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:33:01 INFO : sub dir2/sub sub dir2: Making directory
2026/04/04 02:33:04 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:33:04 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:33:12 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:33:12 INFO : sub dir/hello world: Copied (new)
2026/04/04 02:33:17 DEBUG : drime root 'rclone-test-qinumig5gamu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopyEmptyDirectories (42.15s)
=== RUN TestCopyNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:33:34 INFO : sub dir2: Making directory
2026/04/04 02:33:34 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2026/04/04 02:33:34 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/04/04 02:33:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:33:35 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:33:35 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:33:45 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:33:45 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoEmptyDirectories (36.84s)
=== RUN TestMoveEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:34:11 DEBUG : sub dir2: Making directory with metadata
2026/04/04 02:34:11 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/04/04 02:34:13 INFO : sub dir2: Making directory
2026/04/04 02:34:18 INFO : sub dir: Making directory
2026/04/04 02:34:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:34:24 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:34:24 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:35:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/04 02:35:28 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/04 02:35:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/04 02:35:28 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/04 02:35:29 DEBUG : pacer: Reducing sleep to 10ms
2026/04/04 02:35:33 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/04/04 02:35:34 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/04 02:35:34 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 (99.05s)
=== RUN TestSyncNoUpdateDirModtime
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:438: Skipping test as backend does not support DirSetModTime
--- SKIP: TestSyncNoUpdateDirModtime (3.21s)
=== RUN TestMoveNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:35:53 INFO : sub dir2: Making directory
2026/04/04 02:35:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:35:54 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:35:54 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:36:06 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:36:06 INFO : sub dir/hello world: Copied (new)
2026/04/04 02:36:06 INFO : sub dir/hello world: Deleted
--- PASS: TestMoveNoEmptyDirectories (27.29s)
=== RUN TestSyncEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:36:20 DEBUG : sub dir2: Making directory with metadata
2026/04/04 02:36:20 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/04/04 02:36:20 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/04/04 02:36:22 INFO : sub dir2: Making directory
2026/04/04 02:36:25 INFO : sub dir: Making directory
2026/04/04 02:36:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:36:29 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:36:29 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:36:35 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:36:35 INFO : sub dir/hello world: Copied (new)
2026/04/04 02:36:35 ERROR : drime root 'rclone-test-qinumig5gamu': not deleting files as there were IO errors
2026/04/04 02:36:35 ERROR : drime root 'rclone-test-qinumig5gamu': 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 (29.30s)
=== RUN TestSyncSetDelayedModTimes
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set
--- SKIP: TestSyncSetDelayedModTimes (3.39s)
=== RUN TestSyncNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:36:53 INFO : sub dir2: Making directory
2026/04/04 02:36:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:36:54 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:36:54 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:37:02 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:37:02 INFO : sub dir/hello world: Copied (new)
2026/04/04 02:37:02 ERROR : drime root 'rclone-test-qinumig5gamu': not deleting files as there were IO errors
2026/04/04 02:37:02 ERROR : drime root 'rclone-test-qinumig5gamu': 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 (20.62s)
=== RUN TestServerSideCopy
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:37:33 DEBUG : Creating backend with remote "TestDrime:rclone-test-nipubem2poqe"
sync_test.go:620: Server side copy (if possible) drime root 'rclone-test-qinumig5gamu' -> drime root 'rclone-test-nipubem2poqe'
2026/04/04 02:37:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:37:43 DEBUG : drime root 'rclone-test-nipubem2poqe': Waiting for checks to finish
2026/04/04 02:37:43 DEBUG : drime root 'rclone-test-nipubem2poqe': Waiting for transfers to finish
2026/04/04 02:38:04 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:38:04 INFO : sub dir/hello world: Copied (server-side copy)
2026/04/04 02:38:09 DEBUG : drime root 'rclone-test-nipubem2poqe': Purge remote
--- PASS: TestServerSideCopy (72.00s)
=== RUN TestCopyOverSelf
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:38:45 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1892120643)
2026/04/04 02:38:45 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-qinumig5gamu')
2026/04/04 02:38:45 DEBUG : sub dir/hello world: Sizes differ
2026/04/04 02:38:45 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:38:45 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:38:54 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/04/04 02:38:56 ERROR : sub dir/hello world: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
sync_test.go:641:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:641
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestCopyOverSelf
--- FAIL: TestCopyOverSelf (38.29s)
=== RUN TestServerSideCopyOverSelf
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:39:22 DEBUG : Creating backend with remote "TestDrime:rclone-test-tayudid2nico"
2026/04/04 02:39:22 DEBUG : Config file has changed externally - reloading
sync_test.go:656: Server side copy (if possible) drime root 'rclone-test-qinumig5gamu' -> drime root 'rclone-test-tayudid2nico'
2026/04/04 02:39:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:39:30 DEBUG : drime root 'rclone-test-tayudid2nico': Waiting for checks to finish
2026/04/04 02:39:30 DEBUG : drime root 'rclone-test-tayudid2nico': Waiting for transfers to finish
2026/04/04 02:39:40 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:39:40 INFO : sub dir/hello world: Copied (server-side copy)
2026/04/04 02:39:54 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-qinumig5gamu'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/04 02:39:56 DEBUG : drime root 'rclone-test-tayudid2nico': Purge remote
--- FAIL: TestServerSideCopyOverSelf (66.83s)
=== RUN TestMoveOverSelf
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:40:29 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1892120643)
2026/04/04 02:40:29 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-qinumig5gamu')
2026/04/04 02:40:29 DEBUG : sub dir/hello world: Sizes differ
2026/04/04 02:40:29 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:40:29 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:40:33 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/04/04 02:40:35 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/04 02:40:35 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 (36.79s)
=== RUN TestServerSideMoveOverSelf
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:41:01 DEBUG : Creating backend with remote "TestDrime:rclone-test-gurawem2fiha"
sync_test.go:701: Server side copy (if possible) drime root 'rclone-test-qinumig5gamu' -> drime root 'rclone-test-gurawem2fiha'
2026/04/04 02:41:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:41:10 DEBUG : drime root 'rclone-test-gurawem2fiha': Waiting for checks to finish
2026/04/04 02:41:10 DEBUG : drime root 'rclone-test-gurawem2fiha': Waiting for transfers to finish
2026/04/04 02:41:29 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 02:41:29 INFO : sub dir/hello world: Copied (server-side copy)
2026/04/04 02:41:51 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-qinumig5gamu'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/04 02:41:55 DEBUG : drime root 'rclone-test-gurawem2fiha': Purge remote
--- FAIL: TestServerSideMoveOverSelf (98.72s)
=== RUN TestCopyAfterDelete
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:42:49 ERROR : error listing: directory not found
2026/04/04 02:42:58 INFO : Local file system at /tmp/rclone1892120643: Making directory
2026/04/04 02:43:06 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:43:06 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
--- PASS: TestCopyAfterDelete (63.01s)
=== RUN TestCopyRedownload
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:44:34 DEBUG : Added delayed dir = "sub dir", newDst=
2026/04/04 02:44:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 02:44:36 DEBUG : Local file system at /tmp/rclone1892120643: Waiting for checks to finish
2026/04/04 02:44:36 DEBUG : Local file system at /tmp/rclone1892120643: Waiting for transfers to finish
2026/04/04 02:44:38 DEBUG : sub dir/hello world.9076d4bf.partial: size = 11 OK
2026/04/04 02:44:38 DEBUG : sub dir/hello world.9076d4bf.partial: renamed to: sub dir/hello world
2026/04/04 02:44:38 INFO : sub dir/hello world: Copied (new)
2026/04/04 02:44:38 INFO : sub dir: Set directory modification time (using DirSetModTime)
--- PASS: TestCopyRedownload (82.22s)
=== RUN TestSyncBasedOnCheckSum
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:44:55 DEBUG : check sum: Need to transfer - File not found at Destination
2026/04/04 02:44:55 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:44:55 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:45:15 DEBUG : check sum: size = 1 OK
2026/04/04 02:45:15 INFO : check sum: Copied (new)
2026/04/04 02:45:15 DEBUG : Waiting for deletions to finish
2026/04/04 02:45:24 DEBUG : check sum: size = 1 OK
2026/04/04 02:45:24 NOTICE: drime root 'rclone-test-qinumig5gamu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only
2026/04/04 02:45:24 DEBUG : check sum: Size of src and dst objects identical
2026/04/04 02:45:24 DEBUG : check sum: Unchanged skipping
2026/04/04 02:45:24 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:45:24 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:45:24 DEBUG : Waiting for deletions to finish
2026/04/04 02:45:24 INFO : There was nothing to transfer
--- PASS: TestSyncBasedOnCheckSum (48.88s)
=== RUN TestSyncSizeOnly
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:45:44 DEBUG : sizeonly: Need to transfer - File not found at Destination
2026/04/04 02:45:44 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:45:44 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:46:01 DEBUG : sizeonly: size = 6 OK
2026/04/04 02:46:01 INFO : sizeonly: Copied (new)
2026/04/04 02:46:01 DEBUG : Waiting for deletions to finish
2026/04/04 02:46:08 DEBUG : sizeonly: size = 6 OK
2026/04/04 02:46:08 DEBUG : sizeonly: Sizes identical
2026/04/04 02:46:08 DEBUG : sizeonly: Unchanged skipping
2026/04/04 02:46:08 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:46:08 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:46:08 DEBUG : Waiting for deletions to finish
2026/04/04 02:46:08 INFO : There was nothing to transfer
--- PASS: TestSyncSizeOnly (45.64s)
=== RUN TestSyncIgnoreSize
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:46:31 DEBUG : ignore-size: Need to transfer - File not found at Destination
2026/04/04 02:46:31 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:46:31 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:46:52 INFO : ignore-size: Copied (new)
2026/04/04 02:46:52 DEBUG : Waiting for deletions to finish
2026/04/04 02:47:01 DEBUG : ignore-size: Sizes identical
2026/04/04 02:47:01 DEBUG : ignore-size: Unchanged skipping
2026/04/04 02:47:01 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:47:01 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:47:01 DEBUG : Waiting for deletions to finish
2026/04/04 02:47:01 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreSize (55.83s)
=== RUN TestSyncIgnoreTimes
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:47:39 DEBUG : existing: size = 6 OK
2026/04/04 02:47:39 DEBUG : existing: Sizes identical
2026/04/04 02:47:39 DEBUG : existing: Unchanged skipping
2026/04/04 02:47:39 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:47:39 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:47:39 DEBUG : Waiting for deletions to finish
2026/04/04 02:47:39 INFO : There was nothing to transfer
2026/04/04 02:47:42 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:47:42 DEBUG : existing: Transferring unconditionally as --ignore-times is in use
2026/04/04 02:47:42 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:47:55 DEBUG : existing: Removing old object on successful upload
2026/04/04 02:47:59 ERROR : existing: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/04 02:47:59 ERROR : drime root 'rclone-test-qinumig5gamu': not deleting files as there were IO errors
2026/04/04 02:47:59 ERROR : drime root 'rclone-test-qinumig5gamu': 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 (50.14s)
=== RUN TestSyncIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:48:20 DEBUG : existing: Need to transfer - File not found at Destination
2026/04/04 02:48:20 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:48:20 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:48:33 DEBUG : existing: size = 6 OK
2026/04/04 02:48:33 INFO : existing: Copied (new)
2026/04/04 02:48:33 DEBUG : Waiting for deletions to finish
2026/04/04 02:48:39 DEBUG : existing: Destination exists, skipping
2026/04/04 02:48:39 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:48:39 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:48:39 DEBUG : Waiting for deletions to finish
2026/04/04 02:48:39 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreExisting (42.22s)
=== RUN TestSyncIgnoreErrors
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:49:51 INFO : d: Making directory
2026/04/04 02:50:11 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/04/04 02:50:15 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:50:15 DEBUG : c/non empty space: size = 5 OK
2026/04/04 02:50:15 DEBUG : c/non empty space: Sizes identical
2026/04/04 02:50:15 DEBUG : c/non empty space: Unchanged skipping
2026/04/04 02:50:15 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:50:28 DEBUG : a/potato2: size = 60 OK
2026/04/04 02:50:28 INFO : a/potato2: Copied (new)
2026/04/04 02:50:28 DEBUG : Waiting for deletions to finish
2026/04/04 02:50:30 INFO : b/potato: Deleted
2026/04/04 02:50:30 INFO : d: Removing directory
2026/04/04 02:50:37 INFO : b: Removing directory
2026/04/04 02:50:44 DEBUG : drime root 'rclone-test-qinumig5gamu': deleted 2 directories
--- PASS: TestSyncIgnoreErrors (138.66s)
=== RUN TestSyncAfterChangingModtimeOnly
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:51:24 DEBUG : empty space: size = 1 OK
2026/04/04 02:51:24 DEBUG : empty space: Sizes identical
2026/04/04 02:51:24 DEBUG : empty space: Unchanged skipping
2026/04/04 02:51:24 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:51:24 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:51:24 DEBUG : Waiting for deletions to finish
2026/04/04 02:51:24 INFO : There was nothing to transfer
2026/04/04 02:51:29 DEBUG : empty space: size = 1 OK
2026/04/04 02:51:29 DEBUG : empty space: Sizes identical
2026/04/04 02:51:29 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:51:29 DEBUG : empty space: Unchanged skipping
2026/04/04 02:51:29 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:51:29 DEBUG : Waiting for deletions to finish
2026/04/04 02:51:29 INFO : There was nothing to transfer
--- PASS: TestSyncAfterChangingModtimeOnly (31.99s)
=== RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:1046: Can't check this if no hashes supported
--- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (6.24s)
=== RUN TestSyncDoesntUpdateModtime
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:1072: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncDoesntUpdateModtime (5.29s)
=== RUN TestSyncAfterAddingAFile
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:52:10 DEBUG : potato: Need to transfer - File not found at Destination
2026/04/04 02:52:10 DEBUG : empty space: size = 1 OK
2026/04/04 02:52:10 DEBUG : empty space: Sizes identical
2026/04/04 02:52:10 DEBUG : empty space: Unchanged skipping
2026/04/04 02:52:10 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:52:10 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:52:20 DEBUG : potato: size = 60 OK
2026/04/04 02:52:20 INFO : potato: Copied (new)
2026/04/04 02:52:20 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterAddingAFile (34.05s)
=== RUN TestSyncAfterChangingFilesSizeOnly
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:52:45 DEBUG : potato: size = 21 (Local file system at /tmp/rclone1892120643)
2026/04/04 02:52:45 DEBUG : potato: size = 60 (drime root 'rclone-test-qinumig5gamu')
2026/04/04 02:52:45 DEBUG : potato: Sizes differ
2026/04/04 02:52:45 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:52:45 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:52:51 DEBUG : potato: Removing old object on successful upload
2026/04/04 02:52:54 ERROR : potato: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/04 02:52:54 ERROR : drime root 'rclone-test-qinumig5gamu': not deleting files as there were IO errors
2026/04/04 02:52:54 ERROR : drime root 'rclone-test-qinumig5gamu': 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 (33.51s)
=== RUN TestSyncAfterChangingContentsOnly
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:1136: ModTimeNotSupported so forcing file to be a different size
2026/04/04 02:53:22 DEBUG : potato: size = 21 (Local file system at /tmp/rclone1892120643)
2026/04/04 02:53:22 DEBUG : potato: size = 36 (drime root 'rclone-test-qinumig5gamu')
2026/04/04 02:53:22 DEBUG : potato: Sizes differ
2026/04/04 02:53:22 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:53:22 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:53:37 DEBUG : potato: Removing old object on successful upload
2026/04/04 02:53:43 ERROR : potato: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/04 02:53:43 ERROR : drime root 'rclone-test-qinumig5gamu': not deleting files as there were IO errors
2026/04/04 02:53:43 ERROR : drime root 'rclone-test-qinumig5gamu': 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 (51.76s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:54:47 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/04 02:54:47 DEBUG : empty space: size = 1 OK
2026/04/04 02:54:47 DEBUG : empty space: Sizes identical
2026/04/04 02:54:47 DEBUG : empty space: Unchanged skipping
2026/04/04 02:54:47 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:54:47 NOTICE: potato2: Skipped copy as --dry-run is set (size 60)
2026/04/04 02:54:47 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:54:47 DEBUG : Waiting for deletions to finish
2026/04/04 02:54:47 NOTICE: potato: Skipped delete as --dry-run is set (size 21)
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (66.36s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFile
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:55:36 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/04 02:55:36 DEBUG : empty space: size = 1 OK
2026/04/04 02:55:36 DEBUG : empty space: Sizes identical
2026/04/04 02:55:36 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:55:36 DEBUG : empty space: Unchanged skipping
2026/04/04 02:55:36 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:55:44 DEBUG : potato2: size = 60 OK
2026/04/04 02:55:44 INFO : potato2: Copied (new)
2026/04/04 02:55:44 DEBUG : Waiting for deletions to finish
2026/04/04 02:55:51 INFO : potato: Deleted
--- PASS: TestSyncAfterRemovingAFileAndAddingAFile (71.49s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 02:57:02 INFO : d: Making directory
2026/04/04 02:57:16 INFO : d/e: Making directory
2026/04/04 02:57:51 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/04/04 02:58:14 DEBUG : c/non empty space: size = 5 OK
2026/04/04 02:58:14 DEBUG : c/non empty space: Sizes identical
2026/04/04 02:58:14 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 02:58:14 DEBUG : c/non empty space: Unchanged skipping
2026/04/04 02:58:14 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 02:58:18 DEBUG : a/potato2: size = 60 OK
2026/04/04 02:58:18 INFO : a/potato2: Copied (new)
2026/04/04 02:58:18 DEBUG : Waiting for deletions to finish
2026/04/04 02:58:27 INFO : b/potato: Deleted
2026/04/04 02:58:27 INFO : d/e: Removing directory
2026/04/04 02:58:38 INFO : d: Removing directory
2026/04/04 02:58:47 INFO : b: Removing directory
2026/04/04 02:58:58 DEBUG : drime root 'rclone-test-qinumig5gamu': deleted 3 directories
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (235.19s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:01:02 INFO : d: Making directory
2026/04/04 03:01:31 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/04/04 03:01:56 DEBUG : c/non empty space: size = 5 OK
2026/04/04 03:01:56 DEBUG : c/non empty space: Sizes identical
2026/04/04 03:01:56 DEBUG : c/non empty space: Unchanged skipping
2026/04/04 03:01:56 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:01:56 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:02:00 DEBUG : a/potato2: size = 60 OK
2026/04/04 03:02:00 INFO : a/potato2: Copied (new)
2026/04/04 03:02:00 ERROR : drime root 'rclone-test-qinumig5gamu': not deleting files as there were IO errors
2026/04/04 03:02:00 ERROR : drime root 'rclone-test-qinumig5gamu': not deleting directories as there were IO errors
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (197.64s)
=== RUN TestSyncDeleteAfter
--- PASS: TestSyncDeleteAfter (0.00s)
=== RUN TestSyncDeleteDuring
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:04:02 DEBUG : Waiting for deletions to finish
2026/04/04 03:04:09 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/04 03:04:09 DEBUG : empty space: size = 1 OK
2026/04/04 03:04:09 DEBUG : empty space: Sizes identical
2026/04/04 03:04:09 DEBUG : empty space: Unchanged skipping
2026/04/04 03:04:09 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:04:09 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:04:17 INFO : potato: Deleted
2026/04/04 03:04:29 DEBUG : potato2: size = 60 OK
2026/04/04 03:04:29 INFO : potato2: Copied (new)
--- PASS: TestSyncDeleteDuring (91.95s)
=== RUN TestSyncDeleteBefore
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:06:00 DEBUG : Waiting for deletions to finish
2026/04/04 03:06:07 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:06:07 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:06:11 INFO : potato: Deleted
2026/04/04 03:06:16 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/04 03:06:16 DEBUG : empty space: size = 1 OK
2026/04/04 03:06:16 DEBUG : empty space: Sizes identical
2026/04/04 03:06:16 DEBUG : empty space: Unchanged skipping
2026/04/04 03:06:16 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:06:16 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:06:37 DEBUG : potato2: size = 60 OK
2026/04/04 03:06:37 INFO : potato2: Copied (new)
--- PASS: TestSyncDeleteBefore (129.32s)
=== RUN TestCopyDeleteBefore
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:07:34 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/04 03:07:34 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:07:34 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:07:51 DEBUG : potato2: size = 19 OK
2026/04/04 03:07:51 INFO : potato2: Copied (new)
--- PASS: TestCopyDeleteBefore (79.39s)
=== RUN TestSyncWithExclude
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:09:07 DEBUG : enormous: Excluded (Size Filter)
2026/04/04 03:09:07 DEBUG : enormous: Excluded
2026/04/04 03:09:07 DEBUG : potato2: Excluded (Size Filter)
2026/04/04 03:09:07 DEBUG : potato2: Excluded
2026/04/04 03:09:13 DEBUG : potato2: Excluded (Size Filter)
2026/04/04 03:09:13 DEBUG : potato2: Excluded
2026/04/04 03:09:13 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:09:13 DEBUG : empty space: size = 1 OK
2026/04/04 03:09:13 DEBUG : empty space: Sizes identical
2026/04/04 03:09:13 DEBUG : empty space: Unchanged skipping
2026/04/04 03:09:13 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:09:13 DEBUG : Waiting for deletions to finish
2026/04/04 03:09:13 INFO : There was nothing to transfer
2026/04/04 03:09:17 DEBUG : enormous: Excluded (Size Filter)
2026/04/04 03:09:17 DEBUG : enormous: Excluded
2026/04/04 03:09:17 DEBUG : potato2: Excluded (Size Filter)
2026/04/04 03:09:17 DEBUG : potato2: Excluded
2026/04/04 03:09:23 DEBUG : potato2: Excluded (Size Filter)
2026/04/04 03:09:23 DEBUG : potato2: Excluded
2026/04/04 03:09:23 DEBUG : Local file system at /tmp/rclone1892120643: Waiting for checks to finish
2026/04/04 03:09:23 DEBUG : empty space: size = 1 OK
2026/04/04 03:09:23 DEBUG : empty space: Sizes identical
2026/04/04 03:09:23 DEBUG : empty space: Unchanged skipping
2026/04/04 03:09:23 DEBUG : Local file system at /tmp/rclone1892120643: Waiting for transfers to finish
2026/04/04 03:09:23 DEBUG : Waiting for deletions to finish
2026/04/04 03:09:23 INFO : There was nothing to transfer
--- PASS: TestSyncWithExclude (75.82s)
=== RUN TestSyncWithExcludeAndDeleteExcluded
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:10:43 DEBUG : enormous: Excluded (Size Filter)
2026/04/04 03:10:43 DEBUG : enormous: Excluded
2026/04/04 03:10:43 DEBUG : potato2: Excluded (Size Filter)
2026/04/04 03:10:43 DEBUG : potato2: Excluded
2026/04/04 03:10:49 DEBUG : empty space: size = 1 OK
2026/04/04 03:10:49 DEBUG : empty space: Sizes identical
2026/04/04 03:10:49 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:10:49 DEBUG : empty space: Unchanged skipping
2026/04/04 03:10:49 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:10:49 DEBUG : Waiting for deletions to finish
2026/04/04 03:10:55 INFO : enormous: Deleted
2026/04/04 03:10:55 INFO : potato2: Deleted
2026/04/04 03:10:55 INFO : There was nothing to transfer
2026/04/04 03:11:09 DEBUG : empty space: size = 1 OK
2026/04/04 03:11:09 DEBUG : empty space: Sizes identical
2026/04/04 03:11:09 DEBUG : empty space: Unchanged skipping
2026/04/04 03:11:09 DEBUG : Local file system at /tmp/rclone1892120643: Waiting for checks to finish
2026/04/04 03:11:09 DEBUG : Local file system at /tmp/rclone1892120643: Waiting for transfers to finish
2026/04/04 03:11:09 DEBUG : Waiting for deletions to finish
2026/04/04 03:11:09 INFO : enormous: Deleted
2026/04/04 03:11:09 INFO : potato2: Deleted
2026/04/04 03:11:09 INFO : There was nothing to transfer
--- PASS: TestSyncWithExcludeAndDeleteExcluded (100.57s)
=== RUN TestSyncWithUpdateOlder
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:1454: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncWithUpdateOlder (10.77s)
=== 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-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:1569: Can track renames: false
2026/04/04 03:11:34 ERROR : drime root 'rclone-test-qinumig5gamu': Ignoring --track-renames as the source and destination do not have a common hash
2026/04/04 03:11:40 DEBUG : potato: Need to transfer - File not found at Destination
2026/04/04 03:11:40 DEBUG : yam: Need to transfer - File not found at Destination
2026/04/04 03:11:40 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:11:40 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:11:53 DEBUG : potato: size = 14 OK
2026/04/04 03:11:53 INFO : potato: Copied (new)
2026/04/04 03:11:53 DEBUG : yam: size = 11 OK
2026/04/04 03:11:53 INFO : yam: Copied (new)
2026/04/04 03:11:53 DEBUG : Waiting for deletions to finish
2026/04/04 03:11:58 ERROR : drime root 'rclone-test-qinumig5gamu': Ignoring --track-renames as the source and destination do not have a common hash
2026/04/04 03:12:02 DEBUG : yaml: Need to transfer - File not found at Destination
2026/04/04 03:12:02 DEBUG : potato: size = 14 OK
2026/04/04 03:12:02 DEBUG : potato: Sizes identical
2026/04/04 03:12:02 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:12:02 DEBUG : potato: Unchanged skipping
2026/04/04 03:12:02 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:12:19 DEBUG : yaml: size = 11 OK
2026/04/04 03:12:19 INFO : yaml: Copied (new)
2026/04/04 03:12:19 DEBUG : Waiting for deletions to finish
2026/04/04 03:12:26 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenames (80.42s)
=== RUN TestParseRenamesStrategyModtime
--- PASS: TestParseRenamesStrategyModtime (0.00s)
=== RUN TestRenamesStrategyModtime
--- PASS: TestRenamesStrategyModtime (0.00s)
=== RUN TestSyncWithTrackRenamesStrategyModtime
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:1641: Can track renames: false
2026/04/04 03:12:55 ERROR : drime root 'rclone-test-qinumig5gamu': Ignoring --track-renames as either the source or destination do not support modtime
2026/04/04 03:13:00 DEBUG : potato: Need to transfer - File not found at Destination
2026/04/04 03:13:00 DEBUG : yam: Need to transfer - File not found at Destination
2026/04/04 03:13:00 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:13:00 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:13:11 DEBUG : yam: size = 11 OK
2026/04/04 03:13:11 INFO : yam: Copied (new)
2026/04/04 03:13:18 DEBUG : potato: size = 14 OK
2026/04/04 03:13:18 INFO : potato: Copied (new)
2026/04/04 03:13:18 DEBUG : Waiting for deletions to finish
2026/04/04 03:13:24 ERROR : drime root 'rclone-test-qinumig5gamu': Ignoring --track-renames as either the source or destination do not support modtime
2026/04/04 03:13:28 DEBUG : yaml: Need to transfer - File not found at Destination
2026/04/04 03:13:28 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:13:28 DEBUG : potato: size = 14 OK
2026/04/04 03:13:28 DEBUG : potato: Sizes identical
2026/04/04 03:13:28 DEBUG : potato: Unchanged skipping
2026/04/04 03:13:28 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:13:38 DEBUG : yaml: size = 11 OK
2026/04/04 03:13:38 INFO : yaml: Copied (new)
2026/04/04 03:13:38 DEBUG : Waiting for deletions to finish
2026/04/04 03:13:44 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenamesStrategyModtime (70.44s)
=== RUN TestSyncWithTrackRenamesStrategyLeaf
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
sync_test.go:1680: Can track renames: false
2026/04/04 03:14:10 INFO : drime root 'rclone-test-qinumig5gamu': Making map for --track-renames
2026/04/04 03:14:10 INFO : drime root 'rclone-test-qinumig5gamu': Finished making map for --track-renames
2026/04/04 03:14:10 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:14:10 DEBUG : potato: Need to transfer - No matching file found at Destination
2026/04/04 03:14:10 DEBUG : sub/yam: Need to transfer - No matching file found at Destination
2026/04/04 03:14:10 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for renames to finish
2026/04/04 03:14:10 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:14:34 DEBUG : sub/yam: size = 11 OK
2026/04/04 03:14:34 INFO : sub/yam: Copied (new)
2026/04/04 03:14:38 DEBUG : potato: size = 14 OK
2026/04/04 03:14:38 INFO : potato: Copied (new)
2026/04/04 03:14:38 DEBUG : Waiting for deletions to finish
2026/04/04 03:14:53 DEBUG : potato: size = 14 OK
2026/04/04 03:14:53 DEBUG : potato: Sizes identical
2026/04/04 03:14:53 DEBUG : potato: Unchanged skipping
2026/04/04 03:14:58 INFO : drime root 'rclone-test-qinumig5gamu': Making map for --track-renames
2026/04/04 03:14:58 INFO : drime root 'rclone-test-qinumig5gamu': Finished making map for --track-renames
2026/04/04 03:14:58 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:14:58 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for renames to finish
2026/04/04 03:15:22 INFO : sub/yam: Moved (server-side) to: yam
2026/04/04 03:15:22 INFO : yam: Renamed from "sub/yam"
2026/04/04 03:15:22 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:15:22 DEBUG : Waiting for deletions to finish
2026/04/04 03:15:22 INFO : There was nothing to transfer
--- PASS: TestSyncWithTrackRenamesStrategyLeaf (132.80s)
=== RUN TestServerSideMoveLocal
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:16:18 DEBUG : Creating backend with remote "/tmp/rclone1892120643/dir1"
2026/04/04 03:16:18 DEBUG : Config file has changed externally - reloading
2026/04/04 03:16:18 DEBUG : Creating backend with remote "/tmp/rclone1892120643/dir2"
2026/04/04 03:16:18 DEBUG : Local file system at /tmp/rclone1892120643/dir2: Using server-side directory move
2026/04/04 03:16:18 INFO : Local file system at /tmp/rclone1892120643/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/04/04 03:16:18 DEBUG : file1.txt: Need to transfer - File not found at Destination
2026/04/04 03:16:18 INFO : file1.txt: Moved (server-side)
2026/04/04 03:16:18 DEBUG : Local file system at /tmp/rclone1892120643/dir2: Waiting for checks to finish
2026/04/04 03:16:18 DEBUG : Local file system at /tmp/rclone1892120643/dir2: Waiting for transfers to finish
--- PASS: TestServerSideMoveLocal (15.92s)
=== RUN TestMoveWithDeleteEmptySrcDirs
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:16:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 03:16:40 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2026/04/04 03:16:40 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:16:40 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:17:32 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 03:17:32 INFO : sub dir/hello world: Copied (new)
2026/04/04 03:17:32 INFO : sub dir/hello world: Deleted
2026/04/04 03:17:34 DEBUG : nested/sub dir/file: size = 6 OK
2026/04/04 03:17:34 INFO : nested/sub dir/file: Copied (new)
2026/04/04 03:17:34 INFO : nested/sub dir/file: Deleted
2026/04/04 03:17:34 INFO : sub dir: Removing directory
2026/04/04 03:17:34 INFO : nested/sub dir: Removing directory
2026/04/04 03:17:34 INFO : nested: Removing directory
2026/04/04 03:17:34 DEBUG : Local file system at /tmp/rclone1892120643: deleted 3 directories
--- PASS: TestMoveWithDeleteEmptySrcDirs (147.31s)
=== RUN TestMoveWithoutDeleteEmptySrcDirs
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:19:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/04/04 03:19:05 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2026/04/04 03:19:05 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:19:05 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:20:00 DEBUG : nested/sub dir/file: size = 6 OK
2026/04/04 03:20:00 INFO : nested/sub dir/file: Copied (new)
2026/04/04 03:20:00 INFO : nested/sub dir/file: Deleted
2026/04/04 03:20:11 DEBUG : sub dir/hello world: size = 11 OK
2026/04/04 03:20:11 INFO : sub dir/hello world: Copied (new)
2026/04/04 03:20:11 INFO : sub dir/hello world: Deleted
--- PASS: TestMoveWithoutDeleteEmptySrcDirs (146.92s)
=== RUN TestMoveWithIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:21:33 DEBUG : existing-b: Need to transfer - File not found at Destination
2026/04/04 03:21:33 DEBUG : existing: Need to transfer - File not found at Destination
2026/04/04 03:21:33 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:21:33 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:21:49 DEBUG : existing: size = 6 OK
2026/04/04 03:21:49 INFO : existing: Copied (new)
2026/04/04 03:21:49 INFO : existing: Deleted
2026/04/04 03:21:50 DEBUG : existing-b: size = 6 OK
2026/04/04 03:21:50 INFO : existing-b: Copied (new)
2026/04/04 03:21:50 INFO : existing-b: Deleted
2026/04/04 03:21:59 DEBUG : existing: Destination exists, skipping
2026/04/04 03:21:59 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set
2026/04/04 03:21:59 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for checks to finish
2026/04/04 03:21:59 DEBUG : drime root 'rclone-test-qinumig5gamu': Waiting for transfers to finish
2026/04/04 03:21:59 INFO : There was nothing to transfer
--- PASS: TestMoveWithIgnoreExisting (67.86s)
=== RUN TestServerSideMove
run.go:185: Remote "drime root 'rclone-test-qinumig5gamu'", Local "Local file system at /tmp/rclone1892120643", Modify Window "876000h0m0s"
2026/04/04 03:22:36 DEBUG : Creating backend with remote "TestDrime:rclone-test-hogijit4vube"
2026/04/04 03:22:36 DEBUG : Config file has changed externally - reloading
sync_test.go:1736: Server side move (if possible) drime root 'rclone-test-qinumig5gamu' -> drime root 'rclone-test-hogijit4vube'
2026/04/04 03:24:37 DEBUG : drime root 'rclone-test-hogijit4vube': Using server-side directory move
2026/04/04 03:24:37 INFO : drime root 'rclone-test-hogijit4vube': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/04/04 03:24:40 DEBUG : potato2: Need to transfer - File not found at Destination
2026/04/04 03:24:40 DEBUG : empty space: size = 1 OK
2026/04/04 03:24:40 DEBUG : empty space: Sizes identical
2026/04/04 03:24:40 DEBUG : empty space: Unchanged skipping
2026/04/04 03:24:40 DEBUG : potato3: size = 68 (drime root 'rclone-test-qinumig5gamu')
2026/04/04 03:24:40 DEBUG : potato3: size = 60 (drime root 'rclone-test-hogijit4vube')
2026/04/04 03:24:40 DEBUG : potato3: Sizes differ
2026/04/04 03:24:40 DEBUG : drime root 'rclone-test-hogijit4vube': Waiting for checks to finish
2026/04/04 03:24:45 INFO : empty space: Deleted
2026/04/04 03:24:45 DEBUG : drime root 'rclone-test-hogijit4vube': Waiting for transfers to finish
2026/04/04 03:24:45 INFO : potato3: Deleted
2026/04/04 03:24:52 INFO : potato2: Moved (server-side)
2026/04/04 03:24:58 INFO : potato3: Moved (server-side)
2026/04/04 03:25:11 DEBUG : Creating backend with remote "TestDrime:rclone-test-rocisip5zama"
2026/04/04 03:25:26 DEBUG : drime root 'rclone-test-rocisip5zama': Using server-side directory move
panic: test timed out after 2h0m0s
running tests:
TestServerSideMove (1h5m26s)
goroutine 359189 [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, 66 minutes]:
testing.(*T).Run(0x201781702008, {0x29d5a85?, 0x2017819e1ae8?}, 0x2b340d8)
/usr/local/go/src/testing/testing.go:2109 +0x4e5
testing.runTests.func1(0x201781702008)
/usr/local/go/src/testing/testing.go:2585 +0x37
testing.tRunner(0x201781702008, 0x2017819e1c10)
/usr/local/go/src/testing/testing.go:2036 +0xea
testing.runTests({0x29eb833, 0x18}, {0x2a0bfe9, 0x20}, 0x2017816a8f48, {0x45822e0, 0x6c, 0x6c}, {0xc26c42b4a73e32ae, 0x68d8202e09d, ...})
/usr/local/go/src/testing/testing.go:2583 +0x505
testing.(*M).Run(0x20178198c460)
/usr/local/go/src/testing/testing.go:2443 +0x6ac
github.com/rclone/rclone/fstest.TestMain(0x20178198c460)
/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 5909 [select]:
net/http.(*Transport).getConn(0x2017810a9a00, 0x201781ac37c0, {{}, 0x0, {0x201781c1c240, 0x5}, {0x2017818d2738, 0x13}, 0x0})
/usr/local/go/src/net/http/transport.go:1552 +0x4b0
net/http.(*Transport).roundTrip(0x2017810a9a00, 0x201781c26640)
/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(0x20178133a960, 0x201781c26640)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x34a
net/http.send(0x201781c26640, {0x2b4f8c0, 0x20178133a960}, {0x201781a4ee50?, 0x4936a6?, 0x0?})
/usr/local/go/src/net/http/client.go:264 +0x64b
net/http.(*Client).send(0x2017816317a0, 0x201781c26640, {0x2635001?, 0x201781a4eed8?, 0x0?})
/usr/local/go/src/net/http/client.go:185 +0x258
net/http.(*Client).do(0x2017816317a0, 0x201781c26640)
/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(0x201781236780, {0x2b798d8, 0x45be9e0}, 0x201781a4f540)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:371 +0xd85
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x201781236780, {0x2b798d8, 0x45be9e0}, 0x2017819a6580?, {0x22f4200?, 0x20178189a160?}, {0x22f4240, 0x201781632600}, 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(0x20178133a9c0, 0x2017815fe0a0, 0xa)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x20178133a9c0, 0x2017815fe0a0)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x92
github.com/rclone/rclone/backend/drime.(*Fs).patch(0x201781b8e6e0, {0x2b798d8, 0x45be9e0}, {0x2017816225d6, 0x9}, {0x29aa222, 0x4}, {0x201781a6f11a, 0x18})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:793 +0x3ae
github.com/rclone/rclone/backend/drime.(*Fs).rename(0x201781b8e6e0, {0x2b798d8, 0x45be9e0}, {0x2017816225d6, 0x9}, {0x201781a6f11a, 0x18})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:805 +0x96
github.com/rclone/rclone/backend/drime.(*Fs).moveTo(0x201781b8e6e0, {0x2b798d8, 0x45be9e0}, {0x2017816225d6, 0x9}, {0x20178162a9fa, 0x18}, {0x201781a6f11a, 0x18}, {0x0, ...}, ...)
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:865 +0x305
github.com/rclone/rclone/backend/drime.(*Fs).DirMove(0x201781b8e6e0, {0x2b798d8, 0x45be9e0}, {0x2b94fd0?, 0x2017811e8960}, {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, 0x201781b8e6e0}, {0x2b94fd0, 0x2017811e8960}, 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}, 0x2017816e2908, 0x201781636540, 0x0, 0x0)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1775 +0xbcd
github.com/rclone/rclone/fs/sync.TestServerSideMove(0x2017816e2908)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 +0x45
testing.tRunner(0x2017816e2908, 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 5981 [select]:
github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0x2017815850e0, {0x2b799f0, 0x2017815fe050})
/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 5909
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:389 +0x11d
goroutine 359160 [IO wait]:
internal/poll.runtime_pollWait(0x7e1d01857400, 0x77)
/usr/local/go/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0x2b79a60?, 0x201781460c40?, 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(0x201781a91b80, {0x2b79a60, 0x201781460c40}, {0x427694?, 0x4b70f3?}, {0x2b4dee0?, 0x2017811b99a0?})
/usr/local/go/src/net/fd_unix.go:119 +0x656
net.(*netFD).dial(0x201781a91b80, {0x2b79a60, 0x201781460c40}, {0x2b85678?, 0x0?}, {0x2b85678, 0x20178169a5a0}, 0x201781acd1e8?)
/usr/local/go/src/net/sock_posix.go:124 +0x3bc
net.socket({0x2b79a60, 0x201781460c40}, {0x29a93f8, 0x3}, 0x2, 0x1, 0x46cd65?, 0x0, {0x2b85678, 0x0}, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x29b
net.internetSocket({0x2b79a60, 0x201781460c40}, {0x29a93f8, 0x3}, {0x2b85678, 0x0}, {0x2b85678, 0x20178169a5a0}, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:167 +0xf8
net.(*sysDialer).doDialTCPProto(0x201781b252c0, {0x2b79a60, 0x201781460c40}, 0x0, 0x20178169a5a0, 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?, 0x201781460c40?}, 0x201781acd3c0?, 0x201781acd3e0?)
/usr/local/go/src/net/tcpsock_posix.go:71 +0x69
net.(*sysDialer).dialSingle(0x201781b252c0, {0x2b79a60, 0x201781460c40}, {0x2b63870, 0x20178169a5a0})
/usr/local/go/src/net/dial.go:791 +0x3ae
net.(*sysDialer).dialSerial(0x201781b252c0, {0x2b79a60, 0x201781460c40}, {0x2017818b7680?, 0x1, 0x0?})
/usr/local/go/src/net/dial.go:756 +0x248
net.(*sysDialer).dialParallel(0x0?, {0x2b79a60?, 0x201781460c40?}, {0x2017818b7680?, 0x2546300?, 0x29aa49e?}, {0x0?, 0x29a93f8?, 0xf?})
/usr/local/go/src/net/dial.go:657 +0x2f9
net.(*Dialer).DialContext(0x20178194c3c0, {0x2b799f0?, 0x201781ac3810?}, {0x29a93f8, 0x3}, {0x2017818d2738, 0x13})
/usr/local/go/src/net/dial.go:557 +0x485
github.com/rclone/rclone/fs/fshttp.(*Dialer).DialContext(0x20178194c3c0, {0x2b799f0, 0x201781ac3810}, {0x29a93f8?, 0x7e1d018609e0?}, {0x2017818d2738, 0x13})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:62 +0x125
github.com/rclone/rclone/fs/fshttp.NewTransportCustom.func2({0x2b799f0, 0x201781ac3810}, {0x29a93f8, 0x3}, {0x2017818d2738, 0x13})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:269 +0x5c
net/http.(*Transport).dial(0x2017812cb1d0?, {0x2b799f0?, 0x201781ac3810?}, {0x29a93f8?, 0x201781c1c257?}, {0x2017818d2738?, 0x0?})
/usr/local/go/src/net/http/transport.go:1307 +0xd2
net/http.(*Transport).dialConn(0x2017810a9a00, {0x2b799f0, 0x201781ac3810}, {{}, 0x0, {0x201781c1c240, 0x5}, {0x2017818d2738, 0x13}, 0x0}, ...)
/usr/local/go/src/net/http/transport.go:1815 +0x847
net/http.(*Transport).dialConnFor(0x2017810a9a00, 0x2017816be580)
/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 5909
/usr/local/go/src/net/http/transport.go:1628 +0x112
goroutine 2239 [chan receive, 103 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 2249
/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 2h0m4.852969598s (try 1/5): exit status 2: Failed [TestMoveEmptyDirectories TestSyncEmptyDirectories TestSyncNoEmptyDirectories TestCopyOverSelf TestServerSideCopyOverSelf TestMoveOverSelf TestServerSideMoveOverSelf TestSyncIgnoreTimes TestSyncAfterChangingFilesSizeOnly TestSyncAfterChangingContentsOnly]