"./sync.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Starting (try 1/5)
2026/02/01 01:00:23 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu"
2026/02/01 01:00:23 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/01 01:00:24 DEBUG : Creating backend with remote "/tmp/rclone761763288"
=== RUN TestPipe
--- PASS: TestPipe (0.00s)
=== RUN TestPipeConcurrent
--- PASS: TestPipeConcurrent (0.05s)
=== 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-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:00:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:00:26 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11)
2026/02/01 01:00:26 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:00:26 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
--- PASS: TestCopyWithDryRun (2.78s)
=== RUN TestCopy
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:00:27 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/02/01 01:00:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:00:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:00:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:00:54 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:00:54 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:00:54 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopy (29.93s)
=== RUN TestCopyMetadata
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadata (0.88s)
=== RUN TestCopyMetadataNoEmptyDirs
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:98: Skipping as metadata not supported
--- SKIP: TestCopyMetadataNoEmptyDirs (0.80s)
=== RUN TestCopyMissingDirectory
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:00:59 DEBUG : Creating backend with remote "/non-existing"
2026/02/01 01:00:59 DEBUG : Config file has changed externally - reloading
2026/02/01 01:00:59 ERROR : Local file system at /non-existing: error reading source root directory: directory not found
2026/02/01 01:00:59 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:00:59 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
--- PASS: TestCopyMissingDirectory (1.09s)
=== RUN TestCopyNoTraverse
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:01:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:01:00 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:01:00 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:01:24 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:01:24 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoTraverse (26.77s)
=== RUN TestCopyNoTraverseDeadlock
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:222: Only runs on local
--- SKIP: TestCopyNoTraverseDeadlock (0.70s)
=== RUN TestCopyCheckFirst
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:01:27 INFO : drime root 'rclone-test-huyefiv0zoxu': Running all checks before starting transfers
2026/02/01 01:01:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:01:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:01:28 INFO : drime root 'rclone-test-huyefiv0zoxu': Checks finished, now starting transfers
2026/02/01 01:01:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:02:00 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:02:00 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyCheckFirst (35.73s)
=== RUN TestSyncNoTraverse
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:02:03 ERROR : Ignoring --no-traverse with sync
2026/02/01 01:02:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:02:04 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:02:04 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:02:22 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:02:22 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:02:22 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncNoTraverse (21.82s)
=== RUN TestCopyWithDepth
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:02:25 DEBUG : hello world2: Need to transfer - File not found at Destination
2026/02/01 01:02:25 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:02:25 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:02:52 DEBUG : hello world2: size = 12 OK
2026/02/01 01:02:52 INFO : hello world2: Copied (new)
--- PASS: TestCopyWithDepth (28.82s)
=== RUN TestCopyWithFilesFrom
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:02:54 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:02:54 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:02:54 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:03:20 DEBUG : potato2: size = 11 OK
2026/02/01 01:03:20 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFrom (27.29s)
=== RUN TestCopyWithFilesFromAndNoTraverse
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:03:21 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:03:21 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:03:21 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:03:41 DEBUG : potato2: size = 11 OK
2026/02/01 01:03:41 INFO : potato2: Copied (new)
--- PASS: TestCopyWithFilesFromAndNoTraverse (22.02s)
=== RUN TestCopyEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:03:43 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2026/02/01 01:03:43 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/02/01 01:03:43 INFO : sub dir2: Set directory modification time (using DirSetModTime)
2026/02/01 01:03:43 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/02/01 01:03:43 INFO : sub dir2: Making directory
2026/02/01 01:03:45 INFO : sub dir: Making directory
2026/02/01 01:03:46 INFO : sub dir2/sub sub dir2: Making directory
2026/02/01 01:03:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:03:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:03:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:04:05 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:04:05 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:04:06 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestCopyEmptyDirectories (27.20s)
=== RUN TestCopyNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:04:10 INFO : sub dir2: Making directory
2026/02/01 01:04:10 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2026/02/01 01:04:10 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/02/01 01:04:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:04:11 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:04:11 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:04:43 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:04:43 INFO : sub dir/hello world: Copied (new)
--- PASS: TestCopyNoEmptyDirectories (36.27s)
=== RUN TestMoveEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:04:46 DEBUG : sub dir2: Making directory with metadata
2026/02/01 01:04:46 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/02/01 01:04:47 INFO : sub dir2: Making directory
2026/02/01 01:04:48 INFO : sub dir: Making directory
2026/02/01 01:04:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:04:49 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:04:49 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:05:13 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:05:13 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:05:13 INFO : sub dir/hello world: Deleted
2026/02/01 01:05:14 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
2026/02/01 01:05:15 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestMoveEmptyDirectories (31.32s)
=== RUN TestSyncNoUpdateDirModtime
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:438: Skipping test as backend does not support DirSetModTime
--- SKIP: TestSyncNoUpdateDirModtime (0.95s)
=== RUN TestMoveNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:05:19 INFO : sub dir2: Making directory
2026/02/01 01:05:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:05:19 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:05:19 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:05:44 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:05:44 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:05:44 INFO : sub dir/hello world: Deleted
--- PASS: TestMoveNoEmptyDirectories (28.42s)
=== RUN TestSyncEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:05:47 DEBUG : sub dir2: Making directory with metadata
2026/02/01 01:05:47 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/02/01 01:05:47 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/02/01 01:05:48 INFO : sub dir2: Making directory
2026/02/01 01:05:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:05:48 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n
500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:05:48 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:05:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:05:48 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:05:48 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:05:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:05:48 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:05:48 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:05:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:05:48 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:05:48 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:05:49 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:05:49 INFO : sub dir: Making directory
2026/02/01 01:05:49 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:05:50 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:05:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:05:50 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:05:50 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:05:50 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:06:10 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:06:10 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:06:10 DEBUG : Waiting for deletions to finish
2026/02/01 01:06:11 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata
--- PASS: TestSyncEmptyDirectories (26.97s)
=== RUN TestSyncSetDelayedModTimes
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set
--- SKIP: TestSyncSetDelayedModTimes (0.65s)
=== RUN TestSyncNoEmptyDirectories
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:06:15 INFO : sub dir2: Making directory
2026/02/01 01:06:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:06:15 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:06:15 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:06:32 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:06:32 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:06:32 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncNoEmptyDirectories (21.25s)
=== RUN TestServerSideCopy
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:07:03 DEBUG : Creating backend with remote "TestDrime:rclone-test-muvakub8vafe"
2026/02/01 01:07:03 DEBUG : Config file has changed externally - reloading
sync_test.go:620: Server side copy (if possible) drime root 'rclone-test-huyefiv0zoxu' -> drime root 'rclone-test-muvakub8vafe'
2026/02/01 01:07:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:07:06 DEBUG : drime root 'rclone-test-muvakub8vafe': Waiting for checks to finish
2026/02/01 01:07:06 DEBUG : drime root 'rclone-test-muvakub8vafe': Waiting for transfers to finish
2026/02/01 01:07:17 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:07:17 INFO : sub dir/hello world: Copied (server-side copy)
2026/02/01 01:07:18 DEBUG : drime root 'rclone-test-muvakub8vafe': Purge remote
--- PASS: TestServerSideCopy (45.34s)
=== RUN TestCopyOverSelf
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:07:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:07:22 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:07:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:07:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:07:22 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:07:22 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:07:22 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:07:23 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:07:42 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone761763288)
2026/02/01 01:07:42 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:07:42 DEBUG : sub dir/hello world: Sizes differ
2026/02/01 01:07:42 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:07:42 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:07:58 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/02/01 01:07:58 DEBUG : sub dir/hello world: size = 17 OK
2026/02/01 01:07:58 INFO : sub dir/hello world: Copied (replaced existing)
2026/02/01 01:07:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:07:59 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:07:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:07:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:07:59 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:07:59 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:07:59 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:07:59 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:08:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:00 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:08:00 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:08:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:00 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:08:01 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:08:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:01 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:08:02 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestCopyOverSelf (40.43s)
=== RUN TestServerSideCopyOverSelf
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:08:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:02 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:08:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:02 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:02 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:08:03 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:08:03 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:08:24 DEBUG : Creating backend with remote "TestDrime:rclone-test-pexusib1koju"
2026/02/01 01:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:24 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:24 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:24 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:08:24 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:08:25 DEBUG : pacer: Reducing sleep to 10ms
sync_test.go:656: Server side copy (if possible) drime root 'rclone-test-huyefiv0zoxu' -> drime root 'rclone-test-pexusib1koju'
2026/02/01 01:08:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:08:26 DEBUG : drime root 'rclone-test-pexusib1koju': Waiting for checks to finish
2026/02/01 01:08:26 DEBUG : drime root 'rclone-test-pexusib1koju': Waiting for transfers to finish
2026/02/01 01:08:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:27 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:08:27 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:08:39 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:08:39 INFO : sub dir/hello world: Copied (server-side copy)
2026/02/01 01:08:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:08:41 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "sub dir/hello world" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:08:43 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:09:22 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/02/01 01:09:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:22 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:09:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:22 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:22 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:09:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:22 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:22 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:09:22 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:09:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:22 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:22 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:09:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:22 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:22 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:09:23 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:09:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:23 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:23 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:09:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:23 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:23 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:09:23 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:09:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:23 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:23 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:09:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:24 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:24 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:09:24 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:09:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:24 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:09:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:09:24 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:09:24 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:09:25 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:09:25 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:09:25 DEBUG : sub dir/hello world: size = 17 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:09:25 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-pexusib1koju')
2026/02/01 01:09:25 DEBUG : sub dir/hello world: Sizes differ
2026/02/01 01:09:25 DEBUG : drime root 'rclone-test-pexusib1koju': Waiting for checks to finish
2026/02/01 01:09:25 DEBUG : drime root 'rclone-test-pexusib1koju': Waiting for transfers to finish
2026/02/01 01:09:25 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:09:33 DEBUG : sub dir/hello world: Server side copy: removing existing object after successful copy
2026/02/01 01:09:33 DEBUG : sub dir/hello world: size = 17 OK
2026/02/01 01:09:33 INFO : sub dir/hello world: Copied (server-side copy)
2026/02/01 01:09:34 DEBUG : drime root 'rclone-test-pexusib1koju': Purge remote
2026/02/01 01:09:35 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:09:35 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:09:35 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:09:36 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestServerSideCopyOverSelf (94.56s)
=== RUN TestMoveOverSelf
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:09:53 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:09:53 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone761763288)
2026/02/01 01:09:53 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:09:53 DEBUG : sub dir/hello world: Sizes differ
2026/02/01 01:09:53 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:10:15 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/02/01 01:10:15 DEBUG : sub dir/hello world: size = 17 OK
2026/02/01 01:10:15 INFO : sub dir/hello world: Copied (replaced existing)
2026/02/01 01:10:15 INFO : sub dir/hello world: Deleted
--- PASS: TestMoveOverSelf (41.85s)
=== RUN TestServerSideMoveOverSelf
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:10:45 DEBUG : Creating backend with remote "TestDrime:rclone-test-desibiw2nufe"
2026/02/01 01:10:45 DEBUG : Config file has changed externally - reloading
sync_test.go:701: Server side copy (if possible) drime root 'rclone-test-huyefiv0zoxu' -> drime root 'rclone-test-desibiw2nufe'
2026/02/01 01:10:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:10:47 DEBUG : drime root 'rclone-test-desibiw2nufe': Waiting for checks to finish
2026/02/01 01:10:47 DEBUG : drime root 'rclone-test-desibiw2nufe': Waiting for transfers to finish
2026/02/01 01:10:59 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:10:59 INFO : sub dir/hello world: Copied (server-side copy)
2026/02/01 01:11:34 DEBUG : sub dir/hello world: Removing old object on successful upload
2026/02/01 01:11:35 DEBUG : drime root 'rclone-test-desibiw2nufe': Using server-side directory move
2026/02/01 01:11:35 INFO : drime root 'rclone-test-desibiw2nufe': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/02/01 01:11:36 DEBUG : sub dir/hello world: size = 17 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:11:36 DEBUG : sub dir/hello world: size = 11 (drime root 'rclone-test-desibiw2nufe')
2026/02/01 01:11:36 DEBUG : sub dir/hello world: Sizes differ
2026/02/01 01:11:36 DEBUG : drime root 'rclone-test-desibiw2nufe': Waiting for checks to finish
2026/02/01 01:11:36 DEBUG : drime root 'rclone-test-desibiw2nufe': Waiting for transfers to finish
2026/02/01 01:11:36 INFO : sub dir/hello world: Deleted
2026/02/01 01:11:37 INFO : sub dir/hello world: Moved (server-side)
2026/02/01 01:12:03 DEBUG : testing file moves
2026/02/01 01:12:04 DEBUG : sub dir/hello world: size = 24 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:12:04 DEBUG : sub dir/hello world: size = 17 (drime root 'rclone-test-desibiw2nufe')
2026/02/01 01:12:04 DEBUG : sub dir/hello world: Sizes differ
2026/02/01 01:12:04 DEBUG : drime root 'rclone-test-desibiw2nufe': Waiting for checks to finish
2026/02/01 01:12:04 DEBUG : drime root 'rclone-test-desibiw2nufe': Waiting for transfers to finish
2026/02/01 01:12:04 INFO : sub dir/hello world: Deleted
2026/02/01 01:12:05 INFO : sub dir/hello world: Moved (server-side)
2026/02/01 01:12:07 DEBUG : drime root 'rclone-test-desibiw2nufe': Purge remote
--- PASS: TestServerSideMoveOverSelf (110.75s)
=== RUN TestCopyAfterDelete
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:12:47 ERROR : error listing: directory not found
2026/02/01 01:12:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:47 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:12:48 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:12:48 INFO : Local file system at /tmp/rclone761763288: Making directory
2026/02/01 01:12:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:48 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:48 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:12:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:48 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:48 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:12:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:48 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:48 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:12:48 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:12:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:48 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:48 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:12:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:48 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:48 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:12:49 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:12:49 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:12:49 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:12:49 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:12:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:49 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:49 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:12:49 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:12:50 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:12:50 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:12:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:50 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:12:51 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestCopyAfterDelete (42.55s)
=== RUN TestCopyRedownload
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:12:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:12:52 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:12:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:12:52 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:13:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:18 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:13:18 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:13:19 DEBUG : Added delayed dir = "sub dir", newDst=
2026/02/01 01:13:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:13:19 DEBUG : Local file system at /tmp/rclone761763288: Waiting for checks to finish
2026/02/01 01:13:19 DEBUG : Local file system at /tmp/rclone761763288: Waiting for transfers to finish
2026/02/01 01:13:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:20 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:13:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:20 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:20 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:13:20 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:13:20 DEBUG : sub dir/hello world.9076d4bf.partial: size = 11 OK
2026/02/01 01:13:20 DEBUG : sub dir/hello world.9076d4bf.partial: renamed to: sub dir/hello world
2026/02/01 01:13:20 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:13:20 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/02/01 01:13:20 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestCopyRedownload (30.71s)
=== RUN TestSyncBasedOnCheckSum
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:13:23 DEBUG : check sum: Need to transfer - File not found at Destination
2026/02/01 01:13:23 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:13:23 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:13:44 DEBUG : check sum: size = 1 OK
2026/02/01 01:13:44 INFO : check sum: Copied (new)
2026/02/01 01:13:44 DEBUG : Waiting for deletions to finish
2026/02/01 01:13:45 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:13:45 DEBUG : check sum: size = 1 OK
2026/02/01 01:13:45 NOTICE: drime root 'rclone-test-huyefiv0zoxu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only
2026/02/01 01:13:45 DEBUG : check sum: Size of src and dst objects identical
2026/02/01 01:13:45 DEBUG : check sum: Unchanged skipping
2026/02/01 01:13:45 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:13:45 DEBUG : Waiting for deletions to finish
2026/02/01 01:13:45 INFO : There was nothing to transfer
2026/02/01 01:13:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:45 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:13:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:45 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:45 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:13:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:45 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:45 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:13:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:45 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:45 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:13:46 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:13:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:46 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:46 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:13:46 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:13:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:46 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:46 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:13:47 DEBUG : pacer: Reducing sleep to 80ms
--- PASS: TestSyncBasedOnCheckSum (24.48s)
=== RUN TestSyncSizeOnly
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:13:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:13:47 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:13:47 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:13:47 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:13:47 DEBUG : sizeonly: Need to transfer - File not found at Destination
2026/02/01 01:13:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:13:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:13:48 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:14:08 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:14:08 DEBUG : sizeonly: size = 6 OK
2026/02/01 01:14:08 INFO : sizeonly: Copied (new)
2026/02/01 01:14:08 DEBUG : Waiting for deletions to finish
2026/02/01 01:14:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:08 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:08 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:14:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:08 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:08 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:14:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:08 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:08 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:14:08 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:14:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:08 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:08 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:14:09 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:14:09 DEBUG : sizeonly: size = 6 OK
2026/02/01 01:14:09 DEBUG : sizeonly: Sizes identical
2026/02/01 01:14:09 DEBUG : sizeonly: Unchanged skipping
2026/02/01 01:14:09 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:14:09 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:14:09 DEBUG : Waiting for deletions to finish
2026/02/01 01:14:09 INFO : There was nothing to transfer
2026/02/01 01:14:10 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:14:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:10 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:10 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:14:10 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:14:10 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:14:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:10 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:10 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:14:11 DEBUG : pacer: Reducing sleep to 20ms
--- PASS: TestSyncSizeOnly (23.99s)
=== RUN TestSyncIgnoreSize
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:14:11 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:14:11 DEBUG : ignore-size: Need to transfer - File not found at Destination
2026/02/01 01:14:11 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:14:11 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:14:35 INFO : ignore-size: Copied (new)
2026/02/01 01:14:35 DEBUG : Waiting for deletions to finish
2026/02/01 01:14:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:36 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:14:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:36 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:36 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:14:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:36 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:36 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:14:36 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:14:36 DEBUG : ignore-size: Sizes identical
2026/02/01 01:14:36 DEBUG : ignore-size: Unchanged skipping
2026/02/01 01:14:36 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:14:36 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:14:36 DEBUG : Waiting for deletions to finish
2026/02/01 01:14:36 INFO : There was nothing to transfer
2026/02/01 01:14:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:36 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:36 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:14:37 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:14:37 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:14:38 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestSyncIgnoreSize (27.37s)
=== RUN TestSyncIgnoreTimes
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:14:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:14:38 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:14:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:14:39 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:15:04 DEBUG : existing: size = 6 OK
2026/02/01 01:15:04 DEBUG : existing: Sizes identical
2026/02/01 01:15:04 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:15:04 DEBUG : existing: Unchanged skipping
2026/02/01 01:15:04 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:15:04 DEBUG : Waiting for deletions to finish
2026/02/01 01:15:04 INFO : There was nothing to transfer
2026/02/01 01:15:04 DEBUG : existing: Transferring unconditionally as --ignore-times is in use
2026/02/01 01:15:04 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:15:04 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:15:36 DEBUG : existing: Removing old object on successful upload
2026/02/01 01:15:36 DEBUG : existing: size = 6 OK
2026/02/01 01:15:36 INFO : existing: Copied (replaced existing)
2026/02/01 01:15:36 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncIgnoreTimes (59.97s)
=== RUN TestSyncIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:15:38 DEBUG : existing: Need to transfer - File not found at Destination
2026/02/01 01:15:38 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:15:38 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:16:12 DEBUG : existing: size = 6 OK
2026/02/01 01:16:12 INFO : existing: Copied (new)
2026/02/01 01:16:12 DEBUG : Waiting for deletions to finish
2026/02/01 01:16:13 DEBUG : existing: Destination exists, skipping
2026/02/01 01:16:13 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:16:13 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:16:13 DEBUG : Waiting for deletions to finish
2026/02/01 01:16:13 INFO : There was nothing to transfer
--- PASS: TestSyncIgnoreExisting (36.87s)
=== RUN TestSyncIgnoreErrors
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:17:03 INFO : d: Making directory
2026/02/01 01:17:05 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/02/01 01:17:05 DEBUG : c/non empty space: size = 5 OK
2026/02/01 01:17:05 DEBUG : c/non empty space: Sizes identical
2026/02/01 01:17:05 DEBUG : c/non empty space: Unchanged skipping
2026/02/01 01:17:05 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:17:05 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:17:25 DEBUG : a/potato2: size = 60 OK
2026/02/01 01:17:25 INFO : a/potato2: Copied (new)
2026/02/01 01:17:25 DEBUG : Waiting for deletions to finish
2026/02/01 01:17:25 INFO : b/potato: Deleted
2026/02/01 01:17:25 INFO : d: Removing directory
2026/02/01 01:17:26 INFO : b: Removing directory
2026/02/01 01:17:27 DEBUG : drime root 'rclone-test-huyefiv0zoxu': deleted 2 directories
--- PASS: TestSyncIgnoreErrors (76.06s)
=== RUN TestSyncAfterChangingModtimeOnly
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:17:53 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:17:53 DEBUG : empty space: size = 1 OK
2026/02/01 01:17:53 DEBUG : empty space: Sizes identical
2026/02/01 01:17:53 DEBUG : empty space: Unchanged skipping
2026/02/01 01:17:53 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:17:53 DEBUG : Waiting for deletions to finish
2026/02/01 01:17:53 INFO : There was nothing to transfer
2026/02/01 01:17:54 DEBUG : empty space: size = 1 OK
2026/02/01 01:17:54 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:17:54 DEBUG : empty space: Sizes identical
2026/02/01 01:17:54 DEBUG : empty space: Unchanged skipping
2026/02/01 01:17:54 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:17:54 DEBUG : Waiting for deletions to finish
2026/02/01 01:17:54 INFO : There was nothing to transfer
--- PASS: TestSyncAfterChangingModtimeOnly (24.50s)
=== RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:1046: Can't check this if no hashes supported
--- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.71s)
=== RUN TestSyncDoesntUpdateModtime
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:1072: Can't run this test on fs which doesn't support mod time
--- SKIP: TestSyncDoesntUpdateModtime (0.67s)
=== RUN TestSyncAfterAddingAFile
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:18:35 DEBUG : empty space: size = 1 OK
2026/02/01 01:18:35 DEBUG : empty space: Sizes identical
2026/02/01 01:18:35 DEBUG : potato: Need to transfer - File not found at Destination
2026/02/01 01:18:35 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:18:35 DEBUG : empty space: Unchanged skipping
2026/02/01 01:18:35 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:19:14 DEBUG : potato: size = 60 OK
2026/02/01 01:19:14 INFO : potato: Copied (new)
2026/02/01 01:19:14 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterAddingAFile (79.73s)
=== RUN TestSyncAfterChangingFilesSizeOnly
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:19:53 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:19:53 DEBUG : potato: size = 21 (Local file system at /tmp/rclone761763288)
2026/02/01 01:19:53 DEBUG : potato: size = 60 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:19:53 DEBUG : potato: Sizes differ
2026/02/01 01:19:53 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:20:08 DEBUG : potato: Removing old object on successful upload
2026/02/01 01:20:08 DEBUG : potato: size = 21 OK
2026/02/01 01:20:08 INFO : potato: Copied (replaced existing)
2026/02/01 01:20:08 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterChangingFilesSizeOnly (53.44s)
=== RUN TestSyncAfterChangingContentsOnly
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:1136: ModTimeNotSupported so forcing file to be a different size
2026/02/01 01:20:43 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:20:43 DEBUG : potato: size = 21 (Local file system at /tmp/rclone761763288)
2026/02/01 01:20:43 DEBUG : potato: size = 36 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:20:43 DEBUG : potato: Sizes differ
2026/02/01 01:20:43 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:21:15 DEBUG : potato: Removing old object on successful upload
2026/02/01 01:21:15 DEBUG : potato: size = 21 OK
2026/02/01 01:21:15 INFO : potato: Copied (replaced existing)
2026/02/01 01:21:15 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncAfterChangingContentsOnly (66.68s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:22:29 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:22:29 DEBUG : empty space: size = 1 OK
2026/02/01 01:22:29 DEBUG : empty space: Sizes identical
2026/02/01 01:22:29 DEBUG : empty space: Unchanged skipping
2026/02/01 01:22:29 NOTICE: potato2: Skipped copy as --dry-run is set (size 60)
2026/02/01 01:22:29 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:22:29 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:22:29 DEBUG : Waiting for deletions to finish
2026/02/01 01:22:29 NOTICE: potato: Skipped delete as --dry-run is set (size 21)
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (74.79s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFile
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:23:27 DEBUG : empty space: size = 1 OK
2026/02/01 01:23:27 DEBUG : empty space: Sizes identical
2026/02/01 01:23:27 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:23:27 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:23:27 DEBUG : empty space: Unchanged skipping
2026/02/01 01:23:27 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:23:54 DEBUG : potato2: size = 60 OK
2026/02/01 01:23:54 INFO : potato2: Copied (new)
2026/02/01 01:23:54 DEBUG : Waiting for deletions to finish
2026/02/01 01:23:55 INFO : potato: Deleted
--- PASS: TestSyncAfterRemovingAFileAndAddingAFile (85.47s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:23:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:23:57 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:23:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:23:57 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:23:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:23:58 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:23:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "b/potato" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:00 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:24:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:25 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "c/non empty space" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:27 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:27 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:24:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:27 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:27 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:24:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:27 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:27 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:24:27 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:24:52 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:24:52 INFO : d: Making directory
2026/02/01 01:24:53 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:24:53 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:24:53 INFO : d/e: Making directory
2026/02/01 01:24:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:54 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:24:54 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:24:56 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/02/01 01:24:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:56 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:24:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:56 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:56 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:24:56 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:24:56 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:24:56 DEBUG : c/non empty space: size = 5 OK
2026/02/01 01:24:56 DEBUG : c/non empty space: Sizes identical
2026/02/01 01:24:56 DEBUG : c/non empty space: Unchanged skipping
2026/02/01 01:24:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:56 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:24:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:56 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:56 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:24:57 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:24:57 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:24:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:24:57 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:24:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:24:58 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:24:58 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:24:58 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:25:13 DEBUG : a/potato2: size = 60 OK
2026/02/01 01:25:13 INFO : a/potato2: Copied (new)
2026/02/01 01:25:13 DEBUG : Waiting for deletions to finish
2026/02/01 01:25:13 INFO : b/potato: Deleted
2026/02/01 01:25:13 INFO : d/e: Removing directory
2026/02/01 01:25:14 INFO : d: Removing directory
2026/02/01 01:25:15 INFO : b: Removing directory
2026/02/01 01:25:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:15 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:25:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:15 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:15 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:16 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:25:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:16 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:16 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:16 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:25:16 DEBUG : drime root 'rclone-test-huyefiv0zoxu': deleted 3 directories
2026/02/01 01:25:17 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:25:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:17 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:25:18 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:25:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:18 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:25:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:18 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:18 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:18 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:18 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:25:18 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:25:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:18 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:18 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:25:18 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:25:19 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:25:19 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:25:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:20 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:25:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:20 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:20 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:20 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:25:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:20 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:20 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:20 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:20 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:25:21 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:25:21 DEBUG : pacer: Reducing sleep to 20ms
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (84.20s)
=== RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:25:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:21 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:21 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:22 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:25:22 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:25:43 INFO : d: Making directory
2026/02/01 01:25:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:44 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:25:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:44 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:44 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:44 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:44 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:25:44 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:25:45 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:25:45 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:25:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:45 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:25:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:45 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:45 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:45 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:45 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:25:45 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:25:45 DEBUG : a/potato2: Need to transfer - File not found at Destination
2026/02/01 01:25:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:45 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:45 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:25:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:46 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:46 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:25:46 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:25:46 DEBUG : c/non empty space: size = 5 OK
2026/02/01 01:25:46 DEBUG : c/non empty space: Sizes identical
2026/02/01 01:25:46 DEBUG : c/non empty space: Unchanged skipping
2026/02/01 01:25:46 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:25:46 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:25:46 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:25:46 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:25:46 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:25:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:47 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:25:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:47 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:47 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:25:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:47 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:47 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:25:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:47 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:47 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:25:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:47 DEBUG : pacer: low level retry 5/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:47 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:25:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:47 DEBUG : pacer: low level retry 6/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:47 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:25:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:25:47 DEBUG : pacer: low level retry 7/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:25:47 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 01:25:48 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 01:26:00 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:26:00 DEBUG : a/potato2: size = 60 OK
2026/02/01 01:26:00 INFO : a/potato2: Copied (new)
2026/02/01 01:26:00 ERROR : drime root 'rclone-test-huyefiv0zoxu': not deleting files as there were IO errors
2026/02/01 01:26:00 ERROR : drime root 'rclone-test-huyefiv0zoxu': not deleting directories as there were IO errors
2026/02/01 01:26:00 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:26:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:00 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:00 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:26:00 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:26:00 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:26:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:01 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:01 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:26:01 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:26:01 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:26:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:01 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:01 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:26:01 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:26:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:01 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:01 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:26:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:01 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:01 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:26:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:02 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:02 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:26:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:02 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:02 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:26:02 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:26:02 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:26:03 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:26:03 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:26:03 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:26:04 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:26:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:04 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:26:04 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:26:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:05 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:26:06 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:26:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:06 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:06 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:26:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:06 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:06 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:26:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:06 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:06 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:26:07 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:26:07 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:26:08 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (46.79s)
=== RUN TestSyncDeleteAfter
--- PASS: TestSyncDeleteAfter (0.00s)
=== RUN TestSyncDeleteDuring
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:26:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:08 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:26:08 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:26:42 DEBUG : Waiting for deletions to finish
2026/02/01 01:26:42 DEBUG : empty space: size = 1 OK
2026/02/01 01:26:42 DEBUG : empty space: Sizes identical
2026/02/01 01:26:42 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:26:42 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:26:42 DEBUG : empty space: Unchanged skipping
2026/02/01 01:26:42 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:26:43 INFO : potato: Deleted
2026/02/01 01:26:58 DEBUG : potato2: size = 60 OK
2026/02/01 01:26:58 INFO : potato2: Copied (new)
2026/02/01 01:26:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:58 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:26:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:26:58 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:26:58 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:26:58 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:26:59 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestSyncDeleteDuring (51.56s)
=== RUN TestSyncDeleteBefore
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:27:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:00 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "potato" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:02 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:27:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:02 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "potato" to drime root 'rclone-test-huyefiv0zoxu': 2/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:04 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:04 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:27:05 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:27:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:05 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:05 DEBUG : pacer: Rate limited, increasing sleep to 40ms
run.go:286: Retry Put of "potato" to drime root 'rclone-test-huyefiv0zoxu': 3/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:07 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:27:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:07 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:07 DEBUG : pacer: Rate limited, increasing sleep to 40ms
run.go:286: Retry Put of "potato" to drime root 'rclone-test-huyefiv0zoxu': 4/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:09 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:09 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:27:10 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:27:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:10 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:10 DEBUG : pacer: Rate limited, increasing sleep to 80ms
run.go:286: Retry Put of "potato" to drime root 'rclone-test-huyefiv0zoxu': 5/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:12 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:12 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:27:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:12 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:12 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:27:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:12 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:12 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:27:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:12 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:12 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 01:27:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:13 DEBUG : pacer: low level retry 5/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:13 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/02/01 01:27:14 DEBUG : pacer: Reducing sleep to 1.28s
2026/02/01 01:27:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:17 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:17 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
run.go:286: Retry Put of "potato" to drime root 'rclone-test-huyefiv0zoxu': 6/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:19 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:19 DEBUG : pacer: Rate limited, increasing sleep to 5.12s
2026/02/01 01:27:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:27:29 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:27:29 DEBUG : pacer: Rate limited, increasing sleep to 10.24s
2026/02/01 01:27:30 DEBUG : pacer: Reducing sleep to 5.12s
2026/02/01 01:27:57 DEBUG : pacer: Reducing sleep to 2.56s
2026/02/01 01:27:57 DEBUG : pacer: Reducing sleep to 1.28s
2026/02/01 01:28:18 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 01:28:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:28:18 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:28:18 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 01:28:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:28:19 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:28:19 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/02/01 01:28:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:28:20 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:28:20 DEBUG : pacer: Rate limited, increasing sleep to 5.12s
2026/02/01 01:28:23 DEBUG : pacer: Reducing sleep to 2.56s
2026/02/01 01:28:23 DEBUG : Waiting for deletions to finish
2026/02/01 01:28:28 DEBUG : pacer: Reducing sleep to 1.28s
2026/02/01 01:28:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:28:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:28:31 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 01:28:31 INFO : potato: Deleted
2026/02/01 01:28:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:28:32 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:28:32 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 01:28:33 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 01:28:33 DEBUG : empty space: size = 1 OK
2026/02/01 01:28:33 DEBUG : empty space: Sizes identical
2026/02/01 01:28:33 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:28:33 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:28:33 DEBUG : empty space: Unchanged skipping
2026/02/01 01:28:33 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:28:34 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:28:47 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:28:47 DEBUG : potato2: size = 60 OK
2026/02/01 01:28:47 INFO : potato2: Copied (new)
2026/02/01 01:28:47 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:28:48 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:28:48 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:28:48 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:28:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:28:49 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:28:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:28:49 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestSyncDeleteBefore (109.34s)
=== RUN TestCopyDeleteBefore
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:29:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:29:04 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:29:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:29:04 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:29:04 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:29:04 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:29:04 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:29:20 DEBUG : potato2: size = 19 OK
2026/02/01 01:29:20 INFO : potato2: Copied (new)
--- PASS: TestCopyDeleteBefore (34.93s)
=== RUN TestSyncWithExclude
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:30:19 DEBUG : enormous: Excluded (Size Filter)
2026/02/01 01:30:19 DEBUG : enormous: Excluded
2026/02/01 01:30:19 DEBUG : potato2: Excluded (Size Filter)
2026/02/01 01:30:19 DEBUG : potato2: Excluded
2026/02/01 01:30:19 DEBUG : potato2: Excluded (Size Filter)
2026/02/01 01:30:19 DEBUG : potato2: Excluded
2026/02/01 01:30:19 DEBUG : empty space: size = 1 OK
2026/02/01 01:30:19 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:30:19 DEBUG : empty space: Sizes identical
2026/02/01 01:30:19 DEBUG : empty space: Unchanged skipping
2026/02/01 01:30:19 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:30:19 DEBUG : Waiting for deletions to finish
2026/02/01 01:30:19 INFO : There was nothing to transfer
2026/02/01 01:30:19 DEBUG : enormous: Excluded (Size Filter)
2026/02/01 01:30:19 DEBUG : enormous: Excluded
2026/02/01 01:30:19 DEBUG : potato2: Excluded (Size Filter)
2026/02/01 01:30:19 DEBUG : potato2: Excluded
2026/02/01 01:30:20 DEBUG : potato2: Excluded (Size Filter)
2026/02/01 01:30:20 DEBUG : potato2: Excluded
2026/02/01 01:30:20 DEBUG : empty space: size = 1 OK
2026/02/01 01:30:20 DEBUG : empty space: Sizes identical
2026/02/01 01:30:20 DEBUG : empty space: Unchanged skipping
2026/02/01 01:30:20 DEBUG : Local file system at /tmp/rclone761763288: Waiting for checks to finish
2026/02/01 01:30:20 DEBUG : Local file system at /tmp/rclone761763288: Waiting for transfers to finish
2026/02/01 01:30:20 DEBUG : Waiting for deletions to finish
2026/02/01 01:30:20 INFO : There was nothing to transfer
--- PASS: TestSyncWithExclude (57.29s)
=== RUN TestSyncWithExcludeAndDeleteExcluded
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:30:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:30:39 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:30:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:30:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:30:39 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:30:39 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:30:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:30:39 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:30:39 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:30:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:30:39 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:30:39 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:30:39 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:30:54 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:30:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:30:54 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:30:54 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:30:54 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:30:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:30:54 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:30:54 DEBUG : pacer: Rate limited, increasing sleep to 80ms
run.go:286: Retry Put of "enormous" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:30:56 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:31:10 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:31:11 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:31:11 DEBUG : enormous: Excluded (Size Filter)
2026/02/01 01:31:11 DEBUG : enormous: Excluded
2026/02/01 01:31:11 DEBUG : potato2: Excluded (Size Filter)
2026/02/01 01:31:11 DEBUG : potato2: Excluded
2026/02/01 01:31:11 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:31:11 DEBUG : empty space: size = 1 OK
2026/02/01 01:31:11 DEBUG : empty space: Sizes identical
2026/02/01 01:31:11 DEBUG : empty space: Unchanged skipping
2026/02/01 01:31:11 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:31:11 DEBUG : Waiting for deletions to finish
2026/02/01 01:31:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:11 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:31:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:11 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:11 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:31:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:11 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:11 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:31:11 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:31:11 INFO : enormous: Deleted
2026/02/01 01:31:11 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:31:11 INFO : potato2: Deleted
2026/02/01 01:31:11 INFO : There was nothing to transfer
2026/02/01 01:31:12 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:31:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:12 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:31:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:12 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:12 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:31:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:12 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:12 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:31:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:12 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:12 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:31:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:12 DEBUG : pacer: low level retry 5/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:12 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:31:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:12 DEBUG : pacer: low level retry 6/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:12 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:31:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:13 DEBUG : pacer: low level retry 7/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:13 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 01:31:14 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 01:31:14 DEBUG : empty space: size = 1 OK
2026/02/01 01:31:14 DEBUG : empty space: Sizes identical
2026/02/01 01:31:14 DEBUG : empty space: Unchanged skipping
2026/02/01 01:31:14 DEBUG : Local file system at /tmp/rclone761763288: Waiting for checks to finish
2026/02/01 01:31:14 DEBUG : Local file system at /tmp/rclone761763288: Waiting for transfers to finish
2026/02/01 01:31:14 DEBUG : Waiting for deletions to finish
2026/02/01 01:31:14 INFO : enormous: Deleted
2026/02/01 01:31:14 INFO : potato2: Deleted
2026/02/01 01:31:14 INFO : There was nothing to transfer
2026/02/01 01:31:15 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:31:16 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:31:16 DEBUG : pacer: Reducing sleep to 80ms
--- PASS: TestSyncWithExcludeAndDeleteExcluded (54.85s)
=== RUN TestSyncWithUpdateOlder
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:1454: Can't run this test on fs which doesn't support mod time
2026/02/01 01:31:16 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:31:17 DEBUG : pacer: Reducing sleep to 20ms
--- SKIP: TestSyncWithUpdateOlder (0.81s)
=== 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-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:1569: Can track renames: false
2026/02/01 01:31:17 ERROR : drime root 'rclone-test-huyefiv0zoxu': Ignoring --track-renames as the source and destination do not have a common hash
2026/02/01 01:31:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:17 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:17 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:31:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:17 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:17 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:31:17 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:31:17 DEBUG : potato: Need to transfer - File not found at Destination
2026/02/01 01:31:17 DEBUG : yam: Need to transfer - File not found at Destination
2026/02/01 01:31:17 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:31:17 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:31:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:17 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:17 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:31:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:17 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:17 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:31:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:17 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:17 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:31:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:18 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:18 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:31:18 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:31:18 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:31:27 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:31:27 DEBUG : yam: size = 11 OK
2026/02/01 01:31:27 INFO : yam: Copied (new)
2026/02/01 01:31:28 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:31:28 DEBUG : potato: size = 14 OK
2026/02/01 01:31:28 INFO : potato: Copied (new)
2026/02/01 01:31:28 DEBUG : Waiting for deletions to finish
2026/02/01 01:31:28 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:31:28 ERROR : drime root 'rclone-test-huyefiv0zoxu': Ignoring --track-renames as the source and destination do not have a common hash
2026/02/01 01:31:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:28 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:28 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:31:29 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:31:29 DEBUG : potato: size = 14 OK
2026/02/01 01:31:29 DEBUG : potato: Sizes identical
2026/02/01 01:31:29 DEBUG : yaml: Need to transfer - File not found at Destination
2026/02/01 01:31:29 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:31:29 DEBUG : potato: Unchanged skipping
2026/02/01 01:31:29 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:31:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:29 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:29 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:31:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:29 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:29 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:31:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:29 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:29 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:31:29 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:31:38 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:31:38 DEBUG : yaml: size = 11 OK
2026/02/01 01:31:38 INFO : yaml: Copied (new)
2026/02/01 01:31:38 DEBUG : Waiting for deletions to finish
2026/02/01 01:31:39 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:31:39 INFO : yam: Deleted
2026/02/01 01:31:39 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestSyncWithTrackRenames (23.68s)
=== RUN TestParseRenamesStrategyModtime
--- PASS: TestParseRenamesStrategyModtime (0.00s)
=== RUN TestRenamesStrategyModtime
--- PASS: TestRenamesStrategyModtime (0.00s)
=== RUN TestSyncWithTrackRenamesStrategyModtime
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:1641: Can track renames: false
2026/02/01 01:31:40 ERROR : drime root 'rclone-test-huyefiv0zoxu': Ignoring --track-renames as either the source or destination do not support modtime
2026/02/01 01:31:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:40 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:31:41 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:31:41 DEBUG : potato: Need to transfer - File not found at Destination
2026/02/01 01:31:41 DEBUG : yam: Need to transfer - File not found at Destination
2026/02/01 01:31:41 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:31:41 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:31:51 DEBUG : potato: size = 14 OK
2026/02/01 01:31:51 INFO : potato: Copied (new)
2026/02/01 01:31:53 DEBUG : yam: size = 11 OK
2026/02/01 01:31:53 INFO : yam: Copied (new)
2026/02/01 01:31:53 DEBUG : Waiting for deletions to finish
2026/02/01 01:31:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:31:53 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:31:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:31:54 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:31:54 ERROR : drime root 'rclone-test-huyefiv0zoxu': Ignoring --track-renames as either the source or destination do not support modtime
2026/02/01 01:31:54 DEBUG : potato: size = 14 OK
2026/02/01 01:31:54 DEBUG : potato: Sizes identical
2026/02/01 01:31:54 DEBUG : yaml: Need to transfer - File not found at Destination
2026/02/01 01:31:54 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:31:54 DEBUG : potato: Unchanged skipping
2026/02/01 01:31:54 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:32:05 DEBUG : yaml: size = 11 OK
2026/02/01 01:32:05 INFO : yaml: Copied (new)
2026/02/01 01:32:05 DEBUG : Waiting for deletions to finish
2026/02/01 01:32:05 INFO : yam: Deleted
--- PASS: TestSyncWithTrackRenamesStrategyModtime (26.84s)
=== RUN TestSyncWithTrackRenamesStrategyLeaf
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:1680: Can track renames: false
2026/02/01 01:32:08 INFO : drime root 'rclone-test-huyefiv0zoxu': Making map for --track-renames
2026/02/01 01:32:08 INFO : drime root 'rclone-test-huyefiv0zoxu': Finished making map for --track-renames
2026/02/01 01:32:08 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:32:08 DEBUG : potato: Need to transfer - No matching file found at Destination
2026/02/01 01:32:08 DEBUG : sub/yam: Need to transfer - No matching file found at Destination
2026/02/01 01:32:08 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for renames to finish
2026/02/01 01:32:08 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:32:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:09 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:32:09 DEBUG : sub/yam: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 0/10
2026/02/01 01:32:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:09 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:09 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:32:09 DEBUG : potato: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 0/10
2026/02/01 01:32:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:09 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:09 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:32:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:09 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:09 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:32:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:09 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:09 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:32:09 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:32:10 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:32:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:10 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:10 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:32:10 DEBUG : sub/yam: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 1/10
2026/02/01 01:32:10 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:32:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:10 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:10 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:32:10 DEBUG : sub/yam: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 2/10
2026/02/01 01:32:10 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:32:25 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:32:25 DEBUG : potato: size = 14 OK
2026/02/01 01:32:25 INFO : potato: Copied (new)
2026/02/01 01:32:27 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:32:27 DEBUG : sub/yam: size = 11 OK
2026/02/01 01:32:27 INFO : sub/yam: Copied (new)
2026/02/01 01:32:27 DEBUG : Waiting for deletions to finish
2026/02/01 01:32:27 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:32:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:28 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:32:28 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:32:28 DEBUG : potato: size = 14 OK
2026/02/01 01:32:28 DEBUG : potato: Sizes identical
2026/02/01 01:32:28 DEBUG : potato: Unchanged skipping
2026/02/01 01:32:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:28 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:32:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:28 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:28 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:32:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:28 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:28 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:32:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:28 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:28 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:32:29 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:32:29 INFO : drime root 'rclone-test-huyefiv0zoxu': Making map for --track-renames
2026/02/01 01:32:29 INFO : drime root 'rclone-test-huyefiv0zoxu': Finished making map for --track-renames
2026/02/01 01:32:29 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:32:29 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for renames to finish
2026/02/01 01:32:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:29 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:29 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:32:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:29 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:29 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:32:29 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:32:30 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:32:30 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:32:30 INFO : sub/yam: Moved (server-side) to: yam
2026/02/01 01:32:30 INFO : yam: Renamed from "sub/yam"
2026/02/01 01:32:30 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:32:30 DEBUG : Waiting for deletions to finish
2026/02/01 01:32:30 INFO : There was nothing to transfer
2026/02/01 01:32:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:30 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:30 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:32:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:30 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:30 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:32:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:30 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:30 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:32:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:30 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:30 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:32:31 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:32:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:31 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:31 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:32:32 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:32 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:32 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 01:32:33 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 01:32:34 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:34 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:34 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 01:32:35 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 01:32:36 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:32:37 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:32:37 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:32:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:32:37 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:32:37 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:32:38 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:32:38 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:32:39 DEBUG : pacer: Reducing sleep to 20ms
--- PASS: TestSyncWithTrackRenamesStrategyLeaf (31.40s)
=== RUN TestServerSideMoveLocal
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:32:39 DEBUG : Creating backend with remote "/tmp/rclone761763288/dir1"
2026/02/01 01:32:39 DEBUG : Config file has changed externally - reloading
2026/02/01 01:32:39 DEBUG : Creating backend with remote "/tmp/rclone761763288/dir2"
2026/02/01 01:32:39 DEBUG : Local file system at /tmp/rclone761763288/dir2: Using server-side directory move
2026/02/01 01:32:39 INFO : Local file system at /tmp/rclone761763288/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/02/01 01:32:39 DEBUG : file1.txt: Need to transfer - File not found at Destination
2026/02/01 01:32:39 DEBUG : Local file system at /tmp/rclone761763288/dir2: Waiting for checks to finish
2026/02/01 01:32:39 DEBUG : Local file system at /tmp/rclone761763288/dir2: Waiting for transfers to finish
2026/02/01 01:32:39 INFO : file1.txt: Moved (server-side)
2026/02/01 01:32:39 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestServerSideMoveLocal (0.83s)
=== RUN TestMoveWithDeleteEmptySrcDirs
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:32:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:32:40 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2026/02/01 01:32:40 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:32:40 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:33:00 DEBUG : nested/sub dir/file: size = 6 OK
2026/02/01 01:33:00 INFO : nested/sub dir/file: Copied (new)
2026/02/01 01:33:00 INFO : nested/sub dir/file: Deleted
2026/02/01 01:33:04 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:33:04 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:33:04 INFO : sub dir/hello world: Deleted
2026/02/01 01:33:04 INFO : sub dir: Removing directory
2026/02/01 01:33:04 INFO : nested/sub dir: Removing directory
2026/02/01 01:33:04 INFO : nested: Removing directory
2026/02/01 01:33:04 DEBUG : Local file system at /tmp/rclone761763288: deleted 3 directories
2026/02/01 01:33:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:05 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:33:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:05 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:05 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:33:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:05 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:05 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:33:05 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:33:05 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:33:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:06 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:06 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:33:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:06 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:06 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:33:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:06 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:06 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:33:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:06 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:06 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:33:06 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:33:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:06 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:06 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:33:06 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:33:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:06 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:06 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:33:07 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:33:07 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:33:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:07 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:07 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:33:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:07 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:07 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 01:33:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:08 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:08 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 01:33:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:08 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:08 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 01:33:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:09 DEBUG : pacer: low level retry 5/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:09 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/02/01 01:33:10 DEBUG : pacer: Reducing sleep to 1.28s
2026/02/01 01:33:13 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 01:33:14 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 01:33:15 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 01:33:15 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:33:15 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:33:16 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:33:16 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestMoveWithDeleteEmptySrcDirs (36.65s)
=== RUN TestMoveWithoutDeleteEmptySrcDirs
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:33:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2026/02/01 01:33:16 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2026/02/01 01:33:16 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:33:16 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:33:50 DEBUG : nested/sub dir/file: size = 6 OK
2026/02/01 01:33:50 INFO : nested/sub dir/file: Copied (new)
2026/02/01 01:33:50 INFO : nested/sub dir/file: Deleted
2026/02/01 01:33:57 DEBUG : sub dir/hello world: size = 11 OK
2026/02/01 01:33:57 INFO : sub dir/hello world: Copied (new)
2026/02/01 01:33:57 INFO : sub dir/hello world: Deleted
2026/02/01 01:33:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:57 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:33:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:57 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:57 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:33:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:57 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:57 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:33:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:58 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:58 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 01:33:58 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 01:33:58 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:33:58 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:33:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:33:58 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:33:58 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:33:59 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:33:59 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestMoveWithoutDeleteEmptySrcDirs (46.87s)
=== RUN TestMoveWithIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:34:03 DEBUG : existing-b: Need to transfer - File not found at Destination
2026/02/01 01:34:03 DEBUG : existing: Need to transfer - File not found at Destination
2026/02/01 01:34:03 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:34:03 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:34:27 DEBUG : existing: size = 6 OK
2026/02/01 01:34:27 INFO : existing: Copied (new)
2026/02/01 01:34:27 INFO : existing: Deleted
2026/02/01 01:34:44 DEBUG : existing-b: size = 6 OK
2026/02/01 01:34:44 INFO : existing-b: Copied (new)
2026/02/01 01:34:44 INFO : existing-b: Deleted
2026/02/01 01:34:45 DEBUG : existing: Destination exists, skipping
2026/02/01 01:34:45 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:34:45 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set
2026/02/01 01:34:45 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:34:45 INFO : There was nothing to transfer
--- PASS: TestMoveWithIgnoreExisting (43.89s)
=== RUN TestServerSideMove
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:34:47 DEBUG : Creating backend with remote "TestDrime:rclone-test-voganuy7rasi"
sync_test.go:1736: Server side move (if possible) drime root 'rclone-test-huyefiv0zoxu' -> drime root 'rclone-test-voganuy7rasi'
2026/02/01 01:37:28 DEBUG : drime root 'rclone-test-voganuy7rasi': Using server-side directory move
2026/02/01 01:37:28 INFO : drime root 'rclone-test-voganuy7rasi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/02/01 01:37:29 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:37:29 DEBUG : empty space: size = 1 OK
2026/02/01 01:37:29 DEBUG : empty space: Sizes identical
2026/02/01 01:37:29 DEBUG : empty space: Unchanged skipping
2026/02/01 01:37:29 DEBUG : potato3: size = 68 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:37:29 DEBUG : potato3: size = 60 (drime root 'rclone-test-voganuy7rasi')
2026/02/01 01:37:29 DEBUG : potato3: Sizes differ
2026/02/01 01:37:29 DEBUG : drime root 'rclone-test-voganuy7rasi': Waiting for checks to finish
2026/02/01 01:37:29 INFO : empty space: Deleted
2026/02/01 01:37:29 DEBUG : drime root 'rclone-test-voganuy7rasi': Waiting for transfers to finish
2026/02/01 01:37:30 INFO : potato3: Deleted
2026/02/01 01:37:30 INFO : potato2: Moved (server-side)
2026/02/01 01:37:30 INFO : potato3: Moved (server-side)
2026/02/01 01:37:31 DEBUG : Creating backend with remote "TestDrime:rclone-test-xefahaw4keju"
2026/02/01 01:37:33 DEBUG : drime root 'rclone-test-xefahaw4keju': Using server-side directory move
2026/02/01 01:37:33 INFO : drime root 'rclone-test-xefahaw4keju': Server side directory move succeeded
2026/02/01 01:37:35 ERROR : error listing: directory not found
2026/02/01 01:37:35 DEBUG : drime root 'rclone-test-xefahaw4keju': Purge remote
2026/02/01 01:37:36 DEBUG : drime root 'rclone-test-voganuy7rasi': Purge remote
2026/02/01 01:37:36 NOTICE: purge failed: directory not found
--- PASS: TestServerSideMove (170.24s)
=== RUN TestServerSideMoveWithFilter
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:37:37 DEBUG : Creating backend with remote "TestDrime:rclone-test-wegorub5muca"
sync_test.go:1736: Server side move (if possible) drime root 'rclone-test-huyefiv0zoxu' -> drime root 'rclone-test-wegorub5muca'
2026/02/01 01:39:51 DEBUG : empty space: Excluded (Size Filter)
2026/02/01 01:39:51 DEBUG : empty space: Excluded
2026/02/01 01:39:51 DEBUG : empty space: Excluded (Size Filter)
2026/02/01 01:39:51 DEBUG : empty space: Excluded
2026/02/01 01:39:51 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:39:51 DEBUG : drime root 'rclone-test-wegorub5muca': Waiting for checks to finish
2026/02/01 01:39:51 DEBUG : potato3: size = 68 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:39:51 DEBUG : potato3: size = 60 (drime root 'rclone-test-wegorub5muca')
2026/02/01 01:39:51 DEBUG : potato3: Sizes differ
2026/02/01 01:39:51 DEBUG : drime root 'rclone-test-wegorub5muca': Waiting for transfers to finish
2026/02/01 01:39:51 INFO : potato3: Deleted
2026/02/01 01:39:52 INFO : potato2: Moved (server-side)
2026/02/01 01:39:52 INFO : potato3: Moved (server-side)
2026/02/01 01:39:53 DEBUG : Creating backend with remote "TestDrime:rclone-test-poyakof5kiju"
2026/02/01 01:39:55 DEBUG : empty space: Excluded (Size Filter)
2026/02/01 01:39:55 DEBUG : empty space: Excluded
2026/02/01 01:39:55 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:39:55 DEBUG : potato3: Need to transfer - File not found at Destination
2026/02/01 01:39:55 DEBUG : drime root 'rclone-test-poyakof5kiju': Waiting for checks to finish
2026/02/01 01:39:55 DEBUG : drime root 'rclone-test-poyakof5kiju': Waiting for transfers to finish
2026/02/01 01:39:57 INFO : potato2: Moved (server-side)
2026/02/01 01:39:58 INFO : potato3: Moved (server-side)
2026/02/01 01:39:59 DEBUG : drime root 'rclone-test-poyakof5kiju': Purge remote
2026/02/01 01:39:59 DEBUG : drime root 'rclone-test-wegorub5muca': Purge remote
--- PASS: TestServerSideMoveWithFilter (143.65s)
=== RUN TestServerSideMoveDeleteEmptySourceDirs
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:40:01 DEBUG : Creating backend with remote "TestDrime:rclone-test-waxoris1voha"
2026/02/01 01:41:17 INFO : tomatoDir: Making directory
sync_test.go:1736: Server side move (if possible) drime root 'rclone-test-huyefiv0zoxu' -> drime root 'rclone-test-waxoris1voha'
2026/02/01 01:42:15 DEBUG : drime root 'rclone-test-waxoris1voha': Using server-side directory move
2026/02/01 01:42:15 INFO : drime root 'rclone-test-waxoris1voha': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2026/02/01 01:42:15 DEBUG : potato2: Need to transfer - File not found at Destination
2026/02/01 01:42:15 DEBUG : empty space: size = 1 OK
2026/02/01 01:42:15 DEBUG : empty space: Sizes identical
2026/02/01 01:42:15 DEBUG : potato3: size = 68 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 01:42:15 DEBUG : potato3: size = 60 (drime root 'rclone-test-waxoris1voha')
2026/02/01 01:42:15 DEBUG : potato3: Sizes differ
2026/02/01 01:42:15 DEBUG : empty space: Unchanged skipping
2026/02/01 01:42:16 DEBUG : drime root 'rclone-test-waxoris1voha': Waiting for checks to finish
2026/02/01 01:42:16 INFO : empty space: Deleted
2026/02/01 01:42:16 DEBUG : drime root 'rclone-test-waxoris1voha': Waiting for transfers to finish
2026/02/01 01:42:16 INFO : potato3: Deleted
2026/02/01 01:42:16 INFO : potato2: Moved (server-side)
2026/02/01 01:42:17 INFO : potato3: Moved (server-side)
2026/02/01 01:42:17 INFO : tomatoDir: Removing directory
2026/02/01 01:42:18 DEBUG : drime root 'rclone-test-huyefiv0zoxu': deleted 1 directories
2026/02/01 01:42:19 DEBUG : Creating backend with remote "TestDrime:rclone-test-wapuros9bufe"
2026/02/01 01:42:21 INFO : tomatoDir: Making directory
2026/02/01 01:42:22 DEBUG : drime root 'rclone-test-wapuros9bufe': Using server-side directory move
2026/02/01 01:42:23 INFO : drime root 'rclone-test-wapuros9bufe': Server side directory move succeeded
2026/02/01 01:42:25 ERROR : error listing: directory not found
2026/02/01 01:42:25 ERROR : error listing: directory not found
2026/02/01 01:42:25 DEBUG : drime root 'rclone-test-wapuros9bufe': Purge remote
2026/02/01 01:42:26 DEBUG : drime root 'rclone-test-waxoris1voha': Purge remote
2026/02/01 01:42:26 NOTICE: purge failed: directory not found
--- PASS: TestServerSideMoveDeleteEmptySourceDirs (146.15s)
=== RUN TestServerSideMoveOverlap
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:1941: Skipping test as remote supports DirMove
--- SKIP: TestServerSideMoveOverlap (0.71s)
=== RUN TestSyncOverlap
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:42:28 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/rclone-sync-test"
--- PASS: TestSyncOverlap (2.72s)
=== RUN TestSyncOverlapWithFilter
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:42:30 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/rclone-sync-test"
2026/02/01 01:42:33 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/rclone-sync-test-include/layer2"
2026/02/01 01:42:37 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/rclone-sync-test-ignore-file"
2026/02/01 01:43:12 DEBUG : rclone-sync-test-ignore-file: Excluded
2026/02/01 01:43:13 DEBUG : rclone-sync-test: Excluded
2026/02/01 01:43:14 DEBUG : rclone-sync-test-include/layer2: Excluded
2026/02/01 01:43:14 DEBUG : drime root 'rclone-test-huyefiv0zoxu/rclone-sync-test': Waiting for checks to finish
2026/02/01 01:43:14 DEBUG : drime root 'rclone-test-huyefiv0zoxu/rclone-sync-test': Waiting for transfers to finish
2026/02/01 01:43:14 DEBUG : Waiting for deletions to finish
2026/02/01 01:43:14 INFO : There was nothing to transfer
2026/02/01 01:43:15 DEBUG : rclone-sync-test-ignore-file: Excluded
2026/02/01 01:43:16 DEBUG : rclone-sync-test: Excluded
2026/02/01 01:43:17 DEBUG : rclone-sync-test-include/layer2: Excluded
2026/02/01 01:43:17 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:43:17 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:43:17 DEBUG : Waiting for deletions to finish
2026/02/01 01:43:17 INFO : rclone-sync-test-include: Removing directory
2026/02/01 01:43:17 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty
2026/02/01 01:43:17 DEBUG : drime root 'rclone-test-huyefiv0zoxu': failed to delete 1 directories
2026/02/01 01:43:17 INFO : There was nothing to transfer
2026/02/01 01:43:18 DEBUG : rclone-sync-test-ignore-file: Excluded
2026/02/01 01:43:19 DEBUG : rclone-sync-test: Excluded
2026/02/01 01:43:20 DEBUG : rclone-sync-test-include/layer2: Excluded
2026/02/01 01:43:20 DEBUG : drime root 'rclone-test-huyefiv0zoxu/rclone-sync-test-include/layer2': Waiting for checks to finish
2026/02/01 01:43:20 DEBUG : drime root 'rclone-test-huyefiv0zoxu/rclone-sync-test-include/layer2': Waiting for transfers to finish
2026/02/01 01:43:20 DEBUG : Waiting for deletions to finish
2026/02/01 01:43:20 INFO : There was nothing to transfer
2026/02/01 01:43:21 DEBUG : rclone-sync-test-ignore-file: Excluded
2026/02/01 01:43:22 DEBUG : rclone-sync-test: Excluded
2026/02/01 01:43:22 DEBUG : rclone-sync-test-include/layer2: Excluded
2026/02/01 01:43:22 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 01:43:22 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 01:43:22 DEBUG : Waiting for deletions to finish
2026/02/01 01:43:22 INFO : rclone-sync-test-include: Removing directory
2026/02/01 01:43:23 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty
2026/02/01 01:43:23 DEBUG : drime root 'rclone-test-huyefiv0zoxu': failed to delete 1 directories
2026/02/01 01:43:23 INFO : There was nothing to transfer
2026/02/01 01:43:24 DEBUG : Excluded
2026/02/01 01:43:24 DEBUG : rclone-sync-test-ignore-file: Excluded
2026/02/01 01:43:25 DEBUG : rclone-sync-test: Excluded
2026/02/01 01:43:25 DEBUG : rclone-sync-test-include/layer2: Excluded
2026/02/01 01:43:25 DEBUG : drime root 'rclone-test-huyefiv0zoxu/rclone-sync-test-ignore-file': Waiting for checks to finish
2026/02/01 01:43:25 DEBUG : drime root 'rclone-test-huyefiv0zoxu/rclone-sync-test-ignore-file': Waiting for transfers to finish
2026/02/01 01:43:25 DEBUG : Waiting for deletions to finish
2026/02/01 01:43:25 INFO : There was nothing to transfer
--- PASS: TestSyncOverlapWithFilter (60.32s)
=== RUN TestSyncCompareDest
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:43:31 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dst"
2026/02/01 01:43:33 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/CompareDest"
2026/02/01 01:43:36 DEBUG : one: Need to transfer - File not found at Destination
2026/02/01 01:43:36 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:43:36 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:43:53 DEBUG : one: size = 3 OK
2026/02/01 01:43:53 INFO : one: Copied (new)
2026/02/01 01:43:53 DEBUG : Waiting for deletions to finish
2026/02/01 01:43:55 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:43:55 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:43:55 DEBUG : one: Sizes differ
2026/02/01 01:43:55 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:43:55 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:44:13 DEBUG : one: Removing old object on successful upload
2026/02/01 01:44:13 DEBUG : one: size = 5 OK
2026/02/01 01:44:13 INFO : one: Copied (replaced existing)
2026/02/01 01:44:13 DEBUG : Waiting for deletions to finish
2026/02/01 01:44:44 DEBUG : dst/one: Removing old object on successful upload
2026/02/01 01:45:20 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:45:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:45:20 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:45:20 DEBUG : one: Sizes differ
2026/02/01 01:45:21 DEBUG : one: size = 5 OK
2026/02/01 01:45:21 DEBUG : one: Sizes identical
2026/02/01 01:45:21 DEBUG : one: Destination found in --compare-dest, skipping
2026/02/01 01:45:21 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:45:21 DEBUG : Waiting for deletions to finish
2026/02/01 01:45:21 INFO : There was nothing to transfer
2026/02/01 01:45:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:45:47 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:45:47 DEBUG : one: Sizes differ
2026/02/01 01:45:47 DEBUG : one: size = 5 OK
2026/02/01 01:45:47 DEBUG : one: Sizes identical
2026/02/01 01:45:47 DEBUG : one: Destination found in --compare-dest, skipping
2026/02/01 01:45:47 DEBUG : two: size = 3 OK
2026/02/01 01:45:47 DEBUG : two: Sizes identical
2026/02/01 01:45:47 DEBUG : two: Destination found in --compare-dest, skipping
2026/02/01 01:45:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:45:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:45:47 DEBUG : Waiting for deletions to finish
2026/02/01 01:45:47 INFO : There was nothing to transfer
2026/02/01 01:45:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:45:49 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:45:49 DEBUG : one: Sizes differ
2026/02/01 01:45:49 DEBUG : one: size = 5 OK
2026/02/01 01:45:49 DEBUG : one: Sizes identical
2026/02/01 01:45:49 DEBUG : one: Destination found in --compare-dest, skipping
2026/02/01 01:45:49 DEBUG : two: size = 3 OK
2026/02/01 01:45:49 DEBUG : two: Sizes identical
2026/02/01 01:45:49 DEBUG : two: Destination found in --compare-dest, skipping
2026/02/01 01:45:49 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:45:49 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:45:49 DEBUG : Waiting for deletions to finish
2026/02/01 01:45:49 INFO : There was nothing to transfer
sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test
2026/02/01 01:45:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:45:51 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:45:51 DEBUG : one: Sizes differ
2026/02/01 01:45:51 DEBUG : two: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:45:51 DEBUG : two: size = 3 (drime root 'rclone-test-huyefiv0zoxu/CompareDest')
2026/02/01 01:45:51 DEBUG : two: Sizes differ
2026/02/01 01:45:51 DEBUG : two: Need to transfer - File not found at Destination
2026/02/01 01:45:51 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:45:52 DEBUG : one: size = 5 OK
2026/02/01 01:45:52 DEBUG : one: Sizes identical
2026/02/01 01:45:52 DEBUG : one: Destination found in --compare-dest, skipping
2026/02/01 01:45:52 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:46:06 DEBUG : two: size = 5 OK
2026/02/01 01:46:06 INFO : two: Copied (new)
2026/02/01 01:46:06 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncCompareDest (161.25s)
=== RUN TestSyncMultipleCompareDest
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:47:03 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dest"
2026/02/01 01:47:05 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/pre-dest1"
2026/02/01 01:47:06 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/pre-dest2"
2026/02/01 01:47:08 DEBUG : 1: size = 1 OK
2026/02/01 01:47:08 DEBUG : 1: Sizes identical
2026/02/01 01:47:08 DEBUG : 1: Destination found in --compare-dest, skipping
2026/02/01 01:47:09 DEBUG : 2: size = 1 OK
2026/02/01 01:47:09 DEBUG : 2: Sizes identical
2026/02/01 01:47:09 DEBUG : 2: Destination found in --compare-dest, skipping
2026/02/01 01:47:10 DEBUG : 3: Need to transfer - File not found at Destination
2026/02/01 01:47:10 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dest': Waiting for checks to finish
2026/02/01 01:47:10 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dest': Waiting for transfers to finish
2026/02/01 01:47:39 DEBUG : 3: size = 1 OK
2026/02/01 01:47:39 INFO : 3: Copied (new)
2026/02/01 01:47:39 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncMultipleCompareDest (93.20s)
=== RUN TestSyncCopyDest
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:47:45 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dst"
2026/02/01 01:47:47 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/CopyDest"
2026/02/01 01:47:50 DEBUG : one: Need to transfer - File not found at Destination
2026/02/01 01:47:50 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:47:50 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:48:15 DEBUG : one: size = 3 OK
2026/02/01 01:48:15 INFO : one: Copied (new)
2026/02/01 01:48:15 DEBUG : Waiting for deletions to finish
2026/02/01 01:48:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:48:17 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:48:17 DEBUG : one: Sizes differ
2026/02/01 01:48:17 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:48:17 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:48:43 DEBUG : one: Removing old object on successful upload
2026/02/01 01:48:43 DEBUG : one: size = 5 OK
2026/02/01 01:48:43 INFO : one: Copied (replaced existing)
2026/02/01 01:48:43 DEBUG : Waiting for deletions to finish
2026/02/01 01:49:14 DEBUG : dst/one: Removing old object on successful upload
2026/02/01 01:49:37 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/BackupDir"
2026/02/01 01:49:37 DEBUG : Config file has changed externally - reloading
2026/02/01 01:49:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:49:40 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:49:40 DEBUG : one: Sizes differ
2026/02/01 01:49:40 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:49:41 DEBUG : one: size = 5 OK
2026/02/01 01:49:41 DEBUG : one: Sizes identical
2026/02/01 01:49:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:49:41 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:49:41 DEBUG : one: Sizes differ
2026/02/01 01:49:43 INFO : one: Moved (server-side)
2026/02/01 01:49:52 DEBUG : one: size = 5 OK
2026/02/01 01:49:52 INFO : one: Copied (server-side copy)
2026/02/01 01:49:52 DEBUG : one: Destination found in --copy-dest, using server-side copy
2026/02/01 01:49:52 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:49:52 DEBUG : Waiting for deletions to finish
2026/02/01 01:50:14 DEBUG : one: size = 5 OK
2026/02/01 01:50:14 DEBUG : one: Sizes identical
2026/02/01 01:50:14 DEBUG : one: Unchanged skipping
2026/02/01 01:50:15 DEBUG : two: size = 3 OK
2026/02/01 01:50:15 DEBUG : two: Sizes identical
2026/02/01 01:50:27 DEBUG : two: size = 3 OK
2026/02/01 01:50:27 INFO : two: Copied (server-side copy)
2026/02/01 01:50:27 DEBUG : two: Destination found in --copy-dest, using server-side copy
2026/02/01 01:50:27 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:50:27 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:50:27 DEBUG : Waiting for deletions to finish
2026/02/01 01:50:28 DEBUG : one: size = 5 OK
2026/02/01 01:50:28 DEBUG : one: Sizes identical
2026/02/01 01:50:28 DEBUG : one: Unchanged skipping
2026/02/01 01:50:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:50:28 DEBUG : two: size = 3 OK
2026/02/01 01:50:28 DEBUG : two: Sizes identical
2026/02/01 01:50:28 DEBUG : two: Unchanged skipping
2026/02/01 01:50:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:50:28 DEBUG : Waiting for deletions to finish
2026/02/01 01:50:28 INFO : There was nothing to transfer
2026/02/01 01:50:57 DEBUG : one: size = 5 OK
2026/02/01 01:50:57 DEBUG : one: Sizes identical
2026/02/01 01:50:57 DEBUG : one: Unchanged skipping
2026/02/01 01:50:58 DEBUG : three: size = 7 (Local file system at /tmp/rclone761763288)
2026/02/01 01:50:58 DEBUG : three: size = 5 (drime root 'rclone-test-huyefiv0zoxu/CopyDest')
2026/02/01 01:50:58 DEBUG : three: Sizes differ
2026/02/01 01:50:58 DEBUG : three: Destination not found in --copy-dest
2026/02/01 01:50:58 DEBUG : three: Need to transfer - File not found at Destination
2026/02/01 01:50:58 DEBUG : two: size = 3 OK
2026/02/01 01:50:58 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:50:58 DEBUG : two: Sizes identical
2026/02/01 01:50:58 DEBUG : two: Unchanged skipping
2026/02/01 01:50:58 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:51:26 DEBUG : three: size = 7 OK
2026/02/01 01:51:26 INFO : three: Copied (new)
2026/02/01 01:51:26 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncCopyDest (227.41s)
=== RUN TestSyncBackupDir
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:52:59 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dst"
2026/02/01 01:53:01 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/backup"
2026/02/01 01:53:03 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:53:03 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:53:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:53:03 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:53:03 DEBUG : one: size = 4 (Local file system at /tmp/rclone761763288)
2026/02/01 01:53:03 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:53:03 DEBUG : one: Sizes differ
2026/02/01 01:53:03 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:53:03 DEBUG : two: size = 3 OK
2026/02/01 01:53:03 DEBUG : two: Sizes identical
2026/02/01 01:53:03 DEBUG : two: Unchanged skipping
2026/02/01 01:53:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:53:05 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:53:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:53:06 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:53:06 INFO : one: Moved (server-side)
2026/02/01 01:53:06 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:53:27 DEBUG : one: size = 4 OK
2026/02/01 01:53:27 INFO : one: Copied (new)
2026/02/01 01:53:27 DEBUG : Waiting for deletions to finish
2026/02/01 01:53:29 INFO : three.txt: Moved (server-side)
2026/02/01 01:53:29 INFO : three.txt: Moved into backup dir
2026/02/01 01:53:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:53:29 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:53:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:53:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:53:29 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:53:29 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:53:29 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:53:29 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:53:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:53:29 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:53:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 01:53:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:53:29 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:53:29 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 01:53:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 01:53:29 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 01:53:29 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 01:53:30 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 01:53:56 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 01:53:56 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 01:53:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:53:57 DEBUG : one: size = 4 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:53:57 DEBUG : one: Sizes differ
2026/02/01 01:53:57 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:53:57 DEBUG : two: size = 3 OK
2026/02/01 01:53:57 DEBUG : two: Sizes identical
2026/02/01 01:53:57 DEBUG : two: Unchanged skipping
2026/02/01 01:53:58 INFO : one: Deleted
2026/02/01 01:53:59 INFO : one: Moved (server-side)
2026/02/01 01:53:59 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:54:35 DEBUG : one: size = 5 OK
2026/02/01 01:54:35 INFO : one: Copied (new)
2026/02/01 01:54:35 DEBUG : Waiting for deletions to finish
2026/02/01 01:54:36 INFO : three.txt: Deleted
2026/02/01 01:54:37 INFO : three.txt: Moved (server-side)
2026/02/01 01:54:37 INFO : three.txt: Moved into backup dir
--- PASS: TestSyncBackupDir (191.79s)
=== RUN TestSyncBackupDirWithSuffix
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:56:18 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dst"
2026/02/01 01:56:19 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/backup"
2026/02/01 01:56:22 DEBUG : one: size = 4 (Local file system at /tmp/rclone761763288)
2026/02/01 01:56:22 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:56:22 DEBUG : one: Sizes differ
2026/02/01 01:56:22 DEBUG : two: size = 3 OK
2026/02/01 01:56:22 DEBUG : two: Sizes identical
2026/02/01 01:56:22 DEBUG : two: Unchanged skipping
2026/02/01 01:56:22 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:56:24 INFO : one: Moved (server-side) to: one.bak
2026/02/01 01:56:24 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:56:45 DEBUG : one: size = 4 OK
2026/02/01 01:56:45 INFO : one: Copied (new)
2026/02/01 01:56:45 DEBUG : Waiting for deletions to finish
2026/02/01 01:56:48 INFO : three.txt: Moved (server-side) to: three.txt.bak
2026/02/01 01:56:48 INFO : three.txt: Moved into backup dir
2026/02/01 01:57:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 01:57:13 DEBUG : one: size = 4 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:57:13 DEBUG : one: Sizes differ
2026/02/01 01:57:13 DEBUG : two: size = 3 OK
2026/02/01 01:57:13 DEBUG : two: Sizes identical
2026/02/01 01:57:13 DEBUG : two: Unchanged skipping
2026/02/01 01:57:13 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:57:14 INFO : one.bak: Deleted
2026/02/01 01:57:16 INFO : one: Moved (server-side) to: one.bak
2026/02/01 01:57:16 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:57:47 DEBUG : one: size = 5 OK
2026/02/01 01:57:47 INFO : one: Copied (new)
2026/02/01 01:57:47 DEBUG : Waiting for deletions to finish
2026/02/01 01:57:47 INFO : three.txt.bak: Deleted
2026/02/01 01:57:49 INFO : three.txt: Moved (server-side) to: three.txt.bak
2026/02/01 01:57:49 INFO : three.txt: Moved into backup dir
--- PASS: TestSyncBackupDirWithSuffix (190.84s)
=== RUN TestSyncBackupDirWithSuffixKeepExtension
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 01:59:21 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dst"
2026/02/01 01:59:22 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/backup"
2026/02/01 01:59:25 DEBUG : one: size = 4 (Local file system at /tmp/rclone761763288)
2026/02/01 01:59:25 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 01:59:25 DEBUG : one: Sizes differ
2026/02/01 01:59:25 DEBUG : two: size = 3 OK
2026/02/01 01:59:25 DEBUG : two: Sizes identical
2026/02/01 01:59:25 DEBUG : two: Unchanged skipping
2026/02/01 01:59:25 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 01:59:28 INFO : one: Moved (server-side) to: one-2019-01-01
2026/02/01 01:59:28 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 01:59:50 DEBUG : one: size = 4 OK
2026/02/01 01:59:50 INFO : one: Copied (new)
2026/02/01 01:59:50 DEBUG : Waiting for deletions to finish
2026/02/01 01:59:52 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt
2026/02/01 01:59:52 INFO : three.txt: Moved into backup dir
2026/02/01 02:00:20 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 02:00:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 02:00:20 DEBUG : one: size = 4 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:00:20 DEBUG : one: Sizes differ
2026/02/01 02:00:20 DEBUG : two: size = 3 OK
2026/02/01 02:00:20 DEBUG : two: Sizes identical
2026/02/01 02:00:20 DEBUG : two: Unchanged skipping
2026/02/01 02:00:20 INFO : one-2019-01-01: Deleted
2026/02/01 02:00:22 INFO : one: Moved (server-side) to: one-2019-01-01
2026/02/01 02:00:22 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 02:00:39 DEBUG : one: size = 5 OK
2026/02/01 02:00:39 INFO : one: Copied (new)
2026/02/01 02:00:39 DEBUG : Waiting for deletions to finish
2026/02/01 02:00:40 INFO : three-2019-01-01.txt: Deleted
2026/02/01 02:00:42 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt
2026/02/01 02:00:42 INFO : three.txt: Moved into backup dir
--- PASS: TestSyncBackupDirWithSuffixKeepExtension (172.37s)
=== RUN TestSyncBackupDirSuffixOnly
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:01:46 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dst"
2026/02/01 02:01:47 DEBUG : one: size = 4 (Local file system at /tmp/rclone761763288)
2026/02/01 02:01:47 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:01:47 DEBUG : one: Sizes differ
2026/02/01 02:01:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 02:01:47 DEBUG : two: size = 3 OK
2026/02/01 02:01:47 DEBUG : two: Sizes identical
2026/02/01 02:01:47 DEBUG : two: Unchanged skipping
2026/02/01 02:01:48 INFO : one: Moved (server-side) to: one.bak
2026/02/01 02:01:48 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 02:02:09 DEBUG : one: size = 4 OK
2026/02/01 02:02:09 INFO : one: Copied (new)
2026/02/01 02:02:09 DEBUG : Waiting for deletions to finish
2026/02/01 02:02:11 INFO : three.txt: Moved (server-side) to: three.txt.bak
2026/02/01 02:02:11 INFO : three.txt: Moved into backup dir
2026/02/01 02:02:38 DEBUG : three.txt.bak: Excluded (Path Filter)
2026/02/01 02:02:38 DEBUG : three.txt.bak: Excluded
2026/02/01 02:02:38 DEBUG : one.bak: Excluded (Path Filter)
2026/02/01 02:02:38 DEBUG : one.bak: Excluded
2026/02/01 02:02:38 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 02:02:38 DEBUG : one: size = 4 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:02:38 DEBUG : one: Sizes differ
2026/02/01 02:02:38 DEBUG : two: size = 3 OK
2026/02/01 02:02:38 DEBUG : two: Sizes identical
2026/02/01 02:02:38 DEBUG : two: Unchanged skipping
2026/02/01 02:02:38 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for checks to finish
2026/02/01 02:02:39 INFO : one.bak: Deleted
2026/02/01 02:02:39 INFO : one: Moved (server-side) to: one.bak
2026/02/01 02:02:39 DEBUG : drime root 'rclone-test-huyefiv0zoxu/dst': Waiting for transfers to finish
2026/02/01 02:03:08 DEBUG : one: size = 5 OK
2026/02/01 02:03:08 INFO : one: Copied (new)
2026/02/01 02:03:08 DEBUG : Waiting for deletions to finish
2026/02/01 02:03:09 INFO : three.txt.bak: Deleted
2026/02/01 02:03:09 INFO : three.txt: Moved (server-side) to: three.txt.bak
2026/02/01 02:03:09 INFO : three.txt: Moved into backup dir
2026/02/01 02:03:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:03:12 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:03:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:03:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:03:12 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:03:12 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:03:13 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:03:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:03:13 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:03:13 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:03:13 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:03:14 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestSyncBackupDirSuffixOnly (146.38s)
=== RUN TestSyncSuffix
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:04:39 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dst"
2026/02/01 02:04:40 DEBUG : one: size = 4 (Local file system at /tmp/rclone761763288)
2026/02/01 02:04:40 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:04:40 DEBUG : one: Sizes differ
2026/02/01 02:04:41 INFO : one: Moved (server-side) to: one.bak
2026/02/01 02:05:03 DEBUG : one: size = 4 OK
2026/02/01 02:05:03 INFO : one: Copied (new)
2026/02/01 02:05:04 DEBUG : two: size = 3 OK
2026/02/01 02:05:04 DEBUG : two: Sizes identical
2026/02/01 02:05:04 DEBUG : two: Unchanged skipping
2026/02/01 02:05:04 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone761763288)
2026/02/01 02:05:04 DEBUG : three.txt: size = 5 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:05:04 DEBUG : three.txt: Sizes differ
2026/02/01 02:05:05 INFO : three.txt: Moved (server-side) to: three.txt.bak
2026/02/01 02:05:36 DEBUG : three.txt: size = 6 OK
2026/02/01 02:05:36 INFO : three.txt: Copied (new)
2026/02/01 02:05:38 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 02:05:38 DEBUG : one: size = 4 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:05:38 DEBUG : one: Sizes differ
2026/02/01 02:05:40 INFO : one.bak: Deleted
2026/02/01 02:05:40 INFO : one: Moved (server-side) to: one.bak
2026/02/01 02:06:18 DEBUG : one: size = 5 OK
2026/02/01 02:06:18 INFO : one: Copied (new)
2026/02/01 02:06:18 DEBUG : two: size = 3 OK
2026/02/01 02:06:18 DEBUG : two: Sizes identical
2026/02/01 02:06:18 DEBUG : two: Unchanged skipping
2026/02/01 02:06:19 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone761763288)
2026/02/01 02:06:19 DEBUG : three.txt: size = 6 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:06:19 DEBUG : three.txt: Sizes differ
2026/02/01 02:06:19 INFO : three.txt.bak: Deleted
2026/02/01 02:06:20 INFO : three.txt: Moved (server-side) to: three.txt.bak
2026/02/01 02:06:49 DEBUG : three.txt: size = 19 OK
2026/02/01 02:06:49 INFO : three.txt: Copied (new)
--- PASS: TestSyncSuffix (221.64s)
=== RUN TestSyncSuffixKeepExtension
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:08:12 DEBUG : Creating backend with remote "TestDrime:rclone-test-huyefiv0zoxu/dst"
2026/02/01 02:08:13 DEBUG : one: size = 4 (Local file system at /tmp/rclone761763288)
2026/02/01 02:08:13 DEBUG : one: size = 3 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:08:13 DEBUG : one: Sizes differ
2026/02/01 02:08:14 INFO : one: Moved (server-side) to: one-2019-01-01
2026/02/01 02:08:40 DEBUG : one: size = 4 OK
2026/02/01 02:08:40 INFO : one: Copied (new)
2026/02/01 02:08:40 DEBUG : two: size = 3 OK
2026/02/01 02:08:40 DEBUG : two: Sizes identical
2026/02/01 02:08:40 DEBUG : two: Unchanged skipping
2026/02/01 02:08:41 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone761763288)
2026/02/01 02:08:41 DEBUG : three.txt: size = 5 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:08:41 DEBUG : three.txt: Sizes differ
2026/02/01 02:08:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:08:41 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:08:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:08:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:08:41 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:08:41 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:08:42 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:08:42 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:08:42 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:08:42 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:08:43 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:08:43 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt
2026/02/01 02:08:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:08:43 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:08:43 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:08:43 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:09:06 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:09:06 DEBUG : three.txt: size = 6 OK
2026/02/01 02:09:06 INFO : three.txt: Copied (new)
2026/02/01 02:09:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:07 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:09:08 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:09:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:08 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:09:08 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:09:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:09 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:09:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:09 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:09 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:09:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:09 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:09 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:09:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:09 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:09 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 02:09:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:09 DEBUG : pacer: low level retry 5/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:09 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 02:09:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:09 DEBUG : pacer: low level retry 6/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:09 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 02:09:09 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 02:09:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone761763288)
2026/02/01 02:09:09 DEBUG : one: size = 4 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:09:09 DEBUG : one: Sizes differ
2026/02/01 02:09:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:10 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:10 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 02:09:11 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 02:09:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:11 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:11 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 02:09:12 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 02:09:12 INFO : one-2019-01-01: Deleted
2026/02/01 02:09:13 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 02:09:13 INFO : one: Moved (server-side) to: one-2019-01-01
2026/02/01 02:09:13 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 02:09:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:13 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:13 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 02:09:13 DEBUG : one: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 0/10
2026/02/01 02:09:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:13 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:13 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 02:09:14 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 02:09:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:14 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:14 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 02:09:14 DEBUG : one: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 1/10
2026/02/01 02:09:14 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 02:09:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:14 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:14 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 02:09:14 DEBUG : one: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 2/10
2026/02/01 02:09:15 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 02:09:28 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 02:09:28 DEBUG : one: size = 5 OK
2026/02/01 02:09:28 INFO : one: Copied (new)
2026/02/01 02:09:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:28 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:28 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 02:09:29 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 02:09:29 DEBUG : two: size = 3 OK
2026/02/01 02:09:29 DEBUG : two: Sizes identical
2026/02/01 02:09:29 DEBUG : two: Unchanged skipping
2026/02/01 02:09:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:29 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:29 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 02:09:29 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 02:09:29 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone761763288)
2026/02/01 02:09:29 DEBUG : three.txt: size = 6 (drime root 'rclone-test-huyefiv0zoxu/dst')
2026/02/01 02:09:29 DEBUG : three.txt: Sizes differ
2026/02/01 02:09:29 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 02:09:30 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:09:30 INFO : three-2019-01-01.txt: Deleted
2026/02/01 02:09:30 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:09:30 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt
2026/02/01 02:09:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:30 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:09:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:31 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:31 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:09:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:31 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:31 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:09:31 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 02:09:47 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:09:47 DEBUG : three.txt: size = 19 OK
2026/02/01 02:09:47 INFO : three.txt: Copied (new)
2026/02/01 02:09:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:47 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:09:48 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:09:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:49 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:09:49 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:09:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:49 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:09:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:50 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:50 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:09:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:50 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:50 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:09:50 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 02:09:50 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:09:51 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:09:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:52 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:09:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:09:52 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:09:52 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:09:53 DEBUG : pacer: Reducing sleep to 20ms
--- PASS: TestSyncSuffixKeepExtension (176.98s)
=== RUN TestSyncUTFNorm
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:09:53 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:10:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:21 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:10:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:21 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:21 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:10:21 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:10:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:21 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:21 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:10:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:21 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:21 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:10:22 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 02:10:22 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone761763288)
2026/02/01 02:10:22 DEBUG : Testêé: size = 18 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:10:22 DEBUG : Testêé: Sizes differ
2026/02/01 02:10:22 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:10:22 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:10:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:22 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:22 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:10:22 DEBUG : Testêé: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 0/10
2026/02/01 02:10:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:22 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:22 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 02:10:22 DEBUG : Testêé: Received error: failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n" - low level retry 1/10
2026/02/01 02:10:42 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 02:10:42 DEBUG : Testêé: size = 14 OK
2026/02/01 02:10:42 INFO : Testêé: Copied (replaced existing) to: Testêé
2026/02/01 02:10:42 DEBUG : Waiting for deletions to finish
2026/02/01 02:10:42 DEBUG : pacer: Reducing sleep to 40ms
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
2026/02/01 02:10:44 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:10:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:44 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:44 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:10:44 DEBUG : pacer: Reducing sleep to 20ms
fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:301: Flushing the directory cache
2026/02/01 02:10:47 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:10:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:47 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:10:47 DEBUG : pacer: Reducing sleep to 10ms
fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:301: Flushing the directory cache
fstest.go:305:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2589
Error: Should be true
Test: TestSyncUTFNorm
Messages: listing wrong, want
Testêé (14) got
Testêé (14), Testêé (18)
fstest.go:191:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2589
/usr/local/go/src/runtime/asm_amd64.s:1700
Error: Should be true
Test: TestSyncUTFNorm
Messages: Unexpected file "Testêé"
2026/02/01 02:10:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:51 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:10:52 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:10:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:52 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:10:52 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:10:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:52 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:10:53 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:10:54 DEBUG : pacer: low level retry 1/10 (error Error "Server Error")
2026/02/01 02:10:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:10:54 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:10:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:54 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:10:54 DEBUG : pacer: Reducing sleep to 10ms
--- FAIL: TestSyncUTFNorm (61.78s)
=== RUN TestSyncImmutable
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:10:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:10:54 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:10:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:10:55 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:10:55 DEBUG : existing: Need to transfer - File not found at Destination
2026/02/01 02:10:55 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:10:55 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:11:13 DEBUG : existing: size = 6 OK
2026/02/01 02:11:13 INFO : existing: Copied (new)
2026/02/01 02:11:13 DEBUG : Waiting for deletions to finish
2026/02/01 02:11:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:13 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:13 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:13 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:11:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:13 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:13 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:14 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:11:14 DEBUG : existing: size = 8 (Local file system at /tmp/rclone761763288)
2026/02/01 02:11:14 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:11:14 DEBUG : existing: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:11:14 DEBUG : existing: Sizes differ
2026/02/01 02:11:14 ERROR : existing: Source and destination exist but do not match: immutable file modified
2026/02/01 02:11:14 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:11:14 ERROR : drime root 'rclone-test-huyefiv0zoxu': not deleting files as there were IO errors
2026/02/01 02:11:14 ERROR : drime root 'rclone-test-huyefiv0zoxu': not deleting directories as there were IO errors
2026/02/01 02:11:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:15 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:15 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:15 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:11:15 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:11:16 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:11:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:16 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:16 DEBUG : pacer: Reducing sleep to 10ms
--- PASS: TestSyncImmutable (21.82s)
=== RUN TestSyncIgnoreCase
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:11:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:16 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "EXISTING" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:19 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:11:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:19 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "EXISTING" to drime root 'rclone-test-huyefiv0zoxu': 2/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:21 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:11:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:36 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:36 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:11:36 DEBUG : EXISTING: size = 6 OK
2026/02/01 02:11:36 DEBUG : existing: Sizes identical
2026/02/01 02:11:36 DEBUG : existing: Unchanged skipping
2026/02/01 02:11:36 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:11:36 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:11:36 DEBUG : Waiting for deletions to finish
2026/02/01 02:11:36 INFO : There was nothing to transfer
2026/02/01 02:11:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:36 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:36 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:36 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:11:37 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:11:37 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:11:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:37 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:38 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:11:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:38 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:38 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:38 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:11:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:38 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:38 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:11:39 DEBUG : pacer: Reducing sleep to 40ms
--- PASS: TestSyncIgnoreCase (22.54s)
=== RUN TestFixCase
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:2666: Skipping test as local or remote are case-sensitive
2026/02/01 02:11:39 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:11:40 DEBUG : pacer: Reducing sleep to 10ms
--- SKIP: TestFixCase (1.01s)
=== RUN TestMaxTransfer
=== RUN TestMaxTransfer/Hard
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:2705: This test only runs on local
2026/02/01 02:11:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:40 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:11:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:40 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:40 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:11:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:40 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:40 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:11:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:40 DEBUG : pacer: low level retry 4/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:40 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 02:11:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:40 DEBUG : pacer: low level retry 5/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:40 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 02:11:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:41 DEBUG : pacer: low level retry 6/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:41 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/01 02:11:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:41 DEBUG : pacer: low level retry 7/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:41 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/01 02:11:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:41 DEBUG : pacer: low level retry 8/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:41 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/02/01 02:11:43 DEBUG : pacer: Reducing sleep to 1.28s
=== RUN TestMaxTransfer/Soft
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:2705: This test only runs on local
2026/02/01 02:11:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:45 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:45 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/02/01 02:11:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:47 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:47 DEBUG : pacer: Rate limited, increasing sleep to 5.12s
2026/02/01 02:11:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:11:49 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:11:49 DEBUG : pacer: Rate limited, increasing sleep to 10.24s
2026/02/01 02:11:55 DEBUG : pacer: Reducing sleep to 5.12s
2026/02/01 02:12:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:12:05 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:12:05 DEBUG : pacer: Rate limited, increasing sleep to 10.24s
2026/02/01 02:12:10 DEBUG : pacer: Reducing sleep to 5.12s
=== RUN TestMaxTransfer/Cautious
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
sync_test.go:2705: This test only runs on local
2026/02/01 02:12:20 DEBUG : pacer: Reducing sleep to 2.56s
2026/02/01 02:12:25 DEBUG : pacer: Reducing sleep to 1.28s
--- PASS: TestMaxTransfer (45.60s)
--- SKIP: TestMaxTransfer/Hard (3.52s)
--- SKIP: TestMaxTransfer/Soft (26.87s)
--- SKIP: TestMaxTransfer/Cautious (15.21s)
=== RUN TestSyncConcurrentDelete
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:12:28 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 02:12:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:12:29 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:12:29 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
run.go:286: Retry Put of "both0" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:12:31 DEBUG : pacer: Reducing sleep to 640ms
2026/02/01 02:12:53 DEBUG : pacer: Reducing sleep to 320ms
2026/02/01 02:12:54 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 02:13:23 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 02:13:24 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 02:13:45 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:13:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:13:45 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:13:45 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:13:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:13:45 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:13:45 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:13:46 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 02:13:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:13:46 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:13:46 DEBUG : pacer: Rate limited, increasing sleep to 80ms
run.go:286: Retry Put of "only1" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:13:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:13:48 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:13:48 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/01 02:13:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:13:50 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:13:50 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/01 02:13:51 DEBUG : pacer: Reducing sleep to 160ms
2026/02/01 02:14:12 DEBUG : pacer: Reducing sleep to 80ms
2026/02/01 02:14:13 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 02:14:30 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:14:31 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:15:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:15:11 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:15:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:15:11 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:15:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:15:11 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:15:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "only3" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:15:14 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:16:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:16:00 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:16:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "only4" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:16:02 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:16:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:16:02 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:16:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "only4" to drime root 'rclone-test-huyefiv0zoxu': 2/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:16:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:16:04 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:16:04 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:16:05 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:16:30 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:17:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:17:41 DEBUG : pacer: low level retry 1/1 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:17:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "only6" to drime root 'rclone-test-huyefiv0zoxu': 1/10 (failed to upload file: Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:17:44 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:18:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:18:46 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:18:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/01 02:18:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:18:46 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:18:46 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/01 02:18:46 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/01 02:18:46 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n500 Internal Server Error
\r\n
nginx\r\n\r\n\r\n")
2026/02/01 02:18:46 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/01 02:18:47 DEBUG : pacer: Reducing sleep to 40ms
2026/02/01 02:19:17 DEBUG : pacer: Reducing sleep to 20ms
2026/02/01 02:19:18 DEBUG : pacer: Reducing sleep to 10ms
2026/02/01 02:25:08 DEBUG : both0: size = 6 OK
2026/02/01 02:25:08 DEBUG : both0: Sizes identical
2026/02/01 02:25:08 DEBUG : both0: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both10: size = 6 OK
2026/02/01 02:25:08 DEBUG : both10: Sizes identical
2026/02/01 02:25:08 DEBUG : both10: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both11: size = 6 OK
2026/02/01 02:25:08 DEBUG : both11: Sizes identical
2026/02/01 02:25:08 DEBUG : both11: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both12: size = 6 OK
2026/02/01 02:25:08 DEBUG : both12: Sizes identical
2026/02/01 02:25:08 DEBUG : both12: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both13: size = 6 OK
2026/02/01 02:25:08 DEBUG : both13: Sizes identical
2026/02/01 02:25:08 DEBUG : both13: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both14: size = 6 OK
2026/02/01 02:25:08 DEBUG : both14: Sizes identical
2026/02/01 02:25:08 DEBUG : both14: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both15: size = 6 OK
2026/02/01 02:25:08 DEBUG : both15: Sizes identical
2026/02/01 02:25:08 DEBUG : both15: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both16: size = 6 OK
2026/02/01 02:25:08 DEBUG : both16: Sizes identical
2026/02/01 02:25:08 DEBUG : both16: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both17: size = 6 OK
2026/02/01 02:25:08 DEBUG : both17: Sizes identical
2026/02/01 02:25:08 DEBUG : both17: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both18: size = 6 OK
2026/02/01 02:25:08 DEBUG : both18: Sizes identical
2026/02/01 02:25:08 DEBUG : both18: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both19: size = 6 OK
2026/02/01 02:25:08 DEBUG : both19: Sizes identical
2026/02/01 02:25:08 DEBUG : both19: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both1: size = 6 OK
2026/02/01 02:25:08 DEBUG : both1: Sizes identical
2026/02/01 02:25:08 DEBUG : both1: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both2: size = 6 OK
2026/02/01 02:25:08 DEBUG : both2: Sizes identical
2026/02/01 02:25:08 DEBUG : both2: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both3: size = 6 OK
2026/02/01 02:25:08 DEBUG : both3: Sizes identical
2026/02/01 02:25:08 DEBUG : both3: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both4: size = 6 OK
2026/02/01 02:25:08 DEBUG : both4: Sizes identical
2026/02/01 02:25:08 DEBUG : both4: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both5: size = 6 OK
2026/02/01 02:25:08 DEBUG : both5: Sizes identical
2026/02/01 02:25:08 DEBUG : both5: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both6: size = 6 OK
2026/02/01 02:25:08 DEBUG : both6: Sizes identical
2026/02/01 02:25:08 DEBUG : both6: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both7: size = 6 OK
2026/02/01 02:25:08 DEBUG : both7: Sizes identical
2026/02/01 02:25:08 DEBUG : both7: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both8: size = 6 OK
2026/02/01 02:25:08 DEBUG : both8: Sizes identical
2026/02/01 02:25:08 DEBUG : both8: Unchanged skipping
2026/02/01 02:25:08 DEBUG : both9: size = 6 OK
2026/02/01 02:25:08 DEBUG : both9: Sizes identical
2026/02/01 02:25:08 DEBUG : both9: Unchanged skipping
2026/02/01 02:25:08 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:25:08 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:25:08 DEBUG : Waiting for deletions to finish
2026/02/01 02:25:08 INFO : only6: Deleted
2026/02/01 02:25:09 INFO : only5: Deleted
2026/02/01 02:25:09 INFO : only15: Deleted
2026/02/01 02:25:09 INFO : only1: Deleted
2026/02/01 02:25:09 INFO : only11: Deleted
2026/02/01 02:25:09 INFO : only8: Deleted
2026/02/01 02:25:09 INFO : only7: Deleted
2026/02/01 02:25:09 INFO : only2: Deleted
2026/02/01 02:25:09 INFO : only14: Deleted
2026/02/01 02:25:09 INFO : only9: Deleted
2026/02/01 02:25:10 INFO : only12: Deleted
2026/02/01 02:25:10 INFO : only10: Deleted
2026/02/01 02:25:10 INFO : only16: Deleted
2026/02/01 02:25:10 INFO : only17: Deleted
2026/02/01 02:25:10 INFO : only18: Deleted
2026/02/01 02:25:10 INFO : only19: Deleted
2026/02/01 02:25:10 INFO : only4: Deleted
2026/02/01 02:25:10 INFO : only3: Deleted
2026/02/01 02:25:10 INFO : only0: Deleted
2026/02/01 02:25:10 INFO : only13: Deleted
2026/02/01 02:25:10 INFO : There was nothing to transfer
--- PASS: TestSyncConcurrentDelete (776.11s)
=== RUN TestSyncConcurrentTruncate
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:36:24 DEBUG : both0: size = 6 OK
2026/02/01 02:36:24 DEBUG : both0: Sizes identical
2026/02/01 02:36:24 DEBUG : both11: size = 6 OK
2026/02/01 02:36:24 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:36:24 DEBUG : both12: size = 6 OK
2026/02/01 02:36:24 DEBUG : both12: Sizes identical
2026/02/01 02:36:24 DEBUG : both0: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both13: size = 6 OK
2026/02/01 02:36:24 DEBUG : both10: size = 6 OK
2026/02/01 02:36:24 DEBUG : both13: Sizes identical
2026/02/01 02:36:24 DEBUG : both11: Sizes identical
2026/02/01 02:36:24 DEBUG : both10: Sizes identical
2026/02/01 02:36:24 DEBUG : both12: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both14: size = 6 OK
2026/02/01 02:36:24 DEBUG : both14: Sizes identical
2026/02/01 02:36:24 DEBUG : both14: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both15: size = 6 OK
2026/02/01 02:36:24 DEBUG : both15: Sizes identical
2026/02/01 02:36:24 DEBUG : both15: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both16: size = 6 OK
2026/02/01 02:36:24 DEBUG : both16: Sizes identical
2026/02/01 02:36:24 DEBUG : both13: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both17: size = 6 OK
2026/02/01 02:36:24 DEBUG : both17: Sizes identical
2026/02/01 02:36:24 DEBUG : both17: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both18: size = 6 OK
2026/02/01 02:36:24 DEBUG : both18: Sizes identical
2026/02/01 02:36:24 DEBUG : both11: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both19: size = 6 OK
2026/02/01 02:36:24 DEBUG : both19: Sizes identical
2026/02/01 02:36:24 DEBUG : both19: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both16: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both10: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both2: size = 6 OK
2026/02/01 02:36:24 DEBUG : both1: size = 6 OK
2026/02/01 02:36:24 DEBUG : both2: Sizes identical
2026/02/01 02:36:24 DEBUG : both1: Sizes identical
2026/02/01 02:36:24 DEBUG : both3: size = 6 OK
2026/02/01 02:36:24 DEBUG : both3: Sizes identical
2026/02/01 02:36:24 DEBUG : both2: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both4: size = 6 OK
2026/02/01 02:36:24 DEBUG : both4: Sizes identical
2026/02/01 02:36:24 DEBUG : both4: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both5: size = 6 OK
2026/02/01 02:36:24 DEBUG : both5: Sizes identical
2026/02/01 02:36:24 DEBUG : both1: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both6: size = 6 OK
2026/02/01 02:36:24 DEBUG : both6: Sizes identical
2026/02/01 02:36:24 DEBUG : both6: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both7: size = 6 OK
2026/02/01 02:36:24 DEBUG : both7: Sizes identical
2026/02/01 02:36:24 DEBUG : both7: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both8: size = 6 OK
2026/02/01 02:36:24 DEBUG : both8: Sizes identical
2026/02/01 02:36:24 DEBUG : both8: Unchanged skipping
2026/02/01 02:36:24 DEBUG : both9: size = 6 OK
2026/02/01 02:36:24 DEBUG : both9: Sizes identical
2026/02/01 02:36:24 DEBUG : both18: Unchanged skipping
2026/02/01 02:36:24 DEBUG : only0: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only0: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only0: Sizes differ
2026/02/01 02:36:24 DEBUG : both3: Unchanged skipping
2026/02/01 02:36:24 DEBUG : only10: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only10: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only10: Sizes differ
2026/02/01 02:36:24 DEBUG : both5: Unchanged skipping
2026/02/01 02:36:24 DEBUG : only11: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only11: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only11: Sizes differ
2026/02/01 02:36:24 DEBUG : both9: Unchanged skipping
2026/02/01 02:36:24 DEBUG : only12: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only12: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only12: Sizes differ
2026/02/01 02:36:24 DEBUG : only13: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only13: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only13: Sizes differ
2026/02/01 02:36:24 DEBUG : only14: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only14: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only14: Sizes differ
2026/02/01 02:36:24 DEBUG : only15: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only15: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only15: Sizes differ
2026/02/01 02:36:24 DEBUG : only16: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only16: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only16: Sizes differ
2026/02/01 02:36:24 DEBUG : only17: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only17: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only17: Sizes differ
2026/02/01 02:36:24 DEBUG : only18: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only18: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only18: Sizes differ
2026/02/01 02:36:24 DEBUG : only19: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only19: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only19: Sizes differ
2026/02/01 02:36:24 DEBUG : only1: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only1: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only1: Sizes differ
2026/02/01 02:36:24 DEBUG : only2: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only2: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only2: Sizes differ
2026/02/01 02:36:24 DEBUG : only3: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only3: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only3: Sizes differ
2026/02/01 02:36:24 DEBUG : only4: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only4: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only4: Sizes differ
2026/02/01 02:36:24 DEBUG : only5: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only5: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only5: Sizes differ
2026/02/01 02:36:24 DEBUG : only7: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only7: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only7: Sizes differ
2026/02/01 02:36:24 DEBUG : only6: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only6: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only6: Sizes differ
2026/02/01 02:36:24 DEBUG : only8: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only8: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only8: Sizes differ
2026/02/01 02:36:24 DEBUG : only9: size = 0 (Local file system at /tmp/rclone761763288)
2026/02/01 02:36:24 DEBUG : only9: size = 6 (drime root 'rclone-test-huyefiv0zoxu')
2026/02/01 02:36:24 DEBUG : only9: Sizes differ
2026/02/01 02:36:24 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:36:37 DEBUG : only13: Removing old object on successful upload
2026/02/01 02:36:38 DEBUG : only13: size = 0 OK
2026/02/01 02:36:38 INFO : only13: Copied (replaced existing)
2026/02/01 02:36:41 DEBUG : only0: Removing old object on successful upload
2026/02/01 02:36:41 DEBUG : only0: size = 0 OK
2026/02/01 02:36:41 INFO : only0: Copied (replaced existing)
2026/02/01 02:36:41 DEBUG : only15: Removing old object on successful upload
2026/02/01 02:36:42 DEBUG : only15: size = 0 OK
2026/02/01 02:36:42 INFO : only15: Copied (replaced existing)
2026/02/01 02:36:45 DEBUG : only14: Removing old object on successful upload
2026/02/01 02:36:46 DEBUG : only14: size = 0 OK
2026/02/01 02:36:46 INFO : only14: Copied (replaced existing)
2026/02/01 02:36:58 DEBUG : only17: Removing old object on successful upload
2026/02/01 02:36:59 DEBUG : only11: Removing old object on successful upload
2026/02/01 02:36:59 DEBUG : only17: size = 0 OK
2026/02/01 02:36:59 INFO : only17: Copied (replaced existing)
2026/02/01 02:36:59 DEBUG : only11: size = 0 OK
2026/02/01 02:36:59 INFO : only11: Copied (replaced existing)
2026/02/01 02:37:02 DEBUG : only10: Removing old object on successful upload
2026/02/01 02:37:03 DEBUG : only10: size = 0 OK
2026/02/01 02:37:03 INFO : only10: Copied (replaced existing)
2026/02/01 02:37:03 DEBUG : only18: Removing old object on successful upload
2026/02/01 02:37:03 DEBUG : only18: size = 0 OK
2026/02/01 02:37:03 INFO : only18: Copied (replaced existing)
2026/02/01 02:37:14 DEBUG : only1: Removing old object on successful upload
2026/02/01 02:37:14 DEBUG : only1: size = 0 OK
2026/02/01 02:37:14 INFO : only1: Copied (replaced existing)
2026/02/01 02:37:16 DEBUG : only3: Removing old object on successful upload
2026/02/01 02:37:17 DEBUG : only3: size = 0 OK
2026/02/01 02:37:17 INFO : only3: Copied (replaced existing)
2026/02/01 02:37:18 DEBUG : only4: Removing old object on successful upload
2026/02/01 02:37:18 DEBUG : only4: size = 0 OK
2026/02/01 02:37:18 INFO : only4: Copied (replaced existing)
2026/02/01 02:37:21 DEBUG : only2: Removing old object on successful upload
2026/02/01 02:37:21 DEBUG : only2: size = 0 OK
2026/02/01 02:37:21 INFO : only2: Copied (replaced existing)
2026/02/01 02:37:32 DEBUG : only16: Removing old object on successful upload
2026/02/01 02:37:33 DEBUG : only16: size = 0 OK
2026/02/01 02:37:33 INFO : only16: Copied (replaced existing)
2026/02/01 02:37:36 DEBUG : only8: Removing old object on successful upload
2026/02/01 02:37:37 DEBUG : only8: size = 0 OK
2026/02/01 02:37:37 INFO : only8: Copied (replaced existing)
2026/02/01 02:37:38 DEBUG : only12: Removing old object on successful upload
2026/02/01 02:37:38 DEBUG : only7: Removing old object on successful upload
2026/02/01 02:37:38 DEBUG : only12: size = 0 OK
2026/02/01 02:37:38 INFO : only12: Copied (replaced existing)
2026/02/01 02:37:39 DEBUG : only7: size = 0 OK
2026/02/01 02:37:39 INFO : only7: Copied (replaced existing)
2026/02/01 02:37:49 DEBUG : only9: Removing old object on successful upload
2026/02/01 02:37:50 DEBUG : only9: size = 0 OK
2026/02/01 02:37:50 INFO : only9: Copied (replaced existing)
2026/02/01 02:37:53 DEBUG : only6: Removing old object on successful upload
2026/02/01 02:37:54 DEBUG : only6: size = 0 OK
2026/02/01 02:37:54 INFO : only6: Copied (replaced existing)
2026/02/01 02:37:55 DEBUG : only5: Removing old object on successful upload
2026/02/01 02:37:56 DEBUG : only5: size = 0 OK
2026/02/01 02:37:56 INFO : only5: Copied (replaced existing)
2026/02/01 02:37:57 DEBUG : only19: Removing old object on successful upload
2026/02/01 02:37:57 DEBUG : only19: size = 0 OK
2026/02/01 02:37:57 INFO : only19: Copied (replaced existing)
2026/02/01 02:37:57 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncConcurrentTruncate (774.91s)
=== RUN TestSyncReplaceDirModTime
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:38:16 DEBUG : empty_dir: Making directory with metadata
2026/02/01 02:38:16 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/02/01 02:38:16 DEBUG : empty_on_remote: Making directory with metadata
2026/02/01 02:38:16 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/02/01 02:38:16 INFO : empty_on_remote: Making directory
2026/02/01 02:38:17 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC
2026/02/01 02:38:35 INFO : test_dir1: Set directory modification time (using DirSetModTime)
2026/02/01 02:38:35 INFO : test_dir2: Set directory modification time (using DirSetModTime)
2026/02/01 02:38:35 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime)
2026/02/01 02:38:35 INFO : empty_on_remote: Set directory modification time (using DirSetModTime)
--- PASS: TestSyncReplaceDirModTime (29.52s)
=== RUN TestSyncReplaceDirModTimeWithEmptyDirs
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:38:46 DEBUG : empty_dir: Making directory with metadata
2026/02/01 02:38:46 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/02/01 02:38:46 DEBUG : empty_on_remote: Making directory with metadata
2026/02/01 02:38:46 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2026/02/01 02:38:46 INFO : empty_on_remote: Making directory
2026/02/01 02:38:47 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC
2026/02/01 02:39:08 INFO : test_dir1: Set directory modification time (using DirSetModTime)
2026/02/01 02:39:08 INFO : test_dir2: Set directory modification time (using DirSetModTime)
2026/02/01 02:39:08 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime)
2026/02/01 02:39:08 INFO : empty_on_remote: Set directory modification time (using DirSetModTime)
2026/02/01 02:39:08 INFO : empty_dir: Set directory modification time (using DirSetModTime)
--- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (31.53s)
=== RUN TestNothingToTransferWithEmptyDirs
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:39:17 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/02/01 02:39:17 INFO : sub dir: Making directory
2026/02/01 02:39:18 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC
--- PASS: TestNothingToTransferWithEmptyDirs (49.55s)
=== RUN TestNothingToTransferWithoutEmptyDirs
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:40:07 INFO : sub dir: Set directory modification time (using DirSetModTime)
2026/02/01 02:40:07 INFO : sub dir: Making directory
2026/02/01 02:40:08 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC
--- PASS: TestNothingToTransferWithoutEmptyDirs (64.19s)
=== RUN TestTransform
=== RUN TestTransform/NFC
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:46:27 DEBUG : Waiting for deletions to finish
2026/02/01 02:46:28 DEBUG : splitbananasplit: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : splitbananasplit: Excluded
2026/02/01 02:46:28 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : appleappleapplebanana: Excluded
2026/02/01 02:46:28 DEBUG : banana: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : banana: Excluded
2026/02/01 02:46:28 DEBUG : apple: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : apple: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0015-9;=.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0014-89;=.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0013-789;=.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0012-6789;.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0011-56789;.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0010-456789.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0009-3456789.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0008-2345678.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0007-1234567.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0006-ghijklm.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0005-fghijkl.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0004-efghijk.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0003-defghij.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0002-cdefghi.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2026/02/01 02:46:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2026/02/01 02:46:28 DEBUG : dir1/0000-abcdefg.txt: Excluded
2026/02/01 02:46:30 DEBUG : apple: size = 5 OK
2026/02/01 02:46:30 DEBUG : appleappleapplebanana: size = 21 OK
2026/02/01 02:46:30 DEBUG : appleappleapplebanana: Sizes identical
2026/02/01 02:46:30 DEBUG : appleappleapplebanana: Unchanged skipping
2026/02/01 02:46:30 DEBUG : apple: Sizes identical
2026/02/01 02:46:30 DEBUG : apple: Unchanged skipping
2026/02/01 02:46:30 DEBUG : banana: size = 6 OK
2026/02/01 02:46:30 DEBUG : banana: Sizes identical
2026/02/01 02:46:30 DEBUG : splitbananasplit: size = 16 OK
2026/02/01 02:46:30 DEBUG : banana: Unchanged skipping
2026/02/01 02:46:30 DEBUG : splitbananasplit: Sizes identical
2026/02/01 02:46:30 DEBUG : splitbananasplit: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0003-defghij.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0007-1234567.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0008-2345678.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK
2026/02/01 02:46:30 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK
2026/02/01 02:46:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0010-456789.txt: size = 20 OK
2026/02/01 02:46:30 DEBUG : dir1/0010-456789.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0011-56789;.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK
2026/02/01 02:46:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0012-6789;.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK
2026/02/01 02:46:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK
2026/02/01 02:46:30 DEBUG : dir1/0013-789;=.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0009-3456789.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK
2026/02/01 02:46:30 DEBUG : dir1/0014-89;=.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0015-9;=.txt: Sizes identical
2026/02/01 02:46:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2026/02/01 02:46:30 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:46:30 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:46:30 DEBUG : Waiting for deletions to finish
2026/02/01 02:46:30 INFO : There was nothing to transfer
2026/02/01 02:46:30 DEBUG : Waiting for deletions to finish
2026/02/01 02:46:31 DEBUG : splitbananasplit: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : splitbananasplit: Excluded
2026/02/01 02:46:31 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : appleappleapplebanana: Excluded
2026/02/01 02:46:31 DEBUG : banana: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : banana: Excluded
2026/02/01 02:46:31 DEBUG : apple: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : apple: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0015-9;=.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0014-89;=.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0013-789;=.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0012-6789;.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0011-56789;.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0010-456789.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0009-3456789.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0008-2345678.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0007-1234567.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0006-ghijklm.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0005-fghijkl.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0004-efghijk.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0003-defghij.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0002-cdefghi.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2026/02/01 02:46:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2026/02/01 02:46:31 DEBUG : dir1/0000-abcdefg.txt: Excluded
2026/02/01 02:46:32 DEBUG : apple: size = 5 OK
2026/02/01 02:46:32 DEBUG : apple: Sizes identical
2026/02/01 02:46:32 DEBUG : apple: Unchanged skipping
2026/02/01 02:46:32 DEBUG : banana: size = 6 OK
2026/02/01 02:46:32 DEBUG : banana: Sizes identical
2026/02/01 02:46:32 DEBUG : banana: Unchanged skipping
2026/02/01 02:46:32 DEBUG : appleappleapplebanana: size = 21 OK
2026/02/01 02:46:32 DEBUG : appleappleapplebanana: Sizes identical
2026/02/01 02:46:32 DEBUG : appleappleapplebanana: Unchanged skipping
2026/02/01 02:46:32 DEBUG : splitbananasplit: size = 16 OK
2026/02/01 02:46:32 DEBUG : splitbananasplit: Sizes identical
2026/02/01 02:46:32 DEBUG : splitbananasplit: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0004-efghijk.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:46:33 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0007-1234567.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0007-1234567.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0009-3456789.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0010-456789.txt: size = 20 OK
2026/02/01 02:46:33 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK
2026/02/01 02:46:33 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0013-789;=.txt: size = 19 OK
2026/02/01 02:46:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0013-789;=.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0012-6789;.txt: size = 19 OK
2026/02/01 02:46:33 DEBUG : dir1/0011-56789;.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0015-9;=.txt: size = 17 OK
2026/02/01 02:46:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0012-6789;.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0015-9;=.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0003-defghij.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0014-89;=.txt: size = 18 OK
2026/02/01 02:46:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0014-89;=.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK
2026/02/01 02:46:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0008-2345678.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0010-456789.txt: Sizes identical
2026/02/01 02:46:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2026/02/01 02:46:33 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:46:33 DEBUG : Waiting for deletions to finish
2026/02/01 02:46:33 INFO : There was nothing to transfer
2026/02/01 02:46:33 DEBUG : Waiting for deletions to finish
2026/02/01 02:46:33 DEBUG : splitbananasplit: Excluded (Path Filter)
2026/02/01 02:46:33 DEBUG : splitbananasplit: Excluded
2026/02/01 02:46:33 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2026/02/01 02:46:33 DEBUG : appleappleapplebanana: Excluded
2026/02/01 02:46:33 DEBUG : banana: Excluded (Path Filter)
2026/02/01 02:46:33 DEBUG : banana: Excluded
2026/02/01 02:46:33 DEBUG : apple: Excluded (Path Filter)
2026/02/01 02:46:33 DEBUG : apple: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0015-9;=.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0014-89;=.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0013-789;=.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0012-6789;.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0011-56789;.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0010-456789.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0009-3456789.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0008-2345678.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0007-1234567.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0006-ghijklm.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0005-fghijkl.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0004-efghijk.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0003-defghij.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0002-cdefghi.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2026/02/01 02:46:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2026/02/01 02:46:34 DEBUG : dir1/0000-abcdefg.txt: Excluded
=== RUN TestTransform/NFD
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:51:45 DEBUG : Waiting for deletions to finish
2026/02/01 02:51:45 DEBUG : splitbananasplit: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : splitbananasplit: Excluded
2026/02/01 02:51:45 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : appleappleapplebanana: Excluded
2026/02/01 02:51:45 DEBUG : banana: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : banana: Excluded
2026/02/01 02:51:45 DEBUG : apple: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : apple: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0015-9;=.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0014-89;=.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0013-789;=.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0012-6789;.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0011-56789;.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0010-456789.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0009-3456789.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0008-2345678.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0007-1234567.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0006-ghijklm.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0005-fghijkl.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0004-efghijk.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0003-defghij.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0002-cdefghi.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2026/02/01 02:51:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2026/02/01 02:51:45 DEBUG : dir1/0000-abcdefg.txt: Excluded
2026/02/01 02:51:47 DEBUG : apple: size = 5 OK
2026/02/01 02:51:47 DEBUG : apple: Sizes identical
2026/02/01 02:51:47 DEBUG : apple: Unchanged skipping
2026/02/01 02:51:47 DEBUG : appleappleapplebanana: size = 21 OK
2026/02/01 02:51:47 DEBUG : appleappleapplebanana: Sizes identical
2026/02/01 02:51:47 DEBUG : appleappleapplebanana: Unchanged skipping
2026/02/01 02:51:47 DEBUG : banana: size = 6 OK
2026/02/01 02:51:47 DEBUG : banana: Sizes identical
2026/02/01 02:51:47 DEBUG : banana: Unchanged skipping
2026/02/01 02:51:47 DEBUG : splitbananasplit: size = 16 OK
2026/02/01 02:51:47 DEBUG : splitbananasplit: Sizes identical
2026/02/01 02:51:47 DEBUG : splitbananasplit: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0003-defghij.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0007-1234567.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0008-2345678.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0009-3456789.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0010-456789.txt: size = 20 OK
2026/02/01 02:51:47 DEBUG : dir1/0010-456789.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK
2026/02/01 02:51:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0011-56789;.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK
2026/02/01 02:51:47 DEBUG : dir1/0012-6789;.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:51:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK
2026/02/01 02:51:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK
2026/02/01 02:51:47 DEBUG : dir1/0014-89;=.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK
2026/02/01 02:51:47 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK
2026/02/01 02:51:47 DEBUG : dir1/0015-9;=.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : dir1/0013-789;=.txt: Sizes identical
2026/02/01 02:51:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2026/02/01 02:51:47 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:51:47 DEBUG : Waiting for deletions to finish
2026/02/01 02:51:47 INFO : There was nothing to transfer
2026/02/01 02:51:47 DEBUG : Waiting for deletions to finish
2026/02/01 02:51:47 DEBUG : splitbananasplit: Excluded (Path Filter)
2026/02/01 02:51:47 DEBUG : splitbananasplit: Excluded
2026/02/01 02:51:47 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2026/02/01 02:51:47 DEBUG : appleappleapplebanana: Excluded
2026/02/01 02:51:47 DEBUG : banana: Excluded (Path Filter)
2026/02/01 02:51:47 DEBUG : banana: Excluded
2026/02/01 02:51:47 DEBUG : apple: Excluded (Path Filter)
2026/02/01 02:51:47 DEBUG : apple: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0015-9;=.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0014-89;=.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0013-789;=.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0012-6789;.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0011-56789;.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0010-456789.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0009-3456789.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0008-2345678.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0007-1234567.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0006-ghijklm.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0005-fghijkl.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0004-efghijk.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0003-defghij.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0002-cdefghi.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2026/02/01 02:51:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2026/02/01 02:51:48 DEBUG : dir1/0000-abcdefg.txt: Excluded
2026/02/01 02:51:49 DEBUG : apple: size = 5 OK
2026/02/01 02:51:49 DEBUG : apple: Sizes identical
2026/02/01 02:51:49 DEBUG : apple: Unchanged skipping
2026/02/01 02:51:49 DEBUG : appleappleapplebanana: size = 21 OK
2026/02/01 02:51:49 DEBUG : appleappleapplebanana: Sizes identical
2026/02/01 02:51:49 DEBUG : appleappleapplebanana: Unchanged skipping
2026/02/01 02:51:49 DEBUG : banana: size = 6 OK
2026/02/01 02:51:49 DEBUG : banana: Sizes identical
2026/02/01 02:51:49 DEBUG : banana: Unchanged skipping
2026/02/01 02:51:49 DEBUG : splitbananasplit: size = 16 OK
2026/02/01 02:51:49 DEBUG : splitbananasplit: Sizes identical
2026/02/01 02:51:49 DEBUG : splitbananasplit: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0003-defghij.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0007-1234567.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0008-2345678.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK
2026/02/01 02:51:49 DEBUG : dir1/0009-3456789.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0010-456789.txt: size = 20 OK
2026/02/01 02:51:49 DEBUG : dir1/0010-456789.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK
2026/02/01 02:51:49 DEBUG : dir1/0011-56789;.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK
2026/02/01 02:51:49 DEBUG : dir1/0012-6789;.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK
2026/02/01 02:51:49 DEBUG : dir1/0013-789;=.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK
2026/02/01 02:51:49 DEBUG : dir1/0014-89;=.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK
2026/02/01 02:51:49 DEBUG : dir1/0015-9;=.txt: Sizes identical
2026/02/01 02:51:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2026/02/01 02:51:49 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:51:49 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:51:49 DEBUG : Waiting for deletions to finish
2026/02/01 02:51:49 INFO : There was nothing to transfer
2026/02/01 02:51:49 DEBUG : Waiting for deletions to finish
2026/02/01 02:51:49 DEBUG : splitbananasplit: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : splitbananasplit: Excluded
2026/02/01 02:51:49 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : appleappleapplebanana: Excluded
2026/02/01 02:51:49 DEBUG : banana: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : banana: Excluded
2026/02/01 02:51:49 DEBUG : apple: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : apple: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0015-9;=.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0014-89;=.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0013-789;=.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0012-6789;.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0011-56789;.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0010-456789.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0009-3456789.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0008-2345678.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0007-1234567.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0006-ghijklm.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0005-fghijkl.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0004-efghijk.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0003-defghij.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0002-cdefghi.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2026/02/01 02:51:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2026/02/01 02:51:49 DEBUG : dir1/0000-abcdefg.txt: Excluded
=== RUN TestTransform/base64
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:55:31 DEBUG : Waiting for deletions to finish
2026/02/01 02:55:32 DEBUG : splitbananasplit: Excluded (Path Filter)
2026/02/01 02:55:32 DEBUG : splitbananasplit: Excluded
2026/02/01 02:55:32 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2026/02/01 02:55:32 DEBUG : appleappleapplebanana: Excluded
2026/02/01 02:55:32 DEBUG : banana: Excluded (Path Filter)
2026/02/01 02:55:32 DEBUG : banana: Excluded
2026/02/01 02:55:32 DEBUG : apple: Excluded (Path Filter)
2026/02/01 02:55:32 DEBUG : apple: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0015-9;=.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0014-89;=.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0013-789;=.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0012-6789;.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0011-56789;.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0010-456789.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0009-3456789.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0008-2345678.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0007-1234567.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0006-ghijklm.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0005-fghijkl.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0004-efghijk.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0003-defghij.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0002-cdefghi.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2026/02/01 02:55:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2026/02/01 02:55:33 DEBUG : dir1/0000-abcdefg.txt: Excluded
2026/02/01 02:55:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:55:33 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:55:33 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:55:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:55:33 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:55:33 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:55:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:55:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:55:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:55:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:55:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:55:33 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:55:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:55:33 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:55:33 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:55:34 DEBUG : apple: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:55:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:55:34 DEBUG : banana: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:55:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:55:34 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:55:34 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:55:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:55:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:55:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:55:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:55:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:55:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0
2026/02/01 02:55:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination
2026/02/01 02:55:34 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:55:34 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:55:45 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK
2026/02/01 02:55:45 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:55:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:45 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK
2026/02/01 02:55:45 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:55:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:55:46 DEBUG : YXBwbGU=: size = 5 OK
2026/02/01 02:55:46 INFO : apple: Copied (new) to: YXBwbGU=
2026/02/01 02:55:46 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:46 DEBUG : YmFuYW5h: size = 6 OK
2026/02/01 02:55:46 INFO : banana: Copied (new) to: YmFuYW5h
2026/02/01 02:55:46 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:54 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK
2026/02/01 02:55:54 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:55:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:55:57 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK
2026/02/01 02:55:57 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK
2026/02/01 02:55:57 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:55:57 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:55:57 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:55:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:00 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK
2026/02/01 02:56:00 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:05 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK
2026/02/01 02:56:05 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:09 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK
2026/02/01 02:56:09 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:09 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK
2026/02/01 02:56:09 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:10 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK
2026/02/01 02:56:10 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:17 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK
2026/02/01 02:56:17 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:20 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK
2026/02/01 02:56:20 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:21 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK
2026/02/01 02:56:21 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:23 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK
2026/02/01 02:56:23 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:28 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK
2026/02/01 02:56:28 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:32 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK
2026/02/01 02:56:32 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:33 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK
2026/02/01 02:56:33 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:34 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK
2026/02/01 02:56:34 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:34 DEBUG : Waiting for deletions to finish
2026/02/01 02:56:35 INFO : dir1/0010-456789.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0000-abcdefg.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0012-6789;.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0008-2345678.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0009-3456789.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0011-56789;.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0007-1234567.txt: Deleted
2026/02/01 02:56:35 INFO : banana: Deleted
2026/02/01 02:56:35 INFO : dir1/0015-9;=.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0005-fghijkl.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0006-ghijklm.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0013-789;=.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0001-bcdefgh.txt: Deleted
2026/02/01 02:56:35 INFO : apple: Deleted
2026/02/01 02:56:35 INFO : dir1/0014-89;=.txt: Deleted
2026/02/01 02:56:35 INFO : dir1/0003-defghij.txt: Deleted
2026/02/01 02:56:35 INFO : appleappleapplebanana: Deleted
2026/02/01 02:56:35 INFO : dir1/0004-efghijk.txt: Deleted
2026/02/01 02:56:35 INFO : splitbananasplit: Deleted
2026/02/01 02:56:36 INFO : dir1/0002-cdefghi.txt: Deleted
2026/02/01 02:56:36 DEBUG : Waiting for deletions to finish
2026/02/01 02:56:36 DEBUG : YmFuYW5h: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : YmFuYW5h: Excluded
2026/02/01 02:56:36 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded
2026/02/01 02:56:36 DEBUG : YXBwbGU=: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : YXBwbGU=: Excluded
2026/02/01 02:56:36 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded
2026/02/01 02:56:36 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:36 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded
2026/02/01 02:56:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:37 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:38 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:38 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:38 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:38 DEBUG : YXBwbGU=: size = 5 OK
2026/02/01 02:56:38 DEBUG : apple: Sizes identical
2026/02/01 02:56:38 DEBUG : apple: Unchanged skipping
2026/02/01 02:56:38 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK
2026/02/01 02:56:38 DEBUG : appleappleapplebanana: Sizes identical
2026/02/01 02:56:38 DEBUG : appleappleapplebanana: Unchanged skipping
2026/02/01 02:56:38 DEBUG : YmFuYW5h: size = 6 OK
2026/02/01 02:56:38 DEBUG : banana: Sizes identical
2026/02/01 02:56:38 DEBUG : banana: Unchanged skipping
2026/02/01 02:56:38 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK
2026/02/01 02:56:38 DEBUG : splitbananasplit: Sizes identical
2026/02/01 02:56:38 DEBUG : splitbananasplit: Unchanged skipping
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:38 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:38 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:38 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:38 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:38 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:38 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:38 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:38 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:38 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:38 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:38 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:38 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:38 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:38 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:38 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0
2026/02/01 02:56:38 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/0004-efghijk.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0003-defghij.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0003-defghij.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:56:38 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/0006-ghijklm.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/0005-fghijkl.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0000-abcdefg.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0002-cdefghi.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0007-1234567.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0007-1234567.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK
2026/02/01 02:56:38 DEBUG : dir1/0010-456789.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK
2026/02/01 02:56:38 DEBUG : dir1/0009-3456789.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0011-56789;.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0009-3456789.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0011-56789;.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0010-456789.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK
2026/02/01 02:56:38 DEBUG : dir1/0008-2345678.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK
2026/02/01 02:56:38 DEBUG : dir1/0008-2345678.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0012-6789;.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK
2026/02/01 02:56:38 DEBUG : dir1/0012-6789;.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/0013-789;=.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0013-789;=.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK
2026/02/01 02:56:38 DEBUG : dir1/0014-89;=.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0014-89;=.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK
2026/02/01 02:56:38 DEBUG : dir1/0015-9;=.txt: Sizes identical
2026/02/01 02:56:38 DEBUG : dir1/0015-9;=.txt: Unchanged skipping
2026/02/01 02:56:38 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 02:56:38 DEBUG : Waiting for deletions to finish
2026/02/01 02:56:38 DEBUG : Waiting for deletions to finish
2026/02/01 02:56:39 DEBUG : YmFuYW5h: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : YmFuYW5h: Excluded
2026/02/01 02:56:39 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded
2026/02/01 02:56:39 DEBUG : YXBwbGU=: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : YXBwbGU=: Excluded
2026/02/01 02:56:39 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded
2026/02/01 02:56:39 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter)
2026/02/01 02:56:39 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded
2026/02/01 02:56:40 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:40 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:40 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:40 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:40 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:40 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:40 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
2026/02/01 02:56:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:40 DEBUG : apple: transformed to: YXBwbGU=
2026/02/01 02:56:40 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h
2026/02/01 02:56:40 DEBUG : banana: transformed to: YmFuYW5h
2026/02/01 02:56:40 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA==
2026/02/01 02:56:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0
2026/02/01 02:56:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0
2026/02/01 02:56:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ=
2026/02/01 02:56:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ=
2026/02/01 02:56:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA==
2026/02/01 02:56:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0
=== RUN TestTransform/prefix
run.go:185: Remote "drime root 'rclone-test-huyefiv0zoxu'", Local "Local file system at /tmp/rclone761763288", Modify Window "876000h0m0s"
2026/02/01 02:59:56 DEBUG : Waiting for deletions to finish
2026/02/01 02:59:56 DEBUG : splitbananasplit: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : splitbananasplit: Excluded
2026/02/01 02:59:56 DEBUG : appleappleapplebanana: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : appleappleapplebanana: Excluded
2026/02/01 02:59:56 DEBUG : banana: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : banana: Excluded
2026/02/01 02:59:56 DEBUG : apple: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : apple: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0015-9;=.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0014-89;=.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0013-789;=.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0012-6789;.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0011-56789;.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0010-456789.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0009-3456789.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0008-2345678.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0007-1234567.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0006-ghijklm.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0005-fghijkl.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0004-efghijk.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0003-defghij.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0002-cdefghi.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded
2026/02/01 02:59:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter)
2026/02/01 02:59:56 DEBUG : dir1/0000-abcdefg.txt: Excluded
2026/02/01 02:59:57 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2026/02/01 02:59:57 DEBUG : apple: transformed to: PREFIXapple
2026/02/01 02:59:57 DEBUG : banana: transformed to: PREFIXbanana
2026/02/01 02:59:57 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2026/02/01 02:59:57 DEBUG : banana: transformed to: PREFIXbanana
2026/02/01 02:59:57 DEBUG : apple: transformed to: PREFIXapple
2026/02/01 02:59:57 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2026/02/01 02:59:57 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2026/02/01 02:59:57 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2026/02/01 02:59:57 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2026/02/01 02:59:57 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2026/02/01 02:59:57 DEBUG : banana: transformed to: PREFIXbanana
2026/02/01 02:59:57 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2026/02/01 02:59:57 DEBUG : apple: transformed to: PREFIXapple
2026/02/01 02:59:57 DEBUG : apple: transformed to: PREFIXapple
2026/02/01 02:59:57 DEBUG : apple: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2026/02/01 02:59:57 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : banana: transformed to: PREFIXbanana
2026/02/01 02:59:57 DEBUG : banana: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2026/02/01 02:59:57 DEBUG : splitbananasplit: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : apple: transformed to: PREFIXapple
2026/02/01 02:59:57 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana
2026/02/01 02:59:57 DEBUG : banana: transformed to: PREFIXbanana
2026/02/01 02:59:57 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt
2026/02/01 02:59:57 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt
2026/02/01 02:59:57 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt
2026/02/01 02:59:57 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt
2026/02/01 02:59:57 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt
2026/02/01 02:59:57 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt
2026/02/01 02:59:57 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt
2026/02/01 02:59:57 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt
2026/02/01 02:59:57 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt
2026/02/01 02:59:57 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt
2026/02/01 02:59:57 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt
2026/02/01 02:59:57 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt
2026/02/01 02:59:57 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt
2026/02/01 02:59:57 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt
2026/02/01 02:59:57 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt
2026/02/01 02:59:57 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt
2026/02/01 02:59:57 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination
2026/02/01 02:59:57 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for checks to finish
2026/02/01 02:59:57 DEBUG : drime root 'rclone-test-huyefiv0zoxu': Waiting for transfers to finish
2026/02/01 03:00:06 DEBUG : PREFIXsplitbananasplit: size = 16 OK
2026/02/01 03:00:06 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit
2026/02/01 03:00:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt
2026/02/01 03:00:07 DEBUG : PREFIXappleappleapplebanana: size = 21 OK
2026/02/01 03:00:07 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana
2026/02/01 03:00:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt
2026/02/01 03:00:08 DEBUG : PREFIXapple: size = 5 OK
2026/02/01 03:00:08 INFO : apple: Copied (new) to: PREFIXapple
2026/02/01 03:00:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt
2026/02/01 03:00:08 DEBUG : PREFIXbanana: size = 6 OK
2026/02/01 03:00:08 INFO : banana: Copied (new) to: PREFIXbanana
2026/02/01 03:00:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt
2026/02/01 03:00:17 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK
2026/02/01 03:00:17 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt
2026/02/01 03:00:17 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt
2026/02/01 03:00:18 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK
2026/02/01 03:00:18 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt
2026/02/01 03:00:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt
2026/02/01 03:00:19 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK
2026/02/01 03:00:19 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt
2026/02/01 03:00:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt
2026/02/01 03:00:20 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK
2026/02/01 03:00:20 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt
2026/02/01 03:00:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt
panic: test timed out after 2h0m0s
running tests:
TestTransform (19m13s)
TestTransform/prefix (3m34s)
goroutine 18829 [running]:
testing.(*M).startAlarm.func1()
/usr/local/go/src/testing/testing.go:2484 +0x394
created by time.goFunc
/usr/local/go/src/time/sleep.go:215 +0x2d
goroutine 1 [chan receive, 19 minutes]:
testing.(*T).Run(0xc000515c00, {0x2947ade?, 0xc000857ad8?}, 0x2ab0e20)
/usr/local/go/src/testing/testing.go:1859 +0x431
testing.runTests.func1(0xc000515c00)
/usr/local/go/src/testing/testing.go:2279 +0x37
testing.tRunner(0xc000515c00, 0xc000857c18)
/usr/local/go/src/testing/testing.go:1792 +0xf4
testing.runTests(0xc0005b80f0, {0x44671c0, 0x6c, 0x6c}, {0x84a160?, 0x44a31d0?, 0x447f420?})
/usr/local/go/src/testing/testing.go:2277 +0x4b4
testing.(*M).Run(0xc000846320)
/usr/local/go/src/testing/testing.go:2142 +0x64a
github.com/rclone/rclone/fstest.TestMain(0xc000846320)
/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:261 +0xa9
goroutine 10 [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 9 [syscall, 120 minutes]:
os/signal.signal_recv()
/usr/local/go/src/runtime/sigqueue.go:152 +0x29
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 2858 [chan receive, 107 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 2829
/home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68
goroutine 18826 [select]:
github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc00060d500)
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed
created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 18735
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436
goroutine 18757 [select]:
github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc00098c1e0, {0x2e502f8, 0xc0005e4050})
/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 18732
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:389 +0x11a
goroutine 18732 [select]:
net/http.(*http2ClientConn).roundTrip(0xc000c121c0, 0xc000b19e00, 0x0)
/usr/local/go/src/net/http/h2_bundle.go:8870 +0x4d3
net/http.(*http2ClientConn).RoundTrip(...)
/usr/local/go/src/net/http/h2_bundle.go:8767
net/http.(*http2Transport).RoundTripOpt(0xc00098e140, 0xc000b19e00, {0x90?, 0xfe?})
/usr/local/go/src/net/http/h2_bundle.go:8063 +0x1ec
net/http.(*http2Transport).RoundTrip(...)
/usr/local/go/src/net/http/h2_bundle.go:8014
net/http.http2noDialH2RoundTripper.RoundTrip({0xc000882340?}, 0xc000b19e00?)
/usr/local/go/src/net/http/h2_bundle.go:10872 +0x1c
net/http.(*Transport).roundTrip(0xc000882340, 0xc000b19cc0)
/usr/local/go/src/net/http/transport.go:615 +0x497
net/http.(*Transport).RoundTrip(...)
/usr/local/go/src/net/http/roundtrip.go:30
github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00016a540, 0xc000b19cc0)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x345
net/http.send(0xc000b19cc0, {0x2e279e0, 0xc00016a540}, {0x6ff101?, 0xc00087fe98?, 0x0?})
/usr/local/go/src/net/http/client.go:259 +0x5e2
net/http.(*Client).send(0xc0008d8a80, 0xc000b19cc0, {0xf?, 0x1?, 0x0?})
/usr/local/go/src/net/http/client.go:180 +0x91
net/http.(*Client).do(0xc0008d8a80, 0xc000b19cc0)
/usr/local/go/src/net/http/client.go:728 +0x989
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:587
github.com/rclone/rclone/lib/rest.(*Client).Call(0xc0005661e0, {0x2e502f8, 0xc0000d3180}, 0xc000b63218)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:356 +0xd67
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc0005661e0, {0x2e502f8, 0xc0000d3180}, 0x419691?, {0x0?, 0x0?}, {0x2293260, 0xc0009c8000}, 0x41373d?, 0x2ab2428, ...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:579 +0x40b
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.(*Object).Update.func2()
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:1520 +0x8b
github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0x19?)
/home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32
github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00016a5a0, 0xc000801e80, 0x1)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:244
github.com/rclone/rclone/backend/drime.(*Object).Update(0xc000347000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc000721300}, {0x2e5c4a0, 0xc0005fc9e0}, {0xc00084b5a0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:1519 +0x82f
github.com/rclone/rclone/backend/drime.(*Fs).PutUnchecked(0xc00098e000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc000721300}, {0x2e5c4a0, 0xc0005fc9e0}, {0xc00084b5a0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:683 +0x14c
github.com/rclone/rclone/backend/drime.(*Fs).Put(0xc00098e000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc000721300}, {0x2e5c4a0, 0xc0005fc9e0}, {0xc00084b5a0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:656 +0x12c
github.com/rclone/rclone/fs/operations.(*copy).updateOrPut(0xc00017cea0, {0x2e502f8, 0xc0000d3180}, {0x2e3a648?, 0xc0002ec3c0?}, {0xc00084b5a0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:221 +0x225
github.com/rclone/rclone/fs/operations.(*copy).manualCopy(0xc00017cea0, {0x2e502f8, 0xc0000d3180})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:274 +0x6d8
github.com/rclone/rclone/fs/operations.(*copy).copy(0xc00017cea0, {0x2e502f8, 0xc0000d3180})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:314 +0x170
github.com/rclone/rclone/fs/operations.Copy({0x2e502f8, 0xc0000d3180}, {0x2e67270, 0xc00098e000}, {0x0, 0x0}, {0xc000742408, 0x15}, {0x2e687e0, 0xc000b57800})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:416 +0x4db
github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000760008, {0x2e502f8, 0xc0000d3180}, 0xc0000d30e0, {0x2e67270, 0xc00098e000}, 0x0, 0x0?)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:505 +0x1fe
created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 18300
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d
goroutine 12356 [IO wait]:
internal/poll.runtime_pollWait(0x7718ace2e6c0, 0x72)
/usr/local/go/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc000346200?, 0xc00067c600?, 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(0xc000346200, {0xc00067c600, 0x1300, 0x1300})
/usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a
net.(*netFD).Read(0xc000346200, {0xc00067c600?, 0x12fb?, 0xc0001944c0?})
/usr/local/go/src/net/fd_posix.go:55 +0x25
net.(*conn).Read(0xc0009f6038, {0xc00067c600?, 0xc00067c600?, 0x5?})
/usr/local/go/src/net/net.go:194 +0x45
github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000dce168, {0xc00067c600?, 0x77186435c508?, 0x7718acfc05c0?})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29
crypto/tls.(*atLeastReader).Read(0xc0001837a0, {0xc00067c600?, 0x12fb?, 0x2?})
/usr/local/go/src/crypto/tls/conn.go:809 +0x3b
bytes.(*Buffer).ReadFrom(0xc0000a7b38, {0x2e292c0, 0xc0001837a0})
/usr/local/go/src/bytes/buffer.go:211 +0x98
crypto/tls.(*Conn).readFromUntil(0xc0000a7888, {0x7718642e33c0, 0xc000dce168}, 0x4426d4?)
/usr/local/go/src/crypto/tls/conn.go:831 +0xde
crypto/tls.(*Conn).readRecordOrCCS(0xc0000a7888, 0x0)
/usr/local/go/src/crypto/tls/conn.go:629 +0x3cf
crypto/tls.(*Conn).readRecord(...)
/usr/local/go/src/crypto/tls/conn.go:591
crypto/tls.(*Conn).Read(0xc0000a7888, {0xc000753000, 0x1000, 0xc000083008?})
/usr/local/go/src/crypto/tls/conn.go:1385 +0x145
bufio.(*Reader).Read(0xc00050eb40, {0xc00017a200, 0x9, 0xc00097ed58?})
/usr/local/go/src/bufio/bufio.go:245 +0x197
io.ReadAtLeast({0x2e26320, 0xc00050eb40}, {0xc00017a200, 0x9, 0x9}, 0x9)
/usr/local/go/src/io/io.go:335 +0x91
io.ReadFull(...)
/usr/local/go/src/io/io.go:354
net/http.http2readFrameHeader({0xc00017a200, 0x9, 0xc00097ed68?}, {0x2e26320?, 0xc00050eb40?})
/usr/local/go/src/net/http/h2_bundle.go:1805 +0x65
net/http.(*http2Framer).ReadFrame(0xc00017a1c0)
/usr/local/go/src/net/http/h2_bundle.go:2072 +0x7d
net/http.(*http2clientConnReadLoop).run(0xc00097efa8)
/usr/local/go/src/net/http/h2_bundle.go:9933 +0xda
net/http.(*http2ClientConn).readLoop(0xc000c121c0)
/usr/local/go/src/net/http/h2_bundle.go:9812 +0x79
created by net/http.(*http2Transport).newClientConn in goroutine 12355
/usr/local/go/src/net/http/h2_bundle.go:8334 +0xde5
goroutine 18867 [select]:
net/http.(*http2clientStream).writeRequest(0xc000580a80, 0xc000486f00, 0x0)
/usr/local/go/src/net/http/h2_bundle.go:9044 +0xc05
net/http.(*http2clientStream).doRequest(0xc000580a80, 0x831064?, 0xc000a6cf60?)
/usr/local/go/src/net/http/h2_bundle.go:8901 +0x56
created by net/http.(*http2ClientConn).roundTrip in goroutine 18733
/usr/local/go/src/net/http/h2_bundle.go:8806 +0x419
goroutine 18733 [select]:
net/http.(*http2ClientConn).roundTrip(0xc000c121c0, 0xc000486f00, 0x0)
/usr/local/go/src/net/http/h2_bundle.go:8870 +0x4d3
net/http.(*http2ClientConn).RoundTrip(...)
/usr/local/go/src/net/http/h2_bundle.go:8767
net/http.(*http2Transport).RoundTripOpt(0xc00098e140, 0xc000486f00, {0xc0?, 0x5e?})
/usr/local/go/src/net/http/h2_bundle.go:8063 +0x1ec
net/http.(*http2Transport).RoundTrip(...)
/usr/local/go/src/net/http/h2_bundle.go:8014
net/http.http2noDialH2RoundTripper.RoundTrip({0xc000882340?}, 0xc000486f00?)
/usr/local/go/src/net/http/h2_bundle.go:10872 +0x1c
net/http.(*Transport).roundTrip(0xc000882340, 0xc000486c80)
/usr/local/go/src/net/http/transport.go:615 +0x497
net/http.(*Transport).RoundTrip(...)
/usr/local/go/src/net/http/roundtrip.go:30
github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00016a540, 0xc000486c80)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x345
net/http.send(0xc000486c80, {0x2e279e0, 0xc00016a540}, {0x6ff101?, 0xc000b45ec8?, 0x0?})
/usr/local/go/src/net/http/client.go:259 +0x5e2
net/http.(*Client).send(0xc0008d8a80, 0xc000486c80, {0xf?, 0x1?, 0x0?})
/usr/local/go/src/net/http/client.go:180 +0x91
net/http.(*Client).do(0xc0008d8a80, 0xc000486c80)
/usr/local/go/src/net/http/client.go:728 +0x989
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:587
github.com/rclone/rclone/lib/rest.(*Client).Call(0xc0005661e0, {0x2e502f8, 0xc0000d3180}, 0xc000b5f218)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:356 +0xd67
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc0005661e0, {0x2e502f8, 0xc0000d3180}, 0x419691?, {0x0?, 0x0?}, {0x2293260, 0xc000b82a00}, 0x41373d?, 0x2ab2428, ...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:579 +0x40b
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.(*Object).Update.func2()
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:1520 +0x8b
github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0x19?)
/home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32
github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00016a5a0, 0xc0000a9780, 0x1)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:244
github.com/rclone/rclone/backend/drime.(*Object).Update(0xc00088e600, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc0009a2400}, {0x2e5c4a0, 0xc00076e260}, {0xc000b363c0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:1519 +0x82f
github.com/rclone/rclone/backend/drime.(*Fs).PutUnchecked(0xc00098e000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc0009a2400}, {0x2e5c4a0, 0xc00076e260}, {0xc000b363c0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:683 +0x14c
github.com/rclone/rclone/backend/drime.(*Fs).Put(0xc00098e000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc0009a2400}, {0x2e5c4a0, 0xc00076e260}, {0xc000b363c0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:656 +0x12c
github.com/rclone/rclone/fs/operations.(*copy).updateOrPut(0xc0000fc480, {0x2e502f8, 0xc0000d3180}, {0x2e3a648?, 0xc000990870?}, {0xc000b363c0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:221 +0x225
github.com/rclone/rclone/fs/operations.(*copy).manualCopy(0xc0000fc480, {0x2e502f8, 0xc0000d3180})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:274 +0x6d8
github.com/rclone/rclone/fs/operations.(*copy).copy(0xc0000fc480, {0x2e502f8, 0xc0000d3180})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:314 +0x170
github.com/rclone/rclone/fs/operations.Copy({0x2e502f8, 0xc0000d3180}, {0x2e67270, 0xc00098e000}, {0x0, 0x0}, {0xc0007422b8, 0x15}, {0x2e687e0, 0xc000b57320})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:416 +0x4db
github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000760008, {0x2e502f8, 0xc0000d3180}, 0xc0000d30e0, {0x2e67270, 0xc00098e000}, 0x19, 0xc0005b9668?)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:505 +0x1fe
created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 18300
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d
goroutine 16050 [chan receive, 3 minutes]:
testing.(*T).Run(0xc000c12000, {0x293363c?, 0xc0006dd6c8?}, 0xc000566230)
/usr/local/go/src/testing/testing.go:1859 +0x431
github.com/rclone/rclone/fs/sync.TestTransform(0xc000c12000)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:96 +0x62a
testing.tRunner(0xc000c12000, 0x2ab0e20)
/usr/local/go/src/testing/testing.go:1792 +0xf4
created by testing.(*T).Run in goroutine 1
/usr/local/go/src/testing/testing.go:1851 +0x413
goroutine 18815 [select]:
net/http.(*http2clientStream).writeRequest(0xc000551800, 0xc000b197c0, 0x0)
/usr/local/go/src/net/http/h2_bundle.go:9044 +0xc05
net/http.(*http2clientStream).doRequest(0xc000551800, 0x831064?, 0xc000a17f98?)
/usr/local/go/src/net/http/h2_bundle.go:8901 +0x56
created by net/http.(*http2ClientConn).roundTrip in goroutine 18735
/usr/local/go/src/net/http/h2_bundle.go:8806 +0x419
goroutine 18744 [chan receive]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 18300
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x378
goroutine 18749 [chan receive]:
github.com/rclone/rclone/backend/local.(*fadvise).worker(0xc000e960c0)
/home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:114 +0x3f
created by github.com/rclone/rclone/backend/local.newFadvise in goroutine 18734
/home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:74 +0x11f
goroutine 18799 [select]:
net/http.(*http2clientStream).writeRequest(0xc000580900, 0xc000486780, 0x0)
/usr/local/go/src/net/http/h2_bundle.go:9044 +0xc05
net/http.(*http2clientStream).doRequest(0xc000580900, 0x831064?, 0xc000079f60?)
/usr/local/go/src/net/http/h2_bundle.go:8901 +0x56
created by net/http.(*http2ClientConn).roundTrip in goroutine 18734
/usr/local/go/src/net/http/h2_bundle.go:8806 +0x419
goroutine 18793 [select]:
github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000721300)
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed
created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 18732
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436
goroutine 18300 [sync.WaitGroup.Wait]:
sync.runtime_SemacquireWaitGroup(0x0?)
/usr/local/go/src/runtime/sema.go:110 +0x25
sync.(*WaitGroup).Wait(0xc0000d3007?)
/usr/local/go/src/sync/waitgroup.go:118 +0x48
github.com/rclone/rclone/fs/sync.(*syncCopyMove).stopTransfers(0xc000760008)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:543 +0x6f
github.com/rclone/rclone/fs/sync.(*syncCopyMove).run(0xc000760008)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:978 +0x325
github.com/rclone/rclone/fs/sync.runSyncCopyMove({0x2e50218, 0x44a2c40}, {0x2e67270, 0xc00098e000}, {0x2e68770, 0xc000b1eb40}, 0x3, 0x0, 0x0, 0x1, ...)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1369 +0x225
github.com/rclone/rclone/fs/sync.Sync({0x2e50218, 0x44a2c40}, {0x2e67270, 0xc00098e000}, {0x2e68770, 0xc000b1eb40}, 0x1)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1375 +0x77
github.com/rclone/rclone/fs/sync.TestTransform.func1(0xc000c12540)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:111 +0x205
testing.tRunner(0xc000c12540, 0xc000566230)
/usr/local/go/src/testing/testing.go:1792 +0xf4
created by testing.(*T).Run in goroutine 16050
/usr/local/go/src/testing/testing.go:1851 +0x413
goroutine 18735 [select]:
net/http.(*http2ClientConn).roundTrip(0xc000c121c0, 0xc000b197c0, 0x0)
/usr/local/go/src/net/http/h2_bundle.go:8870 +0x4d3
net/http.(*http2ClientConn).RoundTrip(...)
/usr/local/go/src/net/http/h2_bundle.go:8767
net/http.(*http2Transport).RoundTripOpt(0xc00098e140, 0xc000b197c0, {0x0?, 0xef?})
/usr/local/go/src/net/http/h2_bundle.go:8063 +0x1ec
net/http.(*http2Transport).RoundTrip(...)
/usr/local/go/src/net/http/h2_bundle.go:8014
net/http.http2noDialH2RoundTripper.RoundTrip({0xc000882340?}, 0xc000b197c0?)
/usr/local/go/src/net/http/h2_bundle.go:10872 +0x1c
net/http.(*Transport).roundTrip(0xc000882340, 0xc000b19680)
/usr/local/go/src/net/http/transport.go:615 +0x497
net/http.(*Transport).RoundTrip(...)
/usr/local/go/src/net/http/roundtrip.go:30
github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00016a540, 0xc000b19680)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x345
net/http.send(0xc000b19680, {0x2e279e0, 0xc00016a540}, {0x6ff101?, 0xc00087ef08?, 0x0?})
/usr/local/go/src/net/http/client.go:259 +0x5e2
net/http.(*Client).send(0xc0008d8a80, 0xc000b19680, {0xf?, 0x1?, 0x0?})
/usr/local/go/src/net/http/client.go:180 +0x91
net/http.(*Client).do(0xc0008d8a80, 0xc000b19680)
/usr/local/go/src/net/http/client.go:728 +0x989
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:587
github.com/rclone/rclone/lib/rest.(*Client).Call(0xc0005661e0, {0x2e502f8, 0xc0000d3180}, 0xc000d69218)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:356 +0xd67
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc0005661e0, {0x2e502f8, 0xc0000d3180}, 0x419691?, {0x0?, 0x0?}, {0x2293260, 0xc000899000}, 0x41373d?, 0x2ab2428, ...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:579 +0x40b
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.(*Object).Update.func2()
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:1520 +0x8b
github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0x19?)
/home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32
github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00016a5a0, 0xc000801d80, 0x1)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:244
github.com/rclone/rclone/backend/drime.(*Object).Update(0xc000346f80, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc00060d500}, {0x2e5c4a0, 0xc0001f6b20}, {0xc000ab9260, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:1519 +0x82f
github.com/rclone/rclone/backend/drime.(*Fs).PutUnchecked(0xc00098e000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc00060d500}, {0x2e5c4a0, 0xc0001f6b20}, {0xc000ab9260, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:683 +0x14c
github.com/rclone/rclone/backend/drime.(*Fs).Put(0xc00098e000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc00060d500}, {0x2e5c4a0, 0xc0001f6b20}, {0xc000ab9260, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:656 +0x12c
github.com/rclone/rclone/fs/operations.(*copy).updateOrPut(0xc000e166c0, {0x2e502f8, 0xc0000d3180}, {0x2e3a648?, 0xc00099e960?}, {0xc000ab9260, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:221 +0x225
github.com/rclone/rclone/fs/operations.(*copy).manualCopy(0xc000e166c0, {0x2e502f8, 0xc0000d3180})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:274 +0x6d8
github.com/rclone/rclone/fs/operations.(*copy).copy(0xc000e166c0, {0x2e502f8, 0xc0000d3180})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:314 +0x170
github.com/rclone/rclone/fs/operations.Copy({0x2e502f8, 0xc0000d3180}, {0x2e67270, 0xc00098e000}, {0x0, 0x0}, {0xc000742348, 0x15}, {0x2e687e0, 0xc000b57440})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:416 +0x4db
github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000760008, {0x2e502f8, 0xc0000d3180}, 0xc0000d30e0, {0x2e67270, 0xc00098e000}, 0x4b, 0xc000516760?)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:505 +0x1fe
created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 18300
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d
goroutine 18734 [select]:
net/http.(*http2ClientConn).roundTrip(0xc000c121c0, 0xc000486780, 0x0)
/usr/local/go/src/net/http/h2_bundle.go:8870 +0x4d3
net/http.(*http2ClientConn).RoundTrip(...)
/usr/local/go/src/net/http/h2_bundle.go:8767
net/http.(*http2Transport).RoundTripOpt(0xc00098e140, 0xc000486780, {0xa0?, 0x4e?})
/usr/local/go/src/net/http/h2_bundle.go:8063 +0x1ec
net/http.(*http2Transport).RoundTrip(...)
/usr/local/go/src/net/http/h2_bundle.go:8014
net/http.http2noDialH2RoundTripper.RoundTrip({0xc000882340?}, 0xc000486780?)
/usr/local/go/src/net/http/h2_bundle.go:10872 +0x1c
net/http.(*Transport).roundTrip(0xc000882340, 0xc0004863c0)
/usr/local/go/src/net/http/transport.go:615 +0x497
net/http.(*Transport).RoundTrip(...)
/usr/local/go/src/net/http/roundtrip.go:30
github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00016a540, 0xc0004863c0)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x345
net/http.send(0xc0004863c0, {0x2e279e0, 0xc00016a540}, {0x6ff101?, 0xc000b44ea8?, 0x0?})
/usr/local/go/src/net/http/client.go:259 +0x5e2
net/http.(*Client).send(0xc0008d8a80, 0xc0004863c0, {0xf?, 0x1?, 0x0?})
/usr/local/go/src/net/http/client.go:180 +0x91
net/http.(*Client).do(0xc0008d8a80, 0xc0004863c0)
/usr/local/go/src/net/http/client.go:728 +0x989
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:587
github.com/rclone/rclone/lib/rest.(*Client).Call(0xc0005661e0, {0x2e502f8, 0xc0000d3180}, 0xc000d6d218)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:356 +0xd67
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc0005661e0, {0x2e502f8, 0xc0000d3180}, 0x419691?, {0x0?, 0x0?}, {0x2293260, 0xc000b1ba00}, 0x41373d?, 0x2ab2428, ...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:579 +0x40b
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.(*Object).Update.func2()
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:1520 +0x8b
github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0x19?)
/home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32
github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00016a5a0, 0xc0000a9640, 0x1)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:244
github.com/rclone/rclone/backend/drime.(*Object).Update(0xc00088e500, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc0009a2300}, {0x2e5c4a0, 0xc00076e0c0}, {0xc000b361a0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:1519 +0x82f
github.com/rclone/rclone/backend/drime.(*Fs).PutUnchecked(0xc00098e000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc0009a2300}, {0x2e5c4a0, 0xc00076e0c0}, {0xc000b361a0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:683 +0x14c
github.com/rclone/rclone/backend/drime.(*Fs).Put(0xc00098e000, {0x2e502f8, 0xc0000d3180}, {0x2e26740, 0xc0009a2300}, {0x2e5c4a0, 0xc00076e0c0}, {0xc000b361a0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:656 +0x12c
github.com/rclone/rclone/fs/operations.(*copy).updateOrPut(0xc0000fc090, {0x2e502f8, 0xc0000d3180}, {0x2e3a648?, 0xc0009902d0?}, {0xc000b361a0, 0x1, 0x1})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:221 +0x225
github.com/rclone/rclone/fs/operations.(*copy).manualCopy(0xc0000fc090, {0x2e502f8, 0xc0000d3180})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:274 +0x6d8
github.com/rclone/rclone/fs/operations.(*copy).copy(0xc0000fc090, {0x2e502f8, 0xc0000d3180})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:314 +0x170
github.com/rclone/rclone/fs/operations.Copy({0x2e502f8, 0xc0000d3180}, {0x2e67270, 0xc00098e000}, {0x0, 0x0}, {0xc000742240, 0x15}, {0x2e687e0, 0xc000b57200})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:416 +0x4db
github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000760008, {0x2e502f8, 0xc0000d3180}, 0xc0000d30e0, {0x2e67270, 0xc00098e000}, 0x32, 0xc0009fad50?)
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:505 +0x1fe
created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 18300
/home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d
goroutine 18850 [chan receive]:
github.com/rclone/rclone/backend/local.(*fadvise).worker(0xc000e96340)
/home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:114 +0x3f
created by github.com/rclone/rclone/backend/local.newFadvise in goroutine 18733
/home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:74 +0x11f
goroutine 18750 [select]:
github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc0009a2300)
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed
created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 18734
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436
goroutine 18835 [select]:
net/http.(*http2clientStream).writeRequest(0xc000551980, 0xc000b19e00, 0x0)
/usr/local/go/src/net/http/h2_bundle.go:9044 +0xc05
net/http.(*http2clientStream).doRequest(0xc000551980, 0xc000d981b8?, 0xc000a12f98?)
/usr/local/go/src/net/http/h2_bundle.go:8901 +0x56
created by net/http.(*http2ClientConn).roundTrip in goroutine 18732
/usr/local/go/src/net/http/h2_bundle.go:8806 +0x419
goroutine 18792 [chan receive]:
github.com/rclone/rclone/backend/local.(*fadvise).worker(0xc0000a9440)
/home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:114 +0x3f
created by github.com/rclone/rclone/backend/local.newFadvise in goroutine 18732
/home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:74 +0x11f
goroutine 18825 [chan receive]:
github.com/rclone/rclone/backend/local.(*fadvise).worker(0xc000a20640)
/home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:114 +0x3f
created by github.com/rclone/rclone/backend/local.newFadvise in goroutine 18735
/home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:74 +0x11f
goroutine 18851 [select]:
github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc0009a2400)
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed
created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 18733
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436
"./sync.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Finished ERROR in 2h0m2.028056998s (try 1/5): exit status 2: Failed [TestSyncUTFNorm]