"./sync.test -test.v -test.timeout 1h0m0s -remote '' -verbose" - Starting (try 1/5) 2024/04/16 01:56:57 DEBUG : Creating backend with remote "/tmp/rclone4004061367" 2024/04/16 01:56:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 01:56:57 DEBUG : Creating backend with remote "/tmp/rclone3236575304" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : subdir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "subdir", newDst=subdir 2024/04/16 01:56:57 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : file1: Unchanged skipping 2024/04/16 01:56:57 DEBUG : subdir/file2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : subdir/file2: md5 = 25ba584dea3b091afba78acbe36da91a OK 2024/04/16 01:56:57 DEBUG : subdir/file2.quwocag1.partial: renamed to: subdir/file2 2024/04/16 01:56:57 INFO : subdir/file2: Copied (new) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 INFO : subdir: Set directory modification time (using SetModTime) --- PASS: TestRcCopy (0.05s) === RUN TestRcMove run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Using server-side directory move 2024/04/16 01:56:57 INFO : Local file system at /tmp/rclone4004061367: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:56:57 DEBUG : subdir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "subdir", newDst=subdir 2024/04/16 01:56:57 DEBUG : subdir/file2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : file1: Unchanged skipping 2024/04/16 01:56:57 INFO : subdir/file2: Moved (server-side) 2024/04/16 01:56:57 INFO : file1: Deleted 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 INFO : subdir: Set directory modification time (using SetModTime) --- PASS: TestRcMove (0.03s) === RUN TestRcSync run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : subdir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "subdir", newDst=subdir 2024/04/16 01:56:57 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : file1: Unchanged skipping 2024/04/16 01:56:57 DEBUG : subdir/file2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : subdir/file2: md5 = 25ba584dea3b091afba78acbe36da91a OK 2024/04/16 01:56:57 DEBUG : subdir/file2.weyobow4.partial: renamed to: subdir/file2 2024/04/16 01:56:57 INFO : subdir/file2: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : subdir/subsubdir/file3: Deleted 2024/04/16 01:56:57 INFO : subdir: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : subdir/subsubdir: Removing directory 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: deleted 1 directories --- PASS: TestRcSync (0.03s) === RUN TestCopyWithDryRun run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 NOTICE: sub dir: Skipped make directory as --dry-run is set 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst= 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyWithDryRun (0.01s) === RUN TestCopy run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : sub dir/hello world.joxitan3.partial: renamed to: sub dir/hello world 2024/04/16 01:56:57 INFO : sub dir/hello world: Copied (new) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopy (0.01s) === RUN TestCopyMetadata run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : metadata sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3236575304: File to upload is small (21 bytes), uploading instead of streaming 2024/04/16 01:56:57 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/04/16 01:56:57 DEBUG : metadata sub dir/hello metadata world.magesur9.partial: renamed to: metadata sub dir/hello metadata world 2024/04/16 01:56:57 INFO : metadata sub dir/hello metadata world: Copied (new) 2024/04/16 01:56:57 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : metadata sub dir: Updated directory metadata 2024/04/16 01:56:57 DEBUG : Added delayed dir = "metadata sub dir", newDst=metadata sub dir 2024/04/16 01:56:57 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2024/04/16 01:56:57 DEBUG : metadata sub dir/hello metadata world.bodizud8.partial: renamed to: metadata sub dir/hello metadata world 2024/04/16 01:56:57 INFO : metadata sub dir/hello metadata world: Copied (new) 2024/04/16 01:56:57 INFO : metadata sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyMetadata (0.01s) === RUN TestCopyMissingDirectory run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Creating backend with remote "/non-existing" 2024/04/16 01:56:57 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyMissingDirectory (0.00s) === RUN TestCopyNoTraverse run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:56:57.423453203Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : sub dir/hello world.tahizos4.partial: renamed to: sub dir/hello world 2024/04/16 01:56:57 INFO : sub dir/hello world: Copied (new) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyNoTraverse (0.01s) === RUN TestCopyCheckFirst run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 INFO : Local file system at /tmp/rclone4004061367: Running all checks before starting transfers 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:56:57.431453206Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 INFO : Local file system at /tmp/rclone4004061367: Checks finished, now starting transfers 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : sub dir/hello world.dequqop2.partial: renamed to: sub dir/hello world 2024/04/16 01:56:57 INFO : sub dir/hello world: Copied (new) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyCheckFirst (0.01s) === RUN TestSyncNoTraverse run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 ERROR : Ignoring --no-traverse with sync 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:56:57.439453209Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : sub dir/hello world.dowekux0.partial: renamed to: sub dir/hello world 2024/04/16 01:56:57 INFO : sub dir/hello world: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncNoTraverse (0.01s) === RUN TestCopyWithDepth run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:56:57.447453212Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2024/04/16 01:56:57 DEBUG : hello world2.pahexoj2.partial: renamed to: hello world2 2024/04/16 01:56:57 INFO : hello world2: Copied (new) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyWithDepth (0.01s) === RUN TestCopyWithFilesFrom run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : potato2.voyoxiq9.partial: renamed to: potato2 2024/04/16 01:56:57 INFO : potato2: Copied (new) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyWithFilesFrom (0.01s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : potato2.jozaqil6.partial: renamed to: potato2 2024/04/16 01:56:57 INFO : potato2: Copied (new) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyWithFilesFromAndNoTraverse (0.01s) === RUN TestCopyEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : sub dir/hello world.neyuqov8.partial: renamed to: sub dir/hello world 2024/04/16 01:56:57 INFO : sub dir/hello world: Copied (new) 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: copied 1 directories 2024/04/16 01:56:57 INFO : sub dir2: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyEmptyDirectories (0.00s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Using server-side directory move 2024/04/16 01:56:57 INFO : Local file system at /tmp/rclone4004061367: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:56:57.487453226Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 INFO : sub dir/hello world: Moved (server-side) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir: Making directory 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: copied 2 directories 2024/04/16 01:56:57 INFO : sub dir2: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestMoveEmptyDirectories (0.00s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : sub dir no update dir modtime: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncNoUpdateDirModtime (0.00s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : sub dir/hello world.caqimay0.partial: renamed to: sub dir/hello world 2024/04/16 01:56:57 INFO : sub dir/hello world: Copied (new) 2024/04/16 01:56:57 DEBUG : sub dir2: Making directory 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: copied 1 directories 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : sub dir2: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncEmptyDirectories (0.01s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b2/c1/d1/e1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b2/c1/d1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b2/c1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b2: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d2: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d1/e1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1/b1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 INFO : a1: Set directory modification time (using DirSetModTime) 2024/04/16 01:56:57 DEBUG : a1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1: Made directory with metadata (mtime=2001-02-03T04:19:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1", newDst=a1 2024/04/16 01:56:57 DEBUG : a1/b1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b1: Made directory with metadata (mtime=2001-02-03T04:18:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1", newDst=a1/b1 2024/04/16 01:56:57 DEBUG : a1/b2: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b2: Made directory with metadata (mtime=2001-02-03T04:09:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b2", newDst=a1/b2 2024/04/16 01:56:57 DEBUG : a1/b2/c1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b2/c1: Made directory with metadata (mtime=2001-02-03T04:08:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b2/c1", newDst=a1/b2/c1 2024/04/16 01:56:57 DEBUG : a1/b2/c1/d1: Making directory with metadata 2024/04/16 01:56:57 DEBUG : a1/b1/c1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b2/c1/d1: Made directory with metadata (mtime=2001-02-03T04:07:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b2/c1/d1", newDst=a1/b2/c1/d1 2024/04/16 01:56:57 DEBUG : a1/b2/c1/d1/e1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b1/c1: Made directory with metadata (mtime=2001-02-03T04:17:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1/c1", newDst=a1/b1/c1 2024/04/16 01:56:57 INFO : a1/b2/c1/d1/e1: Made directory with metadata (mtime=2001-02-03T04:06:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1", newDst=a1/b2/c1/d1/e1 2024/04/16 01:56:57 DEBUG : a1/b2/c1/d1/e1/f1: Making directory with metadata 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b2/c1/d1/e1/f1: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1/f1", newDst=a1/b2/c1/d1/e1/f1 2024/04/16 01:56:57 INFO : a1/b1/c1/d1: Made directory with metadata (mtime=2001-02-03T04:16:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1/c1/d1", newDst=a1/b1/c1/d1 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d2: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b1/c1/d2: Made directory with metadata (mtime=2001-02-03T04:13:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1/c1/d2", newDst=a1/b1/c1/d2 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d2/e1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1: Made directory with metadata (mtime=2001-02-03T04:12:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1", newDst=a1/b1/c1/d2/e1 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d2/e1/f1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1/f1: Made directory with metadata (mtime=2001-02-03T04:11:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f1", newDst=a1/b1/c1/d2/e1/f1 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d2/e1/f2: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1/f2: Made directory with metadata (mtime=2001-02-03T04:10:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f2", newDst=a1/b1/c1/d2/e1/f2 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d1/e1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b1/c1/d1/e1: Made directory with metadata (mtime=2001-02-03T04:15:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1", newDst=a1/b1/c1/d1/e1 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d1/e1/f1: Making directory with metadata 2024/04/16 01:56:57 INFO : a1/b1/c1/d1/e1/f1: Made directory with metadata (mtime=2001-02-03T04:14:06.499999999Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1/f1", newDst=a1/b1/c1/d1/e1/f1 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : a1/b2/c1/d1/e1/f1: Making directory 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d2/e1/f1: Making directory 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d2/e1/f2: Making directory 2024/04/16 01:56:57 DEBUG : a1/b1/c1/d1/e1/f1: Making directory 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: copied 4 directories 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d1/e1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b2/c1/d1/e1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d2/e1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d2: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b2/c1/d1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1/d1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b1/c1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b2/c1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b2: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1/b1: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : a1: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncSetDelayedModTimes (0.01s) === RUN TestServerSideCopy run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Creating backend with remote "/tmp/rclone3714951105" sync_test.go:487: Server side copy (if possible) Local file system at /tmp/rclone4004061367 -> Local file system at /tmp/rclone3714951105 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:56:57.511453236Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3714951105: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3714951105: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : sub dir/hello world.fumocoy2.partial: renamed to: sub dir/hello world 2024/04/16 01:56:57 INFO : sub dir/hello world: Copied (new) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3714951105: Purge object "sub dir/hello world" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3714951105: Purge dir "sub dir" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3714951105: Purge dir "" --- PASS: TestServerSideCopy (0.01s) === RUN TestCopyAfterDelete run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 ERROR : : error listing: directory not found 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3236575304: Making directory 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyAfterDelete (0.01s) === RUN TestCopyRedownload run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:56:57 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:56:57.527453242Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:56:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3236575304: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3236575304: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/04/16 01:56:57 DEBUG : sub dir/hello world.coremim1.partial: renamed to: sub dir/hello world 2024/04/16 01:56:57 INFO : sub dir/hello world: Copied (new) 2024/04/16 01:56:57 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyRedownload (0.01s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : check sum: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/04/16 01:56:57 DEBUG : check sum.peguhap1.partial: renamed to: check sum 2024/04/16 01:56:57 INFO : check sum: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/04/16 01:56:57 DEBUG : check sum: Size and md5 of src and dst objects identical 2024/04/16 01:56:57 DEBUG : check sum: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncBasedOnCheckSum (0.02s) === RUN TestSyncSizeOnly run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/04/16 01:56:57 DEBUG : sizeonly.qinirad9.partial: renamed to: sizeonly 2024/04/16 01:56:57 INFO : sizeonly: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : sizeonly: Sizes identical 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : sizeonly: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncSizeOnly (0.02s) === RUN TestSyncIgnoreSize run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2024/04/16 01:56:57 DEBUG : ignore-size.wayucir9.partial: renamed to: ignore-size 2024/04/16 01:56:57 INFO : ignore-size: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : ignore-size: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncIgnoreSize (0.02s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : existing: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/04/16 01:56:57 DEBUG : existing.yuhopik7.partial: renamed to: existing 2024/04/16 01:56:57 INFO : existing: Copied (replaced existing) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncIgnoreTimes (0.01s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : existing: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/04/16 01:56:57 DEBUG : existing.gotimos3.partial: renamed to: existing 2024/04/16 01:56:57 INFO : existing: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : existing: Destination exists, skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncIgnoreExisting (0.01s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : d: Making directory 2024/04/16 01:56:57 DEBUG : a: Making directory with metadata 2024/04/16 01:56:57 INFO : a: Made directory with metadata (mtime=2024-04-16T01:56:57.623453278Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a", newDst=a 2024/04/16 01:56:57 DEBUG : c: Directory modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "c", newDst=c 2024/04/16 01:56:57 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/04/16 01:56:57 DEBUG : a/potato2.nunimeq1.partial: renamed to: a/potato2 2024/04/16 01:56:57 INFO : a/potato2: Copied (new) 2024/04/16 01:56:57 DEBUG : c/non empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : b/potato: Deleted 2024/04/16 01:56:57 INFO : a: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : d: Removing directory 2024/04/16 01:56:57 INFO : b: Removing directory 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: deleted 2 directories run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncIgnoreErrors (0.03s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 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 2024/04/16 01:56:57 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/04/16 01:56:57 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 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 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/04/16 01:56:57 INFO : empty space: Updated modification time in destination 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterChangingModtimeOnly (0.02s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 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 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.02s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 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 2024/04/16 01:56:57 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone3236575304) 2024/04/16 01:56:57 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Local file system at /tmp/rclone4004061367) 2024/04/16 01:56:57 DEBUG : foo: md5 differ 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2024/04/16 01:56:57 DEBUG : foo.bipuhiz6.partial: renamed to: foo 2024/04/16 01:56:57 INFO : foo: Copied (replaced existing) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncDoesntUpdateModtime (0.03s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/04/16 01:56:57 DEBUG : potato.tatabap4.partial: renamed to: potato 2024/04/16 01:56:57 INFO : potato: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterAddingAFile (0.03s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2024/04/16 01:56:57 DEBUG : potato.nohagod1.partial: renamed to: potato 2024/04/16 01:56:57 INFO : potato: Copied (replaced existing) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterChangingFilesSizeOnly (0.02s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 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 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone3236575304) 2024/04/16 01:56:57 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Local file system at /tmp/rclone4004061367) 2024/04/16 01:56:57 DEBUG : potato: md5 differ 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2024/04/16 01:56:57 DEBUG : potato.zuwigub1.partial: renamed to: potato 2024/04/16 01:56:57 INFO : potato: Copied (replaced existing) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterChangingContentsOnly (0.03s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/04/16 01:56:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (0.02s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/04/16 01:56:57 DEBUG : potato2.docilov5.partial: renamed to: potato2 2024/04/16 01:56:57 INFO : potato2: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : potato: Deleted run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (0.02s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : d: Making directory 2024/04/16 01:56:57 DEBUG : d/e: Making directory 2024/04/16 01:56:57 DEBUG : a: Making directory with metadata 2024/04/16 01:56:57 INFO : a: Made directory with metadata (mtime=2024-04-16T01:56:57.847453361Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a", newDst=a 2024/04/16 01:56:57 INFO : c: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "c", newDst=c 2024/04/16 01:56:57 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : c/non empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/04/16 01:56:57 DEBUG : a/potato2.qonumed2.partial: renamed to: a/potato2 2024/04/16 01:56:57 INFO : a/potato2: Copied (new) 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : b/potato: Deleted 2024/04/16 01:56:57 INFO : a: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 INFO : d/e: Removing directory 2024/04/16 01:56:57 INFO : d: Removing directory 2024/04/16 01:56:57 INFO : b: Removing directory 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: deleted 3 directories run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (0.02s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : d: Making directory 2024/04/16 01:56:57 DEBUG : a: Making directory with metadata 2024/04/16 01:56:57 INFO : a: Made directory with metadata (mtime=2024-04-16T01:56:57.867453368Z) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "a", newDst=a 2024/04/16 01:56:57 DEBUG : c: Directory modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Added delayed dir = "c", newDst=c 2024/04/16 01:56:57 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : c/non empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/04/16 01:56:57 DEBUG : a/potato2.kewayib7.partial: renamed to: a/potato2 2024/04/16 01:56:57 INFO : a/potato2: Copied (new) 2024/04/16 01:56:57 ERROR : Local file system at /tmp/rclone4004061367: not deleting files as there were IO errors 2024/04/16 01:56:57 INFO : a: Set directory modification time (using SetModTime) 2024/04/16 01:56:57 ERROR : Local file system at /tmp/rclone4004061367: not deleting directories as there were IO errors run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (0.02s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 INFO : potato: Deleted 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/04/16 01:56:57 DEBUG : potato2.qayibos6.partial: renamed to: potato2 2024/04/16 01:56:57 INFO : potato2: Copied (new) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncDeleteDuring (0.03s) === RUN TestSyncDeleteBefore run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 INFO : potato: Deleted 2024/04/16 01:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/04/16 01:56:57 DEBUG : potato2.lulolix7.partial: renamed to: potato2 2024/04/16 01:56:57 INFO : potato2: Copied (new) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncDeleteBefore (0.02s) === RUN TestCopyDeleteBefore run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2024/04/16 01:56:57 DEBUG : potato2.xoliteh5.partial: renamed to: potato2 2024/04/16 01:56:57 INFO : potato2: Copied (new) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestCopyDeleteBefore (0.01s) === RUN TestSyncWithExclude run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato2: Excluded (Size Filter) 2024/04/16 01:56:57 DEBUG : potato2: Excluded 2024/04/16 01:56:57 DEBUG : enormous: Excluded (Size Filter) 2024/04/16 01:56:57 DEBUG : enormous: Excluded 2024/04/16 01:56:57 DEBUG : potato2: Excluded (Size Filter) 2024/04/16 01:56:57 DEBUG : potato2: Excluded 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato2: Excluded (Size Filter) 2024/04/16 01:56:57 DEBUG : potato2: Excluded 2024/04/16 01:56:57 DEBUG : enormous: Excluded (Size Filter) 2024/04/16 01:56:57 DEBUG : enormous: Excluded 2024/04/16 01:56:57 DEBUG : potato2: Excluded (Size Filter) 2024/04/16 01:56:57 DEBUG : potato2: Excluded 2024/04/16 01:56:57 DEBUG : potato2: Excluded (Size Filter) 2024/04/16 01:56:57 DEBUG : potato2: Excluded 2024/04/16 01:56:57 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:57 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3236575304: Waiting for checks to finish 2024/04/16 01:56:57 DEBUG : Local file system at /tmp/rclone3236575304: Waiting for transfers to finish 2024/04/16 01:56:57 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:57 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:57 DEBUG : potato2: Excluded (Size Filter) 2024/04/16 01:56:57 DEBUG : potato2: Excluded --- PASS: TestSyncWithExclude (0.03s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:58 DEBUG : enormous: Excluded (Size Filter) 2024/04/16 01:56:58 DEBUG : enormous: Excluded 2024/04/16 01:56:58 DEBUG : potato2: Excluded (Size Filter) 2024/04/16 01:56:58 DEBUG : potato2: Excluded 2024/04/16 01:56:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:58 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:58 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:58 INFO : enormous: Deleted 2024/04/16 01:56:58 INFO : potato2: Deleted 2024/04/16 01:56:58 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone3236575304: Waiting for checks to finish 2024/04/16 01:56:58 DEBUG : empty space: Unchanged skipping 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone3236575304: Waiting for transfers to finish 2024/04/16 01:56:58 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:58 INFO : potato2: Deleted 2024/04/16 01:56:58 INFO : enormous: Deleted 2024/04/16 01:56:58 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncWithExcludeAndDeleteExcluded (0.03s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:58 DEBUG : five: Need to transfer - File not found at Destination 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:58 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/04/16 01:56:58 DEBUG : one: Destination is newer than source, skipping 2024/04/16 01:56:58 DEBUG : three: Sizes identical 2024/04/16 01:56:58 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/04/16 01:56:58 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/04/16 01:56:58 DEBUG : four.tijiqin4.partial: renamed to: four 2024/04/16 01:56:58 INFO : four: Copied (replaced existing) 2024/04/16 01:56:58 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/04/16 01:56:58 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone3236575304) 2024/04/16 01:56:58 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Local file system at /tmp/rclone4004061367) 2024/04/16 01:56:58 DEBUG : two: md5 differ 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:58 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/04/16 01:56:58 DEBUG : five.zoyimup2.partial: renamed to: five 2024/04/16 01:56:58 INFO : five: Copied (new) 2024/04/16 01:56:58 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/04/16 01:56:58 DEBUG : two.wirehum6.partial: renamed to: two 2024/04/16 01:56:58 INFO : two: Copied (replaced existing) 2024/04/16 01:56:58 DEBUG : Waiting for deletions to finish 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:58 DEBUG : one: Destination is newer than source, skipping 2024/04/16 01:56:58 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/04/16 01:56:58 DEBUG : four: Size and md5 of src and dst objects identical 2024/04/16 01:56:58 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/04/16 01:56:58 DEBUG : five: Size and md5 of src and dst objects identical 2024/04/16 01:56:58 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/04/16 01:56:58 DEBUG : two: Size and md5 of src and dst objects identical 2024/04/16 01:56:58 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone3236575304) 2024/04/16 01:56:58 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Local file system at /tmp/rclone4004061367) 2024/04/16 01:56:58 DEBUG : three: md5 differ 2024/04/16 01:56:58 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/04/16 01:56:58 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/04/16 01:56:58 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/04/16 01:56:58 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:58 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2024/04/16 01:56:58 DEBUG : three.koxemaz2.partial: renamed to: three 2024/04/16 01:56:58 INFO : three: Copied (replaced existing) 2024/04/16 01:56:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (0.07s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:56:58 NOTICE: Bandwidth limit set to {10Ki 10Ki} 2024/04/16 01:56:58 INFO : Local file system at /tmp/rclone4004061367: Running all checks before starting transfers 2024/04/16 01:56:58 INFO : Local file system at /tmp/rclone4004061367: Transfer session HARD deadline: 2024/04/16 01:56:58 2024/04/16 01:56:58 DEBUG : file1: Need to transfer - File not found at Destination 2024/04/16 01:56:58 DEBUG : file2: Need to transfer - File not found at Destination 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:56:58 INFO : Local file system at /tmp/rclone4004061367: Checks finished, now starting transfers 2024/04/16 01:56:58 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:56:58 DEBUG : file1: md5 = 4ae71336e44bf9bf79d2752e234818a5 OK 2024/04/16 01:56:58 DEBUG : file1.segamex4.partial: renamed to: file1 2024/04/16 01:56:58 INFO : file1: Copied (new) 2024/04/16 01:57:01 NOTICE: file2.todafiz8.partial: Removing partially written file on error: context deadline exceeded 2024/04/16 01:57:01 ERROR : file2: Failed to copy: context deadline exceeded 2024/04/16 01:57:01 ERROR : Local file system at /tmp/rclone4004061367: not deleting files as there were IO errors 2024/04/16 01:57:01 ERROR : Local file system at /tmp/rclone4004061367: not deleting directories as there were IO errors 2024/04/16 01:57:01 ERROR : Local file system at /tmp/rclone4004061367: max transfer duration reached as set by --max-duration 2024/04/16 01:57:01 NOTICE: Bandwidth limit reset to unlimited === RUN TestSyncWithMaxDuration/Soft run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:01 NOTICE: Bandwidth limit set to {10Ki 10Ki} 2024/04/16 01:57:01 INFO : Local file system at /tmp/rclone4004061367: Running all checks before starting transfers 2024/04/16 01:57:01 INFO : Local file system at /tmp/rclone4004061367: Transfer session SOFT deadline: 2024/04/16 01:57:01 2024/04/16 01:57:01 DEBUG : file1: Need to transfer - File not found at Destination 2024/04/16 01:57:01 DEBUG : file2: Need to transfer - File not found at Destination 2024/04/16 01:57:01 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:01 INFO : Local file system at /tmp/rclone4004061367: Checks finished, now starting transfers 2024/04/16 01:57:01 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:01 DEBUG : file1: md5 = 4ae71336e44bf9bf79d2752e234818a5 OK 2024/04/16 01:57:01 DEBUG : file1.quyigab3.partial: renamed to: file1 2024/04/16 01:57:01 INFO : file1: Copied (new) 2024/04/16 01:57:06 DEBUG : file2: md5 = bf235f22df3e004ede21041978c24f2e OK 2024/04/16 01:57:06 DEBUG : file2.hayayaw6.partial: renamed to: file2 2024/04/16 01:57:06 INFO : file2: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 ERROR : Local file system at /tmp/rclone4004061367: max transfer duration reached as set by --max-duration 2024/04/16 01:57:06 ERROR : Cancelling sync due to fatal error: max transfer duration reached as set by --max-duration 2024/04/16 01:57:06 NOTICE: Bandwidth limit reset to unlimited --- PASS: TestSyncWithMaxDuration (8.22s) --- PASS: TestSyncWithMaxDuration/Hard (3.20s) --- PASS: TestSyncWithMaxDuration/Soft (5.02s) === RUN TestSyncWithTrackRenames run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" sync_test.go:1327: Can track renames: true 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Making map for --track-renames 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Finished making map for --track-renames 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for renames to finish 2024/04/16 01:57:06 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/04/16 01:57:06 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/04/16 01:57:06 DEBUG : potato.wilagej7.partial: renamed to: potato 2024/04/16 01:57:06 INFO : potato: Copied (new) 2024/04/16 01:57:06 DEBUG : yam.zeyowey1.partial: renamed to: yam 2024/04/16 01:57:06 INFO : yam: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Making map for --track-renames 2024/04/16 01:57:06 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : potato: Unchanged skipping 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Finished making map for --track-renames 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for renames to finish 2024/04/16 01:57:06 INFO : yam: Moved (server-side) to: yaml 2024/04/16 01:57:06 INFO : yaml: Renamed from "yam" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncWithTrackRenames (0.02s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" sync_test.go:1399: Can track renames: true 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Making map for --track-renames 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Finished making map for --track-renames 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for renames to finish 2024/04/16 01:57:06 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/04/16 01:57:06 DEBUG : potato.kevudes0.partial: renamed to: potato 2024/04/16 01:57:06 INFO : potato: Copied (new) 2024/04/16 01:57:06 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/04/16 01:57:06 DEBUG : yam.fanudej5.partial: renamed to: yam 2024/04/16 01:57:06 INFO : yam: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : potato: Unchanged skipping 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Making map for --track-renames 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Finished making map for --track-renames 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 INFO : yam: Moved (server-side) to: yaml 2024/04/16 01:57:06 INFO : yaml: Renamed from "yam" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for renames to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncWithTrackRenamesStrategyModtime (0.03s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" sync_test.go:1438: Can track renames: true 2024/04/16 01:57:06 DEBUG : sub: Making directory with metadata 2024/04/16 01:57:06 INFO : sub: Made directory with metadata (mtime=2024-04-16T01:57:06.351456518Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "sub", newDst=sub 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Making map for --track-renames 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Finished making map for --track-renames 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/04/16 01:57:06 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for renames to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/04/16 01:57:06 DEBUG : potato.lilowur2.partial: renamed to: potato 2024/04/16 01:57:06 INFO : potato: Copied (new) 2024/04/16 01:57:06 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/04/16 01:57:06 DEBUG : sub/yam.durowah1.partial: renamed to: sub/yam 2024/04/16 01:57:06 INFO : sub/yam: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : sub: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 INFO : sub: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "sub", newDst=sub 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Making map for --track-renames 2024/04/16 01:57:06 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Finished making map for --track-renames 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 INFO : sub/yam: Moved (server-side) to: yam 2024/04/16 01:57:06 INFO : yam: Renamed from "sub/yam" 2024/04/16 01:57:06 DEBUG : potato: Unchanged skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for renames to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (0.02s) === RUN TestServerSideMoveLocal run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone3236575304/dir1" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone3236575304/dir2" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone3236575304/dir2: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone3236575304/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:57:06 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone3236575304/dir2: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone3236575304/dir2: Waiting for transfers to finish 2024/04/16 01:57:06 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.01s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:57:06 DEBUG : nested: Making directory with metadata 2024/04/16 01:57:06 INFO : nested: Made directory with metadata (mtime=2024-04-16T01:57:06.38345653Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "nested", newDst=nested 2024/04/16 01:57:06 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:57:06 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:57:06.38345653Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:57:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:57:06 INFO : sub dir/hello world: Moved (server-side) 2024/04/16 01:57:06 DEBUG : nested/sub dir: Making directory with metadata 2024/04/16 01:57:06 INFO : nested/sub dir: Made directory with metadata (mtime=2024-04-16T01:57:06.38345653Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "nested/sub dir", newDst=nested/sub dir 2024/04/16 01:57:06 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/04/16 01:57:06 INFO : nested/sub dir/file: Moved (server-side) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 INFO : nested/sub dir: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : sub dir: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : nested: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : sub dir: Removing directory 2024/04/16 01:57:06 INFO : nested/sub dir: Removing directory 2024/04/16 01:57:06 INFO : nested: Removing directory 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone3236575304: deleted 3 directories run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestMoveWithDeleteEmptySrcDirs (0.01s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:57:06 DEBUG : nested: Making directory with metadata 2024/04/16 01:57:06 INFO : nested: Made directory with metadata (mtime=2024-04-16T01:57:06.391456533Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "nested", newDst=nested 2024/04/16 01:57:06 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:57:06 INFO : sub dir: Made directory with metadata (mtime=2024-04-16T01:57:06.391456533Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2024/04/16 01:57:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/04/16 01:57:06 INFO : sub dir/hello world: Moved (server-side) 2024/04/16 01:57:06 DEBUG : nested/sub dir: Making directory with metadata 2024/04/16 01:57:06 INFO : nested/sub dir: Made directory with metadata (mtime=2024-04-16T01:57:06.391456533Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "nested/sub dir", newDst=nested/sub dir 2024/04/16 01:57:06 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/04/16 01:57:06 INFO : nested/sub dir/file: Moved (server-side) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 INFO : nested/sub dir: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : sub dir: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : nested: Set directory modification time (using SetModTime) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (0.01s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:57:06 DEBUG : existing: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/04/16 01:57:06 INFO : existing: Moved (server-side) 2024/04/16 01:57:06 INFO : existing-b: Moved (server-side) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone4004061367: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : existing: Destination exists, skipping 2024/04/16 01:57:06 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestMoveWithIgnoreExisting (0.01s) === RUN TestServerSideMove run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone2057416567" sync_test.go:1494: Server side move (if possible) Local file system at /tmp/rclone4004061367 -> Local file system at /tmp/rclone2057416567 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2057416567: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone2057416567: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:57:06 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/04/16 01:57:06 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 INFO : potato2: Moved (server-side) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2057416567: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : empty space: Unchanged skipping 2024/04/16 01:57:06 INFO : potato3: Deleted 2024/04/16 01:57:06 INFO : potato3: Moved (server-side) 2024/04/16 01:57:06 INFO : empty space: Deleted 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2057416567: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone858226090" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone858226090: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone858226090: Server side directory move succeeded 2024/04/16 01:57:06 ERROR : : error listing: directory not found 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone858226090: Purge object "empty space" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone858226090: Purge object "potato2" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone858226090: Purge object "potato3" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone858226090: Purge dir "" 2024/04/16 01:57:06 ERROR : : error listing: directory not found 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2057416567: Purge dir "" 2024/04/16 01:57:06 purge failed to rmdir "": stat /tmp/rclone2057416567: no such file or directory 2024/04/16 01:57:06 purge failed: directory not found --- PASS: TestServerSideMove (0.02s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone2776008160" sync_test.go:1494: Server side move (if possible) Local file system at /tmp/rclone4004061367 -> Local file system at /tmp/rclone2776008160 2024/04/16 01:57:06 DEBUG : empty space: Excluded (Size Filter) 2024/04/16 01:57:06 DEBUG : empty space: Excluded 2024/04/16 01:57:06 DEBUG : empty space: Excluded (Size Filter) 2024/04/16 01:57:06 DEBUG : empty space: Excluded 2024/04/16 01:57:06 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:57:06 INFO : potato2: Moved (server-side) 2024/04/16 01:57:06 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/04/16 01:57:06 INFO : potato3: Deleted 2024/04/16 01:57:06 INFO : potato3: Moved (server-side) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2776008160: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2776008160: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone669188653" 2024/04/16 01:57:06 DEBUG : empty space: Excluded (Size Filter) 2024/04/16 01:57:06 DEBUG : empty space: Excluded 2024/04/16 01:57:06 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : potato3: Need to transfer - File not found at Destination 2024/04/16 01:57:06 INFO : potato2: Moved (server-side) 2024/04/16 01:57:06 INFO : potato3: Moved (server-side) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone669188653: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone669188653: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone669188653: Purge object "potato2" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone669188653: Purge object "potato3" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone669188653: Purge dir "" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2776008160: Purge object "empty space" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2776008160: Purge dir "" --- PASS: TestServerSideMoveWithFilter (0.04s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone2847090868" 2024/04/16 01:57:06 DEBUG : tomatoDir: Making directory sync_test.go:1494: Server side move (if possible) Local file system at /tmp/rclone4004061367 -> Local file system at /tmp/rclone2847090868 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2847090868: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone2847090868: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/04/16 01:57:06 DEBUG : potato2: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : tomatoDir: Making directory with metadata 2024/04/16 01:57:06 INFO : tomatoDir: Made directory with metadata (mtime=2024-04-16T01:57:06.471456562Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "tomatoDir", newDst=tomatoDir 2024/04/16 01:57:06 INFO : potato2: Moved (server-side) 2024/04/16 01:57:06 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : empty space: Unchanged skipping 2024/04/16 01:57:06 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/04/16 01:57:06 INFO : empty space: Deleted 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2847090868: Waiting for checks to finish 2024/04/16 01:57:06 INFO : potato3: Deleted 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2847090868: Waiting for transfers to finish 2024/04/16 01:57:06 INFO : potato3: Moved (server-side) 2024/04/16 01:57:06 INFO : tomatoDir: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : tomatoDir: Removing directory 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: deleted 1 directories 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone612489951" 2024/04/16 01:57:06 DEBUG : tomatoDir: Making directory 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone612489951: Using server-side directory move 2024/04/16 01:57:06 INFO : Local file system at /tmp/rclone612489951: Server side directory move succeeded 2024/04/16 01:57:06 ERROR : : error listing: directory not found 2024/04/16 01:57:06 ERROR : : error listing: directory not found 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone612489951: Purge object "empty space" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone612489951: Purge object "potato2" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone612489951: Purge object "potato3" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone612489951: Purge dir "tomatoDir" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone612489951: Purge dir "" 2024/04/16 01:57:06 ERROR : : error listing: directory not found 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone2847090868: Purge dir "" 2024/04/16 01:57:06 purge failed to rmdir "": stat /tmp/rclone2847090868: no such file or directory 2024/04/16 01:57:06 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (0.03s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" sync_test.go:1699: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.00s) === RUN TestSyncOverlap run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/rclone-sync-test" run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncOverlap (0.00s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/rclone-sync-test" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/rclone-sync-test-include/layer2" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/rclone-sync-test-ignore-file" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include: Making directory with metadata 2024/04/16 01:57:06 INFO : rclone-sync-test-include: Made directory with metadata (mtime=2024-04-16T01:57:06.499456573Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst=rclone-sync-test-include 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/rclone-sync-test: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/rclone-sync-test: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : rclone-sync-test-include: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : There was nothing to transfer 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include: Directory modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst=rclone-sync-test-include 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include: Making directory with metadata 2024/04/16 01:57:06 INFO : rclone-sync-test-include: Made directory with metadata (mtime=2024-04-16T01:57:06.499456573Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst=rclone-sync-test-include 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/rclone-sync-test-include/layer2: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : rclone-sync-test-include: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include: Directory modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst=rclone-sync-test-include 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/04/16 01:57:06 DEBUG : : Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include: Making directory with metadata 2024/04/16 01:57:06 INFO : rclone-sync-test-include: Made directory with metadata (mtime=2024-04-16T01:57:06.499456573Z) 2024/04/16 01:57:06 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst=rclone-sync-test-include 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/rclone-sync-test-ignore-file: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : rclone-sync-test-include: Set directory modification time (using SetModTime) 2024/04/16 01:57:06 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : rclone-sync-test: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/04/16 01:57:06 DEBUG : rclone-sync-test-include/layer2: Excluded --- PASS: TestSyncOverlapWithFilter (0.00s) === RUN TestSyncCompareDest run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/dst" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/CompareDest" 2024/04/16 01:57:06 DEBUG : one: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/04/16 01:57:06 DEBUG : one.pivafuv8.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/04/16 01:57:06 DEBUG : one.sukazuc7.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (replaced existing) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/04/16 01:57:06 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : one: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/04/16 01:57:06 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : one: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/04/16 01:57:06 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : one: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer 2024/04/16 01:57:06 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 2024/04/16 01:57:06 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/04/16 01:57:06 DEBUG : two: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/04/16 01:57:06 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : one: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer 2024/04/16 01:57:06 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/04/16 01:57:06 DEBUG : two: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/04/16 01:57:06 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : one: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2024/04/16 01:57:06 DEBUG : two.domados8.partial: renamed to: two 2024/04/16 01:57:06 INFO : two: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (0.08s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/dest" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/pre-dest1" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/pre-dest2" 2024/04/16 01:57:06 DEBUG : 1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : 1: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : 2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : 2: Destination found in --compare-dest, skipping 2024/04/16 01:57:06 DEBUG : 3: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dest: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dest: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2024/04/16 01:57:06 DEBUG : 3.jadesan6.partial: renamed to: 3 2024/04/16 01:57:06 INFO : 3: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (0.02s) === RUN TestSyncCopyDest run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" sync_test.go:2024: 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/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/dst" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/backup" 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/04/16 01:57:06 INFO : one: Moved (server-side) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/04/16 01:57:06 DEBUG : one.rubicil7.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) 2024/04/16 01:57:06 INFO : three.txt: Moved into backup dir 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 INFO : one: Deleted 2024/04/16 01:57:06 INFO : one: Moved (server-side) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/04/16 01:57:06 DEBUG : one.paluhuv2.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : three.txt: Deleted 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) 2024/04/16 01:57:06 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (0.05s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/dst" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/backup" 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one.bak 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/04/16 01:57:06 DEBUG : one.xetuhef0.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/04/16 01:57:06 INFO : three.txt: Moved into backup dir 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 INFO : one.bak: Deleted 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one.bak 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/04/16 01:57:06 DEBUG : one.womodij6.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : three.txt.bak: Deleted 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/04/16 01:57:06 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (0.05s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/dst" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/backup" 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one-2019-01-01 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/04/16 01:57:06 DEBUG : one.hinafeg0.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/04/16 01:57:06 INFO : three.txt: Moved into backup dir 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 INFO : one-2019-01-01: Deleted 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one-2019-01-01 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/04/16 01:57:06 DEBUG : one.gafuqes2.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : three-2019-01-01.txt: Deleted 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/04/16 01:57:06 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (0.07s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/dst" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one.bak 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/04/16 01:57:06 DEBUG : one.puqoset2.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/04/16 01:57:06 INFO : three.txt: Moved into backup dir 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/04/16 01:57:06 INFO : one.bak: Deleted 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one.bak 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367/dst: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/04/16 01:57:06 DEBUG : one.gajuqad4.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : three.txt.bak: Deleted 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/04/16 01:57:06 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (0.06s) === RUN TestSyncSuffix run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/dst" 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one.bak 2024/04/16 01:57:06 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/04/16 01:57:06 DEBUG : one.dovexis8.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/04/16 01:57:06 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/04/16 01:57:06 DEBUG : three.txt.jaheruw2.partial: renamed to: three.txt 2024/04/16 01:57:06 INFO : three.txt: Copied (new) 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/04/16 01:57:06 INFO : one.bak: Deleted 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one.bak 2024/04/16 01:57:06 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/04/16 01:57:06 DEBUG : one.tejokuq7.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/04/16 01:57:06 INFO : three.txt.bak: Deleted 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/04/16 01:57:06 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/04/16 01:57:06 DEBUG : three.txt.pegewil4.partial: renamed to: three.txt 2024/04/16 01:57:06 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (0.06s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone4004061367/dst" 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one-2019-01-01 2024/04/16 01:57:06 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/04/16 01:57:06 DEBUG : one.hiqoqed0.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/04/16 01:57:06 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/04/16 01:57:06 DEBUG : three.txt.vuwiqop1.partial: renamed to: three.txt 2024/04/16 01:57:06 INFO : three.txt: Copied (new) 2024/04/16 01:57:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/04/16 01:57:06 INFO : one-2019-01-01: Deleted 2024/04/16 01:57:06 INFO : one: Moved (server-side) to: one-2019-01-01 2024/04/16 01:57:06 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/04/16 01:57:06 DEBUG : one.munojoc5.partial: renamed to: one 2024/04/16 01:57:06 INFO : one: Copied (new) 2024/04/16 01:57:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : two: Unchanged skipping 2024/04/16 01:57:06 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/04/16 01:57:06 INFO : three-2019-01-01.txt: Deleted 2024/04/16 01:57:06 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/04/16 01:57:06 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/04/16 01:57:06 DEBUG : three.txt.pecofuz5.partial: renamed to: three.txt 2024/04/16 01:57:06 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (0.05s) === RUN TestSyncUTFNorm run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2024/04/16 01:57:06 DEBUG : Testêé.suvicab6.partial: renamed to: Testêé 2024/04/16 01:57:06 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (0.01s) === RUN TestSyncImmutable run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : existing: Need to transfer - File not found at Destination 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/04/16 01:57:06 DEBUG : existing.moyobih1.partial: renamed to: existing 2024/04/16 01:57:06 INFO : existing: Copied (new) 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 ERROR : Local file system at /tmp/rclone4004061367: not deleting files as there were IO errors 2024/04/16 01:57:06 ERROR : Local file system at /tmp/rclone4004061367: not deleting directories as there were IO errors run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncImmutable (0.03s) === RUN TestSyncIgnoreCase run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:06 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:06 DEBUG : existing: Unchanged skipping 2024/04/16 01:57:06 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:06 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:06 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (0.01s) === RUN TestFixCase run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" sync_test.go:2420: 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/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:07 DEBUG : file1: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : file2: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : file3: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:07 NOTICE: file1.xoqufot4.partial: Removing partially written file on error: max transfer limit reached as set by --max-transfer 2024/04/16 01:57:07 ERROR : file1: Failed to copy: max transfer limit reached as set by --max-transfer 2024/04/16 01:57:07 ERROR : Cancelling sync due to fatal error: max transfer limit reached as set by --max-transfer 2024/04/16 01:57:07 ERROR : Local file system at /tmp/rclone4004061367: not deleting files as there were IO errors 2024/04/16 01:57:07 ERROR : Local file system at /tmp/rclone4004061367: not deleting directories as there were IO errors === RUN TestMaxTransfer/Soft run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:07 DEBUG : file1: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : file2: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : file3: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:07 DEBUG : file1: md5 = 32ca18808933aa12e979375d07048a11 OK 2024/04/16 01:57:07 DEBUG : file1.kororij6.partial: renamed to: file1 2024/04/16 01:57:07 INFO : file1: Copied (new) 2024/04/16 01:57:07 NOTICE: max transfer limit reached as set by --max-transfer - stopping transfers 2024/04/16 01:57:07 ERROR : Local file system at /tmp/rclone4004061367: not deleting files as there were IO errors 2024/04/16 01:57:07 ERROR : Local file system at /tmp/rclone4004061367: not deleting directories as there were IO errors === RUN TestMaxTransfer/Cautious run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:07 DEBUG : file1: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : file2: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : file3: Need to transfer - File not found at Destination 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:07 NOTICE: max transfer limit reached as set by --max-transfer - stopping transfers 2024/04/16 01:57:07 ERROR : Local file system at /tmp/rclone4004061367: not deleting files as there were IO errors 2024/04/16 01:57:07 ERROR : Local file system at /tmp/rclone4004061367: not deleting directories as there were IO errors --- PASS: TestMaxTransfer (0.03s) --- PASS: TestMaxTransfer/Hard (0.01s) --- PASS: TestMaxTransfer/Soft (0.01s) --- PASS: TestMaxTransfer/Cautious (0.01s) === RUN TestSyncConcurrentDelete run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:07 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:07 DEBUG : both0: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both12: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both13: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both14: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both15: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both16: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both11: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both18: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both1: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both10: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both17: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both4: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both5: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both6: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both7: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both8: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both19: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both2: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both3: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both9: Unchanged skipping 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:07 DEBUG : Waiting for deletions to finish 2024/04/16 01:57:07 INFO : only12: Deleted 2024/04/16 01:57:07 INFO : only4: Deleted 2024/04/16 01:57:07 INFO : only19: Deleted 2024/04/16 01:57:07 INFO : only14: Deleted 2024/04/16 01:57:07 INFO : only15: Deleted 2024/04/16 01:57:07 INFO : only6: Deleted 2024/04/16 01:57:07 INFO : only9: Deleted 2024/04/16 01:57:07 INFO : only7: Deleted 2024/04/16 01:57:07 INFO : only17: Deleted 2024/04/16 01:57:07 INFO : only0: Deleted 2024/04/16 01:57:07 INFO : only8: Deleted 2024/04/16 01:57:07 INFO : only10: Deleted 2024/04/16 01:57:07 INFO : only2: Deleted 2024/04/16 01:57:07 INFO : only3: Deleted 2024/04/16 01:57:07 INFO : only16: Deleted 2024/04/16 01:57:07 INFO : only5: Deleted 2024/04/16 01:57:07 INFO : only11: Deleted 2024/04/16 01:57:07 INFO : only13: Deleted 2024/04/16 01:57:07 INFO : only1: Deleted 2024/04/16 01:57:07 INFO : only18: Deleted 2024/04/16 01:57:07 INFO : There was nothing to transfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncConcurrentDelete (0.25s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:07 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both0: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both1: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both10: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both11: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both12: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both13: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both14: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both15: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both16: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both17: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both18: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both19: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both2: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both3: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both4: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both5: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both6: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both7: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both8: Unchanged skipping 2024/04/16 01:57:07 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/04/16 01:57:07 DEBUG : both9: Unchanged skipping 2024/04/16 01:57:07 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for checks to finish 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Waiting for transfers to finish 2024/04/16 01:57:07 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only0.nedicuc1.partial: renamed to: only0 2024/04/16 01:57:07 INFO : only0: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only1.qiniken1.partial: renamed to: only1 2024/04/16 01:57:07 INFO : only1: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only10.poperiz8.partial: renamed to: only10 2024/04/16 01:57:07 INFO : only10: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only11.huzahoy2.partial: renamed to: only11 2024/04/16 01:57:07 INFO : only11: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only12.zesukac5.partial: renamed to: only12 2024/04/16 01:57:07 INFO : only12: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only13.xicujev8.partial: renamed to: only13 2024/04/16 01:57:07 INFO : only13: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only14.jolater7.partial: renamed to: only14 2024/04/16 01:57:07 INFO : only14: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only15.kuwivoq8.partial: renamed to: only15 2024/04/16 01:57:07 INFO : only15: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only17.zutehij2.partial: renamed to: only17 2024/04/16 01:57:07 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only18.wotamay6.partial: renamed to: only18 2024/04/16 01:57:07 INFO : only18: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only19.duhiquv9.partial: renamed to: only19 2024/04/16 01:57:07 INFO : only19: Copied (replaced existing) 2024/04/16 01:57:07 INFO : only17: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only16.xewukok8.partial: renamed to: only16 2024/04/16 01:57:07 INFO : only16: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only4.gupuruk2.partial: renamed to: only4 2024/04/16 01:57:07 INFO : only4: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only3.haxiweq6.partial: renamed to: only3 2024/04/16 01:57:07 INFO : only3: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only5.ligodow5.partial: renamed to: only5 2024/04/16 01:57:07 INFO : only5: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only2.balaver8.partial: renamed to: only2 2024/04/16 01:57:07 INFO : only2: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only6.riyucaj5.partial: renamed to: only6 2024/04/16 01:57:07 INFO : only6: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only7.nacayom7.partial: renamed to: only7 2024/04/16 01:57:07 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/04/16 01:57:07 DEBUG : only9.cidukur7.partial: renamed to: only9 2024/04/16 01:57:07 INFO : only9: Copied (replaced existing) 2024/04/16 01:57:07 INFO : only7: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : only8.mavexif5.partial: renamed to: only8 2024/04/16 01:57:07 INFO : only8: Copied (replaced existing) 2024/04/16 01:57:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestSyncConcurrentTruncate (0.19s) === RUN TestNothingToTransfer run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" 2024/04/16 01:57:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/04/16 01:57:07 DEBUG : sub dir: Making directory with metadata 2024/04/16 01:57:07 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" run.go:180: Remote "Local file system at /tmp/rclone4004061367", Local "Local file system at /tmp/rclone3236575304", Modify Window "1ns" --- PASS: TestNothingToTransfer (0.04s) PASS 2024/04/16 01:57:07 DEBUG : Local file system at /tmp/rclone4004061367: Purge dir "" "./sync.test -test.v -test.timeout 1h0m0s -remote '' -verbose" - Finished OK in 10.309139325s (try 1/5)