"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2024/11/27 01:00:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu" 2024/11/27 01:00:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/27 01:00:19 DEBUG : Starting OpenDrive session with ID: 017a675a54c20ad76ae1143c4f404f767ed59af56fe94ac334eea01088887669 2024/11/27 01:00:19 DEBUG : Creating backend with remote "/tmp/rclone1227910646" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:00:20 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/11/27 01:00:20 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:20 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyWithDryRun (1.46s) === RUN TestCopy run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:21 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/27 01:00:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:00:21 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:21 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:22 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:00:23 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:00:23 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:23 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (4.01s) === RUN TestCopyMetadata run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.34s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.34s) === RUN TestCopyMissingDirectory run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:25 DEBUG : Creating backend with remote "/non-existing" 2024/11/27 01:00:26 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/11/27 01:00:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyMissingDirectory (0.85s) === RUN TestCopyNoTraverse run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:00:27 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:27 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:28 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:00:29 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:00:29 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyNoTraverse (4.17s) === RUN TestCopyCheckFirst run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:30 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Running all checks before starting transfers 2024/11/27 01:00:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:00:31 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:31 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Checks finished, now starting transfers 2024/11/27 01:00:31 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:32 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:00:33 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:00:33 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyCheckFirst (4.24s) === RUN TestSyncNoTraverse run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:35 ERROR : Ignoring --no-traverse with sync 2024/11/27 01:00:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:00:35 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:35 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:36 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:00:37 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:00:37 INFO : sub dir/hello world: Copied (new) 2024/11/27 01:00:37 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncNoTraverse (3.91s) === RUN TestCopyWithDepth run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:39 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/11/27 01:00:39 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:39 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:40 DEBUG : hello world2: Uploading chunk 0, size=12, remain=0 2024/11/27 01:00:41 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2024/11/27 01:00:41 INFO : hello world2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyWithDepth (3.03s) === RUN TestCopyWithFilesFrom run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:42 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:00:42 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:42 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:43 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2024/11/27 01:00:44 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:00:44 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyWithFilesFrom (3.10s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:45 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:00:45 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:45 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:46 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2024/11/27 01:00:47 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:00:47 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyWithFilesFromAndNoTraverse (2.97s) === RUN TestCopyEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:48 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/27 01:00:48 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/27 01:00:48 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/27 01:00:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/27 01:00:48 DEBUG : sub dir: Making directory 2024/11/27 01:00:48 DEBUG : sub dir2: Making directory 2024/11/27 01:00:49 DEBUG : sub dir2/sub sub dir2: Making directory 2024/11/27 01:00:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:00:49 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:49 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:50 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:00:51 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:00:51 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:51 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (5.88s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:54 DEBUG : sub dir2: Making directory 2024/11/27 01:00:54 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/27 01:00:54 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/27 01:00:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:00:54 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:54 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:55 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:00:56 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:00:56 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (3.54s) === RUN TestMoveEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:00:57 DEBUG : sub dir2: Making directory with metadata 2024/11/27 01:00:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/27 01:00:57 DEBUG : sub dir: Making directory 2024/11/27 01:00:58 DEBUG : sub dir2: Making directory 2024/11/27 01:00:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:00:58 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:00:58 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:00:59 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:00 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:01:00 INFO : sub dir/hello world: Copied (new) 2024/11/27 01:01:00 INFO : sub dir/hello world: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:00 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/11/27 01:01:00 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (4.88s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.35s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:02 DEBUG : sub dir2: Making directory 2024/11/27 01:01:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:01:03 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:01:03 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:01:04 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:05 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:01:05 INFO : sub dir/hello world: Copied (new) 2024/11/27 01:01:05 INFO : sub dir/hello world: Deleted run.go:125: removing dir "sub dir" failed - try 1/3: folder not empty --- PASS: TestMoveNoEmptyDirectories (4.74s) === RUN TestSyncEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:07 DEBUG : sub dir2: Making directory with metadata 2024/11/27 01:01:07 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/27 01:01:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/27 01:01:07 DEBUG : sub dir: Making directory 2024/11/27 01:01:08 DEBUG : sub dir2: Making directory 2024/11/27 01:01:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:01:08 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:01:08 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:01:09 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:10 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:01:10 INFO : sub dir/hello world: Copied (new) 2024/11/27 01:01:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:10 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (5.02s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.34s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:12 DEBUG : sub dir2: Making directory 2024/11/27 01:01:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:01:13 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:01:13 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:01:14 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:15 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:01:15 INFO : sub dir/hello world: Copied (new) 2024/11/27 01:01:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (3.86s) === RUN TestServerSideCopy run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:17 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-forurag0sera" 2024/11/27 01:01:19 DEBUG : Starting OpenDrive session with ID: ebdce1662235a78b320de2fea2b23cd0021109070e4e056cc215e90a6589a2bd sync_test.go:590: Server side copy (if possible) OpenDrive root 'rclone-test-qanulih8yazu' -> OpenDrive root 'rclone-test-forurag0sera' 2024/11/27 01:01:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:01:20 DEBUG : OpenDrive root 'rclone-test-forurag0sera': Waiting for checks to finish 2024/11/27 01:01:20 DEBUG : OpenDrive root 'rclone-test-forurag0sera': Waiting for transfers to finish 2024/11/27 01:01:21 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2024/11/27 01:01:21 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:21 DEBUG : OpenDrive root 'rclone-test-forurag0sera': Purge remote --- PASS: TestServerSideCopy (6.79s) === RUN TestCopyOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:24 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:26 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/27 01:01:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:01:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:01:26 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2024/11/27 01:01:27 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/11/27 01:01:27 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyOverSelf (5.71s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:30 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:31 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xivadif4kohu" 2024/11/27 01:01:32 DEBUG : Starting OpenDrive session with ID: 00b5cc6c0057792657fffa85d702ba10e10499b779f375d503da7eeb41bee389 sync_test.go:626: Server side copy (if possible) OpenDrive root 'rclone-test-qanulih8yazu' -> OpenDrive root 'rclone-test-xivadif4kohu' 2024/11/27 01:01:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:01:33 DEBUG : OpenDrive root 'rclone-test-xivadif4kohu': Waiting for checks to finish 2024/11/27 01:01:33 DEBUG : OpenDrive root 'rclone-test-xivadif4kohu': Waiting for transfers to finish 2024/11/27 01:01:34 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2024/11/27 01:01:34 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:35 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2024/11/27 01:01:37 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/27 01:01:37 DEBUG : OpenDrive root 'rclone-test-xivadif4kohu': Waiting for checks to finish 2024/11/27 01:01:37 DEBUG : OpenDrive root 'rclone-test-xivadif4kohu': Waiting for transfers to finish 2024/11/27 01:01:37 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2024/11/27 01:01:37 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:37 DEBUG : OpenDrive root 'rclone-test-xivadif4kohu': Purge remote --- PASS: TestServerSideCopyOverSelf (10.53s) === RUN TestMoveOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:40 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:42 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/27 01:01:42 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:01:42 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:01:42 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2024/11/27 01:01:43 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/11/27 01:01:43 INFO : sub dir/hello world: Copied (replaced existing) 2024/11/27 01:01:43 INFO : sub dir/hello world: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestMoveOverSelf (5.42s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:46 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:01:47 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fumadin8fofo" 2024/11/27 01:01:48 DEBUG : Starting OpenDrive session with ID: 4578d32d2a0c2fd7e6b04b22b35efb26cf3d2e5e593e4ae984133d537cdc5836 sync_test.go:671: Server side copy (if possible) OpenDrive root 'rclone-test-qanulih8yazu' -> OpenDrive root 'rclone-test-fumadin8fofo' 2024/11/27 01:01:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:01:48 DEBUG : OpenDrive root 'rclone-test-fumadin8fofo': Waiting for checks to finish 2024/11/27 01:01:48 DEBUG : OpenDrive root 'rclone-test-fumadin8fofo': Waiting for transfers to finish 2024/11/27 01:01:50 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2024/11/27 01:01:50 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:50 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2024/11/27 01:01:51 DEBUG : OpenDrive root 'rclone-test-fumadin8fofo': Using server-side directory move 2024/11/27 01:01:51 INFO : OpenDrive root 'rclone-test-fumadin8fofo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/27 01:01:52 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/27 01:01:52 DEBUG : OpenDrive root 'rclone-test-fumadin8fofo': Waiting for checks to finish 2024/11/27 01:01:52 DEBUG : OpenDrive root 'rclone-test-fumadin8fofo': Waiting for transfers to finish 2024/11/27 01:01:52 INFO : sub dir/hello world: Deleted 2024/11/27 01:01:52 INFO : sub dir/hello world: Moved (server-side) 2024/11/27 01:01:54 DEBUG : sub dir/hello world: Uploading chunk 0, size=24, remain=0 2024/11/27 01:01:55 DEBUG : testing file moves 2024/11/27 01:01:56 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/11/27 01:01:56 DEBUG : OpenDrive root 'rclone-test-fumadin8fofo': Waiting for checks to finish 2024/11/27 01:01:56 DEBUG : OpenDrive root 'rclone-test-fumadin8fofo': Waiting for transfers to finish 2024/11/27 01:01:56 INFO : sub dir/hello world: Deleted 2024/11/27 01:01:56 INFO : sub dir/hello world: Moved (server-side) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:01:57 DEBUG : OpenDrive root 'rclone-test-fumadin8fofo': Purge remote --- PASS: TestServerSideMoveOverSelf (14.01s) === RUN TestCopyAfterDelete run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:00 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:02:01 ERROR : : error listing: directory not found 2024/11/27 01:02:01 DEBUG : Local file system at /tmp/rclone1227910646: Making directory 2024/11/27 01:02:02 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:02 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyAfterDelete (4.75s) === RUN TestCopyRedownload run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:05 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:02:06 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/27 01:02:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:02:06 DEBUG : Local file system at /tmp/rclone1227910646: Waiting for checks to finish 2024/11/27 01:02:06 DEBUG : Local file system at /tmp/rclone1227910646: Waiting for transfers to finish 2024/11/27 01:02:07 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:02:07 DEBUG : sub dir/hello world.87ffde68.partial: renamed to: sub dir/hello world 2024/11/27 01:02:07 INFO : sub dir/hello world: Copied (new) 2024/11/27 01:02:07 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyRedownload (4.85s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:09 DEBUG : check sum: Need to transfer - File not found at Destination 2024/11/27 01:02:09 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:09 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:10 DEBUG : check sum: Uploading chunk 0, size=1, remain=0 2024/11/27 01:02:11 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/27 01:02:11 INFO : check sum: Copied (new) 2024/11/27 01:02:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:11 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:11 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/27 01:02:11 DEBUG : check sum: Size and md5 of src and dst objects identical 2024/11/27 01:02:11 DEBUG : check sum: Unchanged skipping 2024/11/27 01:02:11 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:11 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:11 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncBasedOnCheckSum (3.92s) === RUN TestSyncSizeOnly run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:12 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/11/27 01:02:12 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:12 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:13 DEBUG : sizeonly: Uploading chunk 0, size=6, remain=0 2024/11/27 01:02:14 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/27 01:02:14 INFO : sizeonly: Copied (new) 2024/11/27 01:02:14 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:15 DEBUG : sizeonly: Sizes identical 2024/11/27 01:02:15 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:15 DEBUG : sizeonly: Unchanged skipping 2024/11/27 01:02:15 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:15 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:15 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncSizeOnly (3.72s) === RUN TestSyncIgnoreSize run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:16 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/11/27 01:02:16 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:16 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:17 DEBUG : ignore-size: Uploading chunk 0, size=8, remain=0 2024/11/27 01:02:18 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2024/11/27 01:02:18 INFO : ignore-size: Copied (new) 2024/11/27 01:02:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:18 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:02:18 DEBUG : ignore-size: Unchanged skipping 2024/11/27 01:02:18 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:18 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:18 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:18 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncIgnoreSize (3.57s) === RUN TestSyncIgnoreTimes run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:20 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/11/27 01:02:22 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:22 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:02:22 DEBUG : existing: Unchanged skipping 2024/11/27 01:02:22 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:22 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:22 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:22 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/11/27 01:02:22 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:22 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:22 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/11/27 01:02:23 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/27 01:02:23 INFO : existing: Copied (replaced existing) 2024/11/27 01:02:23 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncIgnoreTimes (4.53s) === RUN TestSyncIgnoreExisting run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:24 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/27 01:02:24 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:24 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:25 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/11/27 01:02:26 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/27 01:02:26 INFO : existing: Copied (new) 2024/11/27 01:02:26 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:26 DEBUG : existing: Destination exists, skipping 2024/11/27 01:02:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:26 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:26 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncIgnoreExisting (3.48s) === RUN TestSyncIgnoreErrors run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:29 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:02:31 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2024/11/27 01:02:32 DEBUG : d: Making directory 2024/11/27 01:02:33 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/27 01:02:33 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:02:33 DEBUG : c/non empty space: Unchanged skipping 2024/11/27 01:02:33 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:33 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:34 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:02:35 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/27 01:02:35 INFO : a/potato2: Copied (new) 2024/11/27 01:02:35 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:35 INFO : b/potato: Deleted 2024/11/27 01:02:35 INFO : d: Removing directory 2024/11/27 01:02:35 INFO : b: Removing directory 2024/11/27 01:02:36 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': deleted 2 directories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncIgnoreErrors (10.42s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:02:40 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:40 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2024/11/27 01:02:40 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/27 01:02:40 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/11/27 01:02:40 DEBUG : empty space: Unchanged skipping 2024/11/27 01:02:40 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:40 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:40 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:40 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2024/11/27 01:02:40 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:40 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/27 01:02:41 INFO : empty space: Updated modification time in destination 2024/11/27 01:02:41 DEBUG : empty space: Unchanged skipping 2024/11/27 01:02:41 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:41 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:41 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterChangingModtimeOnly (3.98s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:43 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:02:44 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:44 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2024/11/27 01:02:44 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/11/27 01:02:44 DEBUG : empty space: Unchanged skipping 2024/11/27 01:02:44 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:44 DEBUG : Waiting for deletions to finish 2024/11/27 01:02:44 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (2.98s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:46 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2024/11/27 01:02:47 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:47 DEBUG : foo: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2024/11/27 01:02:47 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone1227910646) 2024/11/27 01:02:47 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (OpenDrive root 'rclone-test-qanulih8yazu') 2024/11/27 01:02:47 DEBUG : foo: md5 differ 2024/11/27 01:02:47 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:47 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2024/11/27 01:02:48 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2024/11/27 01:02:48 INFO : foo: Copied (replaced existing) 2024/11/27 01:02:48 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncDoesntUpdateModtime (4.34s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:50 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:02:52 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/27 01:02:52 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:02:52 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:52 DEBUG : empty space: Unchanged skipping 2024/11/27 01:02:52 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:53 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2024/11/27 01:02:53 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/27 01:02:53 INFO : potato: Copied (new) 2024/11/27 01:02:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterAddingAFile (5.28s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:02:56 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2024/11/27 01:02:57 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/11/27 01:02:57 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:02:57 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:02:57 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:02:58 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2024/11/27 01:02:58 INFO : potato: Copied (replaced existing) 2024/11/27 01:02:58 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterChangingFilesSizeOnly (4.63s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:00 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:01 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/11/27 01:03:01 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:01 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone1227910646) 2024/11/27 01:03:01 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (OpenDrive root 'rclone-test-qanulih8yazu') 2024/11/27 01:03:01 DEBUG : potato: md5 differ 2024/11/27 01:03:01 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:01 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:02 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2024/11/27 01:03:02 INFO : potato: Copied (replaced existing) 2024/11/27 01:03:02 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterChangingContentsOnly (4.04s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:04 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:06 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:03:07 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:03:07 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/11/27 01:03:07 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:03:07 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:07 DEBUG : empty space: Unchanged skipping 2024/11/27 01:03:07 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:07 DEBUG : Waiting for deletions to finish 2024/11/27 01:03:07 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (4.60s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:09 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:10 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:03:12 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:03:12 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:03:12 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:12 DEBUG : empty space: Unchanged skipping 2024/11/27 01:03:12 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:12 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:03:13 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/27 01:03:13 INFO : potato2: Copied (new) 2024/11/27 01:03:13 DEBUG : Waiting for deletions to finish 2024/11/27 01:03:13 INFO : potato: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (6.65s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:16 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:18 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2024/11/27 01:03:18 DEBUG : d: Making directory 2024/11/27 01:03:19 DEBUG : d/e: Making directory 2024/11/27 01:03:20 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/27 01:03:20 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:03:20 DEBUG : c/non empty space: Unchanged skipping 2024/11/27 01:03:20 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:20 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:21 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:03:22 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/27 01:03:22 INFO : a/potato2: Copied (new) 2024/11/27 01:03:22 DEBUG : Waiting for deletions to finish 2024/11/27 01:03:22 INFO : b/potato: Deleted 2024/11/27 01:03:22 INFO : d/e: Removing directory 2024/11/27 01:03:23 INFO : d: Removing directory 2024/11/27 01:03:23 INFO : b: Removing directory 2024/11/27 01:03:23 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': deleted 3 directories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (10.87s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:27 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:28 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2024/11/27 01:03:29 DEBUG : d: Making directory 2024/11/27 01:03:30 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/27 01:03:31 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:03:31 DEBUG : c/non empty space: Unchanged skipping 2024/11/27 01:03:31 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:31 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:32 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:03:33 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/27 01:03:33 INFO : a/potato2: Copied (new) 2024/11/27 01:03:33 ERROR : OpenDrive root 'rclone-test-qanulih8yazu': not deleting files as there were IO errors 2024/11/27 01:03:33 ERROR : OpenDrive root 'rclone-test-qanulih8yazu': not deleting directories as there were IO errors run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (10.42s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:37 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:03:40 DEBUG : Waiting for deletions to finish 2024/11/27 01:03:40 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:03:40 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:03:40 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:40 DEBUG : empty space: Unchanged skipping 2024/11/27 01:03:40 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:40 INFO : potato: Deleted 2024/11/27 01:03:41 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:03:41 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/27 01:03:41 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncDeleteDuring (7.01s) === RUN TestSyncDeleteBefore run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:44 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:46 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:03:47 DEBUG : Waiting for deletions to finish 2024/11/27 01:03:47 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:47 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:48 INFO : potato: Deleted 2024/11/27 01:03:48 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:03:48 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:03:48 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:48 DEBUG : empty space: Unchanged skipping 2024/11/27 01:03:48 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:49 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:03:50 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/11/27 01:03:50 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncDeleteBefore (8.02s) === RUN TestCopyDeleteBefore run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:52 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/11/27 01:03:53 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:03:53 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:03:53 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:03:54 DEBUG : potato2: Uploading chunk 0, size=19, remain=0 2024/11/27 01:03:55 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2024/11/27 01:03:55 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestCopyDeleteBefore (5.19s) === RUN TestSyncWithExclude run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:03:57 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:03:58 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:04:00 DEBUG : enormous: Excluded (Size Filter) 2024/11/27 01:04:00 DEBUG : enormous: Excluded 2024/11/27 01:04:00 DEBUG : potato2: Excluded (Size Filter) 2024/11/27 01:04:00 DEBUG : potato2: Excluded 2024/11/27 01:04:00 DEBUG : potato2: Excluded (Size Filter) 2024/11/27 01:04:00 DEBUG : potato2: Excluded 2024/11/27 01:04:00 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:04:00 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:00 DEBUG : empty space: Unchanged skipping 2024/11/27 01:04:00 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:00 DEBUG : Waiting for deletions to finish 2024/11/27 01:04:00 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:00 DEBUG : enormous: Excluded (Size Filter) 2024/11/27 01:04:00 DEBUG : enormous: Excluded 2024/11/27 01:04:00 DEBUG : potato2: Excluded (Size Filter) 2024/11/27 01:04:00 DEBUG : potato2: Excluded 2024/11/27 01:04:00 DEBUG : potato2: Excluded (Size Filter) 2024/11/27 01:04:00 DEBUG : potato2: Excluded 2024/11/27 01:04:00 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2024/11/27 01:04:00 DEBUG : empty space: Unchanged skipping 2024/11/27 01:04:00 DEBUG : Local file system at /tmp/rclone1227910646: Waiting for checks to finish 2024/11/27 01:04:00 DEBUG : Local file system at /tmp/rclone1227910646: Waiting for transfers to finish 2024/11/27 01:04:00 DEBUG : Waiting for deletions to finish 2024/11/27 01:04:00 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncWithExclude (5.57s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:02 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:04:04 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:04:06 DEBUG : enormous: Uploading chunk 0, size=100, remain=0 2024/11/27 01:04:07 DEBUG : enormous: Excluded (Size Filter) 2024/11/27 01:04:07 DEBUG : enormous: Excluded 2024/11/27 01:04:07 DEBUG : potato2: Excluded (Size Filter) 2024/11/27 01:04:07 DEBUG : potato2: Excluded 2024/11/27 01:04:07 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:04:07 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:07 DEBUG : empty space: Unchanged skipping 2024/11/27 01:04:07 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:07 DEBUG : Waiting for deletions to finish 2024/11/27 01:04:07 INFO : enormous: Deleted 2024/11/27 01:04:08 INFO : potato2: Deleted 2024/11/27 01:04:08 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:08 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2024/11/27 01:04:08 DEBUG : empty space: Unchanged skipping 2024/11/27 01:04:08 DEBUG : Local file system at /tmp/rclone1227910646: Waiting for checks to finish 2024/11/27 01:04:08 DEBUG : Local file system at /tmp/rclone1227910646: Waiting for transfers to finish 2024/11/27 01:04:08 DEBUG : Waiting for deletions to finish 2024/11/27 01:04:08 INFO : enormous: Deleted 2024/11/27 01:04:08 INFO : potato2: Deleted 2024/11/27 01:04:08 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.55s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:10 DEBUG : one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:04:12 DEBUG : two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:04:14 DEBUG : three: Uploading chunk 0, size=5, remain=0 2024/11/27 01:04:15 DEBUG : four: Uploading chunk 0, size=8, remain=0 2024/11/27 01:04:17 DEBUG : five: Need to transfer - File not found at Destination 2024/11/27 01:04:17 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/11/27 01:04:17 DEBUG : one: Destination is newer than source, skipping 2024/11/27 01:04:17 DEBUG : three: Sizes identical 2024/11/27 01:04:17 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:17 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone1227910646) 2024/11/27 01:04:17 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (OpenDrive root 'rclone-test-qanulih8yazu') 2024/11/27 01:04:17 DEBUG : two: md5 differ 2024/11/27 01:04:17 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/11/27 01:04:17 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/11/27 01:04:17 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:17 DEBUG : four: Uploading chunk 0, size=4, remain=0 2024/11/27 01:04:17 DEBUG : two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:04:18 DEBUG : five: Uploading chunk 0, size=4, remain=0 2024/11/27 01:04:18 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/11/27 01:04:18 INFO : four: Copied (replaced existing) 2024/11/27 01:04:18 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/11/27 01:04:18 INFO : two: Copied (replaced existing) 2024/11/27 01:04:19 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/11/27 01:04:19 INFO : five: Copied (new) 2024/11/27 01:04:19 DEBUG : Waiting for deletions to finish 2024/11/27 01:04:19 DEBUG : one: Destination is newer than source, skipping 2024/11/27 01:04:19 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:19 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone1227910646) 2024/11/27 01:04:19 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (OpenDrive root 'rclone-test-qanulih8yazu') 2024/11/27 01:04:19 DEBUG : three: md5 differ 2024/11/27 01:04:19 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/11/27 01:04:19 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/11/27 01:04:19 DEBUG : five: Size and md5 of src and dst objects identical 2024/11/27 01:04:19 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/11/27 01:04:19 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/11/27 01:04:19 DEBUG : four: Size and md5 of src and dst objects identical 2024/11/27 01:04:19 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/11/27 01:04:19 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/11/27 01:04:19 DEBUG : two: Size and md5 of src and dst objects identical 2024/11/27 01:04:19 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/11/27 01:04:19 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:19 DEBUG : three: Uploading chunk 0, size=5, remain=0 2024/11/27 01:04:20 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2024/11/27 01:04:20 INFO : three: Copied (replaced existing) 2024/11/27 01:04:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (12.16s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1466: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1466: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:1538: Can track renames: true 2024/11/27 01:04:22 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Making map for --track-renames 2024/11/27 01:04:22 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Finished making map for --track-renames 2024/11/27 01:04:22 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:22 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/27 01:04:22 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for renames to finish 2024/11/27 01:04:22 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/27 01:04:22 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:22 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2024/11/27 01:04:23 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2024/11/27 01:04:23 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/11/27 01:04:23 INFO : potato: Copied (new) 2024/11/27 01:04:24 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/11/27 01:04:24 INFO : yam: Copied (new) 2024/11/27 01:04:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:24 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:04:24 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Making map for --track-renames 2024/11/27 01:04:24 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Finished making map for --track-renames 2024/11/27 01:04:24 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:24 DEBUG : potato: Unchanged skipping 2024/11/27 01:04:24 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for renames to finish 2024/11/27 01:04:24 DEBUG : yam: same parent dir (ODFfNzUzMzc3MF9GQ0h1eg) - using file/rename instead of move_copy for yaml 2024/11/27 01:04:24 INFO : yam: Moved (server-side) to: yaml 2024/11/27 01:04:24 INFO : yaml: Renamed from "yam" 2024/11/27 01:04:24 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:24 DEBUG : Waiting for deletions to finish 2024/11/27 01:04:24 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncWithTrackRenames (4.66s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:1610: Can track renames: true 2024/11/27 01:04:26 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Making map for --track-renames 2024/11/27 01:04:26 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Finished making map for --track-renames 2024/11/27 01:04:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:26 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/27 01:04:26 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/27 01:04:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for renames to finish 2024/11/27 01:04:26 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:27 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2024/11/27 01:04:27 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2024/11/27 01:04:28 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/11/27 01:04:28 INFO : yam: Copied (new) 2024/11/27 01:04:28 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/11/27 01:04:28 INFO : potato: Copied (new) 2024/11/27 01:04:28 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:28 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:04:28 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Making map for --track-renames 2024/11/27 01:04:28 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Finished making map for --track-renames 2024/11/27 01:04:28 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:28 DEBUG : potato: Unchanged skipping 2024/11/27 01:04:28 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for renames to finish 2024/11/27 01:04:29 DEBUG : yam: same parent dir (ODFfNzUzMzc3MF9GQ0h1eg) - using file/rename instead of move_copy for yaml 2024/11/27 01:04:29 INFO : yam: Moved (server-side) to: yaml 2024/11/27 01:04:29 INFO : yaml: Renamed from "yam" 2024/11/27 01:04:29 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:29 DEBUG : Waiting for deletions to finish 2024/11/27 01:04:29 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.57s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:1649: Can track renames: true 2024/11/27 01:04:31 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Making map for --track-renames 2024/11/27 01:04:31 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Finished making map for --track-renames 2024/11/27 01:04:31 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:31 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/27 01:04:31 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/11/27 01:04:31 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for renames to finish 2024/11/27 01:04:31 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:32 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2024/11/27 01:04:32 DEBUG : sub/yam: Uploading chunk 0, size=11, remain=0 2024/11/27 01:04:33 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/11/27 01:04:33 INFO : potato: Copied (new) 2024/11/27 01:04:33 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/11/27 01:04:33 INFO : sub/yam: Copied (new) 2024/11/27 01:04:33 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:34 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:04:34 DEBUG : potato: Unchanged skipping 2024/11/27 01:04:34 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Making map for --track-renames 2024/11/27 01:04:34 INFO : OpenDrive root 'rclone-test-qanulih8yazu': Finished making map for --track-renames 2024/11/27 01:04:34 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:34 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for renames to finish 2024/11/27 01:04:34 INFO : sub/yam: Moved (server-side) to: yam 2024/11/27 01:04:34 INFO : yam: Renamed from "sub/yam" 2024/11/27 01:04:34 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:34 DEBUG : Waiting for deletions to finish 2024/11/27 01:04:34 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (6.06s) === RUN TestServerSideMoveLocal run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:37 DEBUG : Creating backend with remote "/tmp/rclone1227910646/dir1" 2024/11/27 01:04:37 DEBUG : Creating backend with remote "/tmp/rclone1227910646/dir2" 2024/11/27 01:04:37 DEBUG : Local file system at /tmp/rclone1227910646/dir2: Using server-side directory move 2024/11/27 01:04:37 INFO : Local file system at /tmp/rclone1227910646/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/27 01:04:37 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/11/27 01:04:37 INFO : file1.txt: Moved (server-side) 2024/11/27 01:04:37 DEBUG : Local file system at /tmp/rclone1227910646/dir2: Waiting for checks to finish 2024/11/27 01:04:37 DEBUG : Local file system at /tmp/rclone1227910646/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.36s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:04:37 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/27 01:04:37 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:37 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:39 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:04:39 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2024/11/27 01:04:40 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:04:40 INFO : sub dir/hello world: Copied (new) 2024/11/27 01:04:40 INFO : sub dir/hello world: Deleted 2024/11/27 01:04:40 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/11/27 01:04:40 INFO : nested/sub dir/file: Copied (new) 2024/11/27 01:04:40 INFO : nested/sub dir/file: Deleted 2024/11/27 01:04:40 INFO : sub dir: Removing directory 2024/11/27 01:04:40 INFO : nested/sub dir: Removing directory 2024/11/27 01:04:40 INFO : nested: Removing directory 2024/11/27 01:04:40 DEBUG : Local file system at /tmp/rclone1227910646: deleted 3 directories run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestMoveWithDeleteEmptySrcDirs (6.26s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/27 01:04:43 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/27 01:04:43 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:43 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:45 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/11/27 01:04:45 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/11/27 01:04:45 INFO : sub dir/hello world: Copied (new) 2024/11/27 01:04:45 INFO : sub dir/hello world: Deleted 2024/11/27 01:04:46 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2024/11/27 01:04:47 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/11/27 01:04:47 INFO : nested/sub dir/file: Copied (new) 2024/11/27 01:04:47 INFO : nested/sub dir/file: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (6.32s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:50 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/27 01:04:50 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/11/27 01:04:50 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:50 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:51 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/11/27 01:04:51 DEBUG : existing-b: Uploading chunk 0, size=6, remain=0 2024/11/27 01:04:51 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/27 01:04:51 INFO : existing: Copied (new) 2024/11/27 01:04:51 INFO : existing: Deleted 2024/11/27 01:04:52 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2024/11/27 01:04:52 INFO : existing-b: Copied (new) 2024/11/27 01:04:52 INFO : existing-b: Deleted 2024/11/27 01:04:52 DEBUG : existing: Destination exists, skipping 2024/11/27 01:04:52 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/11/27 01:04:52 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:04:52 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:04:52 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestMoveWithIgnoreExisting (3.68s) === RUN TestServerSideMove run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:04:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lihegut0yira" 2024/11/27 01:04:54 DEBUG : Starting OpenDrive session with ID: 461a8946dcbf5a4127e8eed3cbb7be17a6407aad5bebfda225d266ea7a90b491 2024/11/27 01:04:55 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:04:57 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:04:59 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1705: Server side move (if possible) OpenDrive root 'rclone-test-qanulih8yazu' -> OpenDrive root 'rclone-test-lihegut0yira' 2024/11/27 01:05:01 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:05:03 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2024/11/27 01:05:04 DEBUG : OpenDrive root 'rclone-test-lihegut0yira': Using server-side directory move 2024/11/27 01:05:04 INFO : OpenDrive root 'rclone-test-lihegut0yira': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/27 01:05:04 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:05:04 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2024/11/27 01:05:04 DEBUG : empty space: Unchanged skipping 2024/11/27 01:05:04 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/27 01:05:04 DEBUG : OpenDrive root 'rclone-test-lihegut0yira': Waiting for checks to finish 2024/11/27 01:05:04 INFO : potato3: Deleted 2024/11/27 01:05:04 INFO : empty space: Deleted 2024/11/27 01:05:04 DEBUG : OpenDrive root 'rclone-test-lihegut0yira': Waiting for transfers to finish 2024/11/27 01:05:05 INFO : potato2: Moved (server-side) 2024/11/27 01:05:05 INFO : potato3: Moved (server-side) 2024/11/27 01:05:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nenifed4rino" 2024/11/27 01:05:05 DEBUG : Config file has changed externally - reloading 2024/11/27 01:05:06 DEBUG : Starting OpenDrive session with ID: 24441dcacf131124bf7ea6ca65bae46fdd467eb369123be042926954ac651d39 2024/11/27 01:05:06 DEBUG : OpenDrive root 'rclone-test-nenifed4rino': Using server-side directory move 2024/11/27 01:05:06 DEBUG : : same parent dir (0) - using folder/rename instead of move_copy 2024/11/27 01:05:06 INFO : OpenDrive root 'rclone-test-nenifed4rino': Server side directory move succeeded 2024/11/27 01:05:07 ERROR : : error listing: directory not found 2024/11/27 01:05:07 DEBUG : OpenDrive root 'rclone-test-nenifed4rino': Purge remote 2024/11/27 01:05:07 DEBUG : OpenDrive root 'rclone-test-lihegut0yira': Purge remote 2024/11/27 01:05:08 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (14.76s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:05:08 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tixokoh6buna" 2024/11/27 01:05:08 DEBUG : Starting OpenDrive session with ID: 5a0599372d5630d13f420034f749d0e5abefa7af1fd1d84c9ba71767ea7324d9 2024/11/27 01:05:10 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:05:12 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:05:13 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1705: Server side move (if possible) OpenDrive root 'rclone-test-qanulih8yazu' -> OpenDrive root 'rclone-test-tixokoh6buna' 2024/11/27 01:05:16 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:05:17 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2024/11/27 01:05:19 DEBUG : empty space: Excluded (Size Filter) 2024/11/27 01:05:19 DEBUG : empty space: Excluded 2024/11/27 01:05:19 DEBUG : empty space: Excluded (Size Filter) 2024/11/27 01:05:19 DEBUG : empty space: Excluded 2024/11/27 01:05:19 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:05:19 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/27 01:05:19 DEBUG : OpenDrive root 'rclone-test-tixokoh6buna': Waiting for checks to finish 2024/11/27 01:05:19 DEBUG : OpenDrive root 'rclone-test-tixokoh6buna': Waiting for transfers to finish 2024/11/27 01:05:19 INFO : potato3: Deleted 2024/11/27 01:05:19 INFO : potato2: Moved (server-side) 2024/11/27 01:05:20 INFO : potato3: Moved (server-side) 2024/11/27 01:05:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yamovel1reje" 2024/11/27 01:05:20 DEBUG : Starting OpenDrive session with ID: d94b54d1d8d65a6adfda23800c0793becb8503166f483121224c87bab43ea8d6 2024/11/27 01:05:21 DEBUG : empty space: Excluded (Size Filter) 2024/11/27 01:05:21 DEBUG : empty space: Excluded 2024/11/27 01:05:21 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:05:21 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/27 01:05:21 DEBUG : OpenDrive root 'rclone-test-yamovel1reje': Waiting for checks to finish 2024/11/27 01:05:21 DEBUG : OpenDrive root 'rclone-test-yamovel1reje': Waiting for transfers to finish 2024/11/27 01:05:22 INFO : potato2: Moved (server-side) 2024/11/27 01:05:22 INFO : potato3: Moved (server-side) 2024/11/27 01:05:22 DEBUG : OpenDrive root 'rclone-test-yamovel1reje': Purge remote 2024/11/27 01:05:22 DEBUG : OpenDrive root 'rclone-test-tixokoh6buna': Purge remote --- PASS: TestServerSideMoveWithFilter (15.31s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:05:23 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cobejab1heje" 2024/11/27 01:05:24 DEBUG : Starting OpenDrive session with ID: 2d62c0f6dc4f4dc63a733fc981161a59f533d66ba617afe634e13923b5cac335 2024/11/27 01:05:25 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/11/27 01:05:27 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:05:29 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 2024/11/27 01:05:29 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) OpenDrive root 'rclone-test-qanulih8yazu' -> OpenDrive root 'rclone-test-cobejab1heje' 2024/11/27 01:05:32 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/11/27 01:05:33 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2024/11/27 01:05:34 DEBUG : OpenDrive root 'rclone-test-cobejab1heje': Using server-side directory move 2024/11/27 01:05:34 INFO : OpenDrive root 'rclone-test-cobejab1heje': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/27 01:05:35 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/27 01:05:35 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2024/11/27 01:05:35 DEBUG : empty space: Unchanged skipping 2024/11/27 01:05:35 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/27 01:05:35 INFO : potato3: Deleted 2024/11/27 01:05:35 DEBUG : OpenDrive root 'rclone-test-cobejab1heje': Waiting for checks to finish 2024/11/27 01:05:35 INFO : empty space: Deleted 2024/11/27 01:05:35 DEBUG : OpenDrive root 'rclone-test-cobejab1heje': Waiting for transfers to finish 2024/11/27 01:05:36 INFO : potato2: Moved (server-side) 2024/11/27 01:05:36 INFO : potato3: Moved (server-side) 2024/11/27 01:05:36 INFO : tomatoDir: Removing directory 2024/11/27 01:05:36 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': deleted 1 directories 2024/11/27 01:05:36 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cefudah9yuve" 2024/11/27 01:05:37 DEBUG : Starting OpenDrive session with ID: 69a13946bada7d6c2ab0b7a87529ee3db1f58c6bffc0814f90ba3d89820a7df4 2024/11/27 01:05:37 DEBUG : tomatoDir: Making directory 2024/11/27 01:05:38 DEBUG : OpenDrive root 'rclone-test-cefudah9yuve': Using server-side directory move 2024/11/27 01:05:38 DEBUG : : same parent dir (0) - using folder/rename instead of move_copy 2024/11/27 01:05:38 INFO : OpenDrive root 'rclone-test-cefudah9yuve': Server side directory move succeeded 2024/11/27 01:05:39 ERROR : : error listing: directory not found 2024/11/27 01:05:39 ERROR : : error listing: directory not found 2024/11/27 01:05:39 DEBUG : OpenDrive root 'rclone-test-cefudah9yuve': Purge remote 2024/11/27 01:05:40 DEBUG : OpenDrive root 'rclone-test-cobejab1heje': Purge remote 2024/11/27 01:05:40 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (16.81s) === RUN TestServerSideMoveOverlap run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:1910: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.35s) === RUN TestSyncOverlap run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:05:40 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/rclone-sync-test" 2024/11/27 01:05:41 DEBUG : Starting OpenDrive session with ID: 0b6d370d229519377ad9271e722a72c73b48a21b484fcac0b2b6c9b50a7a4357 run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncOverlap (3.07s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:05:44 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/rclone-sync-test" 2024/11/27 01:05:44 DEBUG : Starting OpenDrive session with ID: ee4eb80d7bdc1adb391abe6b7ae105c2af914c7bea174021d47b4173b9eb6289 2024/11/27 01:05:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/rclone-sync-test-include/layer2" 2024/11/27 01:05:46 DEBUG : Starting OpenDrive session with ID: 74b3c2065c01923a5d4ae70f61cfbc96bf92cbec94f0a9ecee8de98562c1cc9c 2024/11/27 01:05:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/rclone-sync-test-ignore-file" 2024/11/27 01:05:48 DEBUG : Starting OpenDrive session with ID: 4acc0c7c70ffbaf8b2efee542832bd66a9a6e09ead9774a528866ac940af5c47 2024/11/27 01:05:50 DEBUG : rclone-sync-test-ignore-file/.ignore: Uploading chunk 0, size=1, remain=0 2024/11/27 01:05:52 DEBUG : rclone-sync-test: Excluded 2024/11/27 01:05:52 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/27 01:05:52 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/27 01:05:52 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/rclone-sync-test': Waiting for checks to finish 2024/11/27 01:05:52 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/rclone-sync-test': Waiting for transfers to finish 2024/11/27 01:05:52 DEBUG : Waiting for deletions to finish 2024/11/27 01:05:52 INFO : There was nothing to transfer 2024/11/27 01:05:53 DEBUG : rclone-sync-test: Excluded 2024/11/27 01:05:53 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/27 01:05:54 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/27 01:05:54 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:05:54 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:05:54 DEBUG : Waiting for deletions to finish 2024/11/27 01:05:54 INFO : rclone-sync-test-include: Removing directory 2024/11/27 01:05:54 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': deleted 1 directories 2024/11/27 01:05:54 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:05:54 DEBUG : rclone-sync-test: Excluded 2024/11/27 01:05:55 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/27 01:05:55 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/rclone-sync-test-include/layer2': Waiting for checks to finish 2024/11/27 01:05:55 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/rclone-sync-test-include/layer2': Waiting for transfers to finish 2024/11/27 01:05:55 DEBUG : Waiting for deletions to finish 2024/11/27 01:05:55 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:05:55 DEBUG : rclone-sync-test: Excluded 2024/11/27 01:05:55 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/27 01:05:55 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:05:55 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:05:55 DEBUG : Waiting for deletions to finish 2024/11/27 01:05:55 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:05:56 DEBUG : : Excluded 2024/11/27 01:05:56 DEBUG : rclone-sync-test: Excluded 2024/11/27 01:05:56 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/27 01:05:56 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/rclone-sync-test-ignore-file': Waiting for checks to finish 2024/11/27 01:05:56 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/rclone-sync-test-ignore-file': Waiting for transfers to finish 2024/11/27 01:05:56 DEBUG : Waiting for deletions to finish 2024/11/27 01:05:56 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncOverlapWithFilter (19.68s) === RUN TestSyncCompareDest run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:06:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dst" 2024/11/27 01:06:04 DEBUG : Starting OpenDrive session with ID: d3483b7ed10a3d53239694ef384aa71b563b009cca285b5b747f0058b4b35077 2024/11/27 01:06:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/CompareDest" 2024/11/27 01:06:05 DEBUG : Starting OpenDrive session with ID: 7d2d673ec2f7714dfa95a69ccb13e0e3f6d49b145c81e393b6f02f6096329c83 2024/11/27 01:06:06 DEBUG : one: Need to transfer - File not found at Destination 2024/11/27 01:06:06 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:06 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:08 DEBUG : one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:06:08 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/11/27 01:06:08 INFO : one: Copied (new) 2024/11/27 01:06:08 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:09 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:10 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:10 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:06:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/11/27 01:06:11 INFO : one: Copied (replaced existing) 2024/11/27 01:06:11 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:11 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:06:13 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:06:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:15 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:15 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:15 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/27 01:06:15 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:15 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:15 INFO : There was nothing to transfer 2024/11/27 01:06:16 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:06:18 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:18 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/27 01:06:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:18 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:18 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:18 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/27 01:06:18 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:18 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:18 INFO : There was nothing to transfer 2024/11/27 01:06:19 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:19 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/27 01:06:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:19 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:19 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:19 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/27 01:06:19 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:19 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:19 INFO : There was nothing to transfer sync_test.go:2175: No hash on uploaded file so skipping compare timestamp test 2024/11/27 01:06:20 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:20 DEBUG : two: Need to transfer - File not found at Destination 2024/11/27 01:06:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:20 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:21 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:21 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/27 01:06:21 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:21 DEBUG : two: Uploading chunk 0, size=5, remain=0 2024/11/27 01:06:22 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2024/11/27 01:06:22 INFO : two: Copied (new) 2024/11/27 01:06:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (21.29s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:06:26 DEBUG : pre-dest1/1: Uploading chunk 0, size=1, remain=0 2024/11/27 01:06:28 DEBUG : pre-dest2/2: Uploading chunk 0, size=1, remain=0 2024/11/27 01:06:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dest" 2024/11/27 01:06:30 DEBUG : Starting OpenDrive session with ID: 36c82507b1a32a0ebfaeb085db7e0dd4deb259c797933c0051277146f6734cfa 2024/11/27 01:06:31 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/pre-dest1" 2024/11/27 01:06:31 DEBUG : Starting OpenDrive session with ID: 33e83c68dbcfe6dbb981d26046b8ee4ebe93b21812b0ab34bac5d78d3e6e7123 2024/11/27 01:06:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/pre-dest2" 2024/11/27 01:06:32 DEBUG : Starting OpenDrive session with ID: 05156de02642555a49cf6fa740d0a9405b278c2e3331452a278ba06accae2578 2024/11/27 01:06:33 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:06:33 DEBUG : 1: Destination found in --compare-dest, skipping 2024/11/27 01:06:33 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:06:33 DEBUG : 2: Destination found in --compare-dest, skipping 2024/11/27 01:06:34 DEBUG : 3: Need to transfer - File not found at Destination 2024/11/27 01:06:34 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dest': Waiting for checks to finish 2024/11/27 01:06:34 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dest': Waiting for transfers to finish 2024/11/27 01:06:35 DEBUG : 3: Uploading chunk 0, size=1, remain=0 2024/11/27 01:06:36 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2024/11/27 01:06:36 INFO : 3: Copied (new) 2024/11/27 01:06:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (14.04s) === RUN TestSyncCopyDest run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:06:39 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dst" 2024/11/27 01:06:39 DEBUG : Starting OpenDrive session with ID: c49ed363b2663445e3c17c41bfc59e500976903d0de7a4bd37b23f78d49857d3 2024/11/27 01:06:40 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/CopyDest" 2024/11/27 01:06:40 DEBUG : Starting OpenDrive session with ID: 4949a957fe44ce06279692eb33653325e8169ccc126b38586b5a97405d7a5cf7 2024/11/27 01:06:41 DEBUG : one: Need to transfer - File not found at Destination 2024/11/27 01:06:41 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:41 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:43 DEBUG : one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:06:43 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/11/27 01:06:43 INFO : one: Copied (new) 2024/11/27 01:06:43 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:44 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:44 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:45 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:06:46 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/11/27 01:06:46 INFO : one: Copied (replaced existing) 2024/11/27 01:06:46 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:46 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:06:49 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:06:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/BackupDir" 2024/11/27 01:06:51 DEBUG : Starting OpenDrive session with ID: b35ff66007b74679011650d7a2a12c8da64af9c12a6990eeb1dca6300b007ffb 2024/11/27 01:06:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:52 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:52 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/27 01:06:53 INFO : one: Moved (server-side) 2024/11/27 01:06:53 DEBUG : one: Dst hash empty - aborting Src hash check 2024/11/27 01:06:53 INFO : one: Copied (server-side copy) 2024/11/27 01:06:53 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/27 01:06:53 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:53 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:54 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:06:56 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:57 DEBUG : two: Dst hash empty - aborting Src hash check 2024/11/27 01:06:57 INFO : two: Copied (server-side copy) 2024/11/27 01:06:57 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/27 01:06:57 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:57 DEBUG : one: Unchanged skipping 2024/11/27 01:06:57 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:57 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:57 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:57 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:57 DEBUG : one: Unchanged skipping 2024/11/27 01:06:57 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:06:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:06:57 DEBUG : two: Unchanged skipping 2024/11/27 01:06:57 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:06:57 DEBUG : Waiting for deletions to finish 2024/11/27 01:06:57 INFO : There was nothing to transfer 2024/11/27 01:06:59 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2024/11/27 01:07:00 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/27 01:07:00 DEBUG : three: Destination not found in --copy-dest 2024/11/27 01:07:00 DEBUG : three: Need to transfer - File not found at Destination 2024/11/27 01:07:00 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:07:00 DEBUG : one: Unchanged skipping 2024/11/27 01:07:00 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/27 01:07:00 DEBUG : two: Unchanged skipping 2024/11/27 01:07:00 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:07:00 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:07:01 DEBUG : three: Uploading chunk 0, size=7, remain=0 2024/11/27 01:07:02 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2024/11/27 01:07:02 INFO : three: Copied (new) 2024/11/27 01:07:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (26.90s) === RUN TestSyncBackupDir run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:07:07 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:07:08 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:07:10 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/11/27 01:07:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dst" 2024/11/27 01:07:12 DEBUG : Starting OpenDrive session with ID: 63f9de5b99e1f2c3e0a37f17cbd1bbe1f1ec5f21e6cebd40de619113296f7c79 2024/11/27 01:07:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/backup" 2024/11/27 01:07:13 DEBUG : Starting OpenDrive session with ID: 4ff30bbb311597f9a879c38da09bcb6a3ec97a490243b934f4733639f20462d6 2024/11/27 01:07:14 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/27 01:07:14 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:07:14 DEBUG : two: Unchanged skipping 2024/11/27 01:07:14 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:07:15 INFO : one: Moved (server-side) 2024/11/27 01:07:15 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:07:16 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/11/27 01:07:17 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/27 01:07:17 INFO : one: Copied (new) 2024/11/27 01:07:17 DEBUG : Waiting for deletions to finish 2024/11/27 01:07:18 INFO : three.txt: Moved (server-side) 2024/11/27 01:07:18 INFO : three.txt: Moved into backup dir 2024/11/27 01:07:19 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2024/11/27 01:07:20 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/27 01:07:20 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:07:20 DEBUG : two: Unchanged skipping 2024/11/27 01:07:20 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:07:21 INFO : one: Deleted 2024/11/27 01:07:21 INFO : one: Moved (server-side) 2024/11/27 01:07:21 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:07:22 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:07:23 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/27 01:07:23 INFO : one: Copied (new) 2024/11/27 01:07:23 DEBUG : Waiting for deletions to finish 2024/11/27 01:07:23 INFO : three.txt: Deleted 2024/11/27 01:07:23 INFO : three.txt: Moved (server-side) 2024/11/27 01:07:23 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (20.52s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:07:27 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:07:29 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:07:31 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/11/27 01:07:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dst" 2024/11/27 01:07:32 DEBUG : Config file has changed externally - reloading 2024/11/27 01:07:33 DEBUG : Starting OpenDrive session with ID: 762ada591f9d3efbe8ef0e2b3a0325165e85525719401c82467923e582927372 2024/11/27 01:07:33 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/backup" 2024/11/27 01:07:34 DEBUG : Starting OpenDrive session with ID: 4bcc140e0632d671e3ee1473b4f7d9c453a022ee38498a4827b45e523813b0bd 2024/11/27 01:07:35 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/27 01:07:35 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:07:35 DEBUG : two: Unchanged skipping 2024/11/27 01:07:35 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:07:36 INFO : one: Moved (server-side) to: one.bak 2024/11/27 01:07:36 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:07:36 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/11/27 01:07:37 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/27 01:07:37 INFO : one: Copied (new) 2024/11/27 01:07:37 DEBUG : Waiting for deletions to finish 2024/11/27 01:07:38 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/27 01:07:38 INFO : three.txt: Moved into backup dir 2024/11/27 01:07:39 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2024/11/27 01:07:41 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/27 01:07:41 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:07:41 DEBUG : two: Unchanged skipping 2024/11/27 01:07:41 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:07:41 INFO : one.bak: Deleted 2024/11/27 01:07:42 INFO : one: Moved (server-side) to: one.bak 2024/11/27 01:07:42 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:07:42 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:07:43 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/27 01:07:43 INFO : one: Copied (new) 2024/11/27 01:07:43 DEBUG : Waiting for deletions to finish 2024/11/27 01:07:44 INFO : three.txt.bak: Deleted 2024/11/27 01:07:44 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/27 01:07:44 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (20.17s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:07:47 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:07:49 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:07:51 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/11/27 01:07:52 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dst" 2024/11/27 01:07:53 DEBUG : Starting OpenDrive session with ID: 996dfbd15edb1e4ff05549d7234ad03f52ea8ed2f502c367c5910232cda40ba7 2024/11/27 01:07:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/backup" 2024/11/27 01:07:53 DEBUG : Starting OpenDrive session with ID: 2bf1c64353372822512eaec0dabe01633c775843c33eb4da74db5d90ee7b2071 2024/11/27 01:07:54 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/27 01:07:54 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:07:54 DEBUG : two: Unchanged skipping 2024/11/27 01:07:54 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:07:55 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/27 01:07:55 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:07:56 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/11/27 01:07:57 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/27 01:07:57 INFO : one: Copied (new) 2024/11/27 01:07:57 DEBUG : Waiting for deletions to finish 2024/11/27 01:07:57 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/27 01:07:57 INFO : three.txt: Moved into backup dir 2024/11/27 01:07:59 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2024/11/27 01:08:00 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/27 01:08:00 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:08:00 DEBUG : two: Unchanged skipping 2024/11/27 01:08:00 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:08:00 INFO : one-2019-01-01: Deleted 2024/11/27 01:08:01 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/27 01:08:01 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:08:02 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:08:03 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/27 01:08:03 INFO : one: Copied (new) 2024/11/27 01:08:03 DEBUG : Waiting for deletions to finish 2024/11/27 01:08:03 INFO : three-2019-01-01.txt: Deleted 2024/11/27 01:08:03 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/27 01:08:03 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (19.42s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:08:07 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:08:09 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:08:10 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/11/27 01:08:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dst" 2024/11/27 01:08:12 DEBUG : Starting OpenDrive session with ID: 3a14025c72533440e3f8f7d1133343b64a20052742be5e225c737fad1df88bdc 2024/11/27 01:08:13 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/27 01:08:13 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:08:13 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:08:13 DEBUG : two: Unchanged skipping 2024/11/27 01:08:13 DEBUG : one: same parent dir (ODFfNzUzMzkzN19UWG50YQ) - using file/rename instead of move_copy for one.bak 2024/11/27 01:08:13 INFO : one: Moved (server-side) to: one.bak 2024/11/27 01:08:13 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:08:14 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/11/27 01:08:15 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/27 01:08:15 INFO : one: Copied (new) 2024/11/27 01:08:15 DEBUG : Waiting for deletions to finish 2024/11/27 01:08:15 DEBUG : three.txt: same parent dir (ODFfNzUzMzkzN19UWG50YQ) - using file/rename instead of move_copy for three.txt.bak 2024/11/27 01:08:15 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/27 01:08:15 INFO : three.txt: Moved into backup dir 2024/11/27 01:08:16 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2024/11/27 01:08:18 DEBUG : one.bak: Excluded (Path Filter) 2024/11/27 01:08:18 DEBUG : one.bak: Excluded 2024/11/27 01:08:18 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/11/27 01:08:18 DEBUG : three.txt.bak: Excluded 2024/11/27 01:08:18 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/27 01:08:18 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:08:18 DEBUG : two: Unchanged skipping 2024/11/27 01:08:18 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for checks to finish 2024/11/27 01:08:18 INFO : one.bak: Deleted 2024/11/27 01:08:18 DEBUG : one: same parent dir (ODFfNzUzMzkzN19UWG50YQ) - using file/rename instead of move_copy for one.bak 2024/11/27 01:08:19 INFO : one: Moved (server-side) to: one.bak 2024/11/27 01:08:19 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu/dst': Waiting for transfers to finish 2024/11/27 01:08:19 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:08:20 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/27 01:08:20 INFO : one: Copied (new) 2024/11/27 01:08:20 DEBUG : Waiting for deletions to finish 2024/11/27 01:08:21 INFO : three.txt.bak: Deleted 2024/11/27 01:08:21 DEBUG : three.txt: same parent dir (ODFfNzUzMzkzN19UWG50YQ) - using file/rename instead of move_copy for three.txt.bak 2024/11/27 01:08:21 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/27 01:08:21 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (17.29s) === RUN TestSyncSuffix run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:08:24 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:08:26 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:08:27 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/11/27 01:08:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dst" 2024/11/27 01:08:29 DEBUG : Starting OpenDrive session with ID: 563400c794dfaf43360ee3240c4dd181b04838ecafb92c1569b8c6d48fc59428 2024/11/27 01:08:30 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/27 01:08:30 DEBUG : one: same parent dir (ODFfNzUzMzkzOF9PZDFZYQ) - using file/rename instead of move_copy for one.bak 2024/11/27 01:08:30 INFO : one: Moved (server-side) to: one.bak 2024/11/27 01:08:31 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/11/27 01:08:32 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/27 01:08:32 INFO : one: Copied (new) 2024/11/27 01:08:32 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:08:32 DEBUG : two: Unchanged skipping 2024/11/27 01:08:33 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/27 01:08:33 DEBUG : three.txt: same parent dir (ODFfNzUzMzkzOF9PZDFZYQ) - using file/rename instead of move_copy for three.txt.bak 2024/11/27 01:08:33 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/27 01:08:34 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2024/11/27 01:08:35 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/11/27 01:08:35 INFO : three.txt: Copied (new) 2024/11/27 01:08:36 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/27 01:08:36 INFO : one.bak: Deleted 2024/11/27 01:08:36 DEBUG : one: same parent dir (ODFfNzUzMzkzOF9PZDFZYQ) - using file/rename instead of move_copy for one.bak 2024/11/27 01:08:36 INFO : one: Moved (server-side) to: one.bak 2024/11/27 01:08:37 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:08:38 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/27 01:08:38 INFO : one: Copied (new) 2024/11/27 01:08:38 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:08:38 DEBUG : two: Unchanged skipping 2024/11/27 01:08:38 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/27 01:08:39 INFO : three.txt.bak: Deleted 2024/11/27 01:08:39 DEBUG : three.txt: same parent dir (ODFfNzUzMzkzOF9PZDFZYQ) - using file/rename instead of move_copy for three.txt.bak 2024/11/27 01:08:39 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/27 01:08:40 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2024/11/27 01:08:41 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/11/27 01:08:41 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (20.01s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:08:44 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/11/27 01:08:46 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/11/27 01:08:47 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/11/27 01:08:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qanulih8yazu/dst" 2024/11/27 01:08:49 DEBUG : Starting OpenDrive session with ID: 214dba8c724ec367ac8fa1cd05645044d5508d1ba37cc75e1365be9e071813dd 2024/11/27 01:08:50 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/27 01:08:50 DEBUG : one: same parent dir (ODFfNzUzMzkzOV9VTEF2QQ) - using file/rename instead of move_copy for one-2019-01-01 2024/11/27 01:08:50 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/27 01:08:51 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/11/27 01:08:52 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/11/27 01:08:52 INFO : one: Copied (new) 2024/11/27 01:08:52 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:08:52 DEBUG : two: Unchanged skipping 2024/11/27 01:08:52 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/27 01:08:53 DEBUG : three.txt: same parent dir (ODFfNzUzMzkzOV9VTEF2QQ) - using file/rename instead of move_copy for three-2019-01-01.txt 2024/11/27 01:08:53 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/27 01:08:54 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2024/11/27 01:08:54 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/11/27 01:08:54 INFO : three.txt: Copied (new) 2024/11/27 01:08:55 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/27 01:08:56 INFO : one-2019-01-01: Deleted 2024/11/27 01:08:56 DEBUG : one: same parent dir (ODFfNzUzMzkzOV9VTEF2QQ) - using file/rename instead of move_copy for one-2019-01-01 2024/11/27 01:08:56 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/27 01:08:57 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/11/27 01:08:58 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/11/27 01:08:58 INFO : one: Copied (new) 2024/11/27 01:08:58 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:08:58 DEBUG : two: Unchanged skipping 2024/11/27 01:08:58 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/27 01:08:59 INFO : three-2019-01-01.txt: Deleted 2024/11/27 01:08:59 DEBUG : three.txt: same parent dir (ODFfNzUzMzkzOV9VTEF2QQ) - using file/rename instead of move_copy for three-2019-01-01.txt 2024/11/27 01:08:59 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/27 01:09:00 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2024/11/27 01:09:01 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/11/27 01:09:01 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (20.06s) === RUN TestSyncUTFNorm run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:09:04 DEBUG : Testêé: Uploading chunk 0, size=18, remain=0 2024/11/27 01:09:05 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:09:05 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/11/27 01:09:05 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:09:05 DEBUG : Testêé: Uploading chunk 0, size=14, remain=0 2024/11/27 01:09:06 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2024/11/27 01:09:06 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/11/27 01:09:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.01s) === RUN TestSyncImmutable run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:09:07 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/27 01:09:07 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:09:07 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:09:08 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:09 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/11/27 01:09:09 INFO : existing: Copied (new) 2024/11/27 01:09:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:09:10 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/11/27 01:09:10 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/11/27 01:09:10 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:09:10 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:09:10 ERROR : OpenDrive root 'rclone-test-qanulih8yazu': not deleting files as there were IO errors 2024/11/27 01:09:10 ERROR : OpenDrive root 'rclone-test-qanulih8yazu': not deleting directories as there were IO errors run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncImmutable (4.14s) === RUN TestSyncIgnoreCase run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:2606: Skipping test as local or remote are case-insensitive --- SKIP: TestSyncIgnoreCase (0.35s) === RUN TestFixCase run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:09:12 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:14 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 2024/11/27 01:09:17 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: Uploading chunk 0, size=8, remain=0 2024/11/27 01:09:19 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Uploading chunk 0, size=8, remain=0 2024/11/27 01:09:21 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:09:21 DEBUG : existing: Unchanged skipping 2024/11/27 01:09:21 DEBUG : existingbutdifferent: Sizes differ (src 5 vs dst 8) 2024/11/27 01:09:21 DEBUG : subdira-rclone-move-cexulud0: same parent dir (ODFfNzUzMzc3MF9GQ0h1eg) - using folder/rename instead of move_copy 2024/11/27 01:09:21 DEBUG : EXISTING: moving to existing-rclone-move-wonahuz9 2024/11/27 01:09:21 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent-rclone-move-tuzebeq8 2024/11/27 01:09:22 DEBUG : subdira: same parent dir (ODFfNzUzMzc3MF9GQ0h1eg) - using folder/rename instead of move_copy 2024/11/27 01:09:22 DEBUG : EXISTINGBUTDIFFERENT: same parent dir (ODFfNzUzMzc3MF9GQ0h1eg) - using file/rename instead of move_copy for existingbutdifferent-rclone-move-tuzebeq8 2024/11/27 01:09:22 INFO : SUBDIRA: Fixed case by renaming to: subdira 2024/11/27 01:09:22 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent-rclone-move-tuzebeq8 2024/11/27 01:09:22 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent 2024/11/27 01:09:22 DEBUG : EXISTING: same parent dir (ODFfNzUzMzc3MF9GQ0h1eg) - using file/rename instead of move_copy for existing-rclone-move-wonahuz9 2024/11/27 01:09:23 INFO : EXISTING: Moved (server-side) to: existing-rclone-move-wonahuz9 2024/11/27 01:09:23 DEBUG : EXISTING: moving to existing 2024/11/27 01:09:23 DEBUG : existingbutdifferent-rclone-move-tuzebeq8: same parent dir (ODFfNzUzMzc3MF9GQ0h1eg) - using file/rename instead of move_copy for existingbutdifferent 2024/11/27 01:09:23 DEBUG : subdira/subdirb-rclone-move-deyogow9: same parent dir (ODFfNzUzMzk0NF9oM1JEVg) - using folder/rename instead of move_copy 2024/11/27 01:09:23 INFO : existingbutdifferent-rclone-move-tuzebeq8: Moved (server-side) to: existingbutdifferent 2024/11/27 01:09:23 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent 2024/11/27 01:09:23 INFO : EXISTINGBUTDIFFERENT: Fixed case by renaming to: existingbutdifferent 2024/11/27 01:09:24 DEBUG : existingbutdifferent: Uploading chunk 0, size=5, remain=0 2024/11/27 01:09:24 DEBUG : existing-rclone-move-wonahuz9: same parent dir (ODFfNzUzMzc3MF9GQ0h1eg) - using file/rename instead of move_copy for existing 2024/11/27 01:09:24 DEBUG : subdira/subdirb: same parent dir (ODFfNzUzMzk0NF9oM1JEVg) - using folder/rename instead of move_copy 2024/11/27 01:09:24 INFO : existing-rclone-move-wonahuz9: Moved (server-side) to: existing 2024/11/27 01:09:24 INFO : EXISTING: Moved (server-side) to: existing 2024/11/27 01:09:24 INFO : EXISTING: Fixed case by renaming to: existing 2024/11/27 01:09:24 INFO : SUBDIRA/subdirb: Fixed case by renaming to: subdira/subdirb 2024/11/27 01:09:25 DEBUG : existingbutdifferent: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2024/11/27 01:09:25 INFO : existingbutdifferent: Copied (replaced existing) 2024/11/27 01:09:25 DEBUG : subdira/subdirb/subdirc-rclone-move-noxucob4: same parent dir (ODFfNzUzMzk0NV9uTktXeg) - using folder/rename instead of move_copy 2024/11/27 01:09:26 DEBUG : subdira/subdirb/subdirc: same parent dir (ODFfNzUzMzk0NV9uTktXeg) - using folder/rename instead of move_copy 2024/11/27 01:09:26 INFO : SUBDIRA/subdirb/SUBDIRC: Fixed case by renaming to: subdira/subdirb/subdirc 2024/11/27 01:09:27 DEBUG : subdira/subdirb/subdirc/hello: Sizes differ (src 5 vs dst 8) 2024/11/27 01:09:27 DEBUG : subdira/subdirb/subdirc/subdird-rclone-move-modeget1: same parent dir (ODFfNzUzMzk0Nl9MUFdnWQ) - using folder/rename instead of move_copy 2024/11/27 01:09:27 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello-rclone-move-vamiwov9 2024/11/27 01:09:28 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: same parent dir (ODFfNzUzMzk0Nl9MUFdnWQ) - using file/rename instead of move_copy for subdira/subdirb/subdirc/hello-rclone-move-vamiwov9 2024/11/27 01:09:28 DEBUG : subdira/subdirb/subdirc/subdird: same parent dir (ODFfNzUzMzk0Nl9MUFdnWQ) - using folder/rename instead of move_copy 2024/11/27 01:09:28 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello-rclone-move-vamiwov9 2024/11/27 01:09:28 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello 2024/11/27 01:09:28 INFO : SUBDIRA/subdirb/SUBDIRC/subdird: Fixed case by renaming to: subdira/subdirb/subdirc/subdird 2024/11/27 01:09:28 DEBUG : subdira/subdirb/subdirc/hello-rclone-move-vamiwov9: same parent dir (ODFfNzUzMzk0Nl9MUFdnWQ) - using file/rename instead of move_copy for subdira/subdirb/subdirc/hello 2024/11/27 01:09:28 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Sizes differ (src 5 vs dst 8) 2024/11/27 01:09:28 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:09:28 INFO : subdira/subdirb/subdirc/hello-rclone-move-vamiwov9: Moved (server-side) to: subdira/subdirb/subdirc/hello 2024/11/27 01:09:28 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello 2024/11/27 01:09:28 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Fixed case by renaming to: subdira/subdirb/subdirc/hello 2024/11/27 01:09:28 DEBUG : subdira/subdirb/subdirc/hello: Uploading chunk 0, size=5, remain=0 2024/11/27 01:09:28 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-bugidiz3 2024/11/27 01:09:29 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: same parent dir (ODFfNzUzMzk0N182a2U0eg) - using file/rename instead of move_copy for subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-bugidiz3 2024/11/27 01:09:29 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-bugidiz3 2024/11/27 01:09:29 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/27 01:09:29 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-bugidiz3: same parent dir (ODFfNzUzMzk0N182a2U0eg) - using file/rename instead of move_copy for subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/27 01:09:29 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-bugidiz3: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/27 01:09:29 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/27 01:09:29 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Fixed case by renaming to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/27 01:09:29 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:09:29 DEBUG : subdira/subdirb/subdirc/hello: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2024/11/27 01:09:29 INFO : subdira/subdirb/subdirc/hello: Copied (replaced existing) 2024/11/27 01:09:30 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Uploading chunk 0, size=5, remain=0 2024/11/27 01:09:31 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: md5 = 81bdd90fd4bc5a1c9b7b603014ff1388 OK 2024/11/27 01:09:31 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (replaced existing) 2024/11/27 01:09:31 DEBUG : Waiting for deletions to finish --- PASS: TestFixCase (23.15s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.02s) --- SKIP: TestMaxTransfer/Hard (0.34s) --- SKIP: TestMaxTransfer/Soft (0.34s) --- SKIP: TestMaxTransfer/Cautious (0.34s) === RUN TestSyncConcurrentDelete run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:09:36 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:38 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:40 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:41 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:43 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:45 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:47 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:49 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:50 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:52 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:54 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:56 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:57 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2024/11/27 01:09:59 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:01 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:03 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:05 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:07 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:08 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:10 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:12 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:13 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:15 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:16 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:18 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:20 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:22 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:23 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:25 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:27 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:28 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:30 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:32 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:34 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:35 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:37 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:39 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:41 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:43 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:44 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:46 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:10:46 DEBUG : both0: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both12: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both13: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both14: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both15: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both1: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both17: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both10: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both19: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both2: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both3: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both4: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both5: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both6: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both11: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both8: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:10:46 DEBUG : both9: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both16: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both18: Unchanged skipping 2024/11/27 01:10:46 DEBUG : both7: Unchanged skipping 2024/11/27 01:10:46 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:10:46 DEBUG : Waiting for deletions to finish 2024/11/27 01:10:46 INFO : only13: Deleted 2024/11/27 01:10:46 INFO : only2: Deleted 2024/11/27 01:10:46 INFO : only5: Deleted 2024/11/27 01:10:46 INFO : only6: Deleted 2024/11/27 01:10:46 INFO : only9: Deleted 2024/11/27 01:10:46 INFO : only19: Deleted 2024/11/27 01:10:46 INFO : only3: Deleted 2024/11/27 01:10:46 INFO : only8: Deleted 2024/11/27 01:10:47 INFO : only10: Deleted 2024/11/27 01:10:47 INFO : only12: Deleted 2024/11/27 01:10:47 INFO : only18: Deleted 2024/11/27 01:10:47 INFO : only4: Deleted 2024/11/27 01:10:47 INFO : only16: Deleted 2024/11/27 01:10:47 INFO : only17: Deleted 2024/11/27 01:10:47 INFO : only7: Deleted 2024/11/27 01:10:47 INFO : only0: Deleted 2024/11/27 01:10:47 INFO : only1: Deleted 2024/11/27 01:10:47 INFO : only11: Deleted 2024/11/27 01:10:47 INFO : only14: Deleted 2024/11/27 01:10:47 INFO : only15: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncConcurrentDelete (75.96s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:10:52 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:54 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:56 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:58 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2024/11/27 01:10:59 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:01 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:03 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:04 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:06 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:08 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:09 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:11 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:13 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:14 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:16 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:18 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:20 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:21 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:23 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:25 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:26 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:28 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:30 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:32 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:33 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:35 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:37 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:39 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:40 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:42 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:44 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:46 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:47 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:49 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:50 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:52 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:54 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:55 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:57 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2024/11/27 01:11:59 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2024/11/27 01:12:01 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for checks to finish 2024/11/27 01:12:01 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both0: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both12: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both13: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both14: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both15: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both16: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both17: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both18: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both19: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both2: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both3: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both4: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both5: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both6: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both7: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both8: Unchanged skipping 2024/11/27 01:12:01 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/11/27 01:12:01 DEBUG : both9: Unchanged skipping 2024/11/27 01:12:01 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : both1: Unchanged skipping 2024/11/27 01:12:01 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : both11: Unchanged skipping 2024/11/27 01:12:01 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : both10: Unchanged skipping 2024/11/27 01:12:01 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/11/27 01:12:01 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Waiting for transfers to finish 2024/11/27 01:12:02 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:02 INFO : only0: Copied (replaced existing) 2024/11/27 01:12:03 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:03 INFO : only11: Copied (replaced existing) 2024/11/27 01:12:03 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:03 INFO : only1: Copied (replaced existing) 2024/11/27 01:12:03 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:03 INFO : only12: Copied (replaced existing) 2024/11/27 01:12:04 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:04 INFO : only13: Copied (replaced existing) 2024/11/27 01:12:07 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:07 INFO : only10: Copied (replaced existing) 2024/11/27 01:12:07 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:07 INFO : only14: Copied (replaced existing) 2024/11/27 01:12:07 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:07 INFO : only16: Copied (replaced existing) 2024/11/27 01:12:08 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:08 INFO : only15: Copied (replaced existing) 2024/11/27 01:12:08 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:08 INFO : only17: Copied (replaced existing) 2024/11/27 01:12:08 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:08 INFO : only19: Copied (replaced existing) 2024/11/27 01:12:09 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:09 INFO : only18: Copied (replaced existing) 2024/11/27 01:12:10 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:10 INFO : only7: Copied (replaced existing) 2024/11/27 01:12:13 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:13 INFO : only9: Copied (replaced existing) 2024/11/27 01:12:13 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:13 INFO : only2: Copied (replaced existing) 2024/11/27 01:12:13 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:13 INFO : only4: Copied (replaced existing) 2024/11/27 01:12:14 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:14 INFO : only5: Copied (replaced existing) 2024/11/27 01:12:14 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:14 INFO : only3: Copied (replaced existing) 2024/11/27 01:12:17 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:17 INFO : only8: Copied (replaced existing) 2024/11/27 01:12:19 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/11/27 01:12:19 INFO : only6: Copied (replaced existing) 2024/11/27 01:12:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestSyncConcurrentTruncate (95.71s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:12:27 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/27 01:12:27 DEBUG : sub dir: Making directory 2024/11/27 01:12:28 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestNothingToTransferWithEmptyDirs (16.24s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" 2024/11/27 01:12:44 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/27 01:12:44 DEBUG : sub dir: Making directory 2024/11/27 01:12:44 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-qanulih8yazu'", Local "Local file system at /tmp/rclone1227910646", Modify Window "1s" --- PASS: TestNothingToTransferWithoutEmptyDirs (16.16s) PASS 2024/11/27 01:13:00 DEBUG : OpenDrive root 'rclone-test-qanulih8yazu': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 12m42.284678307s (try 1/5)