"./sync.test -test.v -test.timeout 1h0m0s -remote '' -verbose" - Starting (try 1/5) 2025/07/05 02:36:19 DEBUG : Creating backend with remote "/tmp/rclone4161980823" 2025/07/05 02:36:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 02:36:19 DEBUG : Creating backend with remote "/tmp/rclone358778912" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:19 DEBUG : subdir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:19 DEBUG : Added delayed dir = "subdir", newDst=subdir 2025/07/05 02:36:19 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:19 DEBUG : file1: Unchanged skipping 2025/07/05 02:36:19 DEBUG : subdir/file2: Need to transfer - File not found at Destination 2025/07/05 02:36:19 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:19 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:19 DEBUG : subdir/file2: md5 = 25ba584dea3b091afba78acbe36da91a OK 2025/07/05 02:36:19 DEBUG : subdir/file2.b6fbcc80.partial: renamed to: subdir/file2 2025/07/05 02:36:19 INFO : subdir/file2: Copied (new) 2025/07/05 02:36:19 INFO : subdir: Set directory modification time (using SetModTime) --- PASS: TestRcCopy (0.05s) === RUN TestRcMove run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:19 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:19 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:19 DEBUG : subdir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:19 DEBUG : Added delayed dir = "subdir", newDst=subdir 2025/07/05 02:36:19 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:19 DEBUG : file1: Unchanged skipping 2025/07/05 02:36:19 DEBUG : subdir/file2: Need to transfer - File not found at Destination 2025/07/05 02:36:19 INFO : file1: Deleted 2025/07/05 02:36:19 INFO : subdir/file2: Moved (server-side) 2025/07/05 02:36:19 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:19 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:19 INFO : subdir: Set directory modification time (using SetModTime) --- PASS: TestRcMove (0.03s) === RUN TestRcSync run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:20 DEBUG : subdir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:20 DEBUG : Added delayed dir = "subdir", newDst=subdir 2025/07/05 02:36:20 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:20 DEBUG : file1: Unchanged skipping 2025/07/05 02:36:20 DEBUG : subdir/file2: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:20 DEBUG : subdir/file2: md5 = 25ba584dea3b091afba78acbe36da91a OK 2025/07/05 02:36:20 DEBUG : subdir/file2.b6fbcc80.partial: renamed to: subdir/file2 2025/07/05 02:36:20 INFO : subdir/file2: Copied (new) 2025/07/05 02:36:20 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:20 INFO : subdir/subsubdir/file3: Deleted 2025/07/05 02:36:20 INFO : subdir: Set directory modification time (using SetModTime) 2025/07/05 02:36:20 INFO : subdir/subsubdir: Removing directory 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: deleted 1 directories --- PASS: TestRcSync (0.05s) === RUN TestCopyWithDryRun run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:20 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:20 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:20 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (0.01s) === RUN TestCopy run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:20 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:20 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:20 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:20 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:20 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (0.02s) === RUN TestCopyMetadata run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:20 DEBUG : metadata sub dir: Making directory with metadata 2025/07/05 02:36:20 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:20 DEBUG : empty metadata sub dir: Making directory with metadata 2025/07/05 02:36:20 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone358778912: File to upload is small (21 bytes), uploading instead of streaming 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/07/05 02:36:20 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:20 INFO : empty metadata sub dir: Updated directory metadata 2025/07/05 02:36:20 DEBUG : Added delayed dir = "empty metadata sub dir", newDst=empty metadata sub dir 2025/07/05 02:36:20 INFO : metadata sub dir: Updated directory metadata 2025/07/05 02:36:20 DEBUG : Added delayed dir = "metadata sub dir", newDst=metadata sub dir 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world.95c0dad6.partial: renamed to: metadata sub dir/hello metadata world 2025/07/05 02:36:20 INFO : metadata sub dir/hello metadata world: Copied (new) 2025/07/05 02:36:20 INFO : metadata sub dir: Updated directory metadata 2025/07/05 02:36:20 INFO : empty metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadata (0.02s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:20 DEBUG : metadata sub dir: Making directory with metadata 2025/07/05 02:36:20 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:20 DEBUG : empty metadata sub dir: Making directory with metadata 2025/07/05 02:36:20 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone358778912: File to upload is small (21 bytes), uploading instead of streaming 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/07/05 02:36:20 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:20 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2025/07/05 02:36:20 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/07/05 02:36:20 DEBUG : metadata sub dir/hello metadata world.95c0dad6.partial: renamed to: metadata sub dir/hello metadata world 2025/07/05 02:36:20 INFO : metadata sub dir/hello metadata world: Copied (new) 2025/07/05 02:36:20 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (0.02s) === RUN TestCopyMissingDirectory run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:20 DEBUG : Creating backend with remote "/non-existing" 2025/07/05 02:36:20 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.00s) === RUN TestCopyNoTraverse run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:20 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:20 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:20 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:20 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:20 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (0.01s) === RUN TestCopyNoTraverseDeadlock run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:20 DEBUG : file0.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file10.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file100.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file101.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file102.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file103.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file104.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file105.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file106.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file107.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file108.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file109.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file11.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file110.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file1.txt: md5 = 7e55db001d319a94b0b713529a756623 OK 2025/07/05 02:36:20 DEBUG : file0.txt: md5 = 83f9a3ac525ad7504ca5d6a3b17648bb OK 2025/07/05 02:36:20 DEBUG : file1.txt.7615ca05.partial: renamed to: file1.txt 2025/07/05 02:36:20 INFO : file1.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file0.txt.7615ca05.partial: renamed to: file0.txt 2025/07/05 02:36:20 INFO : file0.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file111.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file112.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file113.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file114.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file115.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file116.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file117.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file118.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file119.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file12.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file120.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file121.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file122.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file123.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file124.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file125.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file126.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file127.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file128.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file101.txt: md5 = da6f608e348371ffe0b8c5e2abf109ad OK 2025/07/05 02:36:20 DEBUG : file10.txt: md5 = 0fca88166d84aca5abc2888b364de934 OK 2025/07/05 02:36:20 DEBUG : file101.txt.45ecc104.partial: renamed to: file101.txt 2025/07/05 02:36:20 INFO : file101.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file10.txt.9e025aa4.partial: renamed to: file10.txt 2025/07/05 02:36:20 INFO : file10.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file102.txt: md5 = cc982f31f235b674fb35e6843d8941b8 OK 2025/07/05 02:36:20 DEBUG : file102.txt.45ecc104.partial: renamed to: file102.txt 2025/07/05 02:36:20 INFO : file102.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file129.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file13.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file130.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file131.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file132.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file133.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file134.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file135.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file136.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file137.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file138.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file139.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file14.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file140.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file141.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file142.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file143.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file144.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file145.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file146.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file147.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file148.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file149.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file15.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file100.txt: md5 = 488294e86eb27402003eb651be957c5d OK 2025/07/05 02:36:20 DEBUG : file104.txt: md5 = 81cae27e94517f437fa8667aaaa4b13f OK 2025/07/05 02:36:20 DEBUG : file103.txt: md5 = 564a6af05cf06082598bc676b7d637df OK 2025/07/05 02:36:20 DEBUG : file105.txt: md5 = da2c4c734ce4255af47d3f9661e5aa3f OK 2025/07/05 02:36:20 DEBUG : file150.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file151.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file152.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file153.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file154.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file155.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file156.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file157.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file158.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file159.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file16.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file160.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file105.txt.45ecc104.partial: renamed to: file105.txt 2025/07/05 02:36:20 INFO : file105.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file104.txt.45ecc104.partial: renamed to: file104.txt 2025/07/05 02:36:20 INFO : file104.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file161.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file162.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file163.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file164.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file165.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file166.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file167.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file168.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file169.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file17.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file170.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file171.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file172.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file173.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file174.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file175.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file176.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file177.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file178.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file179.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file18.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file180.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file181.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file182.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file183.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file184.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file185.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file186.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file187.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file188.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file189.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file19.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file190.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file191.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file192.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file193.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file194.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file195.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file196.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file197.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file198.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file199.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file2.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file20.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file21.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file22.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file23.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file24.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file25.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file26.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file27.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file28.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file29.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file3.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file30.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file31.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file32.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file33.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file34.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file35.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file36.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file37.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file38.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file39.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file4.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file40.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file41.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file42.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file43.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file44.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file45.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file46.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file47.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file48.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file49.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file5.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file50.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file51.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file52.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file53.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file54.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file55.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file56.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file57.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file58.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file59.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file6.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file60.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file61.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file62.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file63.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file64.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file65.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file66.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file67.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file68.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file69.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file7.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file70.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file71.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file72.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file106.txt: md5 = b6624a06ab3c12d182c6cb01d4fa5407 OK 2025/07/05 02:36:20 DEBUG : file106.txt.45ecc104.partial: renamed to: file106.txt 2025/07/05 02:36:20 INFO : file106.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file73.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file74.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file75.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file76.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file77.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file78.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file79.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file8.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file80.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file81.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file82.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file83.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file84.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file85.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file86.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file87.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file88.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file89.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file9.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file90.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file91.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file92.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file93.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file94.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file95.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file96.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file97.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file98.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : file99.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:20 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:20 DEBUG : file100.txt.45ecc104.partial: renamed to: file100.txt 2025/07/05 02:36:20 INFO : file100.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file103.txt.45ecc104.partial: renamed to: file103.txt 2025/07/05 02:36:20 INFO : file103.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file108.txt: md5 = b8b5d02443d6863af449fe96fd87d4c3 OK 2025/07/05 02:36:20 DEBUG : file107.txt: md5 = 3f491b640b99b50ce1f254bc582922d4 OK 2025/07/05 02:36:20 DEBUG : file108.txt.45ecc104.partial: renamed to: file108.txt 2025/07/05 02:36:20 DEBUG : file107.txt.45ecc104.partial: renamed to: file107.txt 2025/07/05 02:36:20 INFO : file108.txt: Copied (new) 2025/07/05 02:36:20 INFO : file107.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file109.txt: md5 = 3e7281af16a9ba4adf6061d00ac6efff OK 2025/07/05 02:36:20 DEBUG : file109.txt.45ecc104.partial: renamed to: file109.txt 2025/07/05 02:36:20 INFO : file109.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file11.txt: md5 = c661ff0b9b9ae2661279dbf47d32dd13 OK 2025/07/05 02:36:20 DEBUG : file11.txt.9e025aa4.partial: renamed to: file11.txt 2025/07/05 02:36:20 INFO : file11.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file110.txt: md5 = 193ebc520529bceba8bb86694cc47e14 OK 2025/07/05 02:36:20 DEBUG : file111.txt: md5 = 337b0805428b773a53efb3c813cc3b08 OK 2025/07/05 02:36:20 DEBUG : file110.txt.45ecc104.partial: renamed to: file110.txt 2025/07/05 02:36:20 INFO : file110.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file111.txt.45ecc104.partial: renamed to: file111.txt 2025/07/05 02:36:20 INFO : file111.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file112.txt: md5 = 5844a007ea06f17055f52267efba288a OK 2025/07/05 02:36:20 DEBUG : file112.txt.45ecc104.partial: renamed to: file112.txt 2025/07/05 02:36:20 INFO : file112.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file113.txt: md5 = 59c08d3eee176d75737fbc8e1e3db2e9 OK 2025/07/05 02:36:20 DEBUG : file114.txt: md5 = 03f572c5a8e7342cab495f89284872a3 OK 2025/07/05 02:36:20 DEBUG : file113.txt.45ecc104.partial: renamed to: file113.txt 2025/07/05 02:36:20 DEBUG : file114.txt.45ecc104.partial: renamed to: file114.txt 2025/07/05 02:36:20 INFO : file114.txt: Copied (new) 2025/07/05 02:36:20 INFO : file113.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file115.txt: md5 = 7e8851305cacc755f124f4553052f2f2 OK 2025/07/05 02:36:20 DEBUG : file116.txt: md5 = 56c24d83a20033aca7fa367dcf0b43d6 OK 2025/07/05 02:36:20 DEBUG : file115.txt.45ecc104.partial: renamed to: file115.txt 2025/07/05 02:36:20 INFO : file115.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file116.txt.45ecc104.partial: renamed to: file116.txt 2025/07/05 02:36:20 INFO : file116.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file117.txt: md5 = 47aa5fc2ad359b8f4e5ea0ec35be6b27 OK 2025/07/05 02:36:20 DEBUG : file117.txt.45ecc104.partial: renamed to: file117.txt 2025/07/05 02:36:20 INFO : file117.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file119.txt: md5 = 0f79bb45a044c017b1057d543448a1f9 OK 2025/07/05 02:36:20 DEBUG : file118.txt: md5 = 8a6ca75724b75461653000afcf886c58 OK 2025/07/05 02:36:20 DEBUG : file119.txt.45ecc104.partial: renamed to: file119.txt 2025/07/05 02:36:20 INFO : file119.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file118.txt.45ecc104.partial: renamed to: file118.txt 2025/07/05 02:36:20 INFO : file118.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file121.txt: md5 = a87ea1bec1fec8d75d9d2c0c04f23073 OK 2025/07/05 02:36:20 DEBUG : file12.txt: md5 = 6350075013afd995a54a21be96585dbc OK 2025/07/05 02:36:20 DEBUG : file121.txt.45ecc104.partial: renamed to: file121.txt 2025/07/05 02:36:20 INFO : file121.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file12.txt.9e025aa4.partial: renamed to: file12.txt 2025/07/05 02:36:20 INFO : file12.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file122.txt: md5 = e1cb4be1209ce4054ff8781047befee1 OK 2025/07/05 02:36:20 DEBUG : file122.txt.45ecc104.partial: renamed to: file122.txt 2025/07/05 02:36:20 INFO : file122.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file123.txt: md5 = a510523641000156031727caf6fabd69 OK 2025/07/05 02:36:20 DEBUG : file123.txt.45ecc104.partial: renamed to: file123.txt 2025/07/05 02:36:20 INFO : file123.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file124.txt: md5 = 65fdd8d38f73486450d886e2660661b3 OK 2025/07/05 02:36:20 DEBUG : file124.txt.45ecc104.partial: renamed to: file124.txt 2025/07/05 02:36:20 INFO : file124.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file126.txt: md5 = e7c28f9367ff610364dee180dd39b125 OK 2025/07/05 02:36:20 DEBUG : file126.txt.45ecc104.partial: renamed to: file126.txt 2025/07/05 02:36:20 INFO : file126.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file120.txt: md5 = caaa94389a387c129ce8f86a0b8ae7e1 OK 2025/07/05 02:36:20 DEBUG : file128.txt: md5 = b4cf411101fb73e51b7629455c0471ba OK 2025/07/05 02:36:20 DEBUG : file125.txt: md5 = e946051d799a1d9777b4a61925ead7af OK 2025/07/05 02:36:20 DEBUG : file120.txt.45ecc104.partial: renamed to: file120.txt 2025/07/05 02:36:20 INFO : file120.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file128.txt.45ecc104.partial: renamed to: file128.txt 2025/07/05 02:36:20 INFO : file128.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file127.txt: md5 = 1c81239cb0db6b9f84b667faa4f2fb3f OK 2025/07/05 02:36:20 DEBUG : file125.txt.45ecc104.partial: renamed to: file125.txt 2025/07/05 02:36:20 INFO : file125.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file127.txt.45ecc104.partial: renamed to: file127.txt 2025/07/05 02:36:20 INFO : file127.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file13.txt: md5 = 2f089712bc8c4ccfd7e65c4aed6d3e73 OK 2025/07/05 02:36:20 DEBUG : file13.txt.9e025aa4.partial: renamed to: file13.txt 2025/07/05 02:36:20 INFO : file13.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file129.txt: md5 = e68a866c6c86d2c73ecdff44a4c47c1e OK 2025/07/05 02:36:20 DEBUG : file129.txt.45ecc104.partial: renamed to: file129.txt 2025/07/05 02:36:20 INFO : file129.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file130.txt: md5 = 00a5a279c43ff06596092bc6b27514cb OK 2025/07/05 02:36:20 DEBUG : file130.txt.45ecc104.partial: renamed to: file130.txt 2025/07/05 02:36:20 INFO : file130.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file131.txt: md5 = 8991767f314cb1c8350ef10cb7170a63 OK 2025/07/05 02:36:20 DEBUG : file131.txt.45ecc104.partial: renamed to: file131.txt 2025/07/05 02:36:20 INFO : file131.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file134.txt: md5 = 3c3a5857217f9166dafc6eebf211afe1 OK 2025/07/05 02:36:20 DEBUG : file134.txt.45ecc104.partial: renamed to: file134.txt 2025/07/05 02:36:20 INFO : file134.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file133.txt: md5 = 3de37246eca0151f012382fc8977e0cb OK 2025/07/05 02:36:20 DEBUG : file132.txt: md5 = d37f9236c927557b482e69e2afc3cb01 OK 2025/07/05 02:36:20 DEBUG : file133.txt.45ecc104.partial: renamed to: file133.txt 2025/07/05 02:36:20 DEBUG : file132.txt.45ecc104.partial: renamed to: file132.txt 2025/07/05 02:36:20 INFO : file133.txt: Copied (new) 2025/07/05 02:36:20 INFO : file132.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file135.txt: md5 = a5beb218efe73548e1e97413d89b0cbb OK 2025/07/05 02:36:20 DEBUG : file137.txt: md5 = 80d027f0388565d7eee4d93adac0b32e OK 2025/07/05 02:36:20 DEBUG : file138.txt: md5 = c695b0e94f6735237f4d99477911fb38 OK 2025/07/05 02:36:20 DEBUG : file135.txt.45ecc104.partial: renamed to: file135.txt 2025/07/05 02:36:20 DEBUG : file138.txt.45ecc104.partial: renamed to: file138.txt 2025/07/05 02:36:20 INFO : file135.txt: Copied (new) 2025/07/05 02:36:20 INFO : file138.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file137.txt.45ecc104.partial: renamed to: file137.txt 2025/07/05 02:36:20 INFO : file137.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file136.txt: md5 = 27ea696d9235cbeadb6ddb3db8187c70 OK 2025/07/05 02:36:20 DEBUG : file136.txt.45ecc104.partial: renamed to: file136.txt 2025/07/05 02:36:20 INFO : file136.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file140.txt: md5 = 437ebcd19af16757a406b89d69c1fd36 OK 2025/07/05 02:36:20 DEBUG : file141.txt: md5 = 6a9141f35534833ddca2610224af89c4 OK 2025/07/05 02:36:20 DEBUG : file141.txt.45ecc104.partial: renamed to: file141.txt 2025/07/05 02:36:20 INFO : file141.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file140.txt.45ecc104.partial: renamed to: file140.txt 2025/07/05 02:36:20 INFO : file140.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file14.txt: md5 = d6a28cba8656a5909db04395d97558cc OK 2025/07/05 02:36:20 DEBUG : file14.txt.9e025aa4.partial: renamed to: file14.txt 2025/07/05 02:36:20 INFO : file14.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file142.txt: md5 = ebfeb1917d84e902ca9028d8230d136d OK 2025/07/05 02:36:20 DEBUG : file143.txt: md5 = 0119bcd609b2639be8095707438f26f4 OK 2025/07/05 02:36:20 DEBUG : file142.txt.45ecc104.partial: renamed to: file142.txt 2025/07/05 02:36:20 INFO : file142.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file143.txt.45ecc104.partial: renamed to: file143.txt 2025/07/05 02:36:20 INFO : file143.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file144.txt: md5 = c5b5fc8f6a75258c154d7b9e6546c3e3 OK 2025/07/05 02:36:20 DEBUG : file144.txt.45ecc104.partial: renamed to: file144.txt 2025/07/05 02:36:20 INFO : file144.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file145.txt: md5 = 2338038e5f80e9892ece49f5205b7833 OK 2025/07/05 02:36:20 DEBUG : file147.txt: md5 = f89f6159185fe7064ab65328bece2b33 OK 2025/07/05 02:36:20 DEBUG : file145.txt.45ecc104.partial: renamed to: file145.txt 2025/07/05 02:36:20 DEBUG : file147.txt.45ecc104.partial: renamed to: file147.txt 2025/07/05 02:36:20 INFO : file147.txt: Copied (new) 2025/07/05 02:36:20 INFO : file145.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file146.txt: md5 = 98ca7b9db89810da3c2d2836235674c5 OK 2025/07/05 02:36:20 DEBUG : file139.txt: md5 = e63edf5894ee24426f74a0f0d86abe16 OK 2025/07/05 02:36:20 DEBUG : file146.txt.45ecc104.partial: renamed to: file146.txt 2025/07/05 02:36:20 INFO : file146.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file149.txt: md5 = 69eabee4564634a38f6f59f03fbe391d OK 2025/07/05 02:36:20 DEBUG : file139.txt.45ecc104.partial: renamed to: file139.txt 2025/07/05 02:36:20 INFO : file139.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file149.txt.45ecc104.partial: renamed to: file149.txt 2025/07/05 02:36:20 INFO : file149.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file148.txt: md5 = 681119d94698aca957524c6fb948d1f2 OK 2025/07/05 02:36:20 DEBUG : file148.txt.45ecc104.partial: renamed to: file148.txt 2025/07/05 02:36:20 INFO : file148.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file150.txt: md5 = 59805c9fdd837935a98faa647de5cc75 OK 2025/07/05 02:36:20 DEBUG : file150.txt.45ecc104.partial: renamed to: file150.txt 2025/07/05 02:36:20 DEBUG : file15.txt: md5 = 872572f34214e776942b6e4ef517f3cc OK 2025/07/05 02:36:20 INFO : file150.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file152.txt: md5 = 749416ce160c8c0e3c7ce3f868163b08 OK 2025/07/05 02:36:20 DEBUG : file15.txt.9e025aa4.partial: renamed to: file15.txt 2025/07/05 02:36:20 INFO : file15.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file152.txt.45ecc104.partial: renamed to: file152.txt 2025/07/05 02:36:20 INFO : file152.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file151.txt: md5 = 9d76fc71481b71d5a18abc21980f94ac OK 2025/07/05 02:36:20 DEBUG : file151.txt.45ecc104.partial: renamed to: file151.txt 2025/07/05 02:36:20 INFO : file151.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file153.txt: md5 = 32a201583eafae50caeb6f9d0863f6ce OK 2025/07/05 02:36:20 DEBUG : file154.txt: md5 = 8dfa406c3446f7629941c4fcaab1f0a7 OK 2025/07/05 02:36:20 DEBUG : file153.txt.45ecc104.partial: renamed to: file153.txt 2025/07/05 02:36:20 INFO : file153.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file154.txt.45ecc104.partial: renamed to: file154.txt 2025/07/05 02:36:20 INFO : file154.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file157.txt: md5 = 8835d19ff132718c9386fbf37a1f5566 OK 2025/07/05 02:36:20 DEBUG : file157.txt.45ecc104.partial: renamed to: file157.txt 2025/07/05 02:36:20 INFO : file157.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file156.txt: md5 = 7dc65671f8c76dbdf5f7c131a93cee56 OK 2025/07/05 02:36:20 DEBUG : file156.txt.45ecc104.partial: renamed to: file156.txt 2025/07/05 02:36:20 INFO : file156.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file159.txt: md5 = 74dbb72fa05f362a28d5cdf713cdf451 OK 2025/07/05 02:36:20 DEBUG : file159.txt.45ecc104.partial: renamed to: file159.txt 2025/07/05 02:36:20 INFO : file159.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file158.txt: md5 = 25453a57cc003eea9f5b93c0f2714b8b OK 2025/07/05 02:36:20 DEBUG : file158.txt.45ecc104.partial: renamed to: file158.txt 2025/07/05 02:36:20 INFO : file158.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file160.txt: md5 = eada7f438647ab6eae39a5a040b16edc OK 2025/07/05 02:36:20 DEBUG : file160.txt.45ecc104.partial: renamed to: file160.txt 2025/07/05 02:36:20 INFO : file160.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file155.txt: md5 = 68e5e0815add89597c92827ca4e692e2 OK 2025/07/05 02:36:20 DEBUG : file155.txt.45ecc104.partial: renamed to: file155.txt 2025/07/05 02:36:20 INFO : file155.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file162.txt: md5 = 2ee8a87bae723e51c16d15f929543e2a OK 2025/07/05 02:36:20 DEBUG : file162.txt.45ecc104.partial: renamed to: file162.txt 2025/07/05 02:36:20 INFO : file162.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file161.txt: md5 = 7d8f131c9610618e9c61d04e3903b9fe OK 2025/07/05 02:36:20 DEBUG : file161.txt.45ecc104.partial: renamed to: file161.txt 2025/07/05 02:36:20 INFO : file161.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file164.txt: md5 = 3c72bcdc7f7b18625bfce60971ec439b OK 2025/07/05 02:36:20 DEBUG : file164.txt.45ecc104.partial: renamed to: file164.txt 2025/07/05 02:36:20 INFO : file164.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file165.txt: md5 = a045bde180a837c2834874a47420efad OK 2025/07/05 02:36:20 DEBUG : file16.txt: md5 = ec843fbb410b63d1ed66e8db53b57aec OK 2025/07/05 02:36:20 DEBUG : file165.txt.45ecc104.partial: renamed to: file165.txt 2025/07/05 02:36:20 INFO : file165.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file16.txt.9e025aa4.partial: renamed to: file16.txt 2025/07/05 02:36:20 INFO : file16.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file166.txt: md5 = 0c9bc83673885e81ac2e586464540d1c OK 2025/07/05 02:36:20 DEBUG : file163.txt: md5 = e591164ef55e1fb1b6c952440b03a17e OK 2025/07/05 02:36:20 DEBUG : file166.txt.45ecc104.partial: renamed to: file166.txt 2025/07/05 02:36:20 INFO : file166.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file163.txt.45ecc104.partial: renamed to: file163.txt 2025/07/05 02:36:20 INFO : file163.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file168.txt: md5 = 5174f78660dae39cec858009b52ff586 OK 2025/07/05 02:36:20 DEBUG : file168.txt.45ecc104.partial: renamed to: file168.txt 2025/07/05 02:36:20 INFO : file168.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file167.txt: md5 = 9cf7c76487e3406fe199763aea204d1a OK 2025/07/05 02:36:20 DEBUG : file169.txt: md5 = de6f95a900695fdbb51e86bd4a657c00 OK 2025/07/05 02:36:20 DEBUG : file167.txt.45ecc104.partial: renamed to: file167.txt 2025/07/05 02:36:20 INFO : file167.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file170.txt: md5 = 93b07676f0af6f24532911d168dad3ac OK 2025/07/05 02:36:20 DEBUG : file169.txt.45ecc104.partial: renamed to: file169.txt 2025/07/05 02:36:20 INFO : file169.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file170.txt.45ecc104.partial: renamed to: file170.txt 2025/07/05 02:36:20 INFO : file170.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file17.txt: md5 = 1ce0cffdf9da62333aa9db4932a492b2 OK 2025/07/05 02:36:20 DEBUG : file17.txt.9e025aa4.partial: renamed to: file17.txt 2025/07/05 02:36:20 INFO : file17.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file171.txt: md5 = a7fb5692e3b07ea6da0d5e5095404dd3 OK 2025/07/05 02:36:20 DEBUG : file171.txt.45ecc104.partial: renamed to: file171.txt 2025/07/05 02:36:20 INFO : file171.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file172.txt: md5 = 2895096655bee5f80f31c9b4bbdd8fc7 OK 2025/07/05 02:36:20 DEBUG : file173.txt: md5 = 750451f4fb18608e89460441ae5c65cf OK 2025/07/05 02:36:20 DEBUG : file174.txt: md5 = 018858fee320f17fa65b536a3edf83cf OK 2025/07/05 02:36:20 DEBUG : file172.txt.45ecc104.partial: renamed to: file172.txt 2025/07/05 02:36:20 INFO : file172.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file174.txt.45ecc104.partial: renamed to: file174.txt 2025/07/05 02:36:20 INFO : file174.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file173.txt.45ecc104.partial: renamed to: file173.txt 2025/07/05 02:36:20 INFO : file173.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file177.txt: md5 = d73e12352391b61dba3eedb8b550f793 OK 2025/07/05 02:36:20 DEBUG : file177.txt.45ecc104.partial: renamed to: file177.txt 2025/07/05 02:36:20 INFO : file177.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file178.txt: md5 = 54e3061cd5447345f135c6e2f785905e OK 2025/07/05 02:36:20 DEBUG : file179.txt: md5 = 844bf888b1c7f7130e3a7591d48ea2e3 OK 2025/07/05 02:36:20 DEBUG : file178.txt.45ecc104.partial: renamed to: file178.txt 2025/07/05 02:36:20 INFO : file178.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file179.txt.45ecc104.partial: renamed to: file179.txt 2025/07/05 02:36:20 INFO : file179.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file176.txt: md5 = b77b0cdcdcd961b406f57a1edf208db1 OK 2025/07/05 02:36:20 DEBUG : file175.txt: md5 = d16ea7a0df7a8fce86e3286c9b544903 OK 2025/07/05 02:36:20 DEBUG : file176.txt.45ecc104.partial: renamed to: file176.txt 2025/07/05 02:36:20 INFO : file176.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file175.txt.45ecc104.partial: renamed to: file175.txt 2025/07/05 02:36:20 INFO : file175.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file18.txt: md5 = e410cbfc2b4e9bbf136929b376066760 OK 2025/07/05 02:36:20 DEBUG : file18.txt.9e025aa4.partial: renamed to: file18.txt 2025/07/05 02:36:20 INFO : file18.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file182.txt: md5 = dc5bde16bb9e5f71b8f45973999545a0 OK 2025/07/05 02:36:20 DEBUG : file180.txt: md5 = e4c1a3533bca8e2b91622745207e0778 OK 2025/07/05 02:36:20 DEBUG : file182.txt.45ecc104.partial: renamed to: file182.txt 2025/07/05 02:36:20 INFO : file182.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file181.txt: md5 = d31ec236a1d921f011c0ecd3c22dabd6 OK 2025/07/05 02:36:20 DEBUG : file180.txt.45ecc104.partial: renamed to: file180.txt 2025/07/05 02:36:20 INFO : file180.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file181.txt.45ecc104.partial: renamed to: file181.txt 2025/07/05 02:36:20 INFO : file181.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file183.txt: md5 = 51f6fbcd2fff840f554ad20da01b8cfa OK 2025/07/05 02:36:20 DEBUG : file183.txt.45ecc104.partial: renamed to: file183.txt 2025/07/05 02:36:20 INFO : file183.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file184.txt: md5 = 4f6771aa8be660f8eae1e6f901c595f5 OK 2025/07/05 02:36:20 DEBUG : file184.txt.45ecc104.partial: renamed to: file184.txt 2025/07/05 02:36:20 INFO : file184.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file187.txt: md5 = ab4f9b977811a4ae184fdecb82bb0351 OK 2025/07/05 02:36:20 DEBUG : file185.txt: md5 = 78e2688e793283ef74a4b4182665c4da OK 2025/07/05 02:36:20 DEBUG : file187.txt.45ecc104.partial: renamed to: file187.txt 2025/07/05 02:36:20 INFO : file187.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file185.txt.45ecc104.partial: renamed to: file185.txt 2025/07/05 02:36:20 INFO : file185.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file188.txt: md5 = 9dcde9fbfa675cec28ce94e99017af25 OK 2025/07/05 02:36:20 DEBUG : file188.txt.45ecc104.partial: renamed to: file188.txt 2025/07/05 02:36:20 INFO : file188.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file186.txt: md5 = 1ebc8d9d7fe166d8cef93ed0e516983d OK 2025/07/05 02:36:20 DEBUG : file189.txt: md5 = 0afd45dffb7f8a172da27967b018b661 OK 2025/07/05 02:36:20 DEBUG : file186.txt.45ecc104.partial: renamed to: file186.txt 2025/07/05 02:36:20 INFO : file186.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file189.txt.45ecc104.partial: renamed to: file189.txt 2025/07/05 02:36:20 INFO : file189.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file190.txt: md5 = dc7dbfd52f50a4c3b144a2792a9e8479 OK 2025/07/05 02:36:20 DEBUG : file190.txt.45ecc104.partial: renamed to: file190.txt 2025/07/05 02:36:20 INFO : file190.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file19.txt: md5 = 828d8a764474b199861a66fc6591f1c4 OK 2025/07/05 02:36:20 DEBUG : file191.txt: md5 = e73e21acb240ffe08fb8422b0a490b40 OK 2025/07/05 02:36:20 DEBUG : file19.txt.9e025aa4.partial: renamed to: file19.txt 2025/07/05 02:36:20 INFO : file19.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file193.txt: md5 = c87e07c942de2e6313269971622caad3 OK 2025/07/05 02:36:20 DEBUG : file193.txt.45ecc104.partial: renamed to: file193.txt 2025/07/05 02:36:20 INFO : file193.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file195.txt: md5 = 8eda7a8cc0ae2aa1d26761a22a91d0d0 OK 2025/07/05 02:36:20 DEBUG : file192.txt: md5 = 40bbd236de2854eaf3648dbbaaba75d5 OK 2025/07/05 02:36:20 DEBUG : file191.txt.45ecc104.partial: renamed to: file191.txt 2025/07/05 02:36:20 DEBUG : file192.txt.45ecc104.partial: renamed to: file192.txt 2025/07/05 02:36:20 INFO : file192.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file195.txt.45ecc104.partial: renamed to: file195.txt 2025/07/05 02:36:20 INFO : file195.txt: Copied (new) 2025/07/05 02:36:20 INFO : file191.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file196.txt: md5 = 39ba82ae29636ad43aab03f225f1714c OK 2025/07/05 02:36:20 DEBUG : file196.txt.45ecc104.partial: renamed to: file196.txt 2025/07/05 02:36:20 INFO : file196.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file197.txt: md5 = cdcc83f666165e41938c5d0e98d55bc2 OK 2025/07/05 02:36:20 DEBUG : file194.txt: md5 = cc7c0c90fcda4e3ece0356e80c3b7c57 OK 2025/07/05 02:36:20 DEBUG : file197.txt.45ecc104.partial: renamed to: file197.txt 2025/07/05 02:36:20 INFO : file197.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file198.txt: md5 = a7cc2d3c5dacdec785a8c6795b8a8d25 OK 2025/07/05 02:36:20 DEBUG : file194.txt.45ecc104.partial: renamed to: file194.txt 2025/07/05 02:36:20 INFO : file194.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file198.txt.45ecc104.partial: renamed to: file198.txt 2025/07/05 02:36:20 INFO : file198.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file199.txt: md5 = bd1e045e87dfc6dd26b53c9f50cec0ea OK 2025/07/05 02:36:20 DEBUG : file199.txt.45ecc104.partial: renamed to: file199.txt 2025/07/05 02:36:20 INFO : file199.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file2.txt: md5 = eea670f4ac941df71a3b5f268ebe3eac OK 2025/07/05 02:36:20 DEBUG : file2.txt.7615ca05.partial: renamed to: file2.txt 2025/07/05 02:36:20 INFO : file2.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file20.txt: md5 = 2dcde79ac06ee227af7305e91d91f7b1 OK 2025/07/05 02:36:20 DEBUG : file22.txt: md5 = a0e41dbd6ee346a208bbb19cad19c510 OK 2025/07/05 02:36:20 DEBUG : file23.txt: md5 = 65ad6823769af9d2a81cd1b54842696e OK 2025/07/05 02:36:20 DEBUG : file20.txt.9e025aa4.partial: renamed to: file20.txt 2025/07/05 02:36:20 INFO : file20.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file22.txt.9e025aa4.partial: renamed to: file22.txt 2025/07/05 02:36:20 DEBUG : file23.txt.9e025aa4.partial: renamed to: file23.txt 2025/07/05 02:36:20 INFO : file22.txt: Copied (new) 2025/07/05 02:36:20 INFO : file23.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file21.txt: md5 = e055fb2e1cd49940a61e602cd395c64a OK 2025/07/05 02:36:20 DEBUG : file21.txt.9e025aa4.partial: renamed to: file21.txt 2025/07/05 02:36:20 INFO : file21.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file26.txt: md5 = 7e1bbd5b9536c7005d17d08cc4a30035 OK 2025/07/05 02:36:20 DEBUG : file24.txt: md5 = 7f87ef1660c614ae0c123d4e0268a2d0 OK 2025/07/05 02:36:20 DEBUG : file26.txt.9e025aa4.partial: renamed to: file26.txt 2025/07/05 02:36:20 INFO : file26.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file24.txt.9e025aa4.partial: renamed to: file24.txt 2025/07/05 02:36:20 INFO : file24.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file28.txt: md5 = 6399e8d196a639cf7133b62b4c379c48 OK 2025/07/05 02:36:20 DEBUG : file28.txt.9e025aa4.partial: renamed to: file28.txt 2025/07/05 02:36:20 INFO : file28.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file27.txt: md5 = c36933fed8fc42ba92f34a13afc01684 OK 2025/07/05 02:36:20 DEBUG : file25.txt: md5 = 1d82daa4ce484022d0ef94c4149030df OK 2025/07/05 02:36:20 DEBUG : file27.txt.9e025aa4.partial: renamed to: file27.txt 2025/07/05 02:36:20 INFO : file27.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file25.txt.9e025aa4.partial: renamed to: file25.txt 2025/07/05 02:36:20 INFO : file25.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file29.txt: md5 = 9eda077c97a4862913c8c31f752b7486 OK 2025/07/05 02:36:20 DEBUG : file3.txt: md5 = c96310e55d9677b978eae0dada47642c OK 2025/07/05 02:36:20 DEBUG : file29.txt.9e025aa4.partial: renamed to: file29.txt 2025/07/05 02:36:20 INFO : file29.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file3.txt.7615ca05.partial: renamed to: file3.txt 2025/07/05 02:36:20 INFO : file3.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file32.txt: md5 = 60333bd55b394970656dec2647dec2bf OK 2025/07/05 02:36:20 DEBUG : file32.txt.9e025aa4.partial: renamed to: file32.txt 2025/07/05 02:36:20 INFO : file32.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file30.txt: md5 = 50be9d9f22701b253dcc03295c00cb4f OK 2025/07/05 02:36:20 DEBUG : file33.txt: md5 = 2f985de1a228d4573f9ec36c6030241f OK 2025/07/05 02:36:20 DEBUG : file30.txt.9e025aa4.partial: renamed to: file30.txt 2025/07/05 02:36:20 INFO : file30.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file31.txt: md5 = 9f73f56ef54d5af4394cd422face4116 OK 2025/07/05 02:36:20 DEBUG : file33.txt.9e025aa4.partial: renamed to: file33.txt 2025/07/05 02:36:20 INFO : file33.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file31.txt.9e025aa4.partial: renamed to: file31.txt 2025/07/05 02:36:20 INFO : file31.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file34.txt: md5 = c74438645536b7d6581cbd18f4ed7f95 OK 2025/07/05 02:36:20 DEBUG : file34.txt.9e025aa4.partial: renamed to: file34.txt 2025/07/05 02:36:20 DEBUG : file36.txt: md5 = 9132db2c13ac4fad102e864880d4f383 OK 2025/07/05 02:36:20 INFO : file34.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file36.txt.9e025aa4.partial: renamed to: file36.txt 2025/07/05 02:36:20 INFO : file36.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file35.txt: md5 = 33ad2a5a5f4b79430cbe158da3be43a0 OK 2025/07/05 02:36:20 DEBUG : file35.txt.9e025aa4.partial: renamed to: file35.txt 2025/07/05 02:36:20 INFO : file35.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file37.txt: md5 = 898a6a18e5fdab5d23d2ddd5cf26df7c OK 2025/07/05 02:36:20 DEBUG : file37.txt.9e025aa4.partial: renamed to: file37.txt 2025/07/05 02:36:20 INFO : file37.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file38.txt: md5 = b0fb9610cc7d93ade5d643ef61dc1dac OK 2025/07/05 02:36:20 DEBUG : file39.txt: md5 = af682f2cfdab9877496cc794038051ed OK 2025/07/05 02:36:20 DEBUG : file38.txt.9e025aa4.partial: renamed to: file38.txt 2025/07/05 02:36:20 INFO : file38.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file39.txt.9e025aa4.partial: renamed to: file39.txt 2025/07/05 02:36:20 INFO : file39.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file4.txt: md5 = e22e815a116e7bdea9a59a87e63464a1 OK 2025/07/05 02:36:20 DEBUG : file4.txt.7615ca05.partial: renamed to: file4.txt 2025/07/05 02:36:20 INFO : file4.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file42.txt: md5 = 08b91f1510c8fc591666541e7e116882 OK 2025/07/05 02:36:20 DEBUG : file41.txt: md5 = c2b26eafb721f293022f0fe7727a933b OK 2025/07/05 02:36:20 DEBUG : file40.txt: md5 = 3af317f2ef999582cdcdf7721c6f1bc9 OK 2025/07/05 02:36:20 DEBUG : file42.txt.9e025aa4.partial: renamed to: file42.txt 2025/07/05 02:36:20 INFO : file42.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file40.txt.9e025aa4.partial: renamed to: file40.txt 2025/07/05 02:36:20 INFO : file40.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file41.txt.9e025aa4.partial: renamed to: file41.txt 2025/07/05 02:36:20 INFO : file41.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file43.txt: md5 = 697d9c12f74ff760b25eaa04301b237c OK 2025/07/05 02:36:20 DEBUG : file44.txt: md5 = a34360fec58d10bb0d55ee3cadbf2414 OK 2025/07/05 02:36:20 DEBUG : file43.txt.9e025aa4.partial: renamed to: file43.txt 2025/07/05 02:36:20 INFO : file43.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file44.txt.9e025aa4.partial: renamed to: file44.txt 2025/07/05 02:36:20 INFO : file44.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file46.txt: md5 = 2bfa35fb4940687438f3454c22c91653 OK 2025/07/05 02:36:20 DEBUG : file45.txt: md5 = 255527737cc7492ab50715cbaaa6c413 OK 2025/07/05 02:36:20 DEBUG : file46.txt.9e025aa4.partial: renamed to: file46.txt 2025/07/05 02:36:20 INFO : file46.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file45.txt.9e025aa4.partial: renamed to: file45.txt 2025/07/05 02:36:20 INFO : file45.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file47.txt: md5 = f0315df6ccb0dcc9c50307c29ec51982 OK 2025/07/05 02:36:20 DEBUG : file5.txt: md5 = 9fd5be8a5f880452b9d0c2cfced3e76a OK 2025/07/05 02:36:20 DEBUG : file47.txt.9e025aa4.partial: renamed to: file47.txt 2025/07/05 02:36:20 INFO : file47.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file5.txt.7615ca05.partial: renamed to: file5.txt 2025/07/05 02:36:20 INFO : file5.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file49.txt: md5 = d44e3285552ae4dd4d360eced8ec898c OK 2025/07/05 02:36:20 DEBUG : file49.txt.9e025aa4.partial: renamed to: file49.txt 2025/07/05 02:36:20 INFO : file49.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file51.txt: md5 = 535e0961412ae7228b7fba468ab3305b OK 2025/07/05 02:36:20 DEBUG : file52.txt: md5 = 0a8cabb1c7aa699b773b58e82fdc9c13 OK 2025/07/05 02:36:20 DEBUG : file51.txt.9e025aa4.partial: renamed to: file51.txt 2025/07/05 02:36:20 INFO : file51.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file52.txt.9e025aa4.partial: renamed to: file52.txt 2025/07/05 02:36:20 INFO : file52.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file53.txt: md5 = 0801031ce44a9456e5e586fe77730cd3 OK 2025/07/05 02:36:20 DEBUG : file54.txt: md5 = 20242626251012124d3733ba422b9950 OK 2025/07/05 02:36:20 DEBUG : file53.txt.9e025aa4.partial: renamed to: file53.txt 2025/07/05 02:36:20 INFO : file53.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file54.txt.9e025aa4.partial: renamed to: file54.txt 2025/07/05 02:36:20 INFO : file54.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file48.txt: md5 = f0849d8dbc44f439131aa67081eaea4f OK 2025/07/05 02:36:20 DEBUG : file56.txt: md5 = a8efc66ddec032acd47e80bf652fb306 OK 2025/07/05 02:36:20 DEBUG : file48.txt.9e025aa4.partial: renamed to: file48.txt 2025/07/05 02:36:20 INFO : file48.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file56.txt.9e025aa4.partial: renamed to: file56.txt 2025/07/05 02:36:20 INFO : file56.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file55.txt: md5 = e9dfb5842e08d1a9433ff12b0b8f697f OK 2025/07/05 02:36:20 DEBUG : file55.txt.9e025aa4.partial: renamed to: file55.txt 2025/07/05 02:36:20 INFO : file55.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file58.txt: md5 = e5d2aac34ffd8276d798a1684c091c02 OK 2025/07/05 02:36:20 DEBUG : file58.txt.9e025aa4.partial: renamed to: file58.txt 2025/07/05 02:36:20 DEBUG : file50.txt: md5 = b0713c4d032edaa07aeedd2888bc7dcf OK 2025/07/05 02:36:20 INFO : file58.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file50.txt.9e025aa4.partial: renamed to: file50.txt 2025/07/05 02:36:20 INFO : file50.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file57.txt: md5 = 9aa8e7294f47f5ade2e0d914a0df1912 OK 2025/07/05 02:36:20 DEBUG : file59.txt: md5 = d5d634ad605a30ee660a7bb27a214484 OK 2025/07/05 02:36:20 DEBUG : file60.txt: md5 = 2a93a80bceb1f8e0195396c1a3c8a600 OK 2025/07/05 02:36:20 DEBUG : file60.txt.9e025aa4.partial: renamed to: file60.txt 2025/07/05 02:36:20 INFO : file60.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file59.txt.9e025aa4.partial: renamed to: file59.txt 2025/07/05 02:36:20 INFO : file59.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file6.txt: md5 = f4a40d590cbb53290e7ba914e24a346c OK 2025/07/05 02:36:20 DEBUG : file57.txt.9e025aa4.partial: renamed to: file57.txt 2025/07/05 02:36:20 DEBUG : file61.txt: md5 = bbd8248016ac0685ffc10d314e6978ad OK 2025/07/05 02:36:20 INFO : file57.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file6.txt.7615ca05.partial: renamed to: file6.txt 2025/07/05 02:36:20 INFO : file6.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file61.txt.9e025aa4.partial: renamed to: file61.txt 2025/07/05 02:36:20 INFO : file61.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file62.txt: md5 = 460e80af24a05ca94d1612a9b685bb35 OK 2025/07/05 02:36:20 DEBUG : file65.txt: md5 = 2bce571801be75d1580fa6c022e26324 OK 2025/07/05 02:36:20 DEBUG : file64.txt: md5 = 4dc4f15a92f10549b4bac7ebabdfd476 OK 2025/07/05 02:36:20 DEBUG : file63.txt: md5 = 52a684be5ab44fe08696c18af1beb817 OK 2025/07/05 02:36:20 DEBUG : file64.txt.9e025aa4.partial: renamed to: file64.txt 2025/07/05 02:36:20 INFO : file64.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file62.txt.9e025aa4.partial: renamed to: file62.txt 2025/07/05 02:36:20 INFO : file62.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file63.txt.9e025aa4.partial: renamed to: file63.txt 2025/07/05 02:36:20 INFO : file63.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file65.txt.9e025aa4.partial: renamed to: file65.txt 2025/07/05 02:36:20 DEBUG : file66.txt: md5 = b61c7d91accadb8b9ef0c78ec1a3434f OK 2025/07/05 02:36:20 INFO : file65.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file66.txt.9e025aa4.partial: renamed to: file66.txt 2025/07/05 02:36:20 INFO : file66.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file67.txt: md5 = 20c495ebf3c448227c58d08561605106 OK 2025/07/05 02:36:20 DEBUG : file67.txt.9e025aa4.partial: renamed to: file67.txt 2025/07/05 02:36:20 INFO : file67.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file7.txt: md5 = 13fc7746e9a3d7a6d674a73e51bf7124 OK 2025/07/05 02:36:20 DEBUG : file7.txt.7615ca05.partial: renamed to: file7.txt 2025/07/05 02:36:20 INFO : file7.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file68.txt: md5 = 038f9f3b4120e5741d5414c6d372eb96 OK 2025/07/05 02:36:20 DEBUG : file69.txt: md5 = 77adafb017df68cf868fadbd2c563b96 OK 2025/07/05 02:36:20 DEBUG : file71.txt: md5 = 2c642e95c010cad627182d96bb9145bf OK 2025/07/05 02:36:20 DEBUG : file69.txt.9e025aa4.partial: renamed to: file69.txt 2025/07/05 02:36:20 INFO : file69.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file71.txt.9e025aa4.partial: renamed to: file71.txt 2025/07/05 02:36:20 INFO : file71.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file70.txt: md5 = 9cffcee30a36b7457fb6ac9a4a1f48f5 OK 2025/07/05 02:36:20 DEBUG : file70.txt.9e025aa4.partial: renamed to: file70.txt 2025/07/05 02:36:20 INFO : file70.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file72.txt: md5 = 2266c403d5dd6e44e28dc417cd1b28a7 OK 2025/07/05 02:36:20 DEBUG : file73.txt: md5 = f7e63987158bc69b2baa7ac7467c8e52 OK 2025/07/05 02:36:20 DEBUG : file72.txt.9e025aa4.partial: renamed to: file72.txt 2025/07/05 02:36:20 INFO : file72.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file73.txt.9e025aa4.partial: renamed to: file73.txt 2025/07/05 02:36:20 INFO : file73.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file68.txt.9e025aa4.partial: renamed to: file68.txt 2025/07/05 02:36:20 INFO : file68.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file76.txt: md5 = c5fb378f63687660a5d659c36adcd6c6 OK 2025/07/05 02:36:20 DEBUG : file74.txt: md5 = 466098e5e229bcd39922676311874978 OK 2025/07/05 02:36:20 DEBUG : file76.txt.9e025aa4.partial: renamed to: file76.txt 2025/07/05 02:36:20 INFO : file76.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file74.txt.9e025aa4.partial: renamed to: file74.txt 2025/07/05 02:36:20 INFO : file74.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file78.txt: md5 = 6cb9abb3a47bb2dcdfaa58381d35174a OK 2025/07/05 02:36:20 DEBUG : file78.txt.9e025aa4.partial: renamed to: file78.txt 2025/07/05 02:36:20 INFO : file78.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file77.txt: md5 = a1fc9b06f808ab7becf089406c80ea4e OK 2025/07/05 02:36:20 DEBUG : file77.txt.9e025aa4.partial: renamed to: file77.txt 2025/07/05 02:36:20 INFO : file77.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file8.txt: md5 = f3e9bf80d3f012e4f099796936c855a4 OK 2025/07/05 02:36:20 DEBUG : file79.txt: md5 = e4d05be00dd49a734bec838cfec6f1f4 OK 2025/07/05 02:36:20 DEBUG : file8.txt.7615ca05.partial: renamed to: file8.txt 2025/07/05 02:36:20 DEBUG : file79.txt.9e025aa4.partial: renamed to: file79.txt 2025/07/05 02:36:20 INFO : file8.txt: Copied (new) 2025/07/05 02:36:20 INFO : file79.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file75.txt: md5 = 1581a3a5325d999b06ccdef6eeecf533 OK 2025/07/05 02:36:20 DEBUG : file80.txt: md5 = a3d6e3094f187e4d75e154d58cc8be35 OK 2025/07/05 02:36:20 DEBUG : file80.txt.9e025aa4.partial: renamed to: file80.txt 2025/07/05 02:36:20 INFO : file80.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file75.txt.9e025aa4.partial: renamed to: file75.txt 2025/07/05 02:36:20 INFO : file75.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file82.txt: md5 = 9b361687e59362943de9bee8b13f18fb OK 2025/07/05 02:36:20 DEBUG : file82.txt.9e025aa4.partial: renamed to: file82.txt 2025/07/05 02:36:20 INFO : file82.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file81.txt: md5 = e5acb6bff4d8f45209451168a2abca40 OK 2025/07/05 02:36:20 DEBUG : file81.txt.9e025aa4.partial: renamed to: file81.txt 2025/07/05 02:36:20 INFO : file81.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file85.txt: md5 = 862bfcbaf30cd1e0f6eb02b0c267f01e OK 2025/07/05 02:36:20 DEBUG : file85.txt.9e025aa4.partial: renamed to: file85.txt 2025/07/05 02:36:20 INFO : file85.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file83.txt: md5 = 991340bbb8c4bd0e81d1a4e2641a8693 OK 2025/07/05 02:36:20 DEBUG : file87.txt: md5 = bb6d34e929684fc70bfc4be78c808b77 OK 2025/07/05 02:36:20 DEBUG : file84.txt: md5 = 4a1ca839faf0fba58a83cae21545ed06 OK 2025/07/05 02:36:20 DEBUG : file83.txt.9e025aa4.partial: renamed to: file83.txt 2025/07/05 02:36:20 INFO : file83.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file87.txt.9e025aa4.partial: renamed to: file87.txt 2025/07/05 02:36:20 INFO : file87.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file86.txt: md5 = 3a9c24db4461caad9c6dc16258d55db7 OK 2025/07/05 02:36:20 DEBUG : file84.txt.9e025aa4.partial: renamed to: file84.txt 2025/07/05 02:36:20 DEBUG : file86.txt.9e025aa4.partial: renamed to: file86.txt 2025/07/05 02:36:20 INFO : file84.txt: Copied (new) 2025/07/05 02:36:20 INFO : file86.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file90.txt: md5 = f0b84f96db8a345beb2ce8a87467f9cd OK 2025/07/05 02:36:20 DEBUG : file89.txt: md5 = b0a35afdc548b8c67ee2a17eacecbf74 OK 2025/07/05 02:36:20 DEBUG : file9.txt: md5 = 0f39147e7533c4e6570583db51ba1c1f OK 2025/07/05 02:36:20 DEBUG : file90.txt.9e025aa4.partial: renamed to: file90.txt 2025/07/05 02:36:20 INFO : file90.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file9.txt.7615ca05.partial: renamed to: file9.txt 2025/07/05 02:36:20 INFO : file9.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file88.txt: md5 = 05c0b417652b7f3e84aaf1d9113d6e06 OK 2025/07/05 02:36:20 DEBUG : file88.txt.9e025aa4.partial: renamed to: file88.txt 2025/07/05 02:36:20 INFO : file88.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file91.txt: md5 = c460a599f0819fa4d4a2dbed514b9346 OK 2025/07/05 02:36:20 DEBUG : file91.txt.9e025aa4.partial: renamed to: file91.txt 2025/07/05 02:36:20 INFO : file91.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file89.txt.9e025aa4.partial: renamed to: file89.txt 2025/07/05 02:36:20 INFO : file89.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file92.txt: md5 = 15d6cdf9056c67d567458da9831197eb OK 2025/07/05 02:36:20 DEBUG : file92.txt.9e025aa4.partial: renamed to: file92.txt 2025/07/05 02:36:20 INFO : file92.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file93.txt: md5 = 2aa358a36d03a0d644b2bedcdc896e64 OK 2025/07/05 02:36:20 DEBUG : file93.txt.9e025aa4.partial: renamed to: file93.txt 2025/07/05 02:36:20 INFO : file93.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file96.txt: md5 = b0ecc7aad6311d5cbb0c55a5ef380779 OK 2025/07/05 02:36:20 DEBUG : file95.txt: md5 = 8bf62d61f60eb097e6509106eb8b43ee OK 2025/07/05 02:36:20 DEBUG : file96.txt.9e025aa4.partial: renamed to: file96.txt 2025/07/05 02:36:20 INFO : file96.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file95.txt.9e025aa4.partial: renamed to: file95.txt 2025/07/05 02:36:20 INFO : file95.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file98.txt: md5 = 743c3ab7384aeb3f73d507b566dc5c6c OK 2025/07/05 02:36:20 DEBUG : file98.txt.9e025aa4.partial: renamed to: file98.txt 2025/07/05 02:36:20 INFO : file98.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file97.txt: md5 = d02c094525960c2e2133db59af9e80a0 OK 2025/07/05 02:36:20 DEBUG : file97.txt.9e025aa4.partial: renamed to: file97.txt 2025/07/05 02:36:20 INFO : file97.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file99.txt: md5 = a6a39fb05a2d64c917525810181f59c8 OK 2025/07/05 02:36:20 DEBUG : file94.txt: md5 = 2b649b2968d205057dc1e02ae9472742 OK 2025/07/05 02:36:20 DEBUG : file99.txt.9e025aa4.partial: renamed to: file99.txt 2025/07/05 02:36:20 INFO : file99.txt: Copied (new) 2025/07/05 02:36:20 DEBUG : file94.txt.9e025aa4.partial: renamed to: file94.txt 2025/07/05 02:36:20 INFO : file94.txt: Copied (new) 2025/07/05 02:36:21 DEBUG : file0.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file0.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file1.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file1.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file10.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file10.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file101.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file100.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file102.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file102.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file103.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file100.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file103.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file105.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file104.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file106.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file104.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file107.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file108.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file107.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file108.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file109.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file109.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file11.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file110.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file110.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file11.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file111.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file111.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file112.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file113.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file112.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file114.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file114.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file101.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file106.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file105.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file113.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file115.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file115.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file116.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file116.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file118.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file119.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file119.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file120.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file120.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file121.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file121.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file122.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file122.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file123.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file123.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file124.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file124.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file125.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file125.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file126.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file126.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file127.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file127.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file128.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file128.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file129.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file129.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file13.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file13.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file130.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file130.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file131.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file131.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file132.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file132.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file133.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file133.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file134.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file134.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file135.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file135.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file117.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file117.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file118.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file136.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file136.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file137.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file137.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file138.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file138.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file139.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file139.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file14.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file14.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file140.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file140.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file141.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file141.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file142.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file142.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file143.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file143.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file144.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file144.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file145.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file12.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file145.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file146.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file12.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file146.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file148.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file148.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file147.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file147.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file149.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file149.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file15.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file15.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file150.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file150.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file151.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file151.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file152.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file152.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file153.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file153.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file154.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file154.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file155.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file155.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file156.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file156.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file158.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file159.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file158.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file159.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file160.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file160.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file161.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file162.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file161.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file162.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file163.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file164.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file165.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file166.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file167.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file168.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file167.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file168.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : Local file system at /tmp/rclone358778912: Waiting for checks to finish 2025/07/05 02:36:21 DEBUG : file16.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file169.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file17.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file169.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file17.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file170.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file171.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file170.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file171.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file16.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file164.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file166.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file173.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file174.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file173.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file174.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file175.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file163.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file175.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file157.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file176.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file157.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file176.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file178.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file178.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file177.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file18.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file179.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file177.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file18.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file179.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file165.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file180.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file182.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file180.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file182.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file183.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file183.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file184.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file185.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file185.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file186.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file187.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file186.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file181.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file181.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file187.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file188.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file188.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file189.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file19.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file189.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file19.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file184.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file191.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file191.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file192.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file192.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file193.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file193.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file194.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file194.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file195.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file195.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file196.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file196.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file197.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file197.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file198.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file198.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file199.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file199.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file2.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file2.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file20.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file20.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file21.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file21.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file22.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file22.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file23.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file23.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file24.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file24.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file25.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file25.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file26.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file26.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file27.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file27.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file28.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file28.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file29.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file29.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file3.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file3.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file30.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file30.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file31.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file31.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file32.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file32.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file33.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file33.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file34.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file34.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file35.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file35.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file36.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file36.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file37.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file37.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file38.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file38.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file39.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file39.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file4.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file4.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file40.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file40.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file41.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file41.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file42.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file42.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file43.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file43.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file44.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file44.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file45.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file45.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file46.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file46.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file47.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file47.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file48.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file48.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file49.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file49.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file5.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file5.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file50.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file50.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file51.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file51.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file52.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file52.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file55.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file56.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file55.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file57.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file56.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file57.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file172.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file172.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file58.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file59.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file59.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file58.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file54.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file54.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file190.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file61.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file61.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file62.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file190.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file62.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file60.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file63.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file63.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file60.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file64.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file53.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file6.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file6.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file53.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file65.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file66.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file65.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file64.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file66.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file68.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file68.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file67.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file67.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file69.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file69.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file7.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file70.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file7.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file71.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file72.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file71.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file72.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file74.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file74.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file70.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file73.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file78.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file78.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file75.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file79.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file79.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file75.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file76.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file77.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file77.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file76.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file80.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file82.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file81.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file82.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file83.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file81.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file80.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file83.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file73.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file8.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file8.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file84.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file84.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file85.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file85.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file86.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file87.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file87.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file86.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file88.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file88.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file9.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file9.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file90.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file91.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file92.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file91.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file93.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file93.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file92.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file89.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file90.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file89.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file94.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file94.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file95.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file95.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file96.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file96.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file97.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file97.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file98.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file98.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : file99.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:21 DEBUG : file99.txt: Unchanged skipping 2025/07/05 02:36:21 DEBUG : Local file system at /tmp/rclone358778912: Waiting for transfers to finish --- PASS: TestCopyNoTraverseDeadlock (2.32s) === RUN TestCopyCheckFirst run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 INFO : Local file system at /tmp/rclone4161980823: Running all checks before starting transfers 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 INFO : Local file system at /tmp/rclone4161980823: Checks finished, now starting transfers 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (0.01s) === RUN TestSyncNoTraverse run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 ERROR : Ignoring --no-traverse with sync 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (0.01s) === RUN TestCopyWithDepth run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2025/07/05 02:36:22 DEBUG : hello world2.ab19a585.partial: renamed to: hello world2 2025/07/05 02:36:22 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (0.02s) === RUN TestCopyWithFilesFrom run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : potato2.adfb51a5.partial: renamed to: potato2 2025/07/05 02:36:22 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (0.01s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : potato2.adfb51a5.partial: renamed to: potato2 2025/07/05 02:36:22 INFO : potato2: Copied (new) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish --- PASS: TestCopyWithFilesFromAndNoTraverse (0.01s) === RUN TestCopyEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:22 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 DEBUG : sub dir2: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2025/07/05 02:36:22 DEBUG : sub dir: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst=sub dir2/sub sub dir2 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 INFO : sub dir2/sub sub dir2: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : sub dir2: Set directory modification time (using SetModTime) --- PASS: TestCopyEmptyDirectories (0.01s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 INFO : sub dir2: Making directory 2025/07/05 02:36:22 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (0.01s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : sub dir2: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:22 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:22 DEBUG : sub dir2: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2025/07/05 02:36:22 DEBUG : sub dir: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir: Made directory with metadata (mtime=2025-07-05T02:36:22.52759696Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 INFO : sub dir/hello world: Moved (server-side) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 INFO : sub dir2: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveEmptyDirectories (0.01s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : sub dir no update dir modtime: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (0.00s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 INFO : sub dir2: Making directory 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:22 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 INFO : sub dir/hello world: Moved (server-side) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (0.00s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : sub dir2: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 DEBUG : sub dir2: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2025/07/05 02:36:22 DEBUG : sub dir: Making directory with metadata 2025/07/05 02:36:22 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : sub dir2: Set directory modification time (using SetModTime) --- PASS: TestSyncEmptyDirectories (0.01s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b2/c1/d1/e1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b2/c1/d1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b2/c1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d1/e1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1/b1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : a1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 DEBUG : a1: Making directory with metadata 2025/07/05 02:36:22 INFO : a1: Made directory with metadata (mtime=2001-02-03T04:19:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1", newDst=a1 2025/07/05 02:36:22 DEBUG : a1/b1: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b1: Made directory with metadata (mtime=2001-02-03T04:18:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1", newDst=a1/b1 2025/07/05 02:36:22 DEBUG : a1/b2: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b2: Made directory with metadata (mtime=2001-02-03T04:09:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b2", newDst=a1/b2 2025/07/05 02:36:22 DEBUG : a1/b1/c1: Making directory with metadata 2025/07/05 02:36:22 DEBUG : a1/b2/c1: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b2/c1: Made directory with metadata (mtime=2001-02-03T04:08:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b2/c1", newDst=a1/b2/c1 2025/07/05 02:36:22 INFO : a1/b1/c1: Made directory with metadata (mtime=2001-02-03T04:17:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1/c1", newDst=a1/b1/c1 2025/07/05 02:36:22 DEBUG : a1/b2/c1/d1: Making directory with metadata 2025/07/05 02:36:22 DEBUG : a1/b1/c1/d1: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b2/c1/d1: Made directory with metadata (mtime=2001-02-03T04:07:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b2/c1/d1", newDst=a1/b2/c1/d1 2025/07/05 02:36:22 DEBUG : a1/b2/c1/d1/e1: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b1/c1/d1: Made directory with metadata (mtime=2001-02-03T04:16:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1/c1/d1", newDst=a1/b1/c1/d1 2025/07/05 02:36:22 DEBUG : a1/b1/c1/d2: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b2/c1/d1/e1: Made directory with metadata (mtime=2001-02-03T04:06:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1", newDst=a1/b2/c1/d1/e1 2025/07/05 02:36:22 INFO : a1/b1/c1/d2: Made directory with metadata (mtime=2001-02-03T04:13:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1/c1/d2", newDst=a1/b1/c1/d2 2025/07/05 02:36:22 DEBUG : a1/b2/c1/d1/e1/f1: Making directory with metadata 2025/07/05 02:36:22 DEBUG : a1/b1/c1/d2/e1: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1: Made directory with metadata (mtime=2001-02-03T04:12:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1", newDst=a1/b1/c1/d2/e1 2025/07/05 02:36:22 INFO : a1/b2/c1/d1/e1/f1: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1/f1", newDst=a1/b2/c1/d1/e1/f1 2025/07/05 02:36:22 DEBUG : a1/b1/c1/d2/e1/f1: Making directory with metadata 2025/07/05 02:36:22 DEBUG : a1/b1/c1/d1/e1: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1/f1: Made directory with metadata (mtime=2001-02-03T04:11:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f1", newDst=a1/b1/c1/d2/e1/f1 2025/07/05 02:36:22 DEBUG : a1/b1/c1/d2/e1/f2: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1/f2: Made directory with metadata (mtime=2001-02-03T04:10:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f2", newDst=a1/b1/c1/d2/e1/f2 2025/07/05 02:36:22 INFO : a1/b1/c1/d1/e1: Made directory with metadata (mtime=2001-02-03T04:15:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1", newDst=a1/b1/c1/d1/e1 2025/07/05 02:36:22 DEBUG : a1/b1/c1/d1/e1/f1: Making directory with metadata 2025/07/05 02:36:22 INFO : a1/b1/c1/d1/e1/f1: Made directory with metadata (mtime=2001-02-03T04:14:06.499999999Z) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1/f1", newDst=a1/b1/c1/d1/e1/f1 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d1/e1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b2/c1/d1/e1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d2/e1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b2/c1/d1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d2: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1/d1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b1/c1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b2/c1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b2: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1/b1: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 INFO : a1: Set directory modification time (using SetModTime) --- PASS: TestSyncSetDelayedModTimes (0.01s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 INFO : sub dir2: Making directory 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (0.01s) === RUN TestServerSideCopy run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : Creating backend with remote "/tmp/rclone1112597158" sync_test.go:620: Server side copy (if possible) Local file system at /tmp/rclone4161980823 -> Local file system at /tmp/rclone1112597158 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone1112597158: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone1112597158: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone1112597158: Purge object "sub dir/hello world" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone1112597158: Purge dir "sub dir" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone1112597158: Purge dir "" --- PASS: TestServerSideCopy (0.01s) === RUN TestCopyOverSelf run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.55b27b22.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (replaced existing) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (0.02s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : Creating backend with remote "/tmp/rclone93289388" sync_test.go:656: Server side copy (if possible) Local file system at /tmp/rclone4161980823 -> Local file system at /tmp/rclone93289388 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone93289388: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone93289388: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone93289388: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone93289388: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.55b27b22.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (replaced existing) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone93289388: Purge object "sub dir/hello world" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone93289388: Purge dir "sub dir" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone93289388: Purge dir "" --- PASS: TestServerSideCopyOverSelf (0.03s) === RUN TestMoveOverSelf run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:22 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 INFO : sub dir/hello world: Deleted 2025/07/05 02:36:22 INFO : sub dir/hello world: Moved (server-side) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (0.01s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : Creating backend with remote "/tmp/rclone3663453189" sync_test.go:701: Server side copy (if possible) Local file system at /tmp/rclone4161980823 -> Local file system at /tmp/rclone3663453189 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Using server-side directory move 2025/07/05 02:36:22 INFO : Local file system at /tmp/rclone3663453189: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:22 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Waiting for transfers to finish 2025/07/05 02:36:22 INFO : sub dir/hello world: Deleted 2025/07/05 02:36:22 INFO : sub dir/hello world: Moved (server-side) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 DEBUG : testing file moves 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Waiting for transfers to finish 2025/07/05 02:36:22 INFO : sub dir/hello world: Deleted 2025/07/05 02:36:22 INFO : sub dir/hello world: Moved (server-side) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Purge object "sub dir/hello world" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Purge dir "sub dir" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone3663453189: Purge dir "" --- PASS: TestServerSideMoveOverSelf (0.04s) === RUN TestCopyAfterDelete run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 ERROR : error listing: directory not found 2025/07/05 02:36:22 INFO : Local file system at /tmp/rclone358778912: Making directory 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (0.01s) === RUN TestCopyRedownload run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone358778912: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone358778912: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:22 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/05 02:36:22 INFO : sub dir/hello world: Copied (new) 2025/07/05 02:36:22 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (0.01s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : check sum: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/07/05 02:36:22 DEBUG : check sum.b37ac6a8.partial: renamed to: check sum 2025/07/05 02:36:22 INFO : check sum: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/07/05 02:36:22 DEBUG : check sum: Size and md5 of src and dst objects identical 2025/07/05 02:36:22 DEBUG : check sum: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (0.03s) === RUN TestSyncSizeOnly run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/07/05 02:36:22 DEBUG : sizeonly.468f3f0c.partial: renamed to: sizeonly 2025/07/05 02:36:22 INFO : sizeonly: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 DEBUG : sizeonly: Sizes identical 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : sizeonly: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (0.03s) === RUN TestSyncIgnoreSize run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2025/07/05 02:36:22 DEBUG : ignore-size.7615ca05.partial: renamed to: ignore-size 2025/07/05 02:36:22 INFO : ignore-size: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : ignore-size: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (0.02s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:22 DEBUG : existing: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : There was nothing to transfer 2025/07/05 02:36:22 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/07/05 02:36:22 DEBUG : existing.468f3f0c.partial: renamed to: existing 2025/07/05 02:36:22 INFO : existing: Copied (replaced existing) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (0.01s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : existing: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/07/05 02:36:22 DEBUG : existing.468f3f0c.partial: renamed to: existing 2025/07/05 02:36:22 INFO : existing: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 DEBUG : existing: Destination exists, skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (0.02s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 INFO : d: Making directory 2025/07/05 02:36:22 DEBUG : Added delayed dir = "a", newDst= 2025/07/05 02:36:22 DEBUG : c: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:22 DEBUG : Added delayed dir = "c", newDst=c 2025/07/05 02:36:22 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:22 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : c/non empty space: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/07/05 02:36:22 DEBUG : a/potato2.94a2530c.partial: renamed to: a/potato2 2025/07/05 02:36:22 INFO : a/potato2: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : b/potato: Deleted 2025/07/05 02:36:22 INFO : a: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:22 INFO : d: Removing directory 2025/07/05 02:36:22 INFO : b: Removing directory 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: deleted 2 directories --- PASS: TestSyncIgnoreErrors (0.03s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2025/07/05 02:36:22 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/07/05 02:36:22 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/07/05 02:36:22 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : There was nothing to transfer 2025/07/05 02:36:22 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/07/05 02:36:22 INFO : empty space: Updated modification time in destination 2025/07/05 02:36:22 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (0.03s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/07/05 02:36:22 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.02s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : foo: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone358778912) 2025/07/05 02:36:22 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Local file system at /tmp/rclone4161980823) 2025/07/05 02:36:22 DEBUG : foo: md5 differ 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2025/07/05 02:36:22 DEBUG : foo.5d8fa229.partial: renamed to: foo 2025/07/05 02:36:22 INFO : foo: Copied (replaced existing) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (0.01s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:22 DEBUG : potato: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/07/05 02:36:22 DEBUG : potato.3edca19f.partial: renamed to: potato 2025/07/05 02:36:22 INFO : potato: Copied (new) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (0.03s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2025/07/05 02:36:22 DEBUG : potato.41b15364.partial: renamed to: potato 2025/07/05 02:36:22 INFO : potato: Copied (replaced existing) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (0.02s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 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/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone358778912) 2025/07/05 02:36:22 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Local file system at /tmp/rclone4161980823) 2025/07/05 02:36:22 DEBUG : potato: md5 differ 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2025/07/05 02:36:22 DEBUG : potato.706b9954.partial: renamed to: potato 2025/07/05 02:36:22 INFO : potato: Copied (replaced existing) 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (0.02s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:22 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:22 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:22 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:22 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:22 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:22 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (0.01s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/07/05 02:36:23 DEBUG : potato2.94a2530c.partial: renamed to: potato2 2025/07/05 02:36:23 INFO : potato2: Copied (new) 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (0.04s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 INFO : d: Making directory 2025/07/05 02:36:23 INFO : d/e: Making directory 2025/07/05 02:36:23 DEBUG : Added delayed dir = "a", newDst= 2025/07/05 02:36:23 DEBUG : c: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : Added delayed dir = "c", newDst=c 2025/07/05 02:36:23 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : c/non empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/07/05 02:36:23 DEBUG : a/potato2.94a2530c.partial: renamed to: a/potato2 2025/07/05 02:36:23 INFO : a/potato2: Copied (new) 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 INFO : b/potato: Deleted 2025/07/05 02:36:23 INFO : a: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:23 INFO : d/e: Removing directory 2025/07/05 02:36:23 INFO : d: Removing directory 2025/07/05 02:36:23 INFO : b: Removing directory 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (0.06s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 INFO : d: Making directory 2025/07/05 02:36:23 DEBUG : Added delayed dir = "a", newDst= 2025/07/05 02:36:23 DEBUG : c: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : Added delayed dir = "c", newDst=c 2025/07/05 02:36:23 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : c/non empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/07/05 02:36:23 DEBUG : a/potato2.94a2530c.partial: renamed to: a/potato2 2025/07/05 02:36:23 INFO : a/potato2: Copied (new) 2025/07/05 02:36:23 ERROR : Local file system at /tmp/rclone4161980823: not deleting files as there were IO errors 2025/07/05 02:36:23 INFO : a: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:23 ERROR : Local file system at /tmp/rclone4161980823: not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (0.05s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 INFO : potato: Deleted 2025/07/05 02:36:23 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/07/05 02:36:23 DEBUG : potato2.94a2530c.partial: renamed to: potato2 2025/07/05 02:36:23 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (0.04s) === RUN TestSyncDeleteBefore run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 INFO : potato: Deleted 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/07/05 02:36:23 DEBUG : potato2.94a2530c.partial: renamed to: potato2 2025/07/05 02:36:23 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (0.04s) === RUN TestCopyDeleteBefore run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2025/07/05 02:36:23 DEBUG : potato2.8083cda9.partial: renamed to: potato2 2025/07/05 02:36:23 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (0.02s) === RUN TestSyncWithExclude run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 DEBUG : potato2: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : potato2: Excluded 2025/07/05 02:36:23 DEBUG : enormous: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : enormous: Excluded 2025/07/05 02:36:23 DEBUG : potato2: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : potato2: Excluded 2025/07/05 02:36:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 INFO : There was nothing to transfer 2025/07/05 02:36:23 DEBUG : potato2: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : potato2: Excluded 2025/07/05 02:36:23 DEBUG : enormous: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : enormous: Excluded 2025/07/05 02:36:23 DEBUG : potato2: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : potato2: Excluded 2025/07/05 02:36:23 DEBUG : potato2: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : potato2: Excluded 2025/07/05 02:36:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone358778912: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone358778912: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 INFO : There was nothing to transfer 2025/07/05 02:36:23 DEBUG : potato2: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : potato2: Excluded --- PASS: TestSyncWithExclude (0.05s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 DEBUG : enormous: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : enormous: Excluded 2025/07/05 02:36:23 DEBUG : potato2: Excluded (Size Filter) 2025/07/05 02:36:23 DEBUG : potato2: Excluded 2025/07/05 02:36:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 INFO : enormous: Deleted 2025/07/05 02:36:23 INFO : potato2: Deleted 2025/07/05 02:36:23 INFO : There was nothing to transfer 2025/07/05 02:36:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone358778912: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone358778912: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 INFO : enormous: Deleted 2025/07/05 02:36:23 INFO : potato2: Deleted 2025/07/05 02:36:23 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (0.04s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 DEBUG : five: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/07/05 02:36:23 DEBUG : one: Destination is newer than source, skipping 2025/07/05 02:36:23 DEBUG : three: Sizes identical 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/07/05 02:36:23 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/07/05 02:36:23 DEBUG : five.a87a5b8d.partial: renamed to: five 2025/07/05 02:36:23 INFO : five: Copied (new) 2025/07/05 02:36:23 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone358778912) 2025/07/05 02:36:23 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Local file system at /tmp/rclone4161980823) 2025/07/05 02:36:23 DEBUG : two: md5 differ 2025/07/05 02:36:23 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/07/05 02:36:23 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/07/05 02:36:23 DEBUG : two.3353c5f5.partial: renamed to: two 2025/07/05 02:36:23 INFO : two: Copied (replaced existing) 2025/07/05 02:36:23 DEBUG : four.a87a5b8d.partial: renamed to: four 2025/07/05 02:36:23 INFO : four: Copied (replaced existing) 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:23 DEBUG : one: Destination is newer than source, skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/07/05 02:36:23 DEBUG : four: Size and md5 of src and dst objects identical 2025/07/05 02:36:23 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/07/05 02:36:23 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/07/05 02:36:23 DEBUG : two: Size and md5 of src and dst objects identical 2025/07/05 02:36:23 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/07/05 02:36:23 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone358778912) 2025/07/05 02:36:23 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Local file system at /tmp/rclone4161980823) 2025/07/05 02:36:23 DEBUG : three: md5 differ 2025/07/05 02:36:23 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/07/05 02:36:23 DEBUG : five: Size and md5 of src and dst objects identical 2025/07/05 02:36:23 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/07/05 02:36:23 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/07/05 02:36:23 DEBUG : three.406dcb2c.partial: renamed to: three 2025/07/05 02:36:23 INFO : three: Copied (replaced existing) 2025/07/05 02:36:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (0.08s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:23 NOTICE: Bandwidth limit set to {10Ki 10Ki} 2025/07/05 02:36:23 INFO : Local file system at /tmp/rclone4161980823: Running all checks before starting transfers 2025/07/05 02:36:23 INFO : Local file system at /tmp/rclone4161980823: Transfer session HARD deadline: 2025/07/05 02:36:23 2025/07/05 02:36:23 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : file2: Need to transfer - File not found at Destination 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:23 INFO : Local file system at /tmp/rclone4161980823: Checks finished, now starting transfers 2025/07/05 02:36:23 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:23 DEBUG : file1: md5 = 4ae71336e44bf9bf79d2752e234818a5 OK 2025/07/05 02:36:23 DEBUG : file1.580ea801.partial: renamed to: file1 2025/07/05 02:36:23 INFO : file1: Copied (new) 2025/07/05 02:36:26 NOTICE: file2.c7275233.partial: Removing partially written file on error: context deadline exceeded 2025/07/05 02:36:26 ERROR : file2: Failed to copy: context deadline exceeded 2025/07/05 02:36:26 ERROR : Local file system at /tmp/rclone4161980823: not deleting files as there were IO errors 2025/07/05 02:36:26 ERROR : Local file system at /tmp/rclone4161980823: not deleting directories as there were IO errors 2025/07/05 02:36:26 ERROR : Local file system at /tmp/rclone4161980823: max transfer duration reached as set by --max-duration 2025/07/05 02:36:26 NOTICE: Bandwidth limit reset to unlimited === RUN TestSyncWithMaxDuration/Soft run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:26 NOTICE: Bandwidth limit set to {10Ki 10Ki} 2025/07/05 02:36:26 INFO : Local file system at /tmp/rclone4161980823: Running all checks before starting transfers 2025/07/05 02:36:26 INFO : Local file system at /tmp/rclone4161980823: Transfer session SOFT deadline: 2025/07/05 02:36:26 2025/07/05 02:36:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 02:36:26 DEBUG : file2: Need to transfer - File not found at Destination 2025/07/05 02:36:26 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:26 INFO : Local file system at /tmp/rclone4161980823: Checks finished, now starting transfers 2025/07/05 02:36:26 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:26 DEBUG : file1: md5 = 4ae71336e44bf9bf79d2752e234818a5 OK 2025/07/05 02:36:26 DEBUG : file1.580ea801.partial: renamed to: file1 2025/07/05 02:36:26 INFO : file1: Copied (new) 2025/07/05 02:36:31 DEBUG : file2: md5 = bf235f22df3e004ede21041978c24f2e OK 2025/07/05 02:36:31 DEBUG : file2.c7275233.partial: renamed to: file2 2025/07/05 02:36:31 INFO : file2: Copied (new) 2025/07/05 02:36:31 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:31 ERROR : Local file system at /tmp/rclone4161980823: max transfer duration reached as set by --max-duration 2025/07/05 02:36:31 ERROR : Cancelling sync due to fatal error: max transfer duration reached as set by --max-duration 2025/07/05 02:36:31 NOTICE: Bandwidth limit reset to unlimited --- PASS: TestSyncWithMaxDuration (8.23s) --- PASS: TestSyncWithMaxDuration/Hard (3.21s) --- PASS: TestSyncWithMaxDuration/Soft (5.02s) === RUN TestSyncWithTrackRenames run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" sync_test.go:1568: Can track renames: true 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Making map for --track-renames 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Finished making map for --track-renames 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/07/05 02:36:31 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for renames to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/07/05 02:36:31 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/07/05 02:36:31 DEBUG : yam.48501227.partial: renamed to: yam 2025/07/05 02:36:31 INFO : yam: Copied (new) 2025/07/05 02:36:31 DEBUG : potato.53508f02.partial: renamed to: potato 2025/07/05 02:36:31 INFO : potato: Copied (new) 2025/07/05 02:36:31 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:31 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Making map for --track-renames 2025/07/05 02:36:31 DEBUG : potato: Unchanged skipping 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Finished making map for --track-renames 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for renames to finish 2025/07/05 02:36:31 INFO : yam: Moved (server-side) to: yaml 2025/07/05 02:36:31 INFO : yaml: Renamed from "yam" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:31 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (0.04s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" sync_test.go:1640: Can track renames: true 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Making map for --track-renames 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Finished making map for --track-renames 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for renames to finish 2025/07/05 02:36:31 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/07/05 02:36:31 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/07/05 02:36:31 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/07/05 02:36:31 DEBUG : potato.53508f02.partial: renamed to: potato 2025/07/05 02:36:31 INFO : potato: Copied (new) 2025/07/05 02:36:31 DEBUG : yam.48501227.partial: renamed to: yam 2025/07/05 02:36:31 INFO : yam: Copied (new) 2025/07/05 02:36:31 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:31 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Making map for --track-renames 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Finished making map for --track-renames 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 INFO : yam: Moved (server-side) to: yaml 2025/07/05 02:36:31 INFO : yaml: Renamed from "yam" 2025/07/05 02:36:31 DEBUG : potato: Unchanged skipping 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for renames to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:31 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (0.04s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" sync_test.go:1679: Can track renames: true 2025/07/05 02:36:31 DEBUG : Added delayed dir = "sub", newDst= 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Making map for --track-renames 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Finished making map for --track-renames 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/07/05 02:36:31 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for renames to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/07/05 02:36:31 DEBUG : potato.53508f02.partial: renamed to: potato 2025/07/05 02:36:31 INFO : potato: Copied (new) 2025/07/05 02:36:31 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/07/05 02:36:31 DEBUG : sub/yam.48501227.partial: renamed to: sub/yam 2025/07/05 02:36:31 INFO : sub/yam: Copied (new) 2025/07/05 02:36:31 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:31 INFO : sub: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:31 INFO : sub: Set directory modification time (using SetModTime) 2025/07/05 02:36:31 DEBUG : Added delayed dir = "sub", newDst=sub 2025/07/05 02:36:31 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:31 DEBUG : potato: Unchanged skipping 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Making map for --track-renames 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Finished making map for --track-renames 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for renames to finish 2025/07/05 02:36:31 INFO : sub/yam: Moved (server-side) to: yam 2025/07/05 02:36:31 INFO : yam: Renamed from "sub/yam" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:31 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (0.05s) === RUN TestServerSideMoveLocal run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:31 DEBUG : Creating backend with remote "/tmp/rclone358778912/dir1" 2025/07/05 02:36:31 DEBUG : Creating backend with remote "/tmp/rclone358778912/dir2" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone358778912/dir2: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone358778912/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:31 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone358778912/dir2: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone358778912/dir2: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.01s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:31 DEBUG : Added delayed dir = "nested", newDst= 2025/07/05 02:36:31 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/07/05 02:36:31 INFO : sub dir/hello world: Moved (server-side) 2025/07/05 02:36:31 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : nested/sub dir/file: Moved (server-side) 2025/07/05 02:36:31 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:31 INFO : nested: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:31 INFO : sub dir: Removing directory 2025/07/05 02:36:31 INFO : nested/sub dir: Removing directory 2025/07/05 02:36:31 INFO : nested: Removing directory 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone358778912: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (0.02s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:31 DEBUG : Added delayed dir = "nested", newDst= 2025/07/05 02:36:31 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/05 02:36:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/07/05 02:36:31 INFO : sub dir/hello world: Moved (server-side) 2025/07/05 02:36:31 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : nested/sub dir/file: Moved (server-side) 2025/07/05 02:36:31 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:31 INFO : nested: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (0.02s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:31 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : existing: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 INFO : existing-b: Moved (server-side) 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : existing: Moved (server-side) 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:31 DEBUG : existing: Destination exists, skipping 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (0.02s) === RUN TestServerSideMove run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:31 DEBUG : Creating backend with remote "/tmp/rclone2688171864" sync_test.go:1735: Server side move (if possible) Local file system at /tmp/rclone4161980823 -> Local file system at /tmp/rclone2688171864 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2688171864: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone2688171864: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:31 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:31 INFO : potato2: Moved (server-side) 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2688171864: Waiting for checks to finish 2025/07/05 02:36:31 INFO : empty space: Deleted 2025/07/05 02:36:31 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2688171864: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : potato3: Deleted 2025/07/05 02:36:31 INFO : potato3: Moved (server-side) 2025/07/05 02:36:31 DEBUG : Creating backend with remote "/tmp/rclone1788924613" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone1788924613: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone1788924613: Server side directory move succeeded 2025/07/05 02:36:31 ERROR : error listing: directory not found 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone1788924613: Purge object "empty space" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone1788924613: Purge object "potato2" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone1788924613: Purge object "potato3" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone1788924613: Purge dir "" 2025/07/05 02:36:31 ERROR : error listing: directory not found 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2688171864: Purge dir "" 2025/07/05 02:36:31 NOTICE: purge failed to rmdir "": stat /tmp/rclone2688171864: no such file or directory 2025/07/05 02:36:31 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (0.05s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:31 DEBUG : Creating backend with remote "/tmp/rclone3589436787" sync_test.go:1735: Server side move (if possible) Local file system at /tmp/rclone4161980823 -> Local file system at /tmp/rclone3589436787 2025/07/05 02:36:31 DEBUG : empty space: Excluded (Size Filter) 2025/07/05 02:36:31 DEBUG : empty space: Excluded 2025/07/05 02:36:31 DEBUG : empty space: Excluded (Size Filter) 2025/07/05 02:36:31 DEBUG : empty space: Excluded 2025/07/05 02:36:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3589436787: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3589436787: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : potato2: Moved (server-side) 2025/07/05 02:36:31 INFO : potato3: Deleted 2025/07/05 02:36:31 INFO : potato3: Moved (server-side) 2025/07/05 02:36:31 DEBUG : Creating backend with remote "/tmp/rclone3986680903" 2025/07/05 02:36:31 DEBUG : empty space: Excluded (Size Filter) 2025/07/05 02:36:31 DEBUG : empty space: Excluded 2025/07/05 02:36:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : potato3: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3986680903: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3986680903: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : potato2: Moved (server-side) 2025/07/05 02:36:31 INFO : potato3: Moved (server-side) 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3986680903: Purge object "potato2" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3986680903: Purge object "potato3" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3986680903: Purge dir "" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3589436787: Purge object "empty space" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone3589436787: Purge dir "" --- PASS: TestServerSideMoveWithFilter (0.06s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:31 DEBUG : Creating backend with remote "/tmp/rclone2574099831" 2025/07/05 02:36:31 INFO : tomatoDir: Making directory sync_test.go:1735: Server side move (if possible) Local file system at /tmp/rclone4161980823 -> Local file system at /tmp/rclone2574099831 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2574099831: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone2574099831: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/05 02:36:31 DEBUG : Added delayed dir = "tomatoDir", newDst= 2025/07/05 02:36:31 INFO : potato2: Moved (server-side) 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2574099831: Waiting for checks to finish 2025/07/05 02:36:31 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:31 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/07/05 02:36:31 DEBUG : empty space: Unchanged skipping 2025/07/05 02:36:31 INFO : potato3: Deleted 2025/07/05 02:36:31 INFO : empty space: Deleted 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2574099831: Waiting for transfers to finish 2025/07/05 02:36:31 INFO : potato3: Moved (server-side) 2025/07/05 02:36:31 INFO : tomatoDir: Removing directory 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone4161980823: deleted 1 directories 2025/07/05 02:36:31 DEBUG : Creating backend with remote "/tmp/rclone2972881333" 2025/07/05 02:36:31 INFO : tomatoDir: Making directory 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2972881333: Using server-side directory move 2025/07/05 02:36:31 INFO : Local file system at /tmp/rclone2972881333: Server side directory move succeeded 2025/07/05 02:36:31 ERROR : error listing: directory not found 2025/07/05 02:36:31 ERROR : error listing: directory not found 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2972881333: Purge object "empty space" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2972881333: Purge object "potato2" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2972881333: Purge object "potato3" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2972881333: Purge dir "tomatoDir" 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2972881333: Purge dir "" 2025/07/05 02:36:31 ERROR : error listing: directory not found 2025/07/05 02:36:31 DEBUG : Local file system at /tmp/rclone2574099831: Purge dir "" 2025/07/05 02:36:31 NOTICE: purge failed to rmdir "": stat /tmp/rclone2574099831: no such file or directory 2025/07/05 02:36:31 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (0.05s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" sync_test.go:1940: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.00s) === RUN TestSyncOverlap run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/rclone-sync-test" --- PASS: TestSyncOverlap (0.00s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/rclone-sync-test" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/rclone-sync-test-include/layer2" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/rclone-sync-test-ignore-file" 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/rclone-sync-test: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/rclone-sync-test: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : rclone-sync-test-include: Removing directory 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include: Failed to Rmdir: remove /tmp/rclone4161980823/rclone-sync-test-include: directory not empty 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: failed to delete 1 directories 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/rclone-sync-test-include/layer2: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : rclone-sync-test-include: Removing directory 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include: Failed to Rmdir: remove /tmp/rclone4161980823/rclone-sync-test-include: directory not empty 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: failed to delete 1 directories 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/rclone-sync-test-ignore-file: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/05 02:36:32 DEBUG : rclone-sync-test-include/layer2: Excluded --- PASS: TestSyncOverlapWithFilter (0.01s) === RUN TestSyncCompareDest run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/dst" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/CompareDest" 2025/07/05 02:36:32 DEBUG : one: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/05 02:36:32 DEBUG : one.b824e1ab.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/05 02:36:32 DEBUG : one.406dcb2c.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (replaced existing) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 02:36:32 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 02:36:32 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : two: Modification times differ by -119h59m59.876543211s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123456789 +0000 UTC 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 02:36:32 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/07/05 02:36:32 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : There was nothing to transfer 2025/07/05 02:36:32 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/05 02:36:32 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 02:36:32 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/07/05 02:36:32 DEBUG : two.1503b713.partial: renamed to: two 2025/07/05 02:36:32 INFO : two: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (0.17s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/dest" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/pre-dest1" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/pre-dest2" 2025/07/05 02:36:32 DEBUG : 1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : 1: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : 2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : 2: Destination found in --compare-dest, skipping 2025/07/05 02:36:32 DEBUG : 3: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dest: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dest: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2025/07/05 02:36:32 DEBUG : 3.b37ac6a8.partial: renamed to: 3 2025/07/05 02:36:32 INFO : 3: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (0.05s) === RUN TestSyncCopyDest run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" sync_test.go:2265: Skipping test as remote does not support server-side copy --- SKIP: TestSyncCopyDest (0.00s) === RUN TestSyncBackupDir run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/dst" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/backup" 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 INFO : one: Moved (server-side) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/07/05 02:36:32 DEBUG : one.a87a5b8d.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) 2025/07/05 02:36:32 INFO : three.txt: Moved into backup dir 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 INFO : one: Deleted 2025/07/05 02:36:32 INFO : one: Moved (server-side) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/07/05 02:36:32 DEBUG : one.1503b713.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : three.txt: Deleted 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) 2025/07/05 02:36:32 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (0.09s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/dst" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/backup" 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one.bak 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/07/05 02:36:32 DEBUG : one.a87a5b8d.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/05 02:36:32 INFO : three.txt: Moved into backup dir 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 INFO : one.bak: Deleted 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one.bak 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/07/05 02:36:32 DEBUG : one.1503b713.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : three.txt.bak: Deleted 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/05 02:36:32 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (0.09s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/dst" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/backup" 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one-2019-01-01 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/07/05 02:36:32 DEBUG : one.a87a5b8d.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/07/05 02:36:32 INFO : three.txt: Moved into backup dir 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/05 02:36:32 INFO : one-2019-01-01: Deleted 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one-2019-01-01 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/07/05 02:36:32 DEBUG : one.1503b713.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : three-2019-01-01.txt: Deleted 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/07/05 02:36:32 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (0.07s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/dst" 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one.bak 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/07/05 02:36:32 DEBUG : one.a87a5b8d.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/05 02:36:32 INFO : three.txt: Moved into backup dir 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for checks to finish 2025/07/05 02:36:32 INFO : one.bak: Deleted 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one.bak 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823/dst: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/07/05 02:36:32 DEBUG : one.1503b713.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : three.txt.bak: Deleted 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/05 02:36:32 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (0.08s) === RUN TestSyncSuffix run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/dst" 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one.bak 2025/07/05 02:36:32 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/07/05 02:36:32 DEBUG : one.a87a5b8d.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/05 02:36:32 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/07/05 02:36:32 DEBUG : three.txt.468f3f0c.partial: renamed to: three.txt 2025/07/05 02:36:32 INFO : three.txt: Copied (new) 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/05 02:36:32 INFO : one.bak: Deleted 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one.bak 2025/07/05 02:36:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/07/05 02:36:32 DEBUG : one.1503b713.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/07/05 02:36:32 INFO : three.txt.bak: Deleted 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/05 02:36:32 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/07/05 02:36:32 DEBUG : three.txt.ff911d53.partial: renamed to: three.txt 2025/07/05 02:36:32 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (0.09s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Creating backend with remote "/tmp/rclone4161980823/dst" 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one-2019-01-01 2025/07/05 02:36:32 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/07/05 02:36:32 DEBUG : one.a87a5b8d.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/07/05 02:36:32 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/07/05 02:36:32 DEBUG : three.txt.468f3f0c.partial: renamed to: three.txt 2025/07/05 02:36:32 INFO : three.txt: Copied (new) 2025/07/05 02:36:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/05 02:36:32 INFO : one-2019-01-01: Deleted 2025/07/05 02:36:32 INFO : one: Moved (server-side) to: one-2019-01-01 2025/07/05 02:36:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/07/05 02:36:32 DEBUG : one.1503b713.partial: renamed to: one 2025/07/05 02:36:32 INFO : one: Copied (new) 2025/07/05 02:36:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : two: Unchanged skipping 2025/07/05 02:36:32 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/07/05 02:36:32 INFO : three-2019-01-01.txt: Deleted 2025/07/05 02:36:32 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/07/05 02:36:32 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/07/05 02:36:32 DEBUG : three.txt.ff911d53.partial: renamed to: three.txt 2025/07/05 02:36:32 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (0.05s) === RUN TestSyncUTFNorm run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2025/07/05 02:36:32 DEBUG : Testêé.53508f02.partial: renamed to: Testêé 2025/07/05 02:36:32 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (0.01s) === RUN TestSyncImmutable run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : existing: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/07/05 02:36:32 DEBUG : existing.468f3f0c.partial: renamed to: existing 2025/07/05 02:36:32 INFO : existing: Copied (new) 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/07/05 02:36:32 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 ERROR : Local file system at /tmp/rclone4161980823: not deleting files as there were IO errors 2025/07/05 02:36:32 ERROR : Local file system at /tmp/rclone4161980823: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (0.02s) === RUN TestSyncIgnoreCase run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:32 DEBUG : existing: Unchanged skipping 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:32 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (0.02s) === RUN TestFixCase run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" sync_test.go:2665: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.00s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : file2: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : file3: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 NOTICE: file1.701d30fe.partial: Removing partially written file on error: max transfer limit reached as set by --max-transfer 2025/07/05 02:36:32 ERROR : file1: Failed to copy: max transfer limit reached as set by --max-transfer 2025/07/05 02:36:32 ERROR : Cancelling sync due to fatal error: max transfer limit reached as set by --max-transfer 2025/07/05 02:36:32 ERROR : Local file system at /tmp/rclone4161980823: not deleting files as there were IO errors 2025/07/05 02:36:32 ERROR : Local file system at /tmp/rclone4161980823: not deleting directories as there were IO errors === RUN TestMaxTransfer/Soft run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : file2: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : file3: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 DEBUG : file1: md5 = 32ca18808933aa12e979375d07048a11 OK 2025/07/05 02:36:32 DEBUG : file1.701d30fe.partial: renamed to: file1 2025/07/05 02:36:32 INFO : file1: Copied (new) 2025/07/05 02:36:32 NOTICE: max transfer limit reached as set by --max-transfer - stopping transfers 2025/07/05 02:36:32 ERROR : Local file system at /tmp/rclone4161980823: not deleting files as there were IO errors 2025/07/05 02:36:32 ERROR : Local file system at /tmp/rclone4161980823: not deleting directories as there were IO errors === RUN TestMaxTransfer/Cautious run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : file2: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : file3: Need to transfer - File not found at Destination 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:32 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:32 NOTICE: max transfer limit reached as set by --max-transfer - stopping transfers 2025/07/05 02:36:32 ERROR : Local file system at /tmp/rclone4161980823: not deleting files as there were IO errors 2025/07/05 02:36:32 ERROR : Local file system at /tmp/rclone4161980823: not deleting directories as there were IO errors --- PASS: TestMaxTransfer (0.06s) --- PASS: TestMaxTransfer/Hard (0.03s) --- PASS: TestMaxTransfer/Soft (0.01s) --- PASS: TestMaxTransfer/Cautious (0.01s) === RUN TestSyncConcurrentDelete run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:33 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:33 DEBUG : both10: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both13: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both14: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both15: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both16: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both11: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both0: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both12: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both17: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both2: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both3: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both18: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both5: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both19: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both7: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both1: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both4: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both6: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both8: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both9: Unchanged skipping 2025/07/05 02:36:33 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:33 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:33 INFO : only3: Deleted 2025/07/05 02:36:33 INFO : only5: Deleted 2025/07/05 02:36:33 INFO : only0: Deleted 2025/07/05 02:36:33 INFO : only19: Deleted 2025/07/05 02:36:33 INFO : only10: Deleted 2025/07/05 02:36:33 INFO : only16: Deleted 2025/07/05 02:36:33 INFO : only18: Deleted 2025/07/05 02:36:33 INFO : only6: Deleted 2025/07/05 02:36:33 INFO : only9: Deleted 2025/07/05 02:36:33 INFO : only15: Deleted 2025/07/05 02:36:33 INFO : only17: Deleted 2025/07/05 02:36:33 INFO : only4: Deleted 2025/07/05 02:36:33 INFO : only2: Deleted 2025/07/05 02:36:33 INFO : only12: Deleted 2025/07/05 02:36:33 INFO : only13: Deleted 2025/07/05 02:36:33 INFO : only11: Deleted 2025/07/05 02:36:33 INFO : only14: Deleted 2025/07/05 02:36:33 INFO : only7: Deleted 2025/07/05 02:36:33 INFO : only8: Deleted 2025/07/05 02:36:33 INFO : only1: Deleted 2025/07/05 02:36:33 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (0.29s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:33 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:33 DEBUG : both0: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both13: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both10: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both14: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both16: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both17: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both18: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both19: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both1: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both11: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both12: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both15: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both2: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both6: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both7: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both3: Unchanged skipping 2025/07/05 02:36:33 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : both9: Unchanged skipping 2025/07/05 02:36:33 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : both4: Unchanged skipping 2025/07/05 02:36:33 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : both5: Unchanged skipping 2025/07/05 02:36:33 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : both8: Unchanged skipping 2025/07/05 02:36:33 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only13.5b6d5609.partial: renamed to: only13 2025/07/05 02:36:33 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 INFO : only13: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only14.5b6d5609.partial: renamed to: only14 2025/07/05 02:36:33 INFO : only14: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only15.5b6d5609.partial: renamed to: only15 2025/07/05 02:36:33 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 INFO : only15: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only16.5b6d5609.partial: renamed to: only16 2025/07/05 02:36:33 INFO : only16: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/07/05 02:36:33 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only0.5b6d5609.partial: renamed to: only0 2025/07/05 02:36:33 INFO : only0: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:33 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only10.5b6d5609.partial: renamed to: only10 2025/07/05 02:36:33 INFO : only10: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only19.5b6d5609.partial: renamed to: only19 2025/07/05 02:36:33 INFO : only19: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only18.5b6d5609.partial: renamed to: only18 2025/07/05 02:36:33 INFO : only18: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only1.5b6d5609.partial: renamed to: only1 2025/07/05 02:36:33 INFO : only1: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only2.5b6d5609.partial: renamed to: only2 2025/07/05 02:36:33 INFO : only2: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only4.5b6d5609.partial: renamed to: only4 2025/07/05 02:36:33 INFO : only4: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only5.5b6d5609.partial: renamed to: only5 2025/07/05 02:36:33 INFO : only5: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only6.5b6d5609.partial: renamed to: only6 2025/07/05 02:36:33 INFO : only6: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only7.5b6d5609.partial: renamed to: only7 2025/07/05 02:36:33 INFO : only7: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only8.5b6d5609.partial: renamed to: only8 2025/07/05 02:36:33 INFO : only8: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only3.5b6d5609.partial: renamed to: only3 2025/07/05 02:36:33 INFO : only3: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only9.5b6d5609.partial: renamed to: only9 2025/07/05 02:36:33 INFO : only9: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only17.5b6d5609.partial: renamed to: only17 2025/07/05 02:36:33 INFO : only17: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/07/05 02:36:33 DEBUG : only11.5b6d5609.partial: renamed to: only11 2025/07/05 02:36:33 INFO : only11: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : only12.5b6d5609.partial: renamed to: only12 2025/07/05 02:36:33 INFO : only12: Copied (replaced existing) 2025/07/05 02:36:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (0.28s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:33 DEBUG : empty_dir: Making directory with metadata 2025/07/05 02:36:33 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:33 DEBUG : empty_on_remote: Making directory with metadata 2025/07/05 02:36:33 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:33 DEBUG : empty_on_remote: Making directory with metadata 2025/07/05 02:36:33 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:33 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (0.05s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:33 DEBUG : empty_dir: Making directory with metadata 2025/07/05 02:36:33 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:33 DEBUG : empty_on_remote: Making directory with metadata 2025/07/05 02:36:33 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:33 DEBUG : empty_on_remote: Making directory with metadata 2025/07/05 02:36:33 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:33 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (0.07s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 DEBUG : sub dir: Making directory with metadata 2025/07/05 02:36:33 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2025/07/05 02:36:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:33 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (0.11s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 DEBUG : sub dir: Making directory with metadata 2025/07/05 02:36:33 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2025/07/05 02:36:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/05 02:36:33 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/05 02:36:33 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (0.11s) === RUN TestTransform === RUN TestTransform/NFC run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:33 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:33 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:33 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:33 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:33 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:33 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:33 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:33 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:33 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:33 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:33 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:33 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:33 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:33 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:33 DEBUG : Waiting for deletions to finish === RUN TestTransform/NFD run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:33 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:34 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:34 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:34 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:34 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:34 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:34 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish === RUN TestTransform/base64 run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/05 02:36:34 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:34 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : YXBwbGU=.a5c688ae.partial: renamed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 INFO : apple: Copied (new) to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : YmFuYW5h.468f3f0c.partial: renamed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 INFO : banana: Copied (new) to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==.580ea801.partial: renamed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h.95c0dad6.partial: renamed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/07/05 02:36:34 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/07/05 02:36:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/07/05 02:36:34 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/07/05 02:36:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/07/05 02:36:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0.7dd74a77.partial: renamed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/07/05 02:36:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==.95c0dad6.partial: renamed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=.8083cda9.partial: renamed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/07/05 02:36:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0.7dd74a77.partial: renamed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/07/05 02:36:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=.8083cda9.partial: renamed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==.68945d08.partial: renamed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/07/05 02:36:34 DEBUG : dir1/MDAxNS05Oz0udHh0.b01938a0.partial: renamed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txt: Deleted 2025/07/05 02:36:34 INFO : splitbananasplit: Deleted 2025/07/05 02:36:34 INFO : appleappleapplebanana: Deleted 2025/07/05 02:36:34 INFO : apple: Deleted 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0010-456789.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txt: Deleted 2025/07/05 02:36:34 INFO : banana: Deleted 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txt: Deleted 2025/07/05 02:36:34 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:34 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:34 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:34 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : apple: transformed to: YXBwbGU= 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/05 02:36:34 DEBUG : banana: transformed to: YmFuYW5h 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/07/05 02:36:34 DEBUG : PREFIXapple.a5c688ae.partial: renamed to: PREFIXapple 2025/07/05 02:36:34 INFO : apple: Copied (new) to: PREFIXapple 2025/07/05 02:36:34 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/07/05 02:36:34 DEBUG : PREFIXbanana.468f3f0c.partial: renamed to: PREFIXbanana 2025/07/05 02:36:34 INFO : banana: Copied (new) to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/07/05 02:36:34 DEBUG : PREFIXsplitbananasplit.580ea801.partial: renamed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : PREFIXappleappleapplebanana.95c0dad6.partial: renamed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0001-bcdefgh.txt.95c0dad6.partial: renamed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0004-efghijk.txt.95c0dad6.partial: renamed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0005-fghijkl.txt.95c0dad6.partial: renamed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0003-defghij.txt.95c0dad6.partial: renamed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0002-cdefghi.txt.95c0dad6.partial: renamed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0000-abcdefg.txt.95c0dad6.partial: renamed to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0007-1234567.txt.95c0dad6.partial: renamed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0009-3456789.txt.95c0dad6.partial: renamed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0010-456789.txt.7dd74a77.partial: renamed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0011-56789;.txt.7dd74a77.partial: renamed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0006-ghijklm.txt.95c0dad6.partial: renamed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0008-2345678.txt.95c0dad6.partial: renamed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0013-789;=.txt.8083cda9.partial: renamed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0012-6789;.txt.8083cda9.partial: renamed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0014-89;=.txt.68945d08.partial: renamed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/07/05 02:36:34 DEBUG : dir1/PREFIX0015-9;=.txt.b01938a0.partial: renamed to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 INFO : splitbananasplit: Deleted 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txt: Deleted 2025/07/05 02:36:34 INFO : banana: Deleted 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txt: Deleted 2025/07/05 02:36:34 INFO : appleappleapplebanana: Deleted 2025/07/05 02:36:34 INFO : apple: Deleted 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0010-456789.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txt: Deleted 2025/07/05 02:36:34 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : apple: transformed to: PREFIXapple 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/05 02:36:34 DEBUG : banana: transformed to: PREFIXbanana 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/05 02:36:34 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/07/05 02:36:34 DEBUG : appleappleapplebanana.95c0dad6.partial: renamed to: appleappleapplebanana 2025/07/05 02:36:34 INFO : appleappleapplebanana: Copied (new) 2025/07/05 02:36:34 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/07/05 02:36:34 DEBUG : apple.a5c688ae.partial: renamed to: apple 2025/07/05 02:36:34 INFO : apple: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt.95c0dad6.partial: renamed to: dir1/0000-abcdefg.txt 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/07/05 02:36:34 DEBUG : banana.468f3f0c.partial: renamed to: banana 2025/07/05 02:36:34 INFO : banana: Copied (new) 2025/07/05 02:36:34 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/07/05 02:36:34 DEBUG : splitbananasplit.580ea801.partial: renamed to: splitbananasplit 2025/07/05 02:36:34 INFO : splitbananasplit: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt.95c0dad6.partial: renamed to: dir1/0002-cdefghi.txt 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt.95c0dad6.partial: renamed to: dir1/0003-defghij.txt 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt.95c0dad6.partial: renamed to: dir1/0001-bcdefgh.txt 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt.95c0dad6.partial: renamed to: dir1/0006-ghijklm.txt 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt.95c0dad6.partial: renamed to: dir1/0004-efghijk.txt 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt.95c0dad6.partial: renamed to: dir1/0007-1234567.txt 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt.95c0dad6.partial: renamed to: dir1/0008-2345678.txt 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt.95c0dad6.partial: renamed to: dir1/0009-3456789.txt 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt.7dd74a77.partial: renamed to: dir1/0011-56789;.txt 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt.7dd74a77.partial: renamed to: dir1/0010-456789.txt 2025/07/05 02:36:34 INFO : dir1/0010-456789.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt.8083cda9.partial: renamed to: dir1/0013-789;=.txt 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt.8083cda9.partial: renamed to: dir1/0012-6789;.txt 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt.68945d08.partial: renamed to: dir1/0014-89;=.txt 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt.95c0dad6.partial: renamed to: dir1/0005-fghijkl.txt 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt.b01938a0.partial: renamed to: dir1/0015-9;=.txt 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2025/07/05 02:36:34 INFO : PREFIXapple: Deleted 2025/07/05 02:36:34 INFO : PREFIXappleappleapplebanana: Deleted 2025/07/05 02:36:34 INFO : PREFIXbanana: Deleted 2025/07/05 02:36:34 INFO : PREFIXsplitbananasplit: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0010-456789.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish === RUN TestTransform/suffix run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:34 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/07/05 02:36:34 DEBUG : appleappleapplebananaSUFFIX.95c0dad6.partial: renamed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/07/05 02:36:34 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/07/05 02:36:34 DEBUG : splitbananasplitSUFFIX.580ea801.partial: renamed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : appleSUFFIX.a5c688ae.partial: renamed to: appleSUFFIX 2025/07/05 02:36:34 INFO : apple: Copied (new) to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : bananaSUFFIX.468f3f0c.partial: renamed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 INFO : banana: Copied (new) to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txtSUFFIX.7dd74a77.partial: renamed to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txtSUFFIX.7dd74a77.partial: renamed to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txtSUFFIX.8083cda9.partial: renamed to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txtSUFFIX.8083cda9.partial: renamed to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txtSUFFIX.95c0dad6.partial: renamed to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txtSUFFIX.68945d08.partial: renamed to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txtSUFFIX.b01938a0.partial: renamed to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txt: Deleted 2025/07/05 02:36:34 INFO : splitbananasplit: Deleted 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txt: Deleted 2025/07/05 02:36:34 INFO : apple: Deleted 2025/07/05 02:36:34 INFO : dir1/0010-456789.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txt: Deleted 2025/07/05 02:36:34 INFO : appleappleapplebanana: Deleted 2025/07/05 02:36:34 INFO : banana: Deleted 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txt: Deleted 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txt: Deleted 2025/07/05 02:36:34 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : apple: transformed to: appleSUFFIX 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/05 02:36:34 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/05 02:36:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/05 02:36:34 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:34 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/07/05 02:36:34 DEBUG : apple.a5c688ae.partial: renamed to: apple 2025/07/05 02:36:34 INFO : apple: Copied (new) 2025/07/05 02:36:34 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/07/05 02:36:34 DEBUG : banana.468f3f0c.partial: renamed to: banana 2025/07/05 02:36:34 INFO : banana: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/07/05 02:36:34 DEBUG : splitbananasplit.580ea801.partial: renamed to: splitbananasplit 2025/07/05 02:36:34 INFO : splitbananasplit: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:34 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/07/05 02:36:34 DEBUG : appleappleapplebanana.95c0dad6.partial: renamed to: appleappleapplebanana 2025/07/05 02:36:34 INFO : appleappleapplebanana: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/07/05 02:36:34 DEBUG : dir1/0000-abcdefg.txt.95c0dad6.partial: renamed to: dir1/0000-abcdefg.txt 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:34 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/07/05 02:36:34 DEBUG : dir1/0001-bcdefgh.txt.95c0dad6.partial: renamed to: dir1/0001-bcdefgh.txt 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0002-cdefghi.txt.95c0dad6.partial: renamed to: dir1/0002-cdefghi.txt 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/07/05 02:36:34 DEBUG : dir1/0003-defghij.txt.95c0dad6.partial: renamed to: dir1/0003-defghij.txt 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0004-efghijk.txt.95c0dad6.partial: renamed to: dir1/0004-efghijk.txt 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/07/05 02:36:34 DEBUG : dir1/0006-ghijklm.txt.95c0dad6.partial: renamed to: dir1/0006-ghijklm.txt 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/07/05 02:36:34 DEBUG : dir1/0007-1234567.txt.95c0dad6.partial: renamed to: dir1/0007-1234567.txt 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0008-2345678.txt.95c0dad6.partial: renamed to: dir1/0008-2345678.txt 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0005-fghijkl.txt.95c0dad6.partial: renamed to: dir1/0005-fghijkl.txt 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/07/05 02:36:34 DEBUG : dir1/0009-3456789.txt.95c0dad6.partial: renamed to: dir1/0009-3456789.txt 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/07/05 02:36:34 DEBUG : dir1/0010-456789.txt.7dd74a77.partial: renamed to: dir1/0010-456789.txt 2025/07/05 02:36:34 INFO : dir1/0010-456789.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0011-56789;.txt.7dd74a77.partial: renamed to: dir1/0011-56789;.txt 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/07/05 02:36:34 DEBUG : dir1/0013-789;=.txt.8083cda9.partial: renamed to: dir1/0013-789;=.txt 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0014-89;=.txt.68945d08.partial: renamed to: dir1/0014-89;=.txt 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/07/05 02:36:34 DEBUG : dir1/0015-9;=.txt.b01938a0.partial: renamed to: dir1/0015-9;=.txt 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/07/05 02:36:34 DEBUG : dir1/0012-6789;.txt.8083cda9.partial: renamed to: dir1/0012-6789;.txt 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txt: Copied (new) 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 INFO : bananaSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : appleSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : splitbananasplitSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : appleappleapplebananaSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2025/07/05 02:36:34 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish === RUN TestTransform/truncate run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:34 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : appleapple.95c0dad6.partial: renamed to: appleapple 2025/07/05 02:36:35 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 INFO : appleappleapplebanana: Copied (new) to: appleapple 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : splitbanan.580ea801.partial: renamed to: splitbanan 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 INFO : splitbananasplit: Copied (new) to: splitbanan 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/07/05 02:36:35 DEBUG : dir1/0000-abcde.95c0dad6.partial: renamed to: dir1/0000-abcde 2025/07/05 02:36:35 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdef.95c0dad6.partial: renamed to: dir1/0001-bcdef 2025/07/05 02:36:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefg.95c0dad6.partial: renamed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0003-defgh.95c0dad6.partial: renamed to: dir1/0003-defgh 2025/07/05 02:36:35 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/07/05 02:36:35 DEBUG : dir1/0005-fghij.95c0dad6.partial: renamed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0004-efghi.95c0dad6.partial: renamed to: dir1/0004-efghi 2025/07/05 02:36:35 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2025/07/05 02:36:35 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijk.95c0dad6.partial: renamed to: dir1/0006-ghijk 2025/07/05 02:36:35 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/07/05 02:36:35 DEBUG : dir1/0007-12345.95c0dad6.partial: renamed to: dir1/0007-12345 2025/07/05 02:36:35 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0008-23456.95c0dad6.partial: renamed to: dir1/0008-23456 2025/07/05 02:36:35 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/07/05 02:36:35 DEBUG : dir1/0010-45678.7dd74a77.partial: renamed to: dir1/0010-45678 2025/07/05 02:36:35 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0009-34567.95c0dad6.partial: renamed to: dir1/0009-34567 2025/07/05 02:36:35 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.8083cda9.partial: renamed to: dir1/0012-6789; 2025/07/05 02:36:35 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.8083cda9.partial: renamed to: dir1/0013-789;= 2025/07/05 02:36:35 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/07/05 02:36:35 DEBUG : dir1/0011-56789.7dd74a77.partial: renamed to: dir1/0011-56789 2025/07/05 02:36:35 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=..68945d08.partial: renamed to: dir1/0014-89;=. 2025/07/05 02:36:35 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.t.b01938a0.partial: renamed to: dir1/0015-9;=.t 2025/07/05 02:36:35 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 INFO : dir1/0011-56789;.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0014-89;=.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0015-9;=.txt: Deleted 2025/07/05 02:36:35 INFO : appleappleapplebanana: Deleted 2025/07/05 02:36:35 INFO : splitbananasplit: Deleted 2025/07/05 02:36:35 INFO : dir1/0000-abcdefg.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0008-2345678.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0012-6789;.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0013-789;=.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0009-3456789.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0002-cdefghi.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0003-defghij.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0004-efghijk.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0006-ghijklm.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0005-fghijkl.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0010-456789.txt: Deleted 2025/07/05 02:36:35 INFO : dir1/0007-1234567.txt: Deleted 2025/07/05 02:36:35 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/05 02:36:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/05 02:36:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/05 02:36:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/05 02:36:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/05 02:36:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/05 02:36:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/05 02:36:35 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/05 02:36:35 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/05 02:36:35 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:35 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:35 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:35 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish === RUN TestTransform/ISO-8859-1 run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:35 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:35 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:35 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish === RUN TestTransform/charmap run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:35 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:35 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:35 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:35 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish === RUN TestTransform/lowercase run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:35 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:36 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:36 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:36 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:36 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:36 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish === RUN TestTransform/ascii run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:36 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:36 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:36 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:36 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/05 02:36:36 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : apple: Unchanged skipping 2025/07/05 02:36:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/05 02:36:36 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : banana: Unchanged skipping 2025/07/05 02:36:36 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : splitbananasplit: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish --- PASS: TestTransform (2.50s) --- PASS: TestTransform/NFC (0.19s) --- PASS: TestTransform/NFD (0.19s) --- PASS: TestTransform/base64 (0.19s) --- PASS: TestTransform/prefix (0.30s) --- PASS: TestTransform/suffix (0.32s) --- PASS: TestTransform/truncate (0.21s) --- PASS: TestTransform/encoder (0.25s) --- PASS: TestTransform/ISO-8859-1 (0.17s) --- PASS: TestTransform/charmap (0.24s) --- PASS: TestTransform/lowercase (0.20s) --- PASS: TestTransform/ascii (0.23s) === RUN TestTransformCopy run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/07/05 02:36:36 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/07/05 02:36:36 DEBUG : sub dir_somesuffix: Making directory with metadata 2025/07/05 02:36:36 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2025-07-05T02:36:36.242637985Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "sub dir_somesuffix", newDst=sub dir_somesuffix 2025/07/05 02:36:36 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/07/05 02:36:36 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2025/07/05 02:36:36 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/07/05 02:36:36 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : sub dir/hello world.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt.adfb51a5.partial: renamed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/07/05 02:36:36 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : sub dir_somesuffix: Set directory modification time (using SetModTime) --- PASS: TestTransformCopy (0.01s) === RUN TestDoubleTransform run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.256638026Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe.adfb51a5.partial: renamed to: tictactoe/tictactoe 2025/07/05 02:36:36 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : tictactoe: Set directory modification time (using SetModTime) --- PASS: TestDoubleTransform (0.02s) === RUN TestFileTag run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : toe: Making directory with metadata 2025/07/05 02:36:36 INFO : toe: Made directory with metadata (mtime=2025-07-05T02:36:36.275638083Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe", newDst=toe 2025/07/05 02:36:36 DEBUG : toe/toe: Making directory with metadata 2025/07/05 02:36:36 INFO : toe/toe: Made directory with metadata (mtime=2025-07-05T02:36:36.275638083Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : toe/toe/tictactoe.adfb51a5.partial: renamed to: toe/toe/tictactoe 2025/07/05 02:36:36 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : toe: Set directory modification time (using SetModTime) --- PASS: TestFileTag (0.01s) === RUN TestNoTag run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : toe: Making directory with metadata 2025/07/05 02:36:36 INFO : toe: Made directory with metadata (mtime=2025-07-05T02:36:36.287638119Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe", newDst=toe 2025/07/05 02:36:36 DEBUG : toe/toe: Making directory with metadata 2025/07/05 02:36:36 INFO : toe/toe: Made directory with metadata (mtime=2025-07-05T02:36:36.287638119Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : toe/toe/tictactoe.adfb51a5.partial: renamed to: toe/toe/tictactoe 2025/07/05 02:36:36 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : toe: Set directory modification time (using SetModTime) --- PASS: TestNoTag (0.01s) === RUN TestDirTag run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : empty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.301638161Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.301638161Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/toe.txt.adfb51a5.partial: renamed to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictacempty_dir: Set directory modification time (using SetModTime) --- PASS: TestDirTag (0.02s) === RUN TestAllTag run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : empty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.320638217Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.320638217Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt.adfb51a5.partial: renamed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictacempty_dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2025/07/05 02:36:36 NOTICE: Local file system at /tmp/rclone4161980823: 0 differences found 2025/07/05 02:36:36 NOTICE: Local file system at /tmp/rclone4161980823: 1 matching files --- PASS: TestAllTag (0.02s) === RUN TestRunTwice run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.340638277Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.340638277Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/toe.txt.adfb51a5.partial: renamed to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (0.03s) === RUN TestSyntax 2025/07/05 02:36:36 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : toe: Making directory with metadata 2025/07/05 02:36:36 INFO : toe: Made directory with metadata (mtime=2025-07-05T02:36:36.370638367Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe", newDst=toe 2025/07/05 02:36:36 DEBUG : toe/toe: Making directory with metadata 2025/07/05 02:36:36 INFO : toe/toe: Made directory with metadata (mtime=2025-07-05T02:36:36.370638367Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/05 02:36:36 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 DEBUG : toe/toe/toe.adfb51a5.partial: renamed to: toe/toe/toe 2025/07/05 02:36:36 INFO : toe/toe/toe: Copied (new) 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : toe: Set directory modification time (using SetModTime) --- PASS: TestConflicting (0.02s) === RUN TestMove run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : empty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:36 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.388638421Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.388638421Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 INFO : toe/toe/toe.txt: Moved (server-side) to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictacempty_dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : toe/toe: Removing directory 2025/07/05 02:36:36 INFO : toe: Removing directory 2025/07/05 02:36:36 INFO : empty_dir: Removing directory 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone358778912: deleted 3 directories --- PASS: TestMove (0.01s) === RUN TestTransformFile run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : empty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:36 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.401638459Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.401638459Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 INFO : toe/toe/toe.txt: Moved (server-side) to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictacempty_dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : toe/toe: Removing directory 2025/07/05 02:36:36 INFO : toe: Removing directory 2025/07/05 02:36:36 INFO : empty_dir: Removing directory 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone358778912: deleted 3 directories 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/05 02:36:36 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (0.02s) === RUN TestManualTransformFile run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : Reset feature "Copy" 2025/07/05 02:36:36 DEBUG : Reset feature "Move" 2025/07/05 02:36:36 DEBUG : Reset feature "Copy" 2025/07/05 02:36:36 DEBUG : Reset feature "Move" 2025/07/05 02:36:36 DEBUG : empty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Using server-side directory move 2025/07/05 02:36:36 INFO : Local file system at /tmp/rclone4161980823: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/05 02:36:36 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/05 02:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.41863851Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-05T02:36:36.41863851Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/05 02:36:36 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/07/05 02:36:36 INFO : toe/toe/toe.txt: Deleted 2025/07/05 02:36:36 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : tictacempty_dir: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : toe/toe: Removing directory 2025/07/05 02:36:36 INFO : toe: Removing directory 2025/07/05 02:36:36 INFO : empty_dir: Removing directory 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone358778912: deleted 3 directories 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/05 02:36:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2025/07/05 02:36:36 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (0.02s) === RUN TestBase64 run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 DEBUG : toe: transformed to: dG9l 2025/07/05 02:36:36 DEBUG : toe: transformed to: dG9l 2025/07/05 02:36:36 DEBUG : dG9l: Making directory with metadata 2025/07/05 02:36:36 INFO : dG9l: Made directory with metadata (mtime=2025-07-05T02:36:36.437638567Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "dG9l", newDst=dG9l 2025/07/05 02:36:36 DEBUG : toe: transformed to: dG9l 2025/07/05 02:36:36 DEBUG : toe: transformed to: dG9l 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/07/05 02:36:36 DEBUG : dG9l/dG9l: Making directory with metadata 2025/07/05 02:36:36 INFO : dG9l/dG9l: Made directory with metadata (mtime=2025-07-05T02:36:36.437638567Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "dG9l/dG9l", newDst=dG9l/dG9l 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/07/05 02:36:36 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish 2025/07/05 02:36:36 INFO : dG9l/dG9l: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : dG9l: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 DEBUG : dG9l: transformed to: toe 2025/07/05 02:36:36 DEBUG : dG9l: transformed to: toe 2025/07/05 02:36:36 DEBUG : toe: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe", newDst=toe 2025/07/05 02:36:36 DEBUG : dG9l: transformed to: toe 2025/07/05 02:36:36 DEBUG : dG9l/dG9l: transformed to: toe/toe 2025/07/05 02:36:36 DEBUG : toe/toe: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/05 02:36:36 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone358778912: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 02:36:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2025/07/05 02:36:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone358778912: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (0.03s) === RUN TestError run.go:180: Remote "Local file system at /tmp/rclone4161980823", Local "Local file system at /tmp/rclone358778912", Modify Window "1ns" 2025/07/05 02:36:36 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: 2025/07/05 02:36:36 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Making directory with metadata 2025/07/05 02:36:36 INFO : Local file system at /tmp/rclone4161980823: Made directory with metadata (mtime=2025-07-05T02:36:36.462638641Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "", newDst= 2025/07/05 02:36:36 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: 2025/07/05 02:36:36 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: 2025/07/05 02:36:36 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: 2025/07/05 02:36:36 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/07/05 02:36:36 DEBUG : toe/toe: Making directory with metadata 2025/07/05 02:36:36 INFO : toe/toe: Made directory with metadata (mtime=2025-07-05T02:36:36.462638641Z) 2025/07/05 02:36:36 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/05 02:36:36 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/05 02:36:36 DEBUG : toe/toe: transformed to: 2025/07/05 02:36:36 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/07/05 02:36:36 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/05 02:36:36 DEBUG : toe: transformed to: 2025/07/05 02:36:36 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/07/05 02:36:36 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/05 02:36:36 DEBUG : toe/toe/toe: transformed to: 2025/07/05 02:36:36 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for checks to finish 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Waiting for transfers to finish 2025/07/05 02:36:36 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/07/05 02:36:36 INFO : toe/toe/toe: Copied (new) 2025/07/05 02:36:36 ERROR : Local file system at /tmp/rclone4161980823: not deleting files as there were IO errors 2025/07/05 02:36:36 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 INFO : Local file system at /tmp/rclone4161980823: Set directory modification time (using SetModTime) 2025/07/05 02:36:36 ERROR : Local file system at /tmp/rclone4161980823: not deleting directories as there were IO errors --- PASS: TestError (0.01s) PASS 2025/07/05 02:36:36 DEBUG : Local file system at /tmp/rclone4161980823: Purge dir "" "./sync.test -test.v -test.timeout 1h0m0s -remote '' -verbose" - Finished OK in 16.667428417s (try 1/5)