"./sync.test -test.v -test.timeout 2h0m0s -remote TestPutio: -verbose" - Starting (try 1/5) 2025/01/06 02:08:40 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo" 2025/01/06 02:08:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 02:08:41 DEBUG : Creating backend with remote "/tmp/rclone384250456" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === 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:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:08:41 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/01/06 02:08:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyWithDryRun (0.52s) === RUN TestCopy run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/06 02:08:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:08:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:08:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:08:43 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:08:43 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.33s) === RUN TestCopyMetadata run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.11s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.11s) === RUN TestCopyMissingDirectory run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:44 DEBUG : Creating backend with remote "/non-existing" 2025/01/06 02:08:44 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/01/06 02:08:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyMissingDirectory (0.27s) === RUN TestCopyNoTraverse run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:08:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:08:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:08:45 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:08:45 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyNoTraverse (1.80s) === RUN TestCopyCheckFirst run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:46 INFO : Putio root 'rclone-test-zebayut8gajo': Running all checks before starting transfers 2025/01/06 02:08:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:08:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:46 INFO : Putio root 'rclone-test-zebayut8gajo': Checks finished, now starting transfers 2025/01/06 02:08:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:08:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:08:47 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:08:47 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyCheckFirst (2.00s) === RUN TestSyncNoTraverse run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:48 ERROR : Ignoring --no-traverse with sync 2025/01/06 02:08:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:08:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:08:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:08:49 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:08:49 INFO : sub dir/hello world: Copied (new) 2025/01/06 02:08:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncNoTraverse (2.11s) === RUN TestCopyWithDepth run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:50 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/01/06 02:08:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 12 2025/01/06 02:08:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 12 2025/01/06 02:08:51 DEBUG : hello world2: crc32 = 870a83b3 OK 2025/01/06 02:08:51 INFO : hello world2: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyWithDepth (2.08s) === RUN TestCopyWithFilesFrom run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:52 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:08:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:08:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:08:53 DEBUG : potato2: crc32 = 0d4a1185 OK 2025/01/06 02:08:53 INFO : potato2: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyWithFilesFrom (1.58s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:54 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:08:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:08:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:08:54 DEBUG : potato2: crc32 = 0d4a1185 OK 2025/01/06 02:08:54 INFO : potato2: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.30s) === RUN TestCopyEmptyDirectories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:55 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/01/06 02:08:55 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/06 02:08:55 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/01/06 02:08:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/06 02:08:55 DEBUG : sub dir: Making directory 2025/01/06 02:08:55 DEBUG : sub dir2: Making directory 2025/01/06 02:08:55 DEBUG : sub dir2/sub sub dir2: Making directory 2025/01/06 02:08:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:08:55 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:55 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:08:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:08:56 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:08:56 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (3.35s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:08:58 DEBUG : sub dir2: Making directory 2025/01/06 02:08:58 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/01/06 02:08:58 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/06 02:08:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:08:58 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:08:58 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:08:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:08:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:08:59 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:08:59 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (2.00s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:00 DEBUG : sub dir2: Making directory with metadata 2025/01/06 02:09:00 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/06 02:09:00 DEBUG : sub dir: Making directory 2025/01/06 02:09:00 DEBUG : sub dir2: Making directory 2025/01/06 02:09:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:09:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:02 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:09:02 INFO : sub dir/hello world: Copied (new) 2025/01/06 02:09:02 INFO : sub dir/hello world: Deleted run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:02 DEBUG : Putio root 'rclone-test-zebayut8gajo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/01/06 02:09:02 DEBUG : Putio root 'rclone-test-zebayut8gajo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (3.02s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.11s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:03 DEBUG : sub dir2: Making directory 2025/01/06 02:09:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:09:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:05 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:09:05 INFO : sub dir/hello world: Copied (new) 2025/01/06 02:09:05 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (2.64s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:06 DEBUG : sub dir2: Making directory with metadata 2025/01/06 02:09:06 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/06 02:09:06 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/06 02:09:06 DEBUG : sub dir: Making directory 2025/01/06 02:09:06 DEBUG : sub dir2: Making directory 2025/01/06 02:09:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:09:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:08 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:09:08 INFO : sub dir/hello world: Copied (new) 2025/01/06 02:09:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:08 DEBUG : Putio root 'rclone-test-zebayut8gajo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (2.81s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.12s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:09 DEBUG : sub dir2: Making directory 2025/01/06 02:09:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:09:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:10 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:10 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:11 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:09:11 INFO : sub dir/hello world: Copied (new) 2025/01/06 02:09:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (2.62s) === RUN TestServerSideCopy run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:12 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:12 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:13 DEBUG : Creating backend with remote "TestPutio:rclone-test-gadegev7hiha" sync_test.go:590: Server side copy (if possible) Putio root 'rclone-test-zebayut8gajo' -> Putio root 'rclone-test-gadegev7hiha' 2025/01/06 02:09:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:09:13 DEBUG : Putio root 'rclone-test-gadegev7hiha': Waiting for checks to finish 2025/01/06 02:09:13 DEBUG : Putio root 'rclone-test-gadegev7hiha': Waiting for transfers to finish 2025/01/06 02:09:13 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:09:13 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:14 DEBUG : Putio root 'rclone-test-gadegev7hiha': Purge remote --- PASS: TestServerSideCopy (3.22s) === RUN TestCopyOverSelf run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:16 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/06 02:09:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:17 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 17 2025/01/06 02:09:17 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 17 2025/01/06 02:09:18 DEBUG : sub dir/hello world: crc32 = 0c611827 OK 2025/01/06 02:09:18 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyOverSelf (4.73s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:21 DEBUG : Creating backend with remote "TestPutio:rclone-test-pohitat0nohe" sync_test.go:626: Server side copy (if possible) Putio root 'rclone-test-zebayut8gajo' -> Putio root 'rclone-test-pohitat0nohe' 2025/01/06 02:09:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:09:22 DEBUG : Putio root 'rclone-test-pohitat0nohe': Waiting for checks to finish 2025/01/06 02:09:22 DEBUG : Putio root 'rclone-test-pohitat0nohe': Waiting for transfers to finish 2025/01/06 02:09:22 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:09:22 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:23 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 17 2025/01/06 02:09:23 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 17 2025/01/06 02:09:24 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/06 02:09:24 DEBUG : Putio root 'rclone-test-pohitat0nohe': Waiting for checks to finish 2025/01/06 02:09:24 DEBUG : Putio root 'rclone-test-pohitat0nohe': Waiting for transfers to finish 2025/01/06 02:09:24 DEBUG : sub dir/hello world: crc32 = 0c611827 OK 2025/01/06 02:09:24 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:25 DEBUG : Putio root 'rclone-test-pohitat0nohe': Purge remote --- PASS: TestServerSideCopyOverSelf (6.10s) === RUN TestMoveOverSelf run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:27 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/06 02:09:27 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:27 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:27 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 17 2025/01/06 02:09:27 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 17 2025/01/06 02:09:28 DEBUG : sub dir/hello world: crc32 = 0c611827 OK 2025/01/06 02:09:28 INFO : sub dir/hello world: Copied (replaced existing) 2025/01/06 02:09:28 INFO : sub dir/hello world: Deleted run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestMoveOverSelf (3.59s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:31 DEBUG : Creating backend with remote "TestPutio:rclone-test-beqelac6woqi" sync_test.go:671: Server side copy (if possible) Putio root 'rclone-test-zebayut8gajo' -> Putio root 'rclone-test-beqelac6woqi' 2025/01/06 02:09:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:09:32 DEBUG : Putio root 'rclone-test-beqelac6woqi': Waiting for checks to finish 2025/01/06 02:09:32 DEBUG : Putio root 'rclone-test-beqelac6woqi': Waiting for transfers to finish 2025/01/06 02:09:33 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:09:33 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:33 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 17 2025/01/06 02:09:33 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 17 2025/01/06 02:09:34 DEBUG : Putio root 'rclone-test-beqelac6woqi': Using server-side directory move 2025/01/06 02:09:34 INFO : Putio root 'rclone-test-beqelac6woqi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/01/06 02:09:34 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/06 02:09:34 DEBUG : Putio root 'rclone-test-beqelac6woqi': Waiting for checks to finish 2025/01/06 02:09:34 DEBUG : Putio root 'rclone-test-beqelac6woqi': Waiting for transfers to finish 2025/01/06 02:09:34 INFO : sub dir/hello world: Deleted 2025/01/06 02:09:34 INFO : sub dir/hello world: Moved (server-side) 2025/01/06 02:09:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 24 2025/01/06 02:09:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 24 2025/01/06 02:09:36 DEBUG : testing file moves 2025/01/06 02:09:36 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/01/06 02:09:36 DEBUG : Putio root 'rclone-test-beqelac6woqi': Waiting for checks to finish 2025/01/06 02:09:36 DEBUG : Putio root 'rclone-test-beqelac6woqi': Waiting for transfers to finish 2025/01/06 02:09:36 INFO : sub dir/hello world: Deleted 2025/01/06 02:09:37 INFO : sub dir/hello world: Moved (server-side) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:37 DEBUG : Putio root 'rclone-test-beqelac6woqi': Purge remote --- PASS: TestServerSideMoveOverSelf (8.73s) === RUN TestCopyAfterDelete run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:38 ERROR : : error listing: directory not found 2025/01/06 02:09:39 DEBUG : Local file system at /tmp/rclone384250456: Making directory 2025/01/06 02:09:39 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:39 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyAfterDelete (1.56s) === RUN TestCopyRedownload run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:40 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:09:40 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:09:40 DEBUG : Added delayed dir = "sub dir", newDst= 2025/01/06 02:09:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:09:40 DEBUG : Local file system at /tmp/rclone384250456: Waiting for checks to finish 2025/01/06 02:09:40 DEBUG : Local file system at /tmp/rclone384250456: Waiting for transfers to finish 2025/01/06 02:09:41 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:09:41 DEBUG : sub dir/hello world.1e3901b6.partial: renamed to: sub dir/hello world 2025/01/06 02:09:41 INFO : sub dir/hello world: Copied (new) 2025/01/06 02:09:41 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyRedownload (2.11s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:42 DEBUG : check sum: Need to transfer - File not found at Destination 2025/01/06 02:09:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:09:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:09:42 DEBUG : check sum: crc32 = 97ddb3f8 OK 2025/01/06 02:09:42 INFO : check sum: Copied (new) 2025/01/06 02:09:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:42 DEBUG : check sum: crc32 = 97ddb3f8 OK 2025/01/06 02:09:42 DEBUG : check sum: Size and crc32 of src and dst objects identical 2025/01/06 02:09:42 DEBUG : check sum: Unchanged skipping 2025/01/06 02:09:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:42 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:42 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncBasedOnCheckSum (1.53s) === RUN TestSyncSizeOnly run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:43 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/01/06 02:09:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:09:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:09:44 DEBUG : sizeonly: crc32 = 9a941a19 OK 2025/01/06 02:09:44 INFO : sizeonly: Copied (new) 2025/01/06 02:09:44 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:44 DEBUG : sizeonly: Sizes identical 2025/01/06 02:09:44 DEBUG : sizeonly: Unchanged skipping 2025/01/06 02:09:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:44 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:44 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncSizeOnly (1.87s) === RUN TestSyncIgnoreSize run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:45 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/01/06 02:09:45 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:45 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:45 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 8 2025/01/06 02:09:45 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 8 2025/01/06 02:09:46 DEBUG : ignore-size: crc32 = b4fa1177 OK 2025/01/06 02:09:46 INFO : ignore-size: Copied (new) 2025/01/06 02:09:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:46 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:09:46 DEBUG : ignore-size: Unchanged skipping 2025/01/06 02:09:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:46 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:46 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncIgnoreSize (2.00s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:09:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:09:48 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:09:48 DEBUG : existing: Unchanged skipping 2025/01/06 02:09:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:48 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:48 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:48 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/01/06 02:09:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:49 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:09:49 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:09:49 DEBUG : existing: crc32 = 9a941a19 OK 2025/01/06 02:09:49 INFO : existing: Copied (replaced existing) 2025/01/06 02:09:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncIgnoreTimes (2.83s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:50 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/06 02:09:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:09:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:09:51 DEBUG : existing: crc32 = 9a941a19 OK 2025/01/06 02:09:51 INFO : existing: Copied (new) 2025/01/06 02:09:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:51 DEBUG : existing: Destination exists, skipping 2025/01/06 02:09:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:51 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:51 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncIgnoreExisting (1.49s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:09:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:09:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:09:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:09:53 DEBUG : d: Making directory 2025/01/06 02:09:53 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/06 02:09:54 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:09:54 DEBUG : c/non empty space: Unchanged skipping 2025/01/06 02:09:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:09:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:09:54 DEBUG : a/potato2: crc32 = d423bfba OK 2025/01/06 02:09:54 INFO : a/potato2: Copied (new) 2025/01/06 02:09:54 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:54 INFO : b/potato: Deleted 2025/01/06 02:09:54 INFO : d: Removing directory 2025/01/06 02:09:55 INFO : b: Removing directory 2025/01/06 02:09:55 DEBUG : Putio root 'rclone-test-zebayut8gajo': deleted 2 directories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncIgnoreErrors (5.32s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:09:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:09:57 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2025/01/06 02:09:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:57 DEBUG : empty space: crc32 = 97ddb3f8 OK 2025/01/06 02:09:57 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/01/06 02:09:57 DEBUG : empty space: Unchanged skipping 2025/01/06 02:09:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:57 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:57 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:57 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2025/01/06 02:09:57 DEBUG : empty space: crc32 = 97ddb3f8 OK 2025/01/06 02:09:57 INFO : empty space: Updated modification time in destination 2025/01/06 02:09:57 DEBUG : empty space: Unchanged skipping 2025/01/06 02:09:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:57 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:57 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterChangingModtimeOnly (1.88s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:09:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:09:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:09:59 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2025/01/06 02:09:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:09:59 DEBUG : empty space: crc32 = 97ddb3f8 OK 2025/01/06 02:09:59 DEBUG : empty space: Unchanged skipping 2025/01/06 02:09:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:09:59 DEBUG : Waiting for deletions to finish 2025/01/06 02:09:59 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.71s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:10:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:10:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:01 DEBUG : foo: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2025/01/06 02:10:01 DEBUG : foo: crc32 = 8c736521 (Local file system at /tmp/rclone384250456) 2025/01/06 02:10:01 DEBUG : foo: crc32 = 76ff8caa (Putio root 'rclone-test-zebayut8gajo') 2025/01/06 02:10:01 DEBUG : foo: crc32 differ 2025/01/06 02:10:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:02 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:10:02 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:10:03 DEBUG : foo: crc32 = 8c736521 OK 2025/01/06 02:10:03 INFO : foo: Copied (replaced existing) 2025/01/06 02:10:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncDoesntUpdateModtime (3.60s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:10:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:10:04 DEBUG : potato: Need to transfer - File not found at Destination 2025/01/06 02:10:04 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:04 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:05 DEBUG : potato: crc32 = d423bfba OK 2025/01/06 02:10:05 INFO : potato: Copied (new) 2025/01/06 02:10:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterAddingAFile (1.91s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:06 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/01/06 02:10:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:08 DEBUG : potato: crc32 = f4498cc3 OK 2025/01/06 02:10:08 INFO : potato: Copied (replaced existing) 2025/01/06 02:10:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.41s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:08 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:08 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:09 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/01/06 02:10:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:09 DEBUG : potato: crc32 = 1b366e1c (Local file system at /tmp/rclone384250456) 2025/01/06 02:10:09 DEBUG : potato: crc32 = f4498cc3 (Putio root 'rclone-test-zebayut8gajo') 2025/01/06 02:10:09 DEBUG : potato: crc32 differ 2025/01/06 02:10:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:10 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:10 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:10 DEBUG : potato: crc32 = 1b366e1c OK 2025/01/06 02:10:10 INFO : potato: Copied (replaced existing) 2025/01/06 02:10:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterChangingContentsOnly (2.46s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:11 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:11 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:11 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:10:11 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:10:12 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:10:12 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/01/06 02:10:12 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:12 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:12 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:12 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:12 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:12 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.83s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:13 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:13 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:14 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:10:14 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:10:15 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:10:15 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:15 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:15 DEBUG : potato2: crc32 = d423bfba OK 2025/01/06 02:10:15 INFO : potato2: Copied (new) 2025/01/06 02:10:15 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:15 INFO : potato: Deleted run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:19 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:10:19 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:10:19 DEBUG : d: Making directory 2025/01/06 02:10:19 DEBUG : d/e: Making directory 2025/01/06 02:10:20 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/06 02:10:20 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:20 DEBUG : c/non empty space: Unchanged skipping 2025/01/06 02:10:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:20 DEBUG : a/potato2: crc32 = d423bfba OK 2025/01/06 02:10:20 INFO : a/potato2: Copied (new) 2025/01/06 02:10:20 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:21 INFO : b/potato: Deleted 2025/01/06 02:10:21 INFO : d/e: Removing directory 2025/01/06 02:10:21 INFO : d: Removing directory 2025/01/06 02:10:21 INFO : b: Removing directory 2025/01/06 02:10:22 DEBUG : Putio root 'rclone-test-zebayut8gajo': deleted 3 directories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (7.23s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:10:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:10:25 DEBUG : d: Making directory 2025/01/06 02:10:26 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/06 02:10:26 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:26 DEBUG : c/non empty space: Unchanged skipping 2025/01/06 02:10:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:27 DEBUG : a/potato2: crc32 = d423bfba OK 2025/01/06 02:10:27 INFO : a/potato2: Copied (new) 2025/01/06 02:10:27 ERROR : Putio root 'rclone-test-zebayut8gajo': not deleting files as there were IO errors 2025/01/06 02:10:27 ERROR : Putio root 'rclone-test-zebayut8gajo': not deleting directories as there were IO errors run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (5.61s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:29 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:29 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:10:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:10:30 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:30 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:10:30 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:30 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:30 INFO : potato: Deleted 2025/01/06 02:10:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:31 DEBUG : potato2: crc32 = d423bfba OK 2025/01/06 02:10:31 INFO : potato2: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncDeleteDuring (3.43s) === RUN TestSyncDeleteBefore run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:33 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:10:33 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:10:34 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:34 INFO : potato: Deleted 2025/01/06 02:10:34 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:10:34 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:34 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:35 DEBUG : potato2: crc32 = d423bfba OK 2025/01/06 02:10:35 INFO : potato2: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncDeleteBefore (3.02s) === RUN TestCopyDeleteBefore run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 21 2025/01/06 02:10:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 21 2025/01/06 02:10:36 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:10:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 19 2025/01/06 02:10:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 19 2025/01/06 02:10:37 DEBUG : potato2: crc32 = 9f4e1e48 OK 2025/01/06 02:10:37 INFO : potato2: Copied (new) run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestCopyDeleteBefore (2.05s) === RUN TestSyncWithExclude run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:37 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:37 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:10:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:10:38 DEBUG : enormous: Excluded (Size Filter) 2025/01/06 02:10:38 DEBUG : enormous: Excluded 2025/01/06 02:10:38 DEBUG : potato2: Excluded (Size Filter) 2025/01/06 02:10:38 DEBUG : potato2: Excluded 2025/01/06 02:10:38 DEBUG : potato2: Excluded (Size Filter) 2025/01/06 02:10:38 DEBUG : potato2: Excluded 2025/01/06 02:10:38 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:38 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:38 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:38 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:38 DEBUG : enormous: Excluded (Size Filter) 2025/01/06 02:10:38 DEBUG : enormous: Excluded 2025/01/06 02:10:38 DEBUG : potato2: Excluded (Size Filter) 2025/01/06 02:10:38 DEBUG : potato2: Excluded 2025/01/06 02:10:39 DEBUG : potato2: Excluded (Size Filter) 2025/01/06 02:10:39 DEBUG : potato2: Excluded 2025/01/06 02:10:39 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2025/01/06 02:10:39 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:39 DEBUG : Local file system at /tmp/rclone384250456: Waiting for checks to finish 2025/01/06 02:10:39 DEBUG : Local file system at /tmp/rclone384250456: Waiting for transfers to finish 2025/01/06 02:10:39 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:39 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncWithExclude (2.01s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:39 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:10:39 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:10:40 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:10:40 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:10:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 100 2025/01/06 02:10:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 100 2025/01/06 02:10:42 DEBUG : enormous: Excluded (Size Filter) 2025/01/06 02:10:42 DEBUG : enormous: Excluded 2025/01/06 02:10:42 DEBUG : potato2: Excluded (Size Filter) 2025/01/06 02:10:42 DEBUG : potato2: Excluded 2025/01/06 02:10:42 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:10:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:42 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:42 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:42 INFO : enormous: Deleted 2025/01/06 02:10:43 INFO : potato2: Deleted 2025/01/06 02:10:43 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:43 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2025/01/06 02:10:43 DEBUG : empty space: Unchanged skipping 2025/01/06 02:10:43 DEBUG : Local file system at /tmp/rclone384250456: Waiting for checks to finish 2025/01/06 02:10:43 DEBUG : Local file system at /tmp/rclone384250456: Waiting for transfers to finish 2025/01/06 02:10:43 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:43 INFO : enormous: Deleted 2025/01/06 02:10:43 INFO : potato2: Deleted 2025/01/06 02:10:43 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncWithExcludeAndDeleteExcluded (4.99s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:10:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:10:45 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:10:45 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:10:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:10:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:10:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 8 2025/01/06 02:10:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 8 2025/01/06 02:10:47 DEBUG : five: Need to transfer - File not found at Destination 2025/01/06 02:10:47 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/01/06 02:10:47 DEBUG : one: Destination is newer than source, skipping 2025/01/06 02:10:47 DEBUG : three: Sizes identical 2025/01/06 02:10:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:47 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/01/06 02:10:47 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/01/06 02:10:47 DEBUG : two: crc32 = 11ca8a66 (Local file system at /tmp/rclone384250456) 2025/01/06 02:10:47 DEBUG : two: crc32 = 876dc8ec (Putio root 'rclone-test-zebayut8gajo') 2025/01/06 02:10:47 DEBUG : two: crc32 differ 2025/01/06 02:10:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 4 2025/01/06 02:10:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 4 2025/01/06 02:10:48 DEBUG : four: crc32 = 90c1667d OK 2025/01/06 02:10:48 INFO : four: Copied (replaced existing) 2025/01/06 02:10:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 4 2025/01/06 02:10:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 4 2025/01/06 02:10:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:10:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:10:48 DEBUG : five: crc32 = 3cb2cccb OK 2025/01/06 02:10:48 INFO : five: Copied (new) 2025/01/06 02:10:49 DEBUG : two: crc32 = 11ca8a66 OK 2025/01/06 02:10:49 INFO : two: Copied (replaced existing) 2025/01/06 02:10:49 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:49 DEBUG : one: Destination is newer than source, skipping 2025/01/06 02:10:49 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:49 DEBUG : five: crc32 = 3cb2cccb OK 2025/01/06 02:10:49 DEBUG : five: Size and crc32 of src and dst objects identical 2025/01/06 02:10:49 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/01/06 02:10:49 DEBUG : four: crc32 = 90c1667d OK 2025/01/06 02:10:49 DEBUG : four: Size and crc32 of src and dst objects identical 2025/01/06 02:10:49 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/01/06 02:10:49 DEBUG : two: crc32 = 11ca8a66 OK 2025/01/06 02:10:49 DEBUG : two: Size and crc32 of src and dst objects identical 2025/01/06 02:10:49 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/01/06 02:10:49 DEBUG : three: crc32 = 46c5d8f5 (Local file system at /tmp/rclone384250456) 2025/01/06 02:10:49 DEBUG : three: crc32 = b1911a45 (Putio root 'rclone-test-zebayut8gajo') 2025/01/06 02:10:49 DEBUG : three: crc32 differ 2025/01/06 02:10:49 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/01/06 02:10:49 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:49 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:10:49 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:10:49 DEBUG : three: crc32 = 46c5d8f5 OK 2025/01/06 02:10:49 INFO : three: Copied (replaced existing) 2025/01/06 02:10:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (5.91s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1466: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1466: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:1538: Can track renames: true 2025/01/06 02:10:50 INFO : Putio root 'rclone-test-zebayut8gajo': Making map for --track-renames 2025/01/06 02:10:50 INFO : Putio root 'rclone-test-zebayut8gajo': Finished making map for --track-renames 2025/01/06 02:10:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for renames to finish 2025/01/06 02:10:50 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/01/06 02:10:50 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/06 02:10:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:10:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:10:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 14 2025/01/06 02:10:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 14 2025/01/06 02:10:51 DEBUG : potato: crc32 = 403f91c8 OK 2025/01/06 02:10:51 INFO : potato: Copied (new) 2025/01/06 02:10:51 DEBUG : yam: crc32 = ae1fefed OK 2025/01/06 02:10:51 INFO : yam: Copied (new) 2025/01/06 02:10:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:51 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:10:51 INFO : Putio root 'rclone-test-zebayut8gajo': Making map for --track-renames 2025/01/06 02:10:51 INFO : Putio root 'rclone-test-zebayut8gajo': Finished making map for --track-renames 2025/01/06 02:10:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:51 DEBUG : potato: Unchanged skipping 2025/01/06 02:10:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for renames to finish 2025/01/06 02:10:52 INFO : yam: Moved (server-side) to: yaml 2025/01/06 02:10:52 INFO : yaml: Renamed from "yam" 2025/01/06 02:10:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:52 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:52 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncWithTrackRenames (2.30s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:1610: Can track renames: true 2025/01/06 02:10:53 INFO : Putio root 'rclone-test-zebayut8gajo': Making map for --track-renames 2025/01/06 02:10:53 INFO : Putio root 'rclone-test-zebayut8gajo': Finished making map for --track-renames 2025/01/06 02:10:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:53 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/06 02:10:53 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/01/06 02:10:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for renames to finish 2025/01/06 02:10:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 14 2025/01/06 02:10:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 14 2025/01/06 02:10:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:10:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:10:54 DEBUG : yam: crc32 = ae1fefed OK 2025/01/06 02:10:54 INFO : yam: Copied (new) 2025/01/06 02:10:54 DEBUG : potato: crc32 = 403f91c8 OK 2025/01/06 02:10:54 INFO : potato: Copied (new) 2025/01/06 02:10:54 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:55 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:10:55 INFO : Putio root 'rclone-test-zebayut8gajo': Making map for --track-renames 2025/01/06 02:10:55 INFO : Putio root 'rclone-test-zebayut8gajo': Finished making map for --track-renames 2025/01/06 02:10:55 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:55 DEBUG : potato: Unchanged skipping 2025/01/06 02:10:55 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for renames to finish 2025/01/06 02:10:55 INFO : yam: Moved (server-side) to: yaml 2025/01/06 02:10:55 INFO : yaml: Renamed from "yam" 2025/01/06 02:10:55 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:55 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:55 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.15s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:1649: Can track renames: true 2025/01/06 02:10:56 INFO : Putio root 'rclone-test-zebayut8gajo': Making map for --track-renames 2025/01/06 02:10:56 INFO : Putio root 'rclone-test-zebayut8gajo': Finished making map for --track-renames 2025/01/06 02:10:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:56 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/06 02:10:56 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/01/06 02:10:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for renames to finish 2025/01/06 02:10:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:10:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:10:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 14 2025/01/06 02:10:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 14 2025/01/06 02:10:56 DEBUG : sub/yam: crc32 = ae1fefed OK 2025/01/06 02:10:56 INFO : sub/yam: Copied (new) 2025/01/06 02:10:57 DEBUG : potato: crc32 = 403f91c8 OK 2025/01/06 02:10:57 INFO : potato: Copied (new) 2025/01/06 02:10:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:57 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:10:57 DEBUG : potato: Unchanged skipping 2025/01/06 02:10:57 INFO : Putio root 'rclone-test-zebayut8gajo': Making map for --track-renames 2025/01/06 02:10:57 INFO : Putio root 'rclone-test-zebayut8gajo': Finished making map for --track-renames 2025/01/06 02:10:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for renames to finish 2025/01/06 02:10:58 INFO : sub/yam: Moved (server-side) to: yam 2025/01/06 02:10:58 INFO : yam: Renamed from "sub/yam" 2025/01/06 02:10:58 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:10:58 DEBUG : Waiting for deletions to finish 2025/01/06 02:10:58 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.78s) === RUN TestServerSideMoveLocal run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:59 DEBUG : Creating backend with remote "/tmp/rclone384250456/dir1" 2025/01/06 02:10:59 DEBUG : Creating backend with remote "/tmp/rclone384250456/dir2" 2025/01/06 02:10:59 DEBUG : Local file system at /tmp/rclone384250456/dir2: Using server-side directory move 2025/01/06 02:10:59 INFO : Local file system at /tmp/rclone384250456/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/01/06 02:10:59 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/01/06 02:10:59 INFO : file1.txt: Moved (server-side) 2025/01/06 02:10:59 DEBUG : Local file system at /tmp/rclone384250456/dir2: Waiting for checks to finish 2025/01/06 02:10:59 DEBUG : Local file system at /tmp/rclone384250456/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.12s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:10:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:10:59 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/01/06 02:10:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:10:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:11:00 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:11:00 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:11:00 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:11:00 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:11:00 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:11:00 INFO : sub dir/hello world: Copied (new) 2025/01/06 02:11:00 INFO : sub dir/hello world: Deleted 2025/01/06 02:11:00 DEBUG : nested/sub dir/file: crc32 = aac9c2e9 OK 2025/01/06 02:11:00 INFO : nested/sub dir/file: Copied (new) 2025/01/06 02:11:00 INFO : nested/sub dir/file: Deleted 2025/01/06 02:11:00 INFO : sub dir: Removing directory 2025/01/06 02:11:00 INFO : nested/sub dir: Removing directory 2025/01/06 02:11:00 INFO : nested: Removing directory 2025/01/06 02:11:00 DEBUG : Local file system at /tmp/rclone384250456: deleted 3 directories run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.97s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/06 02:11:02 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/01/06 02:11:02 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:11:02 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:11:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 11 2025/01/06 02:11:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 11 2025/01/06 02:11:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:11:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:11:03 DEBUG : sub dir/hello world: crc32 = 0d4a1185 OK 2025/01/06 02:11:03 INFO : sub dir/hello world: Copied (new) 2025/01/06 02:11:03 INFO : sub dir/hello world: Deleted 2025/01/06 02:11:03 DEBUG : nested/sub dir/file: crc32 = aac9c2e9 OK 2025/01/06 02:11:03 INFO : nested/sub dir/file: Copied (new) 2025/01/06 02:11:03 INFO : nested/sub dir/file: Deleted run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.34s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:05 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/06 02:11:05 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/01/06 02:11:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:11:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:11:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:11:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:11:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:11:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:11:05 DEBUG : existing-b: crc32 = 2c14401a OK 2025/01/06 02:11:05 INFO : existing-b: Copied (new) 2025/01/06 02:11:05 INFO : existing-b: Deleted 2025/01/06 02:11:05 DEBUG : existing: crc32 = 9a941a19 OK 2025/01/06 02:11:05 INFO : existing: Copied (new) 2025/01/06 02:11:05 INFO : existing: Deleted 2025/01/06 02:11:06 DEBUG : existing: Destination exists, skipping 2025/01/06 02:11:06 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/01/06 02:11:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:11:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:11:06 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestMoveWithIgnoreExisting (2.11s) === RUN TestServerSideMove run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:07 DEBUG : Creating backend with remote "TestPutio:rclone-test-daxifuj0maqu" 2025/01/06 02:11:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:11:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:11:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:11:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:10 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 68 2025/01/06 02:11:10 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 68 sync_test.go:1705: Server side move (if possible) Putio root 'rclone-test-zebayut8gajo' -> Putio root 'rclone-test-daxifuj0maqu' 2025/01/06 02:11:10 DEBUG : Putio root 'rclone-test-daxifuj0maqu': chunkStart: 0, reqSize: 1 2025/01/06 02:11:10 DEBUG : Putio root 'rclone-test-daxifuj0maqu': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:12 DEBUG : Putio root 'rclone-test-daxifuj0maqu': chunkStart: 0, reqSize: 60 2025/01/06 02:11:12 DEBUG : Putio root 'rclone-test-daxifuj0maqu': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:11:12 DEBUG : Putio root 'rclone-test-daxifuj0maqu': Using server-side directory move 2025/01/06 02:11:12 INFO : Putio root 'rclone-test-daxifuj0maqu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/01/06 02:11:12 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:11:12 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/01/06 02:11:12 DEBUG : empty space: Unchanged skipping 2025/01/06 02:11:12 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/06 02:11:12 DEBUG : Putio root 'rclone-test-daxifuj0maqu': Waiting for checks to finish 2025/01/06 02:11:12 INFO : empty space: Deleted 2025/01/06 02:11:12 DEBUG : Putio root 'rclone-test-daxifuj0maqu': Waiting for transfers to finish 2025/01/06 02:11:12 INFO : potato2: Moved (server-side) 2025/01/06 02:11:13 INFO : potato3: Deleted 2025/01/06 02:11:13 INFO : potato3: Moved (server-side) 2025/01/06 02:11:13 DEBUG : Creating backend with remote "TestPutio:rclone-test-zekexob1faqa" 2025/01/06 02:11:14 DEBUG : Putio root 'rclone-test-zekexob1faqa': Using server-side directory move 2025/01/06 02:11:14 INFO : Putio root 'rclone-test-zekexob1faqa': Server side directory move succeeded 2025/01/06 02:11:15 ERROR : : error listing: directory not found 2025/01/06 02:11:15 DEBUG : Putio root 'rclone-test-zekexob1faqa': Purge remote 2025/01/06 02:11:15 DEBUG : Putio root 'rclone-test-daxifuj0maqu': Purge remote 2025/01/06 02:11:15 NOTICE: purge failed: Rmdir: directory not found --- PASS: TestServerSideMove (8.45s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:15 DEBUG : Creating backend with remote "TestPutio:rclone-test-tewaved5higo" 2025/01/06 02:11:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:11:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:11:17 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:11:17 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:18 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 68 2025/01/06 02:11:18 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 68 sync_test.go:1705: Server side move (if possible) Putio root 'rclone-test-zebayut8gajo' -> Putio root 'rclone-test-tewaved5higo' 2025/01/06 02:11:19 DEBUG : Putio root 'rclone-test-tewaved5higo': chunkStart: 0, reqSize: 1 2025/01/06 02:11:19 DEBUG : Putio root 'rclone-test-tewaved5higo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:20 DEBUG : Putio root 'rclone-test-tewaved5higo': chunkStart: 0, reqSize: 60 2025/01/06 02:11:20 DEBUG : Putio root 'rclone-test-tewaved5higo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:11:21 DEBUG : empty space: Excluded (Size Filter) 2025/01/06 02:11:21 DEBUG : empty space: Excluded 2025/01/06 02:11:21 DEBUG : empty space: Excluded (Size Filter) 2025/01/06 02:11:21 DEBUG : empty space: Excluded 2025/01/06 02:11:21 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:11:21 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/06 02:11:21 DEBUG : Putio root 'rclone-test-tewaved5higo': Waiting for checks to finish 2025/01/06 02:11:21 DEBUG : Putio root 'rclone-test-tewaved5higo': Waiting for transfers to finish 2025/01/06 02:11:22 INFO : potato3: Deleted 2025/01/06 02:11:22 INFO : potato2: Moved (server-side) 2025/01/06 02:11:22 INFO : potato3: Moved (server-side) 2025/01/06 02:11:22 DEBUG : Creating backend with remote "TestPutio:rclone-test-lawuhet8muni" 2025/01/06 02:11:22 DEBUG : empty space: Excluded (Size Filter) 2025/01/06 02:11:22 DEBUG : empty space: Excluded 2025/01/06 02:11:22 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:11:22 DEBUG : potato3: Need to transfer - File not found at Destination 2025/01/06 02:11:22 DEBUG : Putio root 'rclone-test-lawuhet8muni': Waiting for checks to finish 2025/01/06 02:11:22 DEBUG : Putio root 'rclone-test-lawuhet8muni': Waiting for transfers to finish 2025/01/06 02:11:23 INFO : potato2: Moved (server-side) 2025/01/06 02:11:23 INFO : potato3: Moved (server-side) 2025/01/06 02:11:23 DEBUG : Putio root 'rclone-test-lawuhet8muni': Purge remote 2025/01/06 02:11:23 DEBUG : Putio root 'rclone-test-tewaved5higo': Purge remote --- PASS: TestServerSideMoveWithFilter (8.42s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:24 DEBUG : Creating backend with remote "TestPutio:rclone-test-bunujel6yoko" 2025/01/06 02:11:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 60 2025/01/06 02:11:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:11:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:11:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 68 2025/01/06 02:11:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 68 2025/01/06 02:11:26 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) Putio root 'rclone-test-zebayut8gajo' -> Putio root 'rclone-test-bunujel6yoko' 2025/01/06 02:11:27 DEBUG : Putio root 'rclone-test-bunujel6yoko': chunkStart: 0, reqSize: 1 2025/01/06 02:11:27 DEBUG : Putio root 'rclone-test-bunujel6yoko': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:28 DEBUG : Putio root 'rclone-test-bunujel6yoko': chunkStart: 0, reqSize: 60 2025/01/06 02:11:28 DEBUG : Putio root 'rclone-test-bunujel6yoko': Sending chunk. transferOffset: 0 length: 60 2025/01/06 02:11:28 DEBUG : Putio root 'rclone-test-bunujel6yoko': Using server-side directory move 2025/01/06 02:11:28 INFO : Putio root 'rclone-test-bunujel6yoko': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/01/06 02:11:28 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/06 02:11:28 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/01/06 02:11:28 DEBUG : empty space: Unchanged skipping 2025/01/06 02:11:28 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/06 02:11:28 DEBUG : Putio root 'rclone-test-bunujel6yoko': Waiting for checks to finish 2025/01/06 02:11:28 INFO : empty space: Deleted 2025/01/06 02:11:28 DEBUG : Putio root 'rclone-test-bunujel6yoko': Waiting for transfers to finish 2025/01/06 02:11:28 INFO : potato2: Moved (server-side) 2025/01/06 02:11:29 INFO : potato3: Deleted 2025/01/06 02:11:29 INFO : potato3: Moved (server-side) 2025/01/06 02:11:29 INFO : tomatoDir: Removing directory 2025/01/06 02:11:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': deleted 1 directories 2025/01/06 02:11:30 DEBUG : Creating backend with remote "TestPutio:rclone-test-yepekan3nuco" 2025/01/06 02:11:30 DEBUG : tomatoDir: Making directory 2025/01/06 02:11:30 DEBUG : Putio root 'rclone-test-yepekan3nuco': Using server-side directory move 2025/01/06 02:11:30 INFO : Putio root 'rclone-test-yepekan3nuco': Server side directory move succeeded 2025/01/06 02:11:31 ERROR : : error listing: directory not found 2025/01/06 02:11:31 ERROR : : error listing: directory not found 2025/01/06 02:11:31 DEBUG : Putio root 'rclone-test-yepekan3nuco': Purge remote 2025/01/06 02:11:31 DEBUG : Putio root 'rclone-test-bunujel6yoko': Purge remote 2025/01/06 02:11:31 NOTICE: purge failed: Rmdir: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (7.45s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:1910: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.11s) === RUN TestSyncOverlap run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:31 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/rclone-sync-test" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncOverlap (1.08s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:32 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/rclone-sync-test" 2025/01/06 02:11:33 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/rclone-sync-test-include/layer2" 2025/01/06 02:11:34 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/rclone-sync-test-ignore-file" 2025/01/06 02:11:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:11:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:35 DEBUG : rclone-sync-test: Excluded 2025/01/06 02:11:35 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/01/06 02:11:35 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/01/06 02:11:35 DEBUG : Putio root 'rclone-test-zebayut8gajo/rclone-sync-test': Waiting for checks to finish 2025/01/06 02:11:35 DEBUG : Putio root 'rclone-test-zebayut8gajo/rclone-sync-test': Waiting for transfers to finish 2025/01/06 02:11:35 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:35 INFO : There was nothing to transfer 2025/01/06 02:11:36 DEBUG : rclone-sync-test: Excluded 2025/01/06 02:11:36 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/01/06 02:11:36 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/01/06 02:11:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:11:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:11:36 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:36 INFO : rclone-sync-test-include: Removing directory 2025/01/06 02:11:36 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/01/06 02:11:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': failed to delete 1 directories 2025/01/06 02:11:36 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:36 DEBUG : rclone-sync-test: Excluded 2025/01/06 02:11:36 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/01/06 02:11:36 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/01/06 02:11:36 DEBUG : Putio root 'rclone-test-zebayut8gajo/rclone-sync-test-include/layer2': Waiting for checks to finish 2025/01/06 02:11:36 DEBUG : Putio root 'rclone-test-zebayut8gajo/rclone-sync-test-include/layer2': Waiting for transfers to finish 2025/01/06 02:11:36 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:36 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:37 DEBUG : rclone-sync-test: Excluded 2025/01/06 02:11:37 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/01/06 02:11:38 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/01/06 02:11:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:11:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:11:38 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:38 INFO : rclone-sync-test-include: Removing directory 2025/01/06 02:11:38 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/01/06 02:11:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': failed to delete 1 directories 2025/01/06 02:11:38 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:38 DEBUG : : Excluded 2025/01/06 02:11:38 DEBUG : rclone-sync-test: Excluded 2025/01/06 02:11:38 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/01/06 02:11:38 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/01/06 02:11:38 DEBUG : Putio root 'rclone-test-zebayut8gajo/rclone-sync-test-ignore-file': Waiting for checks to finish 2025/01/06 02:11:38 DEBUG : Putio root 'rclone-test-zebayut8gajo/rclone-sync-test-ignore-file': Waiting for transfers to finish 2025/01/06 02:11:38 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:38 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncOverlapWithFilter (9.88s) === RUN TestSyncCompareDest run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:42 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dst" 2025/01/06 02:11:42 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/CompareDest" 2025/01/06 02:11:43 DEBUG : one: Need to transfer - File not found at Destination 2025/01/06 02:11:43 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:11:43 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:11:43 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 3 2025/01/06 02:11:43 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:11:44 DEBUG : one: crc32 = 7a6c86f1 OK 2025/01/06 02:11:44 INFO : one: Copied (new) 2025/01/06 02:11:44 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:11:45 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:11:45 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:11:45 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:11:45 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:11:46 DEBUG : one: crc32 = cb217308 OK 2025/01/06 02:11:46 INFO : one: Copied (replaced existing) 2025/01/06 02:11:46 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:11:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:11:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:11:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:11:47 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:11:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:11:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:11:48 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/06 02:11:48 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:11:48 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:48 INFO : There was nothing to transfer 2025/01/06 02:11:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:11:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:11:49 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:11:49 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/06 02:11:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:11:49 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:11:49 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:11:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/06 02:11:49 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:11:49 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:49 INFO : There was nothing to transfer 2025/01/06 02:11:49 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:11:49 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/06 02:11:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:11:49 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:11:49 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:11:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/06 02:11:49 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:11:49 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:49 INFO : There was nothing to transfer 2025/01/06 02:11:50 DEBUG : two: Modification times differ by -120h0m0s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59 +0000 UTC 2025/01/06 02:11:50 DEBUG : two: crc32 = 11ca8a66 OK 2025/01/06 02:11:50 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/06 02:11:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:11:50 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:11:50 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:11:50 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/06 02:11:50 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:11:50 DEBUG : Waiting for deletions to finish 2025/01/06 02:11:50 INFO : There was nothing to transfer 2025/01/06 02:11:51 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/06 02:11:51 DEBUG : two: Need to transfer - File not found at Destination 2025/01/06 02:11:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:11:51 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:11:51 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:11:51 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/06 02:11:51 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:11:51 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:11:51 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:11:52 DEBUG : two: crc32 = 8b9078ce OK 2025/01/06 02:11:52 INFO : two: Copied (new) 2025/01/06 02:11:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (10.83s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:11:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 1 2025/01/06 02:11:54 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:55 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dest" 2025/01/06 02:11:56 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/pre-dest1" 2025/01/06 02:11:56 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/pre-dest2" 2025/01/06 02:11:56 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:11:56 DEBUG : 1: Destination found in --compare-dest, skipping 2025/01/06 02:11:56 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:11:56 DEBUG : 2: Destination found in --compare-dest, skipping 2025/01/06 02:11:56 DEBUG : 3: Need to transfer - File not found at Destination 2025/01/06 02:11:56 DEBUG : Putio root 'rclone-test-zebayut8gajo/dest': Waiting for checks to finish 2025/01/06 02:11:56 DEBUG : Putio root 'rclone-test-zebayut8gajo/dest': Waiting for transfers to finish 2025/01/06 02:11:57 DEBUG : Putio root 'rclone-test-zebayut8gajo/dest': chunkStart: 0, reqSize: 1 2025/01/06 02:11:57 DEBUG : Putio root 'rclone-test-zebayut8gajo/dest': Sending chunk. transferOffset: 0 length: 1 2025/01/06 02:11:57 DEBUG : 3: crc32 = 6dd28e9b OK 2025/01/06 02:11:57 INFO : 3: Copied (new) 2025/01/06 02:11:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (6.05s) === RUN TestSyncCopyDest run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:11:59 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dst" 2025/01/06 02:11:59 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/CopyDest" 2025/01/06 02:12:00 DEBUG : one: Need to transfer - File not found at Destination 2025/01/06 02:12:00 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:00 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:01 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 3 2025/01/06 02:12:01 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:01 DEBUG : one: crc32 = 7a6c86f1 OK 2025/01/06 02:12:01 INFO : one: Copied (new) 2025/01/06 02:12:01 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:01 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:12:01 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:02 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:12:02 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:02 DEBUG : one: crc32 = cb217308 OK 2025/01/06 02:12:02 INFO : one: Copied (replaced existing) 2025/01/06 02:12:02 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:12:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:05 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/BackupDir" 2025/01/06 02:12:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:12:05 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:05 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:12:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 02:12:06 INFO : one: Moved (server-side) 2025/01/06 02:12:06 DEBUG : one: crc32 = cb217308 OK 2025/01/06 02:12:06 INFO : one: Copied (server-side copy) 2025/01/06 02:12:06 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/06 02:12:06 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:06 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:08 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:12:08 DEBUG : two: crc32 = 11ca8a66 OK 2025/01/06 02:12:08 INFO : two: Copied (server-side copy) 2025/01/06 02:12:08 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/06 02:12:08 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:12:08 DEBUG : one: Unchanged skipping 2025/01/06 02:12:08 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:08 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:08 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:08 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:12:08 DEBUG : one: Unchanged skipping 2025/01/06 02:12:08 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:08 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:12:08 DEBUG : two: Unchanged skipping 2025/01/06 02:12:08 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:08 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:08 INFO : There was nothing to transfer 2025/01/06 02:12:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:12:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:10 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/06 02:12:10 DEBUG : three: Destination not found in --copy-dest 2025/01/06 02:12:10 DEBUG : three: Need to transfer - File not found at Destination 2025/01/06 02:12:10 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:12:10 DEBUG : one: Unchanged skipping 2025/01/06 02:12:10 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/01/06 02:12:10 DEBUG : two: Unchanged skipping 2025/01/06 02:12:10 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:10 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:10 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 7 2025/01/06 02:12:10 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 7 2025/01/06 02:12:11 DEBUG : three: crc32 = 5499c6c0 OK 2025/01/06 02:12:11 INFO : three: Copied (new) 2025/01/06 02:12:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (14.05s) === RUN TestSyncBackupDir run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:12:14 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:14 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:14 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:14 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:12:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:16 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dst" 2025/01/06 02:12:16 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/backup" 2025/01/06 02:12:17 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/06 02:12:17 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:17 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:12:17 DEBUG : two: Unchanged skipping 2025/01/06 02:12:18 INFO : one: Moved (server-side) 2025/01/06 02:12:18 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:18 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 4 2025/01/06 02:12:18 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 4 2025/01/06 02:12:19 DEBUG : one: crc32 = 19193087 OK 2025/01/06 02:12:19 INFO : one: Copied (new) 2025/01/06 02:12:19 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:20 INFO : three.txt: Moved (server-side) 2025/01/06 02:12:20 INFO : three.txt: Moved into backup dir 2025/01/06 02:12:21 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:12:21 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:12:21 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/06 02:12:21 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:12:21 DEBUG : two: Unchanged skipping 2025/01/06 02:12:21 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:21 INFO : one: Deleted 2025/01/06 02:12:22 INFO : one: Moved (server-side) 2025/01/06 02:12:22 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:23 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:12:23 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:23 DEBUG : one: crc32 = 12389341 OK 2025/01/06 02:12:23 INFO : one: Copied (new) 2025/01/06 02:12:23 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:23 INFO : three.txt: Deleted 2025/01/06 02:12:23 INFO : three.txt: Moved (server-side) 2025/01/06 02:12:23 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.77s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:12:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:28 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:12:28 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:29 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dst" 2025/01/06 02:12:29 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/backup" 2025/01/06 02:12:29 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/06 02:12:29 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:12:29 DEBUG : two: Unchanged skipping 2025/01/06 02:12:29 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:30 INFO : one: Moved (server-side) to: one.bak 2025/01/06 02:12:30 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:30 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 4 2025/01/06 02:12:30 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 4 2025/01/06 02:12:30 DEBUG : one: crc32 = 19193087 OK 2025/01/06 02:12:30 INFO : one: Copied (new) 2025/01/06 02:12:30 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:31 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/01/06 02:12:31 INFO : three.txt: Moved into backup dir 2025/01/06 02:12:31 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:12:31 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:12:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/06 02:12:32 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:12:32 DEBUG : two: Unchanged skipping 2025/01/06 02:12:32 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:32 INFO : one.bak: Deleted 2025/01/06 02:12:32 INFO : one: Moved (server-side) to: one.bak 2025/01/06 02:12:32 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:33 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:12:33 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:33 DEBUG : one: crc32 = 12389341 OK 2025/01/06 02:12:33 INFO : one: Copied (new) 2025/01/06 02:12:33 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:33 INFO : three.txt.bak: Deleted 2025/01/06 02:12:34 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/01/06 02:12:34 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (10.18s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:12:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:37 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:12:37 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:38 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dst" 2025/01/06 02:12:38 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/backup" 2025/01/06 02:12:39 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/06 02:12:39 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:12:39 DEBUG : two: Unchanged skipping 2025/01/06 02:12:39 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:39 INFO : one: Moved (server-side) to: one-2019-01-01 2025/01/06 02:12:39 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:40 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 4 2025/01/06 02:12:40 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 4 2025/01/06 02:12:41 DEBUG : one: crc32 = 19193087 OK 2025/01/06 02:12:41 INFO : one: Copied (new) 2025/01/06 02:12:41 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:41 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/01/06 02:12:41 INFO : three.txt: Moved into backup dir 2025/01/06 02:12:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:12:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:12:42 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/06 02:12:42 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:12:42 DEBUG : two: Unchanged skipping 2025/01/06 02:12:42 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:42 INFO : one-2019-01-01: Deleted 2025/01/06 02:12:43 INFO : one: Moved (server-side) to: one-2019-01-01 2025/01/06 02:12:43 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:43 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:12:43 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:43 DEBUG : one: crc32 = 12389341 OK 2025/01/06 02:12:43 INFO : one: Copied (new) 2025/01/06 02:12:43 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:43 INFO : three-2019-01-01.txt: Deleted 2025/01/06 02:12:44 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/01/06 02:12:44 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (10.17s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:12:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:12:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:48 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dst" 2025/01/06 02:12:48 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/06 02:12:48 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:12:48 DEBUG : two: Unchanged skipping 2025/01/06 02:12:48 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:48 INFO : one: Moved (server-side) to: one.bak 2025/01/06 02:12:48 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:49 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 4 2025/01/06 02:12:49 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 4 2025/01/06 02:12:50 DEBUG : one: crc32 = 19193087 OK 2025/01/06 02:12:50 INFO : one: Copied (new) 2025/01/06 02:12:50 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:50 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/01/06 02:12:50 INFO : three.txt: Moved into backup dir 2025/01/06 02:12:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:12:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:12:52 DEBUG : one.bak: Excluded (Path Filter) 2025/01/06 02:12:52 DEBUG : one.bak: Excluded 2025/01/06 02:12:52 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/01/06 02:12:52 DEBUG : three.txt.bak: Excluded 2025/01/06 02:12:52 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/06 02:12:52 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:12:52 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for checks to finish 2025/01/06 02:12:52 DEBUG : two: Unchanged skipping 2025/01/06 02:12:52 INFO : one.bak: Deleted 2025/01/06 02:12:53 INFO : one: Moved (server-side) to: one.bak 2025/01/06 02:12:53 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Waiting for transfers to finish 2025/01/06 02:12:53 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:12:53 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:54 DEBUG : one: crc32 = 12389341 OK 2025/01/06 02:12:54 INFO : one: Copied (new) 2025/01/06 02:12:54 DEBUG : Waiting for deletions to finish 2025/01/06 02:12:54 INFO : three.txt.bak: Deleted 2025/01/06 02:12:54 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/01/06 02:12:54 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.74s) === RUN TestSyncSuffix run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:12:55 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:55 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:12:56 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:12:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:12:57 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:12:58 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dst" 2025/01/06 02:12:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/06 02:12:59 INFO : one: Moved (server-side) to: one.bak 2025/01/06 02:12:59 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 4 2025/01/06 02:12:59 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 4 2025/01/06 02:13:00 DEBUG : one: crc32 = 19193087 OK 2025/01/06 02:13:00 INFO : one: Copied (new) 2025/01/06 02:13:00 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:00 DEBUG : two: Unchanged skipping 2025/01/06 02:13:00 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/01/06 02:13:00 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/01/06 02:13:01 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 6 2025/01/06 02:13:01 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:01 DEBUG : three.txt: crc32 = 1e485dc0 OK 2025/01/06 02:13:01 INFO : three.txt: Copied (new) 2025/01/06 02:13:02 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/06 02:13:02 INFO : one.bak: Deleted 2025/01/06 02:13:02 INFO : one: Moved (server-side) to: one.bak 2025/01/06 02:13:03 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:13:03 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:13:03 DEBUG : one: crc32 = 12389341 OK 2025/01/06 02:13:03 INFO : one: Copied (new) 2025/01/06 02:13:03 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:03 DEBUG : two: Unchanged skipping 2025/01/06 02:13:03 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/01/06 02:13:03 INFO : three.txt.bak: Deleted 2025/01/06 02:13:04 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/01/06 02:13:04 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 19 2025/01/06 02:13:04 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 19 2025/01/06 02:13:04 DEBUG : three.txt: crc32 = 5c880d37 OK 2025/01/06 02:13:04 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.41s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:13:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:13:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:13:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 3 2025/01/06 02:13:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 3 2025/01/06 02:13:08 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 5 2025/01/06 02:13:08 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:13:08 DEBUG : Creating backend with remote "TestPutio:rclone-test-zebayut8gajo/dst" 2025/01/06 02:13:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/06 02:13:09 INFO : one: Moved (server-side) to: one-2019-01-01 2025/01/06 02:13:09 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 4 2025/01/06 02:13:09 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 4 2025/01/06 02:13:10 DEBUG : one: crc32 = 19193087 OK 2025/01/06 02:13:10 INFO : one: Copied (new) 2025/01/06 02:13:10 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:10 DEBUG : two: Unchanged skipping 2025/01/06 02:13:10 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/01/06 02:13:10 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/01/06 02:13:10 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 6 2025/01/06 02:13:10 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:11 DEBUG : three.txt: crc32 = 1e485dc0 OK 2025/01/06 02:13:11 INFO : three.txt: Copied (new) 2025/01/06 02:13:11 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/06 02:13:11 INFO : one-2019-01-01: Deleted 2025/01/06 02:13:11 INFO : one: Moved (server-side) to: one-2019-01-01 2025/01/06 02:13:12 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 5 2025/01/06 02:13:12 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 5 2025/01/06 02:13:12 DEBUG : one: crc32 = 12389341 OK 2025/01/06 02:13:12 INFO : one: Copied (new) 2025/01/06 02:13:12 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:12 DEBUG : two: Unchanged skipping 2025/01/06 02:13:12 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/01/06 02:13:12 INFO : three-2019-01-01.txt: Deleted 2025/01/06 02:13:12 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/01/06 02:13:13 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': chunkStart: 0, reqSize: 19 2025/01/06 02:13:13 DEBUG : Putio root 'rclone-test-zebayut8gajo/dst': Sending chunk. transferOffset: 0 length: 19 2025/01/06 02:13:13 DEBUG : three.txt: crc32 = 5c880d37 OK 2025/01/06 02:13:13 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (8.96s) === RUN TestSyncUTFNorm run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:13:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 18 2025/01/06 02:13:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 18 2025/01/06 02:13:16 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/01/06 02:13:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:13:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:13:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 14 2025/01/06 02:13:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 14 2025/01/06 02:13:16 DEBUG : Testêé: crc32 = c07a9f32 OK 2025/01/06 02:13:16 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/01/06 02:13:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.56s) === RUN TestSyncImmutable run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:13:17 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/06 02:13:17 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:13:17 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:13:18 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:18 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:18 DEBUG : existing: crc32 = 9a941a19 OK 2025/01/06 02:13:18 INFO : existing: Copied (new) 2025/01/06 02:13:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:13:19 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/01/06 02:13:19 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/01/06 02:13:19 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:13:19 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:13:19 ERROR : Putio root 'rclone-test-zebayut8gajo': not deleting files as there were IO errors 2025/01/06 02:13:19 ERROR : Putio root 'rclone-test-zebayut8gajo': not deleting directories as there were IO errors run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncImmutable (2.51s) === RUN TestSyncIgnoreCase run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:13:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:21 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:21 DEBUG : existing: Unchanged skipping 2025/01/06 02:13:21 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:13:21 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:13:21 DEBUG : Waiting for deletions to finish 2025/01/06 02:13:21 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.45s) === RUN TestFixCase run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.66s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (0.34s) --- SKIP: TestMaxTransfer/Hard (0.11s) --- SKIP: TestMaxTransfer/Soft (0.12s) --- SKIP: TestMaxTransfer/Cautious (0.11s) === RUN TestSyncConcurrentDelete run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:13:22 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:22 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:23 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:23 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:27 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:27 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:28 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:28 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:29 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:29 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:29 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:29 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:31 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:31 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:33 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:33 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:35 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:36 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:37 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:37 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:38 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:39 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:39 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:40 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:40 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:41 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:42 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:43 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:44 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:45 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:45 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:46 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:47 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:48 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:49 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:49 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:50 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:51 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:52 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:13:53 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both10: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both12: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both0: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both14: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both15: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both16: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both1: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both18: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both19: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both11: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both3: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both4: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both13: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both6: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both7: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both8: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:13:53 DEBUG : both17: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both2: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both5: Unchanged skipping 2025/01/06 02:13:53 DEBUG : both9: Unchanged skipping 2025/01/06 02:13:53 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:13:53 DEBUG : Waiting for deletions to finish 2025/01/06 02:13:53 INFO : only4: Deleted 2025/01/06 02:13:53 INFO : only16: Deleted 2025/01/06 02:13:53 INFO : only14: Deleted 2025/01/06 02:13:53 INFO : only3: Deleted 2025/01/06 02:13:53 INFO : only13: Deleted 2025/01/06 02:13:53 INFO : only17: Deleted 2025/01/06 02:13:53 INFO : only18: Deleted 2025/01/06 02:13:53 INFO : only8: Deleted 2025/01/06 02:13:54 INFO : only9: Deleted 2025/01/06 02:13:54 INFO : only11: Deleted 2025/01/06 02:13:54 INFO : only12: Deleted 2025/01/06 02:13:54 INFO : only15: Deleted 2025/01/06 02:13:54 INFO : only2: Deleted 2025/01/06 02:13:54 INFO : only6: Deleted 2025/01/06 02:13:54 INFO : only1: Deleted 2025/01/06 02:13:54 INFO : only10: Deleted 2025/01/06 02:13:54 INFO : only7: Deleted 2025/01/06 02:13:55 INFO : only5: Deleted 2025/01/06 02:13:55 INFO : only0: Deleted 2025/01/06 02:13:55 INFO : only19: Deleted 2025/01/06 02:13:55 INFO : There was nothing to transfer run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncConcurrentDelete (35.53s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:13:58 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:58 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:13:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:13:59 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:00 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:00 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:01 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:02 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:02 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:03 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:04 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:05 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:06 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:07 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:08 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:08 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:09 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:10 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:10 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:11 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:11 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:12 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:12 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:12 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:12 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:13 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:13 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:15 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:16 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:17 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:17 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:18 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:18 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:19 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:19 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:19 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:19 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:20 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:21 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:21 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:22 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:22 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:23 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:23 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:23 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:23 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:24 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:25 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:26 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:27 DEBUG : Putio root 'rclone-test-zebayut8gajo': chunkStart: 0, reqSize: 6 2025/01/06 02:14:27 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending chunk. transferOffset: 0 length: 6 2025/01/06 02:14:28 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both1: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for checks to finish 2025/01/06 02:14:28 DEBUG : both10: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both13: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both14: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both15: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both16: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both17: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both11: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both19: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both12: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both18: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both0: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both4: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both2: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both7: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both8: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/01/06 02:14:28 DEBUG : both9: Unchanged skipping 2025/01/06 02:14:28 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/01/06 02:14:28 DEBUG : both3: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both5: Unchanged skipping 2025/01/06 02:14:28 DEBUG : both6: Unchanged skipping 2025/01/06 02:14:28 DEBUG : Putio root 'rclone-test-zebayut8gajo': Waiting for transfers to finish 2025/01/06 02:14:28 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:29 DEBUG : only0: crc32 = 00000000 OK 2025/01/06 02:14:29 INFO : only0: Copied (replaced existing) 2025/01/06 02:14:29 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:29 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:29 DEBUG : only1: crc32 = 00000000 OK 2025/01/06 02:14:29 INFO : only1: Copied (replaced existing) 2025/01/06 02:14:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:30 DEBUG : only13: crc32 = 00000000 OK 2025/01/06 02:14:30 INFO : only13: Copied (replaced existing) 2025/01/06 02:14:30 DEBUG : only11: crc32 = 00000000 OK 2025/01/06 02:14:30 INFO : only11: Copied (replaced existing) 2025/01/06 02:14:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:30 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:30 DEBUG : only12: crc32 = 00000000 OK 2025/01/06 02:14:30 INFO : only12: Copied (replaced existing) 2025/01/06 02:14:30 DEBUG : only14: crc32 = 00000000 OK 2025/01/06 02:14:30 INFO : only14: Copied (replaced existing) 2025/01/06 02:14:31 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:31 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:31 DEBUG : only16: crc32 = 00000000 OK 2025/01/06 02:14:31 INFO : only16: Copied (replaced existing) 2025/01/06 02:14:31 DEBUG : only10: crc32 = 00000000 OK 2025/01/06 02:14:31 INFO : only10: Copied (replaced existing) 2025/01/06 02:14:31 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:31 DEBUG : only17: crc32 = 00000000 OK 2025/01/06 02:14:31 INFO : only17: Copied (replaced existing) 2025/01/06 02:14:31 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:32 DEBUG : only18: crc32 = 00000000 OK 2025/01/06 02:14:32 INFO : only18: Copied (replaced existing) 2025/01/06 02:14:32 DEBUG : only19: crc32 = 00000000 OK 2025/01/06 02:14:32 INFO : only19: Copied (replaced existing) 2025/01/06 02:14:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:32 DEBUG : only2: crc32 = 00000000 OK 2025/01/06 02:14:32 INFO : only2: Copied (replaced existing) 2025/01/06 02:14:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:32 DEBUG : only3: crc32 = 00000000 OK 2025/01/06 02:14:32 INFO : only3: Copied (replaced existing) 2025/01/06 02:14:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:32 DEBUG : only15: crc32 = 00000000 OK 2025/01/06 02:14:32 INFO : only15: Copied (replaced existing) 2025/01/06 02:14:32 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:33 DEBUG : only5: crc32 = 00000000 OK 2025/01/06 02:14:33 INFO : only5: Copied (replaced existing) 2025/01/06 02:14:33 DEBUG : only4: crc32 = 00000000 OK 2025/01/06 02:14:33 INFO : only4: Copied (replaced existing) 2025/01/06 02:14:33 DEBUG : only6: crc32 = 00000000 OK 2025/01/06 02:14:33 INFO : only6: Copied (replaced existing) 2025/01/06 02:14:33 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:33 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:33 DEBUG : only7: crc32 = 00000000 OK 2025/01/06 02:14:33 INFO : only7: Copied (replaced existing) 2025/01/06 02:14:33 DEBUG : only8: crc32 = 00000000 OK 2025/01/06 02:14:33 INFO : only8: Copied (replaced existing) 2025/01/06 02:14:34 DEBUG : Putio root 'rclone-test-zebayut8gajo': Sending zero length chunk 2025/01/06 02:14:35 DEBUG : only9: crc32 = 00000000 OK 2025/01/06 02:14:35 INFO : only9: Copied (replaced existing) 2025/01/06 02:14:35 DEBUG : Waiting for deletions to finish run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestSyncConcurrentTruncate (44.47s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:14:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/06 02:14:42 DEBUG : sub dir: Making directory 2025/01/06 02:14:42 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestNothingToTransferWithEmptyDirs (7.84s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" 2025/01/06 02:14:50 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/06 02:14:50 DEBUG : sub dir: Making directory 2025/01/06 02:14:50 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" run.go:180: Remote "Putio root 'rclone-test-zebayut8gajo'", Local "Local file system at /tmp/rclone384250456", Modify Window "1s" --- PASS: TestNothingToTransferWithoutEmptyDirs (8.69s) PASS 2025/01/06 02:14:58 DEBUG : Putio root 'rclone-test-zebayut8gajo': Purge remote "./sync.test -test.v -test.timeout 2h0m0s -remote TestPutio: -verbose" - Finished OK in 6m18.255962017s (try 1/5)