"./sync.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Starting (try 1/5)
2026/03/27 03:41:52 DEBUG : Creating backend with remote "TestDrime:rclone-test-fekiquy7qece"
2026/03/27 03:41:52 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/03/27 03:41:58 DEBUG : Creating backend with remote "/tmp/rclone266896772"
=== 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-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:42:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:42:06 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11)
2026/03/27 03:42:06 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:42:06 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
--- PASS: TestCopyWithDryRun (13.81s)
=== RUN TestCopy
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:42:12 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/03/27 03:42:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:42:15 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:42:15 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:42:26 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:42:26 INFO : sub dir/hello world: Copied (new)
2026/03/27 03:42:30 DEBUG : drime root 'rclone-test-fekiquy7qece': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopy (31.04s)
=== RUN TestCopyMetadata
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadata (5.12s)
=== RUN TestCopyMetadataNoEmptyDirs
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadataNoEmptyDirs (6.59s)
=== RUN TestCopyMissingDirectory
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:42:55 DEBUG : Creating backend with remote "/non-existing"
2026/03/27 03:42:58 ERROR : Local file system at /non-existing: error reading source root directory: directory not found
2026/03/27 03:42:58 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:42:58 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
--- PASS: TestCopyMissingDirectory (6.69s)
=== RUN TestCopyNoTraverse
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:43:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:43:03 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:43:03 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:43:18 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:43:18 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoTraverse (27.89s)
=== RUN TestCopyNoTraverseDeadlock
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:222: Only runs on local
--- SKIP: TestCopyNoTraverseDeadlock (2.08s)
=== RUN TestCopyCheckFirst
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:43:32 INFO : drime root 'rclone-test-fekiquy7qece': Running all checks before starting transfers
2026/03/27 03:43:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:43:33 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:43:33 INFO : drime root 'rclone-test-fekiquy7qece': Checks finished, now starting transfers
2026/03/27 03:43:33 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:43:45 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:43:45 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyCheckFirst (33.78s)
=== RUN TestSyncNoTraverse
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:44:05 ERROR : Ignoring --no-traverse with sync
2026/03/27 03:44:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:44:07 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:44:07 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:44:19 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:44:19 INFO : sub dir/hello world: Copied (new)
2026/03/27 03:44:19 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncNoTraverse (35.65s)
=== RUN TestCopyWithDepth
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:44:44 DEBUG : hello world2: Need to transfer - File not found at Destination
2026/03/27 03:44:44 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:44:44 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:44:55 DEBUG : hello world2: size = 12 OK
2026/03/27 03:44:55 INFO : hello world2: Copied (new)
--- PASS: TestCopyWithDepth (23.06s)
=== RUN TestCopyWithFilesFrom
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:45:06 DEBUG : potato2: Need to transfer - File not found at Destination
2026/03/27 03:45:06 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:45:06 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:45:17 DEBUG : potato2: size = 11 OK
2026/03/27 03:45:17 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFrom (24.49s)
=== RUN TestCopyWithFilesFromAndNoTraverse
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:45:32 DEBUG : potato2: Need to transfer - File not found at Destination
2026/03/27 03:45:32 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:45:32 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:45:40 DEBUG : potato2: size = 11 OK
2026/03/27 03:45:40 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFromAndNoTraverse (19.78s)
=== RUN TestCopyEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:45:48 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2026/03/27 03:45:48 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/03/27 03:45:48 INFO : sub dir2: Set directory modification time (using DirSetModTime)
2026/03/27 03:45:48 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/03/27 03:45:50 INFO : sub dir2: Making directory
2026/03/27 03:45:54 INFO : sub dir: Making directory
2026/03/27 03:46:01 INFO : sub dir2/sub sub dir2: Making directory
2026/03/27 03:46:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:46:08 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:46:08 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:46:18 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:46:18 INFO : sub dir/hello world: Copied (new)
2026/03/27 03:46:25 DEBUG : drime root 'rclone-test-fekiquy7qece': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopyEmptyDirectories (52.80s)
=== RUN TestCopyNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:46:41 INFO : sub dir2: Making directory
2026/03/27 03:46:41 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2026/03/27 03:46:41 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/03/27 03:46:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:46:43 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:46:43 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:46:55 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:46:55 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoEmptyDirectories (32.93s)
=== RUN TestMoveEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:47:14 DEBUG : sub dir2: Making directory with metadata
2026/03/27 03:47:14 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/03/27 03:47:15 INFO : sub dir2: Making directory
2026/03/27 03:47:17 INFO : sub dir: Making directory
2026/03/27 03:47:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:47:20 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:47:20 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:47:24 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:47:24 INFO : sub dir/hello world: Copied (new)
2026/03/27 03:47:24 INFO : sub dir/hello world: Deleted
2026/03/27 03:47:28 DEBUG : drime root 'rclone-test-fekiquy7qece': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
2026/03/27 03:47:30 DEBUG : drime root 'rclone-test-fekiquy7qece': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestMoveEmptyDirectories (29.66s)
=== RUN TestSyncNoUpdateDirModtime
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:438: Skipping test as backend does not support DirSetModTime
--- SKIP: TestSyncNoUpdateDirModtime (3.70s)
=== RUN TestMoveNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:47:47 INFO : sub dir2: Making directory
2026/03/27 03:47:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:47:48 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:47:48 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:47:56 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:47:56 INFO : sub dir/hello world: Copied (new)
2026/03/27 03:47:56 INFO : sub dir/hello world: Deleted
--- PASS: TestMoveNoEmptyDirectories (18.39s)
=== RUN TestSyncEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:48:06 DEBUG : sub dir2: Making directory with metadata
2026/03/27 03:48:06 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/03/27 03:48:06 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/03/27 03:48:07 INFO : sub dir2: Making directory
2026/03/27 03:48:10 INFO : sub dir: Making directory
2026/03/27 03:48:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:48:12 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:48:12 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:49:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/03/27 03:49:14 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/03/27 03:49:14 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/03/27 03:49:14 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/03/27 03:49:15 DEBUG : pacer: Reducing sleep to 10ms
2026/03/27 03:49:29 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/03/27 03:49:31 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/03/27 03:49:31 ERROR : drime root 'rclone-test-fekiquy7qece': not deleting files as there were IO errors
2026/03/27 03:49:31 ERROR : drime root 'rclone-test-fekiquy7qece': 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:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestSyncEmptyDirectories
--- FAIL: TestSyncEmptyDirectories (98.99s)
=== RUN TestSyncSetDelayedModTimes
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set
--- SKIP: TestSyncSetDelayedModTimes (3.47s)
=== RUN TestSyncNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:49:48 INFO : sub dir2: Making directory
2026/03/27 03:49:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:49:50 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:49:50 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:49:59 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:49:59 INFO : sub dir/hello world: Copied (new)
2026/03/27 03:49:59 ERROR : drime root 'rclone-test-fekiquy7qece': not deleting files as there were IO errors
2026/03/27 03:49:59 ERROR : drime root 'rclone-test-fekiquy7qece': 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 (26.31s)
=== RUN TestServerSideCopy
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:50:29 DEBUG : Creating backend with remote "TestDrime:rclone-test-takiqiz9pofu"
2026/03/27 03:50:29 DEBUG : Config file has changed externally - reloading
sync_test.go:620: Server side copy (if possible) drime root 'rclone-test-fekiquy7qece' -> drime root 'rclone-test-takiqiz9pofu'
2026/03/27 03:50:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:50:38 DEBUG : drime root 'rclone-test-takiqiz9pofu': Waiting for checks to finish
2026/03/27 03:50:38 DEBUG : drime root 'rclone-test-takiqiz9pofu': Waiting for transfers to finish
2026/03/27 03:50:48 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:50:48 INFO : sub dir/hello world: Copied (server-side copy)
2026/03/27 03:50:50 DEBUG : drime root 'rclone-test-takiqiz9pofu': Purge remote
--- PASS: TestServerSideCopy (50.90s)
=== RUN TestCopyOverSelf
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:51:34 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone266896772)
2026/03/27 03:51:34 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-fekiquy7qece')
2026/03/27 03:51:34 DEBUG : sub dir/hello world: Sizes differ
2026/03/27 03:51:34 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:51:34 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:51:44 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/03/27 03:51:47 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 (62.65s)
=== RUN TestServerSideCopyOverSelf
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:52:32 DEBUG : Creating backend with remote "TestDrime:rclone-test-pibuwun4fixa"
sync_test.go:656: Server side copy (if possible) drime root 'rclone-test-fekiquy7qece' -> drime root 'rclone-test-pibuwun4fixa'
2026/03/27 03:52:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:52:47 DEBUG : drime root 'rclone-test-pibuwun4fixa': Waiting for checks to finish
2026/03/27 03:52:47 DEBUG : drime root 'rclone-test-pibuwun4fixa': Waiting for transfers to finish
2026/03/27 03:53:00 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:53:00 INFO : sub dir/hello world: Copied (server-side copy)
2026/03/27 03:53:13 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-fekiquy7qece'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/03/27 03:53:14 DEBUG : drime root 'rclone-test-pibuwun4fixa': Purge remote
--- FAIL: TestServerSideCopyOverSelf (74.52s)
=== RUN TestMoveOverSelf
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:53:34 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone266896772)
2026/03/27 03:53:34 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-fekiquy7qece')
2026/03/27 03:53:34 DEBUG : sub dir/hello world: Sizes differ
2026/03/27 03:53:34 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:53:34 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:53:37 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/03/27 03:53:38 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/03/27 03:53:38 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 (22.47s)
=== RUN TestServerSideMoveOverSelf
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:54:13 DEBUG : Creating backend with remote "TestDrime:rclone-test-dehutet7kewa"
sync_test.go:701: Server side copy (if possible) drime root 'rclone-test-fekiquy7qece' -> drime root 'rclone-test-dehutet7kewa'
2026/03/27 03:54:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:54:20 DEBUG : drime root 'rclone-test-dehutet7kewa': Waiting for checks to finish
2026/03/27 03:54:20 DEBUG : drime root 'rclone-test-dehutet7kewa': Waiting for transfers to finish
2026/03/27 03:54:38 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 03:54:38 INFO : sub dir/hello world: Copied (server-side copy)
2026/03/27 03:54: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-fekiquy7qece'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/03/27 03:54:54 DEBUG : drime root 'rclone-test-dehutet7kewa': Purge remote
--- FAIL: TestServerSideMoveOverSelf (87.99s)
=== RUN TestCopyAfterDelete
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:55:26 ERROR : error listing: directory not found
2026/03/27 03:55:30 INFO : Local file system at /tmp/rclone266896772: Making directory
2026/03/27 03:55:37 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:55:37 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
--- PASS: TestCopyAfterDelete (43.75s)
=== RUN TestCopyRedownload
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:56:12 DEBUG : Added delayed dir = "sub dir", newDst=
2026/03/27 03:56:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 03:56:14 DEBUG : Local file system at /tmp/rclone266896772: Waiting for checks to finish
2026/03/27 03:56:14 DEBUG : Local file system at /tmp/rclone266896772: Waiting for transfers to finish
2026/03/27 03:56:16 DEBUG : sub dir/hello world.9076d4bf.partial: size = 11 OK
2026/03/27 03:56:16 DEBUG : sub dir/hello world.9076d4bf.partial: renamed to: sub dir/hello world
2026/03/27 03:56:16 INFO : sub dir/hello world: Copied (new)
2026/03/27 03:56:16 INFO : sub dir: Set directory modification time (using DirSetModTime)
--- PASS: TestCopyRedownload (34.49s)
=== RUN TestSyncBasedOnCheckSum
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:56:34 DEBUG : check sum: Need to transfer - File not found at Destination
2026/03/27 03:56:34 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:56:34 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:56:44 DEBUG : check sum: size = 1 OK
2026/03/27 03:56:44 INFO : check sum: Copied (new)
2026/03/27 03:56:44 DEBUG : Waiting for deletions to finish
2026/03/27 03:56:49 DEBUG : check sum: size = 1 OK
2026/03/27 03:56:49 NOTICE: drime root 'rclone-test-fekiquy7qece': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only
2026/03/27 03:56:49 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:56:49 DEBUG : check sum: Size of src and dst objects identical
2026/03/27 03:56:49 DEBUG : check sum: Unchanged skipping
2026/03/27 03:56:49 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:56:49 DEBUG : Waiting for deletions to finish
2026/03/27 03:56:49 INFO : There was nothing to transfer
--- PASS: TestSyncBasedOnCheckSum (25.07s)
=== RUN TestSyncSizeOnly
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:56:58 DEBUG : sizeonly: Need to transfer - File not found at Destination
2026/03/27 03:56:58 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:56:58 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:57:10 DEBUG : sizeonly: size = 6 OK
2026/03/27 03:57:10 INFO : sizeonly: Copied (new)
2026/03/27 03:57:10 DEBUG : Waiting for deletions to finish
2026/03/27 03:57:14 DEBUG : sizeonly: size = 6 OK
2026/03/27 03:57:14 DEBUG : sizeonly: Sizes identical
2026/03/27 03:57:14 DEBUG : sizeonly: Unchanged skipping
2026/03/27 03:57:14 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:57:14 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:57:14 DEBUG : Waiting for deletions to finish
2026/03/27 03:57:14 INFO : There was nothing to transfer
--- PASS: TestSyncSizeOnly (25.18s)
=== RUN TestSyncIgnoreSize
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:57:24 DEBUG : ignore-size: Need to transfer - File not found at Destination
2026/03/27 03:57:24 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:57:24 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:57:30 INFO : ignore-size: Copied (new)
2026/03/27 03:57:30 DEBUG : Waiting for deletions to finish
2026/03/27 03:57:36 DEBUG : ignore-size: Sizes identical
2026/03/27 03:57:36 DEBUG : ignore-size: Unchanged skipping
2026/03/27 03:57:36 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:57:36 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:57:36 DEBUG : Waiting for deletions to finish
2026/03/27 03:57:36 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreSize (25.84s)
=== RUN TestSyncIgnoreTimes
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:58:15 DEBUG : existing: size = 6 OK
2026/03/27 03:58:15 DEBUG : existing: Sizes identical
2026/03/27 03:58:15 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:58:15 DEBUG : existing: Unchanged skipping
2026/03/27 03:58:15 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:58:15 DEBUG : Waiting for deletions to finish
2026/03/27 03:58:15 INFO : There was nothing to transfer
2026/03/27 03:58:18 DEBUG : existing: Transferring unconditionally as --ignore-times is in use
2026/03/27 03:58:18 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:58:18 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:58:22 DEBUG : existing: Removing old object on successful upload
2026/03/27 03:58:23 ERROR : existing: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/03/27 03:58:23 ERROR : drime root 'rclone-test-fekiquy7qece': not deleting files as there were IO errors
2026/03/27 03:58:23 ERROR : drime root 'rclone-test-fekiquy7qece': 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 (39.89s)
=== RUN TestSyncIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:58:29 DEBUG : existing: Need to transfer - File not found at Destination
2026/03/27 03:58:29 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:58:29 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:58:36 DEBUG : existing: size = 6 OK
2026/03/27 03:58:36 INFO : existing: Copied (new)
2026/03/27 03:58:36 DEBUG : Waiting for deletions to finish
2026/03/27 03:58:43 DEBUG : existing: Destination exists, skipping
2026/03/27 03:58:43 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:58:43 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:58:43 DEBUG : Waiting for deletions to finish
2026/03/27 03:58:43 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreExisting (23.21s)
=== RUN TestSyncIgnoreErrors
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 03:59:27 INFO : d: Making directory
2026/03/27 03:59:43 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/03/27 03:59:45 DEBUG : c/non empty space: size = 5 OK
2026/03/27 03:59:45 DEBUG : c/non empty space: Sizes identical
2026/03/27 03:59:45 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 03:59:45 DEBUG : c/non empty space: Unchanged skipping
2026/03/27 03:59:45 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 03:59:56 DEBUG : a/potato2: size = 60 OK
2026/03/27 03:59:56 INFO : a/potato2: Copied (new)
2026/03/27 03:59:56 DEBUG : Waiting for deletions to finish
2026/03/27 03:59:59 INFO : b/potato: Deleted
2026/03/27 03:59:59 INFO : d: Removing directory
2026/03/27 04:00:03 INFO : b: Removing directory
2026/03/27 04:00:06 DEBUG : drime root 'rclone-test-fekiquy7qece': deleted 2 directories
--- PASS: TestSyncIgnoreErrors (104.73s)
=== RUN TestSyncAfterChangingModtimeOnly
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:00:52 DEBUG : empty space: size = 1 OK
2026/03/27 04:00:52 DEBUG : empty space: Sizes identical
2026/03/27 04:00:52 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:00:52 DEBUG : empty space: Unchanged skipping
2026/03/27 04:00:52 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:00:52 DEBUG : Waiting for deletions to finish
2026/03/27 04:00:52 INFO : There was nothing to transfer
2026/03/27 04:00:59 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:00:59 DEBUG : empty space: size = 1 OK
2026/03/27 04:00:59 DEBUG : empty space: Sizes identical
2026/03/27 04:00:59 DEBUG : empty space: Unchanged skipping
2026/03/27 04:00:59 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:00:59 DEBUG : Waiting for deletions to finish
2026/03/27 04:00:59 INFO : There was nothing to transfer
--- PASS: TestSyncAfterChangingModtimeOnly (34.52s)
=== RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:1046: Can't check this if no hashes supported
--- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (4.36s)
=== RUN TestSyncDoesntUpdateModtime
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:1072: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncDoesntUpdateModtime (7.00s)
=== RUN TestSyncAfterAddingAFile
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:01:35 DEBUG : potato: Need to transfer - File not found at Destination
2026/03/27 04:01:35 DEBUG : empty space: size = 1 OK
2026/03/27 04:01:35 DEBUG : empty space: Sizes identical
2026/03/27 04:01:35 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:01:35 DEBUG : empty space: Unchanged skipping
2026/03/27 04:01:35 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:01:42 DEBUG : potato: size = 60 OK
2026/03/27 04:01:42 INFO : potato: Copied (new)
2026/03/27 04:01:42 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterAddingAFile (35.46s)
=== RUN TestSyncAfterChangingFilesSizeOnly
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:02:11 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:02:11 DEBUG : potato: size = 21 (Local file system at /tmp/rclone266896772)
2026/03/27 04:02:11 DEBUG : potato: size = 60 (drime root 'rclone-test-fekiquy7qece')
2026/03/27 04:02:11 DEBUG : potato: Sizes differ
2026/03/27 04:02:11 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:02:14 DEBUG : potato: Removing old object on successful upload
2026/03/27 04:02:17 ERROR : potato: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/03/27 04:02:17 ERROR : drime root 'rclone-test-fekiquy7qece': not deleting files as there were IO errors
2026/03/27 04:02:17 ERROR : drime root 'rclone-test-fekiquy7qece': 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 (35.33s)
=== RUN TestSyncAfterChangingContentsOnly
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:1136: ModTimeNotSupported so forcing file to be a different size
2026/03/27 04:02:58 DEBUG : potato: size = 21 (Local file system at /tmp/rclone266896772)
2026/03/27 04:02:58 DEBUG : potato: size = 36 (drime root 'rclone-test-fekiquy7qece')
2026/03/27 04:02:58 DEBUG : potato: Sizes differ
2026/03/27 04:02:58 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:02:58 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:03:09 DEBUG : potato: Removing old object on successful upload
2026/03/27 04:03:12 ERROR : potato: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/03/27 04:03:12 ERROR : drime root 'rclone-test-fekiquy7qece': not deleting files as there were IO errors
2026/03/27 04:03:12 ERROR : drime root 'rclone-test-fekiquy7qece': 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.51s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:03:51 DEBUG : potato2: Need to transfer - File not found at Destination
2026/03/27 04:03:51 DEBUG : empty space: size = 1 OK
2026/03/27 04:03:51 DEBUG : empty space: Sizes identical
2026/03/27 04:03:51 DEBUG : empty space: Unchanged skipping
2026/03/27 04:03:51 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:03:51 NOTICE: potato2: Skipped copy as --dry-run is set (size 60)
2026/03/27 04:03:51 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:03:51 DEBUG : Waiting for deletions to finish
2026/03/27 04:03:51 NOTICE: potato: Skipped delete as --dry-run is set (size 21)
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (39.67s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFile
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:05:18 DEBUG : potato2: Need to transfer - File not found at Destination
2026/03/27 04:05:18 DEBUG : empty space: size = 1 OK
2026/03/27 04:05:18 DEBUG : empty space: Sizes identical
2026/03/27 04:05:18 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:05:18 DEBUG : empty space: Unchanged skipping
2026/03/27 04:05:18 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:05:30 DEBUG : potato2: size = 60 OK
2026/03/27 04:05:30 INFO : potato2: Copied (new)
2026/03/27 04:05:30 DEBUG : Waiting for deletions to finish
2026/03/27 04:05:34 INFO : potato: Deleted
--- PASS: TestSyncAfterRemovingAFileAndAddingAFile (106.61s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:06:23 INFO : d: Making directory
2026/03/27 04:06:29 INFO : d/e: Making directory
2026/03/27 04:06:48 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/03/27 04:06:50 DEBUG : c/non empty space: size = 5 OK
2026/03/27 04:06:50 DEBUG : c/non empty space: Sizes identical
2026/03/27 04:06:50 DEBUG : c/non empty space: Unchanged skipping
2026/03/27 04:06:59 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:06:59 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:07:04 DEBUG : a/potato2: size = 60 OK
2026/03/27 04:07:04 INFO : a/potato2: Copied (new)
2026/03/27 04:07:04 DEBUG : Waiting for deletions to finish
2026/03/27 04:07:06 INFO : b/potato: Deleted
2026/03/27 04:07:06 INFO : d/e: Removing directory
2026/03/27 04:07:12 INFO : d: Removing directory
2026/03/27 04:07:17 INFO : b: Removing directory
2026/03/27 04:07:24 DEBUG : drime root 'rclone-test-fekiquy7qece': deleted 3 directories
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (116.39s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:08:09 INFO : d: Making directory
2026/03/27 04:08:20 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/03/27 04:08:25 DEBUG : c/non empty space: size = 5 OK
2026/03/27 04:08:25 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:08:25 DEBUG : c/non empty space: Sizes identical
2026/03/27 04:08:25 DEBUG : c/non empty space: Unchanged skipping
2026/03/27 04:08:25 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:08:27 DEBUG : a/potato2: size = 60 OK
2026/03/27 04:08:27 INFO : a/potato2: Copied (new)
2026/03/27 04:08:27 ERROR : drime root 'rclone-test-fekiquy7qece': not deleting files as there were IO errors
2026/03/27 04:08:27 ERROR : drime root 'rclone-test-fekiquy7qece': not deleting directories as there were IO errors
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (72.99s)
=== RUN TestSyncDeleteAfter
--- PASS: TestSyncDeleteAfter (0.00s)
=== RUN TestSyncDeleteDuring
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:09:23 DEBUG : Waiting for deletions to finish
2026/03/27 04:09:25 DEBUG : potato2: Need to transfer - File not found at Destination
2026/03/27 04:09:25 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:09:25 DEBUG : empty space: size = 1 OK
2026/03/27 04:09:25 DEBUG : empty space: Sizes identical
2026/03/27 04:09:25 DEBUG : empty space: Unchanged skipping
2026/03/27 04:09:25 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:09:27 INFO : potato: Deleted
2026/03/27 04:09:34 DEBUG : potato2: size = 60 OK
2026/03/27 04:09:34 INFO : potato2: Copied (new)
--- PASS: TestSyncDeleteDuring (44.96s)
=== RUN TestSyncDeleteBefore
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:10:04 DEBUG : Waiting for deletions to finish
2026/03/27 04:10:07 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:10:07 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:10:09 INFO : potato: Deleted
2026/03/27 04:10:11 DEBUG : empty space: size = 1 OK
2026/03/27 04:10:11 DEBUG : empty space: Sizes identical
2026/03/27 04:10:11 DEBUG : potato2: Need to transfer - File not found at Destination
2026/03/27 04:10:11 DEBUG : empty space: Unchanged skipping
2026/03/27 04:10:11 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:10:11 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:10:18 DEBUG : potato2: size = 60 OK
2026/03/27 04:10:18 INFO : potato2: Copied (new)
--- PASS: TestSyncDeleteBefore (42.80s)
=== RUN TestCopyDeleteBefore
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:10:40 DEBUG : potato2: Need to transfer - File not found at Destination
2026/03/27 04:10:40 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:10:40 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:10:49 DEBUG : potato2: size = 19 OK
2026/03/27 04:10:49 INFO : potato2: Copied (new)
--- PASS: TestCopyDeleteBefore (32.54s)
=== RUN TestSyncWithExclude
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:11:29 DEBUG : enormous: Excluded (Size Filter)
2026/03/27 04:11:29 DEBUG : enormous: Excluded
2026/03/27 04:11:29 DEBUG : potato2: Excluded (Size Filter)
2026/03/27 04:11:29 DEBUG : potato2: Excluded
2026/03/27 04:11:34 DEBUG : potato2: Excluded (Size Filter)
2026/03/27 04:11:34 DEBUG : potato2: Excluded
2026/03/27 04:11:34 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:11:34 DEBUG : empty space: size = 1 OK
2026/03/27 04:11:34 DEBUG : empty space: Sizes identical
2026/03/27 04:11:34 DEBUG : empty space: Unchanged skipping
2026/03/27 04:11:34 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:11:34 DEBUG : Waiting for deletions to finish
2026/03/27 04:11:34 INFO : There was nothing to transfer
2026/03/27 04:11:39 DEBUG : enormous: Excluded (Size Filter)
2026/03/27 04:11:39 DEBUG : enormous: Excluded
2026/03/27 04:11:39 DEBUG : potato2: Excluded (Size Filter)
2026/03/27 04:11:39 DEBUG : potato2: Excluded
2026/03/27 04:11:45 DEBUG : potato2: Excluded (Size Filter)
2026/03/27 04:11:45 DEBUG : potato2: Excluded
2026/03/27 04:11:45 DEBUG : empty space: size = 1 OK
2026/03/27 04:11:45 DEBUG : empty space: Sizes identical
2026/03/27 04:11:45 DEBUG : empty space: Unchanged skipping
2026/03/27 04:11:45 DEBUG : Local file system at /tmp/rclone266896772: Waiting for checks to finish
2026/03/27 04:11:45 DEBUG : Local file system at /tmp/rclone266896772: Waiting for transfers to finish
2026/03/27 04:11:45 DEBUG : Waiting for deletions to finish
2026/03/27 04:11:45 INFO : There was nothing to transfer
--- PASS: TestSyncWithExclude (60.30s)
=== RUN TestSyncWithExcludeAndDeleteExcluded
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:12:35 DEBUG : enormous: Excluded (Size Filter)
2026/03/27 04:12:35 DEBUG : enormous: Excluded
2026/03/27 04:12:35 DEBUG : potato2: Excluded (Size Filter)
2026/03/27 04:12:35 DEBUG : potato2: Excluded
2026/03/27 04:12:39 DEBUG : empty space: size = 1 OK
2026/03/27 04:12:39 DEBUG : empty space: Sizes identical
2026/03/27 04:12:39 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:12:39 DEBUG : empty space: Unchanged skipping
2026/03/27 04:12:39 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:12:39 DEBUG : Waiting for deletions to finish
2026/03/27 04:12:41 INFO : enormous: Deleted
2026/03/27 04:12:41 INFO : potato2: Deleted
2026/03/27 04:12:41 INFO : There was nothing to transfer
2026/03/27 04:12:45 DEBUG : empty space: size = 1 OK
2026/03/27 04:12:45 DEBUG : empty space: Sizes identical
2026/03/27 04:12:45 DEBUG : empty space: Unchanged skipping
2026/03/27 04:12:45 DEBUG : Local file system at /tmp/rclone266896772: Waiting for checks to finish
2026/03/27 04:12:45 DEBUG : Local file system at /tmp/rclone266896772: Waiting for transfers to finish
2026/03/27 04:12:45 DEBUG : Waiting for deletions to finish
2026/03/27 04:12:45 INFO : potato2: Deleted
2026/03/27 04:12:45 INFO : enormous: Deleted
2026/03/27 04:12:45 INFO : There was nothing to transfer
--- PASS: TestSyncWithExcludeAndDeleteExcluded (51.97s)
=== RUN TestSyncWithUpdateOlder
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:1454: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncWithUpdateOlder (4.33s)
=== 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-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:1569: Can track renames: false
2026/03/27 04:12:56 ERROR : drime root 'rclone-test-fekiquy7qece': Ignoring --track-renames as the source and destination do not have a common hash
2026/03/27 04:12:57 DEBUG : potato: Need to transfer - File not found at Destination
2026/03/27 04:12:57 DEBUG : yam: Need to transfer - File not found at Destination
2026/03/27 04:12:57 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:12:57 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:13:03 DEBUG : potato: size = 14 OK
2026/03/27 04:13:03 INFO : potato: Copied (new)
2026/03/27 04:13:03 DEBUG : yam: size = 11 OK
2026/03/27 04:13:03 INFO : yam: Copied (new)
2026/03/27 04:13:03 DEBUG : Waiting for deletions to finish
2026/03/27 04:13:05 ERROR : drime root 'rclone-test-fekiquy7qece': Ignoring --track-renames as the source and destination do not have a common hash
2026/03/27 04:13:08 DEBUG : yaml: Need to transfer - File not found at Destination
2026/03/27 04:13:08 DEBUG : potato: size = 14 OK
2026/03/27 04:13:08 DEBUG : potato: Sizes identical
2026/03/27 04:13:08 DEBUG : potato: Unchanged skipping
2026/03/27 04:13:08 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:13:08 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:13:16 DEBUG : yaml: size = 11 OK
2026/03/27 04:13:16 INFO : yaml: Copied (new)
2026/03/27 04:13:16 DEBUG : Waiting for deletions to finish
2026/03/27 04:13:19 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenames (30.62s)
=== RUN TestParseRenamesStrategyModtime
--- PASS: TestParseRenamesStrategyModtime (0.00s)
=== RUN TestRenamesStrategyModtime
--- PASS: TestRenamesStrategyModtime (0.00s)
=== RUN TestSyncWithTrackRenamesStrategyModtime
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:1641: Can track renames: false
2026/03/27 04:13:27 ERROR : drime root 'rclone-test-fekiquy7qece': Ignoring --track-renames as either the source or destination do not support modtime
2026/03/27 04:13:29 DEBUG : potato: Need to transfer - File not found at Destination
2026/03/27 04:13:29 DEBUG : yam: Need to transfer - File not found at Destination
2026/03/27 04:13:29 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:13:29 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:13:37 DEBUG : yam: size = 11 OK
2026/03/27 04:13:37 INFO : yam: Copied (new)
2026/03/27 04:13:38 DEBUG : potato: size = 14 OK
2026/03/27 04:13:38 INFO : potato: Copied (new)
2026/03/27 04:13:38 DEBUG : Waiting for deletions to finish
2026/03/27 04:13:40 ERROR : drime root 'rclone-test-fekiquy7qece': Ignoring --track-renames as either the source or destination do not support modtime
2026/03/27 04:13:41 DEBUG : yaml: Need to transfer - File not found at Destination
2026/03/27 04:13:41 DEBUG : potato: size = 14 OK
2026/03/27 04:13:41 DEBUG : potato: Sizes identical
2026/03/27 04:13:41 DEBUG : potato: Unchanged skipping
2026/03/27 04:13:41 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:13:41 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:13:46 DEBUG : yaml: size = 11 OK
2026/03/27 04:13:46 INFO : yaml: Copied (new)
2026/03/27 04:13:46 DEBUG : Waiting for deletions to finish
2026/03/27 04:13:48 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenamesStrategyModtime (31.01s)
=== RUN TestSyncWithTrackRenamesStrategyLeaf
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
sync_test.go:1680: Can track renames: false
2026/03/27 04:14:01 INFO : drime root 'rclone-test-fekiquy7qece': Making map for --track-renames
2026/03/27 04:14:01 INFO : drime root 'rclone-test-fekiquy7qece': Finished making map for --track-renames
2026/03/27 04:14:01 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:14:01 DEBUG : sub/yam: Need to transfer - No matching file found at Destination
2026/03/27 04:14:01 DEBUG : potato: Need to transfer - No matching file found at Destination
2026/03/27 04:14:01 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for renames to finish
2026/03/27 04:14:01 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:14:18 DEBUG : sub/yam: size = 11 OK
2026/03/27 04:14:18 INFO : sub/yam: Copied (new)
2026/03/27 04:14:21 DEBUG : potato: size = 14 OK
2026/03/27 04:14:21 INFO : potato: Copied (new)
2026/03/27 04:14:21 DEBUG : Waiting for deletions to finish
2026/03/27 04:14:34 DEBUG : potato: size = 14 OK
2026/03/27 04:14:34 DEBUG : potato: Sizes identical
2026/03/27 04:14:34 DEBUG : potato: Unchanged skipping
2026/03/27 04:14:38 INFO : drime root 'rclone-test-fekiquy7qece': Making map for --track-renames
2026/03/27 04:14:38 INFO : drime root 'rclone-test-fekiquy7qece': Finished making map for --track-renames
2026/03/27 04:14:38 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:14:38 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for renames to finish
2026/03/27 04:14:50 INFO : sub/yam: Moved (server-side) to: yam
2026/03/27 04:14:50 INFO : yam: Renamed from "sub/yam"
2026/03/27 04:14:50 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:14:50 DEBUG : Waiting for deletions to finish
2026/03/27 04:14:50 INFO : There was nothing to transfer
--- PASS: TestSyncWithTrackRenamesStrategyLeaf (88.24s)
=== RUN TestServerSideMoveLocal
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:15:26 DEBUG : Creating backend with remote "/tmp/rclone266896772/dir1"
2026/03/27 04:15:26 DEBUG : Config file has changed externally - reloading
2026/03/27 04:15:26 DEBUG : Creating backend with remote "/tmp/rclone266896772/dir2"
2026/03/27 04:15:26 DEBUG : Local file system at /tmp/rclone266896772/dir2: Using server-side directory move
2026/03/27 04:15:26 INFO : Local file system at /tmp/rclone266896772/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/03/27 04:15:26 DEBUG : file1.txt: Need to transfer - File not found at Destination
2026/03/27 04:15:26 DEBUG : Local file system at /tmp/rclone266896772/dir2: Waiting for checks to finish
2026/03/27 04:15:26 DEBUG : Local file system at /tmp/rclone266896772/dir2: Waiting for transfers to finish
2026/03/27 04:15:26 INFO : file1.txt: Moved (server-side)
--- PASS: TestServerSideMoveLocal (7.88s)
=== RUN TestMoveWithDeleteEmptySrcDirs
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:15:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 04:15:37 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2026/03/27 04:15:37 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:15:37 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:16:09 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 04:16:09 INFO : sub dir/hello world: Copied (new)
2026/03/27 04:16:09 INFO : sub dir/hello world: Deleted
2026/03/27 04:16:12 DEBUG : nested/sub dir/file: size = 6 OK
2026/03/27 04:16:12 INFO : nested/sub dir/file: Copied (new)
2026/03/27 04:16:12 INFO : nested/sub dir/file: Deleted
2026/03/27 04:16:12 INFO : sub dir: Removing directory
2026/03/27 04:16:12 INFO : nested/sub dir: Removing directory
2026/03/27 04:16:12 INFO : nested: Removing directory
2026/03/27 04:16:12 DEBUG : Local file system at /tmp/rclone266896772: deleted 3 directories
--- PASS: TestMoveWithDeleteEmptySrcDirs (100.63s)
=== RUN TestMoveWithoutDeleteEmptySrcDirs
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:17:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/03/27 04:17:19 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2026/03/27 04:17:19 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:17:19 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:17:54 DEBUG : sub dir/hello world: size = 11 OK
2026/03/27 04:17:54 INFO : sub dir/hello world: Copied (new)
2026/03/27 04:17:54 INFO : sub dir/hello world: Deleted
2026/03/27 04:17:56 DEBUG : nested/sub dir/file: size = 6 OK
2026/03/27 04:17:56 INFO : nested/sub dir/file: Copied (new)
2026/03/27 04:17:56 INFO : nested/sub dir/file: Deleted
--- PASS: TestMoveWithoutDeleteEmptySrcDirs (97.82s)
=== RUN TestMoveWithIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:18:56 DEBUG : existing-b: Need to transfer - File not found at Destination
2026/03/27 04:18:56 DEBUG : existing: Need to transfer - File not found at Destination
2026/03/27 04:18:56 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:18:56 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:19:03 DEBUG : existing: size = 6 OK
2026/03/27 04:19:03 INFO : existing: Copied (new)
2026/03/27 04:19:03 INFO : existing: Deleted
2026/03/27 04:19:03 DEBUG : existing-b: size = 6 OK
2026/03/27 04:19:03 INFO : existing-b: Copied (new)
2026/03/27 04:19:03 INFO : existing-b: Deleted
2026/03/27 04:19:10 DEBUG : existing: Destination exists, skipping
2026/03/27 04:19:10 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set
2026/03/27 04:19:10 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for checks to finish
2026/03/27 04:19:10 DEBUG : drime root 'rclone-test-fekiquy7qece': Waiting for transfers to finish
2026/03/27 04:19:10 INFO : There was nothing to transfer
--- PASS: TestMoveWithIgnoreExisting (37.85s)
=== RUN TestServerSideMove
run.go:185: Remote "drime root 'rclone-test-fekiquy7qece'", Local "Local file system at /tmp/rclone266896772", Modify Window "876000h0m0s"
2026/03/27 04:19:30 DEBUG : Creating backend with remote "TestDrime:rclone-test-winemey5luvo"
2026/03/27 04:19:30 DEBUG : Config file has changed externally - reloading
sync_test.go:1736: Server side move (if possible) drime root 'rclone-test-fekiquy7qece' -> drime root 'rclone-test-winemey5luvo'
2026/03/27 04:21:10 DEBUG : drime root 'rclone-test-winemey5luvo': Using server-side directory move
2026/03/27 04:21:10 INFO : drime root 'rclone-test-winemey5luvo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/03/27 04:21:12 DEBUG : potato2: Need to transfer - File not found at Destination
2026/03/27 04:21:12 DEBUG : empty space: size = 1 OK
2026/03/27 04:21:12 DEBUG : empty space: Sizes identical
2026/03/27 04:21:12 DEBUG : empty space: Unchanged skipping
2026/03/27 04:21:12 DEBUG : potato3: size = 68 (drime root 'rclone-test-fekiquy7qece')
2026/03/27 04:21:12 DEBUG : potato3: size = 60 (drime root 'rclone-test-winemey5luvo')
2026/03/27 04:21:12 DEBUG : potato3: Sizes differ
2026/03/27 04:21:12 DEBUG : drime root 'rclone-test-winemey5luvo': Waiting for checks to finish
2026/03/27 04:21:15 INFO : empty space: Deleted
2026/03/27 04:21:15 DEBUG : drime root 'rclone-test-winemey5luvo': Waiting for transfers to finish
2026/03/27 04:21:15 INFO : potato3: Deleted
2026/03/27 04:21:19 INFO : potato2: Moved (server-side)
2026/03/27 04:21:22 INFO : potato3: Moved (server-side)
2026/03/27 04:21:26 DEBUG : Creating backend with remote "TestDrime:rclone-test-buvemoz4dite"
2026/03/27 04:21:26 DEBUG : Config file has changed externally - reloading
2026/03/27 04:21:31 DEBUG : drime root 'rclone-test-buvemoz4dite': Using server-side directory move
panic: test timed out after 2h0m0s
running tests:
TestServerSideMove (1h22m28s)
goroutine 455305 [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, 84 minutes]:
testing.(*T).Run(0x5f1f04b4fc8, {0x29d1534?, 0x5f1efdd9ae8?}, 0x2b2f158)
/usr/local/go/src/testing/testing.go:2109 +0x4e5
testing.runTests.func1(0x5f1f04b4fc8)
/usr/local/go/src/testing/testing.go:2585 +0x37
testing.tRunner(0x5f1f04b4fc8, 0x5f1efdd9c10)
/usr/local/go/src/testing/testing.go:2036 +0xea
testing.runTests({0x29e726f, 0x18}, {0x2a07b74, 0x20}, 0x5f1f0167950, {0x4579400, 0x6c, 0x6c}, {0xc269a409ae63178d, 0x68deec55580, ...})
/usr/local/go/src/testing/testing.go:2583 +0x505
testing.(*M).Run(0x5f1f052f400)
/usr/local/go/src/testing/testing.go:2443 +0x6ac
github.com/rclone/rclone/fstest.TestMain(0x5f1f052f400)
/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 55 [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 54 [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 5954 [select]:
net/http.(*Transport).getConn(0x5f1f0151ba0, 0x5f1f08e7310, {{}, 0x0, {0x5f1f0675700, 0x5}, {0x5f1f0790600, 0x13}, 0x0})
/usr/local/go/src/net/http/transport.go:1552 +0x4b0
net/http.(*Transport).roundTrip(0x5f1f0151ba0, 0x5f1f01c77c0)
/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(0x5f1f080a960, 0x5f1f01c77c0)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x34a
net/http.send(0x5f1f01c77c0, {0x2b4a8e0, 0x5f1f080a960}, {0x5f1f0556e50?, 0x4936a6?, 0x0?})
/usr/local/go/src/net/http/client.go:264 +0x64b
net/http.(*Client).send(0x5f1f01bf3e0, 0x5f1f01c77c0, {0x2630d01?, 0x5f1f0556ed8?, 0x0?})
/usr/local/go/src/net/http/client.go:185 +0x258
net/http.(*Client).do(0x5f1f01bf3e0, 0x5f1f01c77c0)
/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(0x5f1f017eb40, {0x2b748f8, 0x45b5a20}, 0x5f1f0557540)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:371 +0xd85
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x5f1f017eb40, {0x2b748f8, 0x45b5a20}, 0x5f1f0456dc0?, {0x22f0080?, 0x5f1f0416e00?}, {0x22f00c0, 0x5f1f0710600}, 0x0?, 0x2b30938, ...)
/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(0x5f1f080a9c0, 0x5f1f041c6e0, 0xa)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x5f1f080a9c0, 0x5f1f041c6e0)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x92
github.com/rclone/rclone/backend/drime.(*Fs).patch(0x5f1f052fae0, {0x2b748f8, 0x45b5a20}, {0x5f1f079b190, 0x9}, {0x29a5ddb, 0x4}, {0x5f1f0426baa, 0x18})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:793 +0x3ae
github.com/rclone/rclone/backend/drime.(*Fs).rename(0x5f1f052fae0, {0x2b748f8, 0x45b5a20}, {0x5f1f079b190, 0x9}, {0x5f1f0426baa, 0x18})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:805 +0x96
github.com/rclone/rclone/backend/drime.(*Fs).moveTo(0x5f1f052fae0, {0x2b748f8, 0x45b5a20}, {0x5f1f079b190, 0x9}, {0x5f1f042795a, 0x18}, {0x5f1f0426baa, 0x18}, {0x0, ...}, ...)
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:865 +0x305
github.com/rclone/rclone/backend/drime.(*Fs).DirMove(0x5f1f052fae0, {0x2b748f8, 0x45b5a20}, {0x2b90050?, 0x5f1f058c780}, {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({0x2b748f8, 0x45b5a20}, {0x2b90050, 0x5f1f052fae0}, {0x2b90050, 0x5f1f058c780}, 0x0, 0x0)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1403 +0x24e
github.com/rclone/rclone/fs/sync.testServerSideMove({0x2b748f8, 0x45b5a20}, 0x5f1f04b5688, 0x5f1f0539570, 0x0, 0x0)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1775 +0xbcd
github.com/rclone/rclone/fs/sync.TestServerSideMove(0x5f1f04b5688)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 +0x45
testing.tRunner(0x5f1f04b5688, 0x2b2f158)
/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 455304 [IO wait]:
internal/poll.runtime_pollWait(0x74369e2cb600, 0x72)
/usr/local/go/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0x5f1f047b100?, 0x5f1f0145d40?, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x5f1f047b100, {0x5f1f0145d40, 0x240, 0x240})
/usr/local/go/src/internal/poll/fd_unix.go:165 +0x2ae
net.(*netFD).Read(0x5f1f047b100, {0x5f1f0145d40?, 0x0?, 0x205?})
/usr/local/go/src/net/fd_posix.go:68 +0x25
net.(*conn).Read(0x5f1f01423f8, {0x5f1f0145d40?, 0x547aef?, 0x0?})
/usr/local/go/src/net/net.go:196 +0x45
github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x5f1f076b710, {0x5f1f0145d40?, 0x74369ca950e0?, 0x7436e4f65bf0?})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29
crypto/tls.(*atLeastReader).Read(0x5f1f076b740, {0x5f1f0145d40?, 0x5f1f07bd890?, 0x54748f?})
/usr/local/go/src/crypto/tls/conn.go:815 +0x3b
bytes.(*Buffer).ReadFrom(0x5f1f02e69a8, {0x2b4c240, 0x5f1f076b740})
/usr/local/go/src/bytes/buffer.go:229 +0x98
crypto/tls.(*Conn).readFromUntil(0x5f1f02e6708, {0x74368e6a9c00, 0x5f1f076b710}, 0xa9272b?)
/usr/local/go/src/crypto/tls/conn.go:837 +0xde
crypto/tls.(*Conn).readRecordOrCCS(0x5f1f02e6708, 0x0)
/usr/local/go/src/crypto/tls/conn.go:626 +0x3db
crypto/tls.(*Conn).readRecord(...)
/usr/local/go/src/crypto/tls/conn.go:588
crypto/tls.(*Conn).readHandshakeBytes(0x5f1f02e6708, 0x4)
/usr/local/go/src/crypto/tls/conn.go:1084 +0x51
crypto/tls.(*Conn).readHandshake(0x5f1f02e6708, {0x0, 0x0})
/usr/local/go/src/crypto/tls/conn.go:1095 +0x39
crypto/tls.(*Conn).clientHandshake(0x5f1f02e6708, {0x2b74a10, 0x5f1f08e7450})
/usr/local/go/src/crypto/tls/handshake_client.go:300 +0x505
crypto/tls.(*Conn).handshakeContext(0x5f1f02e6708, {0x2b74a10, 0x5f1f08e7360})
/usr/local/go/src/crypto/tls/conn.go:1562 +0x329
crypto/tls.(*Conn).HandshakeContext(...)
/usr/local/go/src/crypto/tls/conn.go:1516
net/http.(*persistConn).addTLS.func2()
/usr/local/go/src/net/http/transport.go:1736 +0x6e
created by net/http.(*persistConn).addTLS in goroutine 455300
/usr/local/go/src/net/http/transport.go:1732 +0x309
goroutine 455300 [chan receive]:
net/http.(*persistConn).addTLS(0x5f1f080eb40, {0x2b74a10, 0x5f1f08e7360}, {0x5f1f0790600, 0xf}, 0x0)
/usr/local/go/src/net/http/transport.go:1742 +0x327
net/http.(*Transport).dialConn(0x5f1f0151ba0, {0x2b74a10, 0x5f1f08e7360}, {{}, 0x0, {0x5f1f0675700, 0x5}, {0x5f1f0790600, 0x13}, 0x0}, ...)
/usr/local/go/src/net/http/transport.go:1825 +0x9fc
net/http.(*Transport).dialConnFor(0x5f1f0151ba0, 0x5f1f00c42c0)
/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 5954
/usr/local/go/src/net/http/transport.go:1628 +0x112
goroutine 6062 [select]:
github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0x5f1f07d6b40, {0x2b74a10, 0x5f1f017ed70})
/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 5954
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:389 +0x11d
goroutine 2286 [chan receive, 106 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 2293
/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.686344397s (try 1/5): exit status 2: Failed [TestSyncEmptyDirectories TestSyncNoEmptyDirectories TestCopyOverSelf TestServerSideCopyOverSelf TestMoveOverSelf TestServerSideMoveOverSelf TestSyncIgnoreTimes TestSyncAfterChangingFilesSizeOnly TestSyncAfterChangingContentsOnly]