"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2024/12/21 03:52:42 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi" 2024/12/21 03:52:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:52:43 DEBUG : Starting OpenDrive session with ID: 29b0585eafb27fa82c8207f549a9914eda2f71198ad08d3354d7e2d9a1f43561 2024/12/21 03:52:43 DEBUG : Creating backend with remote "/tmp/rclone1270842093" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy 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-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:52:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:52:44 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/12/21 03:52:44 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:52:44 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyWithDryRun (1.52s) === RUN TestCopy run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:52:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/21 03:52:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:52:45 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:52:45 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:52:46 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:52:47 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:52:47 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:52:47 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (4.04s) === RUN TestCopyMetadata run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.41s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", 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-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:52:49 DEBUG : Creating backend with remote "/non-existing" 2024/12/21 03:52:49 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/12/21 03:52:49 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:52:49 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:52:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:52:50 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:52:50 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:52:51 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:52:52 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:52:52 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyNoTraverse (4.02s) === RUN TestCopyCheckFirst run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:52:54 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Running all checks before starting transfers 2024/12/21 03:52:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:52:54 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:52:54 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Checks finished, now starting transfers 2024/12/21 03:52:54 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:52:56 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:52:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:52:57 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyCheckFirst (4.11s) === RUN TestSyncNoTraverse run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:52:58 ERROR : Ignoring --no-traverse with sync 2024/12/21 03:52:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:52:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:52:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:00 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:01 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:01 INFO : sub dir/hello world: Copied (new) 2024/12/21 03:53:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" run.go:125: removing dir "sub dir" failed - try 1/3: folder not empty --- PASS: TestSyncNoTraverse (5.53s) === RUN TestCopyWithDepth run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:04 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/12/21 03:53:04 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:04 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:05 DEBUG : hello world2: Uploading chunk 0, size=12, remain=0 2024/12/21 03:53:06 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2024/12/21 03:53:06 INFO : hello world2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyWithDepth (2.91s) === RUN TestCopyWithFilesFrom run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:07 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:53:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:08 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:09 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:09 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyWithFilesFrom (3.05s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:10 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:53:10 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:10 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:11 DEBUG : potato2: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:12 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:12 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyWithFilesFromAndNoTraverse (4.14s) === RUN TestCopyEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:14 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/12/21 03:53:14 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/21 03:53:14 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/12/21 03:53:14 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/21 03:53:14 DEBUG : sub dir: Making directory 2024/12/21 03:53:14 DEBUG : sub dir2: Making directory 2024/12/21 03:53:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:53:15 DEBUG : sub dir2/sub sub dir2: Making directory 2024/12/21 03:53:15 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:15 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:16 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:17 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:17 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:17 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (5.60s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:20 DEBUG : sub dir2: Making directory 2024/12/21 03:53:20 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/12/21 03:53:20 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/21 03:53:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:53:20 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:20 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:21 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:22 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (3.53s) === RUN TestMoveEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:23 DEBUG : sub dir2: Making directory with metadata 2024/12/21 03:53:23 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/21 03:53:23 DEBUG : sub dir: Making directory 2024/12/21 03:53:24 DEBUG : sub dir2: Making directory 2024/12/21 03:53:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:53:24 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:24 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:25 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:26 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:26 INFO : sub dir/hello world: Copied (new) 2024/12/21 03:53:26 INFO : sub dir/hello world: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:26 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/12/21 03:53:26 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (4.92s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", 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-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:28 DEBUG : sub dir2: Making directory 2024/12/21 03:53:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:53:29 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:29 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:30 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:31 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:31 INFO : sub dir/hello world: Copied (new) 2024/12/21 03:53:31 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (3.71s) === RUN TestSyncEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:32 DEBUG : sub dir2: Making directory with metadata 2024/12/21 03:53:32 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/21 03:53:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/21 03:53:32 DEBUG : sub dir: Making directory 2024/12/21 03:53:33 DEBUG : sub dir2: Making directory 2024/12/21 03:53:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:53:33 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:33 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:34 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:35 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:35 INFO : sub dir/hello world: Copied (new) 2024/12/21 03:53:35 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:35 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (4.68s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:37 DEBUG : sub dir2: Making directory 2024/12/21 03:53:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:53:37 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:37 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:38 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:39 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:53:39 INFO : sub dir/hello world: Copied (new) 2024/12/21 03:53:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (3.62s) === RUN TestServerSideCopy run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:42 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:43 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fupusal8zeni" 2024/12/21 03:53:44 DEBUG : Starting OpenDrive session with ID: 9f3ee90f1130949c5f9c9710cbbe34db66c753ca68996e6c8aceb6d38bca407b sync_test.go:590: Server side copy (if possible) OpenDrive root 'rclone-test-movefaf7nafi' -> OpenDrive root 'rclone-test-fupusal8zeni' 2024/12/21 03:53:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:53:44 DEBUG : OpenDrive root 'rclone-test-fupusal8zeni': Waiting for checks to finish 2024/12/21 03:53:44 DEBUG : OpenDrive root 'rclone-test-fupusal8zeni': Waiting for transfers to finish 2024/12/21 03:53:45 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2024/12/21 03:53:45 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:46 DEBUG : OpenDrive root 'rclone-test-fupusal8zeni': Purge remote --- PASS: TestServerSideCopy (6.67s) === RUN TestCopyOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:49 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:50 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/21 03:53:50 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:53:50 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:53:50 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2024/12/21 03:53:51 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/12/21 03:53:51 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" run.go:125: removing dir "sub dir" failed - try 1/3: folder not empty --- PASS: TestCopyOverSelf (6.67s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:53:55 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:53:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vapudim4zudu" 2024/12/21 03:53:57 DEBUG : Starting OpenDrive session with ID: 31730bccfb23c3e9d9cc30673875776f1cbadba6823790eeebf73c12e5f5f68f sync_test.go:626: Server side copy (if possible) OpenDrive root 'rclone-test-movefaf7nafi' -> OpenDrive root 'rclone-test-vapudim4zudu' 2024/12/21 03:53:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:53:58 DEBUG : OpenDrive root 'rclone-test-vapudim4zudu': Waiting for checks to finish 2024/12/21 03:53:58 DEBUG : OpenDrive root 'rclone-test-vapudim4zudu': Waiting for transfers to finish 2024/12/21 03:53:59 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2024/12/21 03:53:59 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:00 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2024/12/21 03:54:01 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/21 03:54:01 DEBUG : OpenDrive root 'rclone-test-vapudim4zudu': Waiting for checks to finish 2024/12/21 03:54:01 DEBUG : OpenDrive root 'rclone-test-vapudim4zudu': Waiting for transfers to finish 2024/12/21 03:54:02 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2024/12/21 03:54:02 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:02 DEBUG : OpenDrive root 'rclone-test-vapudim4zudu': Purge remote --- PASS: TestServerSideCopyOverSelf (10.37s) === RUN TestMoveOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:06 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:54:07 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/21 03:54:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:07 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2024/12/21 03:54:08 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/12/21 03:54:08 INFO : sub dir/hello world: Copied (replaced existing) 2024/12/21 03:54:08 INFO : sub dir/hello world: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestMoveOverSelf (5.72s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:11 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:54:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-secagif5tomi" 2024/12/21 03:54:13 DEBUG : Starting OpenDrive session with ID: a2eb1722f5b612c78716a5a45a64ec4c25420ffa9f2d42aa969c3a496709b363 sync_test.go:671: Server side copy (if possible) OpenDrive root 'rclone-test-movefaf7nafi' -> OpenDrive root 'rclone-test-secagif5tomi' 2024/12/21 03:54:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:54:14 DEBUG : OpenDrive root 'rclone-test-secagif5tomi': Waiting for checks to finish 2024/12/21 03:54:14 DEBUG : OpenDrive root 'rclone-test-secagif5tomi': Waiting for transfers to finish 2024/12/21 03:54:15 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2024/12/21 03:54:15 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:16 DEBUG : sub dir/hello world: Uploading chunk 0, size=17, remain=0 2024/12/21 03:54:17 DEBUG : OpenDrive root 'rclone-test-secagif5tomi': Using server-side directory move 2024/12/21 03:54:17 INFO : OpenDrive root 'rclone-test-secagif5tomi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/21 03:54:17 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/21 03:54:17 DEBUG : OpenDrive root 'rclone-test-secagif5tomi': Waiting for checks to finish 2024/12/21 03:54:17 DEBUG : OpenDrive root 'rclone-test-secagif5tomi': Waiting for transfers to finish 2024/12/21 03:54:18 INFO : sub dir/hello world: Deleted 2024/12/21 03:54:18 INFO : sub dir/hello world: Moved (server-side) 2024/12/21 03:54:19 DEBUG : sub dir/hello world: Uploading chunk 0, size=24, remain=0 2024/12/21 03:54:21 DEBUG : testing file moves 2024/12/21 03:54:21 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/12/21 03:54:21 DEBUG : OpenDrive root 'rclone-test-secagif5tomi': Waiting for checks to finish 2024/12/21 03:54:21 DEBUG : OpenDrive root 'rclone-test-secagif5tomi': Waiting for transfers to finish 2024/12/21 03:54:21 INFO : sub dir/hello world: Deleted 2024/12/21 03:54:22 INFO : sub dir/hello world: Moved (server-side) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:23 DEBUG : OpenDrive root 'rclone-test-secagif5tomi': Purge remote --- PASS: TestServerSideMoveOverSelf (14.41s) === RUN TestCopyAfterDelete run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:26 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:54:27 ERROR : : error listing: directory not found 2024/12/21 03:54:27 DEBUG : Local file system at /tmp/rclone1270842093: Making directory 2024/12/21 03:54:28 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:28 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyAfterDelete (4.69s) === RUN TestCopyRedownload run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:30 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:54:32 DEBUG : Added delayed dir = "sub dir", newDst= 2024/12/21 03:54:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:54:32 DEBUG : Local file system at /tmp/rclone1270842093: Waiting for checks to finish 2024/12/21 03:54:32 DEBUG : Local file system at /tmp/rclone1270842093: Waiting for transfers to finish 2024/12/21 03:54:32 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:54:32 DEBUG : sub dir/hello world.87ffde68.partial: renamed to: sub dir/hello world 2024/12/21 03:54:32 INFO : sub dir/hello world: Copied (new) 2024/12/21 03:54:32 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyRedownload (4.65s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:34 DEBUG : check sum: Need to transfer - File not found at Destination 2024/12/21 03:54:34 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:34 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:35 DEBUG : check sum: Uploading chunk 0, size=1, remain=0 2024/12/21 03:54:36 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/21 03:54:36 INFO : check sum: Copied (new) 2024/12/21 03:54:36 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:36 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:36 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/21 03:54:36 DEBUG : check sum: Size and md5 of src and dst objects identical 2024/12/21 03:54:36 DEBUG : check sum: Unchanged skipping 2024/12/21 03:54:36 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:36 DEBUG : Waiting for deletions to finish 2024/12/21 03:54:36 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncBasedOnCheckSum (3.60s) === RUN TestSyncSizeOnly run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:38 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/12/21 03:54:38 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:38 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:38 DEBUG : sizeonly: Uploading chunk 0, size=6, remain=0 2024/12/21 03:54:39 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/21 03:54:39 INFO : sizeonly: Copied (new) 2024/12/21 03:54:39 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:40 DEBUG : sizeonly: Sizes identical 2024/12/21 03:54:40 DEBUG : sizeonly: Unchanged skipping 2024/12/21 03:54:40 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:40 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:40 DEBUG : Waiting for deletions to finish 2024/12/21 03:54:40 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncSizeOnly (3.53s) === RUN TestSyncIgnoreSize run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:41 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/12/21 03:54:41 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:41 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:42 DEBUG : ignore-size: Uploading chunk 0, size=8, remain=0 2024/12/21 03:54:43 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2024/12/21 03:54:43 INFO : ignore-size: Copied (new) 2024/12/21 03:54:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:43 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:43 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 03:54:43 DEBUG : ignore-size: Unchanged skipping 2024/12/21 03:54:43 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:43 DEBUG : Waiting for deletions to finish 2024/12/21 03:54:43 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncIgnoreSize (3.63s) === RUN TestSyncIgnoreTimes run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:45 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/12/21 03:54:47 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 03:54:47 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:47 DEBUG : existing: Unchanged skipping 2024/12/21 03:54:47 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:47 DEBUG : Waiting for deletions to finish 2024/12/21 03:54:47 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:47 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/12/21 03:54:47 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:47 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:47 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/12/21 03:54:48 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/21 03:54:48 INFO : existing: Copied (replaced existing) 2024/12/21 03:54:48 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncIgnoreTimes (4.89s) === RUN TestSyncIgnoreExisting run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:50 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/21 03:54:50 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:50 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:51 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/12/21 03:54:51 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/21 03:54:51 INFO : existing: Copied (new) 2024/12/21 03:54:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:52 DEBUG : existing: Destination exists, skipping 2024/12/21 03:54:52 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:52 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:54:52 DEBUG : Waiting for deletions to finish 2024/12/21 03:54:52 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncIgnoreExisting (3.58s) === RUN TestSyncIgnoreErrors run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:54:54 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:54:56 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2024/12/21 03:54:57 DEBUG : d: Making directory 2024/12/21 03:54:59 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/21 03:54:59 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:54:59 DEBUG : c/non empty space: Unchanged skipping 2024/12/21 03:54:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:54:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:00 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:55:01 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/21 03:55:01 INFO : a/potato2: Copied (new) 2024/12/21 03:55:01 DEBUG : Waiting for deletions to finish 2024/12/21 03:55:01 INFO : b/potato: Deleted 2024/12/21 03:55:01 INFO : d: Removing directory 2024/12/21 03:55:02 INFO : b: Removing directory 2024/12/21 03:55:02 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': deleted 2 directories run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncIgnoreErrors (10.97s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:05 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:55:06 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/12/21 03:55:06 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:06 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/21 03:55:06 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/12/21 03:55:06 DEBUG : empty space: Unchanged skipping 2024/12/21 03:55:06 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:06 DEBUG : Waiting for deletions to finish 2024/12/21 03:55:06 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:07 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/12/21 03:55:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:07 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/21 03:55:07 INFO : empty space: Updated modification time in destination 2024/12/21 03:55:07 DEBUG : empty space: Unchanged skipping 2024/12/21 03:55:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:07 DEBUG : Waiting for deletions to finish 2024/12/21 03:55:07 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncAfterChangingModtimeOnly (4.11s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:09 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:55:10 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:10 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/12/21 03:55:10 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/21 03:55:10 DEBUG : empty space: Unchanged skipping 2024/12/21 03:55:10 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:10 DEBUG : Waiting for deletions to finish 2024/12/21 03:55:10 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (3.12s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:12 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2024/12/21 03:55:13 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/12/21 03:55:13 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:13 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone1270842093) 2024/12/21 03:55:13 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (OpenDrive root 'rclone-test-movefaf7nafi') 2024/12/21 03:55:13 DEBUG : foo: md5 differ 2024/12/21 03:55:13 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:14 DEBUG : foo: Uploading chunk 0, size=3, remain=0 2024/12/21 03:55:14 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2024/12/21 03:55:14 INFO : foo: Copied (replaced existing) 2024/12/21 03:55:14 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncDoesntUpdateModtime (4.22s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:17 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:55:18 DEBUG : potato: Need to transfer - File not found at Destination 2024/12/21 03:55:18 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:55:18 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:18 DEBUG : empty space: Unchanged skipping 2024/12/21 03:55:18 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:19 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2024/12/21 03:55:20 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/21 03:55:20 INFO : potato: Copied (new) 2024/12/21 03:55:20 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncAfterAddingAFile (5.75s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:22 DEBUG : potato: Uploading chunk 0, size=60, remain=0 2024/12/21 03:55:23 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/12/21 03:55:23 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:23 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:24 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:55:25 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2024/12/21 03:55:25 INFO : potato: Copied (replaced existing) 2024/12/21 03:55:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestSyncAfterChangingFilesSizeOnly (11.62s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:34 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:55:35 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/12/21 03:55:35 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:35 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone1270842093) 2024/12/21 03:55:35 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (OpenDrive root 'rclone-test-movefaf7nafi') 2024/12/21 03:55:35 DEBUG : potato: md5 differ 2024/12/21 03:55:35 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:35 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:55:36 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2024/12/21 03:55:36 INFO : potato: Copied (replaced existing) 2024/12/21 03:55:36 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncAfterChangingContentsOnly (4.42s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:38 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:55:40 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:55:41 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:55:41 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/12/21 03:55:41 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:41 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:55:41 DEBUG : empty space: Unchanged skipping 2024/12/21 03:55:41 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:41 DEBUG : Waiting for deletions to finish 2024/12/21 03:55:41 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (4.99s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:43 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:55:45 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:55:46 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:55:46 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:55:46 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:55:46 DEBUG : empty space: Unchanged skipping 2024/12/21 03:55:46 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:55:47 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:55:48 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/21 03:55:48 INFO : potato2: Copied (new) 2024/12/21 03:55:48 DEBUG : Waiting for deletions to finish 2024/12/21 03:55:48 INFO : potato: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (14.53s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:55:58 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:56:00 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2024/12/21 03:56:01 DEBUG : d: Making directory 2024/12/21 03:56:02 DEBUG : d/e: Making directory 2024/12/21 03:56:03 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/21 03:56:03 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:56:03 DEBUG : c/non empty space: Unchanged skipping 2024/12/21 03:56:03 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:56:03 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:56:04 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:56:05 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/21 03:56:05 INFO : a/potato2: Copied (new) 2024/12/21 03:56:05 DEBUG : Waiting for deletions to finish 2024/12/21 03:56:06 INFO : b/potato: Deleted 2024/12/21 03:56:06 INFO : d/e: Removing directory 2024/12/21 03:56:06 INFO : d: Removing directory 2024/12/21 03:56:06 INFO : b: Removing directory 2024/12/21 03:56:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': deleted 3 directories run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (27.52s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:56:26 DEBUG : b/potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:56:28 DEBUG : c/non empty space: Uploading chunk 0, size=5, remain=0 2024/12/21 03:56:29 DEBUG : d: Making directory 2024/12/21 03:56:30 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/21 03:56:30 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:56:30 DEBUG : c/non empty space: Unchanged skipping 2024/12/21 03:56:30 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:56:30 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:56:31 DEBUG : a/potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:56:32 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/21 03:56:32 INFO : a/potato2: Copied (new) 2024/12/21 03:56:32 ERROR : OpenDrive root 'rclone-test-movefaf7nafi': not deleting files as there were IO errors 2024/12/21 03:56:32 ERROR : OpenDrive root 'rclone-test-movefaf7nafi': not deleting directories as there were IO errors run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (11.57s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:56:37 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:56:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:56:40 DEBUG : Waiting for deletions to finish 2024/12/21 03:56:40 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:56:40 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:56:40 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:56:40 DEBUG : empty space: Unchanged skipping 2024/12/21 03:56:40 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:56:41 INFO : potato: Deleted 2024/12/21 03:56:41 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:56:42 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/21 03:56:42 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncDeleteDuring (7.81s) === RUN TestSyncDeleteBefore run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:56:45 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:56:46 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:56:48 DEBUG : Waiting for deletions to finish 2024/12/21 03:56:48 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:56:48 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:56:48 INFO : potato: Deleted 2024/12/21 03:56:48 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:56:48 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:56:48 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:56:48 DEBUG : empty space: Unchanged skipping 2024/12/21 03:56:48 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:56:49 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:56:50 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/21 03:56:50 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncDeleteBefore (7.41s) === RUN TestCopyDeleteBefore run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:56:52 DEBUG : potato: Uploading chunk 0, size=21, remain=0 2024/12/21 03:56:53 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:56:53 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:56:53 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:56:54 DEBUG : potato2: Uploading chunk 0, size=19, remain=0 2024/12/21 03:56:55 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2024/12/21 03:56:55 INFO : potato2: Copied (new) run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestCopyDeleteBefore (5.46s) === RUN TestSyncWithExclude run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:56:58 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:56:59 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:57:01 DEBUG : enormous: Excluded (Size Filter) 2024/12/21 03:57:01 DEBUG : enormous: Excluded 2024/12/21 03:57:01 DEBUG : potato2: Excluded (Size Filter) 2024/12/21 03:57:01 DEBUG : potato2: Excluded 2024/12/21 03:57:01 DEBUG : potato2: Excluded (Size Filter) 2024/12/21 03:57:01 DEBUG : potato2: Excluded 2024/12/21 03:57:01 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:01 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:57:01 DEBUG : empty space: Unchanged skipping 2024/12/21 03:57:01 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:01 DEBUG : Waiting for deletions to finish 2024/12/21 03:57:01 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:01 DEBUG : enormous: Excluded (Size Filter) 2024/12/21 03:57:01 DEBUG : enormous: Excluded 2024/12/21 03:57:01 DEBUG : potato2: Excluded (Size Filter) 2024/12/21 03:57:01 DEBUG : potato2: Excluded 2024/12/21 03:57:01 DEBUG : potato2: Excluded (Size Filter) 2024/12/21 03:57:01 DEBUG : potato2: Excluded 2024/12/21 03:57:01 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2024/12/21 03:57:01 DEBUG : empty space: Unchanged skipping 2024/12/21 03:57:01 DEBUG : Local file system at /tmp/rclone1270842093: Waiting for checks to finish 2024/12/21 03:57:01 DEBUG : Local file system at /tmp/rclone1270842093: Waiting for transfers to finish 2024/12/21 03:57:01 DEBUG : Waiting for deletions to finish 2024/12/21 03:57:01 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncWithExclude (5.82s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:03 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:57:05 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:57:07 DEBUG : enormous: Uploading chunk 0, size=100, remain=0 2024/12/21 03:57:08 DEBUG : enormous: Excluded (Size Filter) 2024/12/21 03:57:08 DEBUG : enormous: Excluded 2024/12/21 03:57:08 DEBUG : potato2: Excluded (Size Filter) 2024/12/21 03:57:08 DEBUG : potato2: Excluded 2024/12/21 03:57:08 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:57:08 DEBUG : empty space: Unchanged skipping 2024/12/21 03:57:08 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:08 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:08 DEBUG : Waiting for deletions to finish 2024/12/21 03:57:08 INFO : enormous: Deleted 2024/12/21 03:57:08 INFO : potato2: Deleted 2024/12/21 03:57:08 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:09 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2024/12/21 03:57:09 DEBUG : empty space: Unchanged skipping 2024/12/21 03:57:09 DEBUG : Local file system at /tmp/rclone1270842093: Waiting for checks to finish 2024/12/21 03:57:09 DEBUG : Local file system at /tmp/rclone1270842093: Waiting for transfers to finish 2024/12/21 03:57:09 DEBUG : Waiting for deletions to finish 2024/12/21 03:57:09 INFO : enormous: Deleted 2024/12/21 03:57:09 INFO : potato2: Deleted 2024/12/21 03:57:09 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.38s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:11 DEBUG : one: Uploading chunk 0, size=3, remain=0 2024/12/21 03:57:12 DEBUG : two: Uploading chunk 0, size=3, remain=0 2024/12/21 03:57:14 DEBUG : three: Uploading chunk 0, size=5, remain=0 2024/12/21 03:57:16 DEBUG : four: Uploading chunk 0, size=8, remain=0 2024/12/21 03:57:17 DEBUG : five: Need to transfer - File not found at Destination 2024/12/21 03:57:17 DEBUG : one: Destination is newer than source, skipping 2024/12/21 03:57:17 DEBUG : three: Sizes identical 2024/12/21 03:57:17 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/12/21 03:57:17 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:17 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/12/21 03:57:17 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/12/21 03:57:17 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone1270842093) 2024/12/21 03:57:17 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (OpenDrive root 'rclone-test-movefaf7nafi') 2024/12/21 03:57:17 DEBUG : two: md5 differ 2024/12/21 03:57:17 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:17 DEBUG : four: Uploading chunk 0, size=4, remain=0 2024/12/21 03:57:17 DEBUG : two: Uploading chunk 0, size=3, remain=0 2024/12/21 03:57:18 DEBUG : five: Uploading chunk 0, size=4, remain=0 2024/12/21 03:57:19 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/12/21 03:57:19 INFO : four: Copied (replaced existing) 2024/12/21 03:57:19 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/12/21 03:57:19 INFO : two: Copied (replaced existing) 2024/12/21 03:57:19 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/12/21 03:57:19 INFO : five: Copied (new) 2024/12/21 03:57:19 DEBUG : Waiting for deletions to finish 2024/12/21 03:57:20 DEBUG : one: Destination is newer than source, skipping 2024/12/21 03:57:20 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:20 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/12/21 03:57:20 DEBUG : five: Size and md5 of src and dst objects identical 2024/12/21 03:57:20 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/12/21 03:57:20 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/12/21 03:57:20 DEBUG : two: Size and md5 of src and dst objects identical 2024/12/21 03:57:20 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/12/21 03:57:20 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/12/21 03:57:20 DEBUG : four: Size and md5 of src and dst objects identical 2024/12/21 03:57:20 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/12/21 03:57:20 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone1270842093) 2024/12/21 03:57:20 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (OpenDrive root 'rclone-test-movefaf7nafi') 2024/12/21 03:57:20 DEBUG : three: md5 differ 2024/12/21 03:57:20 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/12/21 03:57:20 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:20 DEBUG : three: Uploading chunk 0, size=5, remain=0 2024/12/21 03:57:21 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2024/12/21 03:57:21 INFO : three: Copied (replaced existing) 2024/12/21 03:57:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (12.12s) === 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-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:1538: Can track renames: true 2024/12/21 03:57:22 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Making map for --track-renames 2024/12/21 03:57:22 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Finished making map for --track-renames 2024/12/21 03:57:22 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:22 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/21 03:57:22 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/12/21 03:57:22 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for renames to finish 2024/12/21 03:57:22 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:23 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2024/12/21 03:57:23 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2024/12/21 03:57:24 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/12/21 03:57:24 INFO : potato: Copied (new) 2024/12/21 03:57:24 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/12/21 03:57:24 INFO : yam: Copied (new) 2024/12/21 03:57:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:24 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 03:57:24 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Making map for --track-renames 2024/12/21 03:57:24 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Finished making map for --track-renames 2024/12/21 03:57:24 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:24 DEBUG : potato: Unchanged skipping 2024/12/21 03:57:24 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for renames to finish 2024/12/21 03:57:25 DEBUG : yam: same parent dir (ODFfNzgzOTU1OF9UQnVmdQ) - using file/rename instead of move_copy for yaml 2024/12/21 03:57:25 INFO : yam: Moved (server-side) to: yaml 2024/12/21 03:57:25 INFO : yaml: Renamed from "yam" 2024/12/21 03:57:25 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:25 DEBUG : Waiting for deletions to finish 2024/12/21 03:57:25 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncWithTrackRenames (4.46s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:1610: Can track renames: true 2024/12/21 03:57:27 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Making map for --track-renames 2024/12/21 03:57:27 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Finished making map for --track-renames 2024/12/21 03:57:27 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:27 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/21 03:57:27 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/12/21 03:57:27 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for renames to finish 2024/12/21 03:57:27 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:27 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2024/12/21 03:57:28 DEBUG : yam: Uploading chunk 0, size=11, remain=0 2024/12/21 03:57:28 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/12/21 03:57:28 INFO : potato: Copied (new) 2024/12/21 03:57:29 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/12/21 03:57:29 INFO : yam: Copied (new) 2024/12/21 03:57:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:29 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 03:57:29 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Making map for --track-renames 2024/12/21 03:57:29 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Finished making map for --track-renames 2024/12/21 03:57:29 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:29 DEBUG : potato: Unchanged skipping 2024/12/21 03:57:29 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for renames to finish 2024/12/21 03:57:30 DEBUG : yam: same parent dir (ODFfNzgzOTU1OF9UQnVmdQ) - using file/rename instead of move_copy for yaml 2024/12/21 03:57:30 INFO : yam: Moved (server-side) to: yaml 2024/12/21 03:57:30 INFO : yaml: Renamed from "yam" 2024/12/21 03:57:30 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:30 DEBUG : Waiting for deletions to finish 2024/12/21 03:57:30 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncWithTrackRenamesStrategyModtime (5.00s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:1649: Can track renames: true 2024/12/21 03:57:32 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Making map for --track-renames 2024/12/21 03:57:32 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Finished making map for --track-renames 2024/12/21 03:57:32 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:32 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/21 03:57:32 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/12/21 03:57:32 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for renames to finish 2024/12/21 03:57:32 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:32 DEBUG : potato: Uploading chunk 0, size=14, remain=0 2024/12/21 03:57:33 DEBUG : sub/yam: Uploading chunk 0, size=11, remain=0 2024/12/21 03:57:33 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/12/21 03:57:33 INFO : potato: Copied (new) 2024/12/21 03:57:34 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/12/21 03:57:34 INFO : sub/yam: Copied (new) 2024/12/21 03:57:34 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:34 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 03:57:34 DEBUG : potato: Unchanged skipping 2024/12/21 03:57:34 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Making map for --track-renames 2024/12/21 03:57:34 INFO : OpenDrive root 'rclone-test-movefaf7nafi': Finished making map for --track-renames 2024/12/21 03:57:34 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:34 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for renames to finish 2024/12/21 03:57:35 INFO : sub/yam: Moved (server-side) to: yam 2024/12/21 03:57:35 INFO : yam: Renamed from "sub/yam" 2024/12/21 03:57:35 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:35 DEBUG : Waiting for deletions to finish 2024/12/21 03:57:35 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (5.69s) === RUN TestServerSideMoveLocal run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:37 DEBUG : Creating backend with remote "/tmp/rclone1270842093/dir1" 2024/12/21 03:57:37 DEBUG : Creating backend with remote "/tmp/rclone1270842093/dir2" 2024/12/21 03:57:37 DEBUG : Local file system at /tmp/rclone1270842093/dir2: Using server-side directory move 2024/12/21 03:57:37 INFO : Local file system at /tmp/rclone1270842093/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/21 03:57:37 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/12/21 03:57:37 DEBUG : Local file system at /tmp/rclone1270842093/dir2: Waiting for checks to finish 2024/12/21 03:57:37 INFO : file1.txt: Moved (server-side) 2024/12/21 03:57:37 DEBUG : Local file system at /tmp/rclone1270842093/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.34s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:57:38 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/12/21 03:57:38 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:38 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:39 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:57:39 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2024/12/21 03:57:40 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:57:40 INFO : sub dir/hello world: Copied (new) 2024/12/21 03:57:40 INFO : sub dir/hello world: Deleted 2024/12/21 03:57:40 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/12/21 03:57:40 INFO : nested/sub dir/file: Copied (new) 2024/12/21 03:57:40 INFO : nested/sub dir/file: Deleted 2024/12/21 03:57:40 INFO : sub dir: Removing directory 2024/12/21 03:57:40 INFO : nested/sub dir: Removing directory 2024/12/21 03:57:40 INFO : nested: Removing directory 2024/12/21 03:57:40 DEBUG : Local file system at /tmp/rclone1270842093: deleted 3 directories run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestMoveWithDeleteEmptySrcDirs (5.75s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/21 03:57:43 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/12/21 03:57:43 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:43 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:44 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2024/12/21 03:57:45 DEBUG : nested/sub dir/file: Uploading chunk 0, size=6, remain=0 2024/12/21 03:57:45 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/21 03:57:45 INFO : sub dir/hello world: Copied (new) 2024/12/21 03:57:45 INFO : sub dir/hello world: Deleted 2024/12/21 03:57:46 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/12/21 03:57:46 INFO : nested/sub dir/file: Copied (new) 2024/12/21 03:57:46 INFO : nested/sub dir/file: Deleted run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (5.89s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:57:49 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/21 03:57:49 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/12/21 03:57:49 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:49 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:50 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/12/21 03:57:50 DEBUG : existing-b: Uploading chunk 0, size=6, remain=0 2024/12/21 03:57:51 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/21 03:57:51 INFO : existing: Copied (new) 2024/12/21 03:57:51 INFO : existing: Deleted 2024/12/21 03:57:52 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2024/12/21 03:57:52 INFO : existing-b: Copied (new) 2024/12/21 03:57:52 INFO : existing-b: Deleted fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure 2024/12/21 03:57:59 DEBUG : existing: Destination exists, skipping 2024/12/21 03:57:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 03:57:59 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/12/21 03:57:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 03:57:59 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestMoveWithIgnoreExisting (11.52s) === RUN TestServerSideMove run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:58:01 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vaculed4rasu" 2024/12/21 03:58:01 DEBUG : Starting OpenDrive session with ID: 35a27a696199962e25bd59b3f2e35b98a9698c67d09394c0f928db2b5a95d734 2024/12/21 03:58:02 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:58:04 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:58:06 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1705: Server side move (if possible) OpenDrive root 'rclone-test-movefaf7nafi' -> OpenDrive root 'rclone-test-vaculed4rasu' 2024/12/21 03:58:08 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:58:09 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2024/12/21 03:58:11 DEBUG : OpenDrive root 'rclone-test-vaculed4rasu': Using server-side directory move 2024/12/21 03:58:11 INFO : OpenDrive root 'rclone-test-vaculed4rasu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/21 03:58:11 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:58:11 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2024/12/21 03:58:11 DEBUG : empty space: Unchanged skipping 2024/12/21 03:58:11 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/21 03:58:11 DEBUG : OpenDrive root 'rclone-test-vaculed4rasu': Waiting for checks to finish 2024/12/21 03:58:11 INFO : empty space: Deleted 2024/12/21 03:58:11 DEBUG : OpenDrive root 'rclone-test-vaculed4rasu': Waiting for transfers to finish 2024/12/21 03:58:11 INFO : potato3: Deleted 2024/12/21 03:58:11 INFO : potato2: Moved (server-side) 2024/12/21 03:58:11 INFO : potato3: Moved (server-side) 2024/12/21 03:58:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-furekup2yaju" 2024/12/21 03:58:12 DEBUG : Starting OpenDrive session with ID: 1f76de77c475fafa82974359205cd65cd45daa857d4c7f77a0d8c7f51fae803f 2024/12/21 03:58:13 DEBUG : OpenDrive root 'rclone-test-furekup2yaju': Using server-side directory move 2024/12/21 03:58:13 DEBUG : : same parent dir (0) - using folder/rename instead of move_copy 2024/12/21 03:58:13 INFO : OpenDrive root 'rclone-test-furekup2yaju': Server side directory move succeeded 2024/12/21 03:58:14 ERROR : : error listing: directory not found 2024/12/21 03:58:14 DEBUG : OpenDrive root 'rclone-test-furekup2yaju': Purge remote 2024/12/21 03:58:14 DEBUG : OpenDrive root 'rclone-test-vaculed4rasu': Purge remote 2024/12/21 03:58:14 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (14.08s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:58:15 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nevezoq7qide" 2024/12/21 03:58:15 DEBUG : Starting OpenDrive session with ID: 14c55a0924767cec7408a65f240898a915ac3b49584448287b1d75c6ce957d68 2024/12/21 03:58:16 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:58:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:58:20 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 sync_test.go:1705: Server side move (if possible) OpenDrive root 'rclone-test-movefaf7nafi' -> OpenDrive root 'rclone-test-nevezoq7qide' 2024/12/21 03:58:22 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:58:24 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2024/12/21 03:58:25 DEBUG : empty space: Excluded (Size Filter) 2024/12/21 03:58:25 DEBUG : empty space: Excluded 2024/12/21 03:58:26 DEBUG : empty space: Excluded (Size Filter) 2024/12/21 03:58:26 DEBUG : empty space: Excluded 2024/12/21 03:58:26 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:58:26 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/21 03:58:26 DEBUG : OpenDrive root 'rclone-test-nevezoq7qide': Waiting for checks to finish 2024/12/21 03:58:26 DEBUG : OpenDrive root 'rclone-test-nevezoq7qide': Waiting for transfers to finish 2024/12/21 03:58:26 INFO : potato3: Deleted 2024/12/21 03:58:26 INFO : potato2: Moved (server-side) 2024/12/21 03:58:26 INFO : potato3: Moved (server-side) 2024/12/21 03:58:27 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kimavug0nagi" 2024/12/21 03:58:27 DEBUG : Starting OpenDrive session with ID: 06ad00c1462904d760fef4d19d0fbde418250ed9b5dd7d7f72ccbf80c8e82400 2024/12/21 03:58:28 DEBUG : empty space: Excluded (Size Filter) 2024/12/21 03:58:28 DEBUG : empty space: Excluded 2024/12/21 03:58:28 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:58:28 DEBUG : potato3: Need to transfer - File not found at Destination 2024/12/21 03:58:28 DEBUG : OpenDrive root 'rclone-test-kimavug0nagi': Waiting for checks to finish 2024/12/21 03:58:28 DEBUG : OpenDrive root 'rclone-test-kimavug0nagi': Waiting for transfers to finish 2024/12/21 03:58:29 INFO : potato2: Moved (server-side) 2024/12/21 03:58:29 INFO : potato3: Moved (server-side) 2024/12/21 03:58:29 DEBUG : OpenDrive root 'rclone-test-kimavug0nagi': Purge remote 2024/12/21 03:58:30 DEBUG : OpenDrive root 'rclone-test-nevezoq7qide': Purge remote --- PASS: TestServerSideMoveWithFilter (15.72s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:58:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-surutof7heve" 2024/12/21 03:58:31 DEBUG : Starting OpenDrive session with ID: 548f1c96925740441f40e067019290bc5dffa87f0647fbad7a78d33643246305 2024/12/21 03:58:32 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2024/12/21 03:58:34 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:58:36 DEBUG : potato3: Uploading chunk 0, size=68, remain=0 2024/12/21 03:58:37 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) OpenDrive root 'rclone-test-movefaf7nafi' -> OpenDrive root 'rclone-test-surutof7heve' 2024/12/21 03:58:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2024/12/21 03:58:40 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2024/12/21 03:58:42 DEBUG : OpenDrive root 'rclone-test-surutof7heve': Using server-side directory move 2024/12/21 03:58:42 INFO : OpenDrive root 'rclone-test-surutof7heve': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/21 03:58:42 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/21 03:58:42 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2024/12/21 03:58:42 DEBUG : empty space: Unchanged skipping 2024/12/21 03:58:42 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/21 03:58:43 INFO : potato3: Deleted 2024/12/21 03:58:43 DEBUG : OpenDrive root 'rclone-test-surutof7heve': Waiting for checks to finish 2024/12/21 03:58:43 INFO : empty space: Deleted 2024/12/21 03:58:43 DEBUG : OpenDrive root 'rclone-test-surutof7heve': Waiting for transfers to finish 2024/12/21 03:58:43 INFO : potato2: Moved (server-side) 2024/12/21 03:58:43 INFO : potato3: Moved (server-side) 2024/12/21 03:58:43 INFO : tomatoDir: Removing directory 2024/12/21 03:58:43 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': deleted 1 directories 2024/12/21 03:58:44 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qebehun9rehi" 2024/12/21 03:58:44 DEBUG : Starting OpenDrive session with ID: c31001ff174b7910156654c047e56dc1cb0fb6d1b08f5a3e55b26e8107648170 2024/12/21 03:58:45 DEBUG : tomatoDir: Making directory 2024/12/21 03:58:45 DEBUG : OpenDrive root 'rclone-test-qebehun9rehi': Using server-side directory move 2024/12/21 03:58:45 DEBUG : : same parent dir (0) - using folder/rename instead of move_copy 2024/12/21 03:58:45 INFO : OpenDrive root 'rclone-test-qebehun9rehi': Server side directory move succeeded 2024/12/21 03:58:47 ERROR : : error listing: directory not found 2024/12/21 03:58:47 ERROR : : error listing: directory not found 2024/12/21 03:58:47 DEBUG : OpenDrive root 'rclone-test-qebehun9rehi': Purge remote 2024/12/21 03:58:47 DEBUG : OpenDrive root 'rclone-test-surutof7heve': Purge remote 2024/12/21 03:58:47 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (17.38s) === RUN TestServerSideMoveOverlap run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", 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-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:58:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/rclone-sync-test" 2024/12/21 03:58:49 DEBUG : Starting OpenDrive session with ID: ba2c920cd80f87d70cddb189960408499255bf57eb1d3b291c532ba3923439d1 run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncOverlap (2.94s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:58:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/rclone-sync-test" 2024/12/21 03:58:51 DEBUG : Config file has changed externally - reloading 2024/12/21 03:58:52 DEBUG : Starting OpenDrive session with ID: 75b7e9394969beb63d686e94e4d98944a2790eeab128ad4f802e27a068ed13a2 2024/12/21 03:58:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/rclone-sync-test-include/layer2" 2024/12/21 03:58:53 DEBUG : Config file has changed externally - reloading 2024/12/21 03:58:53 DEBUG : Starting OpenDrive session with ID: ba35b723dd6632e7a84c3eabd1d115d289fb52bdc61fda82c2d9d2883dbe15f7 sync_test.go:1986: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1986 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestSyncOverlapWithFilter fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /usr/local/go/src/testing/testing.go:1175 /usr/local/go/src/testing/testing.go:1353 /usr/local/go/src/testing/testing.go:1683 /usr/local/go/src/runtime/panic.go:626 /usr/local/go/src/testing/testing.go:1005 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1986 Error: Not equal: expected: []string{} actual : []string{"rclone-sync-test-include"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=24) "rclone-sync-test-include" } Test: TestSyncOverlapWithFilter Messages: directories --- FAIL: TestSyncOverlapWithFilter (12.94s) === RUN TestSyncCompareDest run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:59:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dst" 2024/12/21 03:59:05 DEBUG : Starting OpenDrive session with ID: b41a3c2c4bdc31b7361c41482fdff438fbc46f0abddf880ecf6b5ae64f61f4c0 2024/12/21 03:59:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/CompareDest" 2024/12/21 03:59:06 DEBUG : Starting OpenDrive session with ID: aa795877da05ddd9fc7484666a3552f041101303b8d72dbbe2af72ecc3c48358 2024/12/21 03:59:07 DEBUG : one: Need to transfer - File not found at Destination 2024/12/21 03:59:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:07 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:08 DEBUG : one: Uploading chunk 0, size=3, remain=0 2024/12/21 03:59:09 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/12/21 03:59:09 INFO : one: Copied (new) 2024/12/21 03:59:09 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:10 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:10 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:11 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/12/21 03:59:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/12/21 03:59:11 INFO : one: Copied (replaced existing) 2024/12/21 03:59:11 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:12 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/12/21 03:59:14 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2024/12/21 03:59:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:15 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:16 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:16 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/21 03:59:16 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:16 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:16 INFO : There was nothing to transfer 2024/12/21 03:59:17 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2024/12/21 03:59:19 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:19 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/21 03:59:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:19 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:19 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:19 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/21 03:59:19 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:19 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:19 INFO : There was nothing to transfer 2024/12/21 03:59:20 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:20 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/21 03:59:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:20 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:20 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:20 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/21 03:59:20 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:20 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:20 INFO : There was nothing to transfer sync_test.go:2175: No hash on uploaded file so skipping compare timestamp test 2024/12/21 03:59:21 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:21 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 03:59:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:21 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:21 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:21 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/21 03:59:21 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:22 DEBUG : two: Uploading chunk 0, size=5, remain=0 2024/12/21 03:59:23 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2024/12/21 03:59:23 INFO : two: Copied (new) 2024/12/21 03:59:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (21.43s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:59:27 DEBUG : pre-dest1/1: Uploading chunk 0, size=1, remain=0 2024/12/21 03:59:28 DEBUG : pre-dest2/2: Uploading chunk 0, size=1, remain=0 2024/12/21 03:59:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dest" 2024/12/21 03:59:30 DEBUG : Starting OpenDrive session with ID: d80b4417e107278ddae5f2521246ddcf35d8f658afaa4f17d845381141171b49 2024/12/21 03:59:31 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/pre-dest1" 2024/12/21 03:59:31 DEBUG : Starting OpenDrive session with ID: 0e31dd91974f142c4020eb563d943675c15eb7e4e3f73789e58b082d927806b5 2024/12/21 03:59:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/pre-dest2" 2024/12/21 03:59:32 DEBUG : Starting OpenDrive session with ID: 9f8b399ab99f6286e87c4630cbe1005eece208c76877bf9da7c4365203ccf372 2024/12/21 03:59:33 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 03:59:33 DEBUG : 1: Destination found in --compare-dest, skipping 2024/12/21 03:59:33 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 03:59:33 DEBUG : 2: Destination found in --compare-dest, skipping 2024/12/21 03:59:34 DEBUG : 3: Need to transfer - File not found at Destination 2024/12/21 03:59:34 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dest': Waiting for checks to finish 2024/12/21 03:59:34 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dest': Waiting for transfers to finish 2024/12/21 03:59:35 DEBUG : 3: Uploading chunk 0, size=1, remain=0 2024/12/21 03:59:36 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2024/12/21 03:59:36 INFO : 3: Copied (new) 2024/12/21 03:59:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (12.92s) === RUN TestSyncCopyDest run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 03:59:38 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dst" 2024/12/21 03:59:39 DEBUG : Starting OpenDrive session with ID: 0a764bc4e8b5c9410550ff8a757b483ddaba84058ecf2f42bba7bb19741aa274 2024/12/21 03:59:40 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/CopyDest" 2024/12/21 03:59:40 DEBUG : Starting OpenDrive session with ID: 0dcc8cfdc9430d6c72677c03ce9c8e070b328fa29c5f982f19aa4c7e11b359d6 2024/12/21 03:59:41 DEBUG : one: Need to transfer - File not found at Destination 2024/12/21 03:59:41 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:41 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:42 DEBUG : one: Uploading chunk 0, size=3, remain=0 2024/12/21 03:59:43 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/12/21 03:59:43 INFO : one: Copied (new) 2024/12/21 03:59:43 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:44 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:44 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:44 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/12/21 03:59:45 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/12/21 03:59:45 INFO : one: Copied (replaced existing) 2024/12/21 03:59:45 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:46 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/12/21 03:59:48 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2024/12/21 03:59:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/BackupDir" 2024/12/21 03:59:50 DEBUG : Starting OpenDrive session with ID: 5690cc8456a42cf057c58ad7a5d043c8e1e25bdb453f98f2a7e3a789c2ac424f 2024/12/21 03:59:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:51 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:51 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:59:52 INFO : one: Moved (server-side) 2024/12/21 03:59:53 DEBUG : one: Dst hash empty - aborting Src hash check 2024/12/21 03:59:53 INFO : one: Copied (server-side copy) 2024/12/21 03:59:53 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/21 03:59:53 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:53 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:54 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2024/12/21 03:59:55 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:56 DEBUG : two: Dst hash empty - aborting Src hash check 2024/12/21 03:59:56 INFO : two: Copied (server-side copy) 2024/12/21 03:59:56 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/21 03:59:56 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:56 DEBUG : one: Unchanged skipping 2024/12/21 03:59:56 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:56 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:56 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:56 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:56 DEBUG : one: Unchanged skipping 2024/12/21 03:59:56 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:56 DEBUG : two: Unchanged skipping 2024/12/21 03:59:56 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:56 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 03:59:56 DEBUG : Waiting for deletions to finish 2024/12/21 03:59:56 INFO : There was nothing to transfer 2024/12/21 03:59:58 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2024/12/21 03:59:59 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/21 03:59:59 DEBUG : three: Destination not found in --copy-dest 2024/12/21 03:59:59 DEBUG : three: Need to transfer - File not found at Destination 2024/12/21 03:59:59 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:59 DEBUG : one: Unchanged skipping 2024/12/21 03:59:59 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/12/21 03:59:59 DEBUG : two: Unchanged skipping 2024/12/21 03:59:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 03:59:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:00:00 DEBUG : three: Uploading chunk 0, size=7, remain=0 2024/12/21 04:00:01 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2024/12/21 04:00:01 INFO : three: Copied (new) 2024/12/21 04:00:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (26.31s) === RUN TestSyncBackupDir run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:00:06 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/12/21 04:00:08 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/12/21 04:00:10 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/12/21 04:00:11 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dst" 2024/12/21 04:00:12 DEBUG : Starting OpenDrive session with ID: 273e0ef73bb5e1efba6ac40784029150bb1990f64ee8af1032654ed19576a07d 2024/12/21 04:00:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/backup" 2024/12/21 04:00:13 DEBUG : Starting OpenDrive session with ID: 6f1b34b70510754f009ab62b99822e28100267bbc9ab4cb6cf6c1e67ca5529a8 2024/12/21 04:00:14 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/21 04:00:14 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:00:14 DEBUG : two: Unchanged skipping 2024/12/21 04:00:14 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 04:00:14 INFO : one: Moved (server-side) 2024/12/21 04:00:14 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:00:15 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/12/21 04:00:16 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/21 04:00:16 INFO : one: Copied (new) 2024/12/21 04:00:16 DEBUG : Waiting for deletions to finish 2024/12/21 04:00:17 INFO : three.txt: Moved (server-side) 2024/12/21 04:00:17 INFO : three.txt: Moved into backup dir 2024/12/21 04:00:18 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2024/12/21 04:00:20 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/21 04:00:20 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:00:20 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 04:00:20 DEBUG : two: Unchanged skipping 2024/12/21 04:00:20 INFO : one: Deleted 2024/12/21 04:00:21 INFO : one: Moved (server-side) 2024/12/21 04:00:21 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:00:22 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/12/21 04:00:22 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/21 04:00:22 INFO : one: Copied (new) 2024/12/21 04:00:22 DEBUG : Waiting for deletions to finish 2024/12/21 04:00:23 INFO : three.txt: Deleted 2024/12/21 04:00:23 INFO : three.txt: Moved (server-side) 2024/12/21 04:00:23 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (20.79s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:00:27 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/12/21 04:00:28 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/12/21 04:00:30 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/12/21 04:00:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dst" 2024/12/21 04:00:32 DEBUG : Starting OpenDrive session with ID: 96e75c221f3bf79f57894add8ae76df1bdd8399794ca43cab3a49361f8b5492b 2024/12/21 04:00:33 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/backup" 2024/12/21 04:00:33 DEBUG : Starting OpenDrive session with ID: 286f953ae9080da0bdb57eb1319625855eddc8907aab45067d586ad4e6bf7e61 2024/12/21 04:00:34 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/21 04:00:34 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:00:34 DEBUG : two: Unchanged skipping 2024/12/21 04:00:34 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 04:00:35 INFO : one: Moved (server-side) to: one.bak 2024/12/21 04:00:35 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:00:36 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/12/21 04:00:36 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/21 04:00:36 INFO : one: Copied (new) 2024/12/21 04:00:36 DEBUG : Waiting for deletions to finish 2024/12/21 04:00:37 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/21 04:00:37 INFO : three.txt: Moved into backup dir 2024/12/21 04:00:38 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2024/12/21 04:00:40 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/21 04:00:40 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:00:40 DEBUG : two: Unchanged skipping 2024/12/21 04:00:40 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 04:00:40 INFO : one.bak: Deleted 2024/12/21 04:00:40 INFO : one: Moved (server-side) to: one.bak 2024/12/21 04:00:40 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:00:41 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/12/21 04:00:42 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/21 04:00:42 INFO : one: Copied (new) 2024/12/21 04:00:42 DEBUG : Waiting for deletions to finish 2024/12/21 04:00:43 INFO : three.txt.bak: Deleted 2024/12/21 04:00:43 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/21 04:00:43 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (20.07s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:00:47 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/12/21 04:00:49 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/12/21 04:00:51 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/12/21 04:00:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dst" 2024/12/21 04:00:53 DEBUG : Starting OpenDrive session with ID: 694a1052916287a3493855b500f3b19c43f0d8df6263899f0c4730e92955166b 2024/12/21 04:00:54 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/backup" 2024/12/21 04:00:54 DEBUG : Starting OpenDrive session with ID: 1b0b0e8c89ca2dace1c45db2298fe683e948a395d2ae1124d48b6817b6c46d4d 2024/12/21 04:00:55 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/21 04:00:55 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:00:55 DEBUG : two: Unchanged skipping 2024/12/21 04:00:55 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 04:00:56 INFO : one: Moved (server-side) to: one-2019-01-01 2024/12/21 04:00:56 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:00:57 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/12/21 04:00:58 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/21 04:00:58 INFO : one: Copied (new) 2024/12/21 04:00:58 DEBUG : Waiting for deletions to finish 2024/12/21 04:00:58 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/12/21 04:00:58 INFO : three.txt: Moved into backup dir 2024/12/21 04:00:59 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2024/12/21 04:01:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/21 04:01:01 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 04:01:01 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:01:01 DEBUG : two: Unchanged skipping 2024/12/21 04:01:01 INFO : one-2019-01-01: Deleted 2024/12/21 04:01:02 INFO : one: Moved (server-side) to: one-2019-01-01 2024/12/21 04:01:02 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:01:02 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/12/21 04:01:03 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/21 04:01:03 INFO : one: Copied (new) 2024/12/21 04:01:03 DEBUG : Waiting for deletions to finish 2024/12/21 04:01:04 INFO : three-2019-01-01.txt: Deleted 2024/12/21 04:01:04 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/12/21 04:01:04 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (21.04s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:01:08 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/12/21 04:01:09 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/12/21 04:01:11 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/12/21 04:01:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dst" 2024/12/21 04:01:13 DEBUG : Starting OpenDrive session with ID: 8c9ee0f8c911745e3257731af04c118d7e89fa971ab39f746edb74aa0e7954c9 2024/12/21 04:01:13 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/21 04:01:13 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:01:13 DEBUG : two: Unchanged skipping 2024/12/21 04:01:13 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 04:01:14 DEBUG : one: same parent dir (ODFfNzgzOTYyOF9BdXBLMQ) - using file/rename instead of move_copy for one.bak 2024/12/21 04:01:14 INFO : one: Moved (server-side) to: one.bak 2024/12/21 04:01:14 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:01:15 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/12/21 04:01:16 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/21 04:01:16 INFO : one: Copied (new) 2024/12/21 04:01:16 DEBUG : Waiting for deletions to finish 2024/12/21 04:01:16 DEBUG : three.txt: same parent dir (ODFfNzgzOTYyOF9BdXBLMQ) - using file/rename instead of move_copy for three.txt.bak 2024/12/21 04:01:16 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/21 04:01:16 INFO : three.txt: Moved into backup dir 2024/12/21 04:01:17 DEBUG : dst/three.txt: Uploading chunk 0, size=6, remain=0 2024/12/21 04:01:19 DEBUG : one.bak: Excluded (Path Filter) 2024/12/21 04:01:19 DEBUG : one.bak: Excluded 2024/12/21 04:01:19 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/12/21 04:01:19 DEBUG : three.txt.bak: Excluded 2024/12/21 04:01:19 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/21 04:01:19 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for checks to finish 2024/12/21 04:01:19 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:01:19 DEBUG : two: Unchanged skipping 2024/12/21 04:01:19 INFO : one.bak: Deleted 2024/12/21 04:01:19 DEBUG : one: same parent dir (ODFfNzgzOTYyOF9BdXBLMQ) - using file/rename instead of move_copy for one.bak 2024/12/21 04:01:19 INFO : one: Moved (server-side) to: one.bak 2024/12/21 04:01:19 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi/dst': Waiting for transfers to finish 2024/12/21 04:01:20 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/12/21 04:01:21 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/21 04:01:21 INFO : one: Copied (new) 2024/12/21 04:01:21 DEBUG : Waiting for deletions to finish 2024/12/21 04:01:21 INFO : three.txt.bak: Deleted 2024/12/21 04:01:22 DEBUG : three.txt: same parent dir (ODFfNzgzOTYyOF9BdXBLMQ) - using file/rename instead of move_copy for three.txt.bak 2024/12/21 04:01:22 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/21 04:01:22 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (17.01s) === RUN TestSyncSuffix run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:01:25 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/12/21 04:01:26 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/12/21 04:01:28 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/12/21 04:01:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dst" 2024/12/21 04:01:30 DEBUG : Starting OpenDrive session with ID: a7a97175182bf5ea2ea45fb3677a3600e7e1a7bf2d234c74c139d2029b681b35 2024/12/21 04:01:31 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/21 04:01:31 DEBUG : one: same parent dir (ODFfNzgzOTYyOV84R0ZuZw) - using file/rename instead of move_copy for one.bak 2024/12/21 04:01:32 INFO : one: Moved (server-side) to: one.bak 2024/12/21 04:01:32 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/12/21 04:01:33 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/21 04:01:33 INFO : one: Copied (new) 2024/12/21 04:01:33 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:01:33 DEBUG : two: Unchanged skipping 2024/12/21 04:01:34 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/12/21 04:01:34 DEBUG : three.txt: same parent dir (ODFfNzgzOTYyOV84R0ZuZw) - using file/rename instead of move_copy for three.txt.bak 2024/12/21 04:01:34 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/21 04:01:35 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2024/12/21 04:01:36 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/12/21 04:01:36 INFO : three.txt: Copied (new) fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2491 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) got dst/one (4), dst/one.bak (3), dst/three.txt.bak (6), dst/two (3) fstest.go:137: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:137 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2491 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-movefaf7nafi'/dst/three.txt.bak: md5 hash incorrect - expecting "35d6d33467aae9a2e3dccb4b6b027878" got "91341eed84691a83caea73aa785736d5" fstest.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2491 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Not equal: expected: 5 actual : 6 Test: TestSyncSuffix Messages: dst/three.txt.bak: size incorrect file=5 vs obj=6 fstest.go:197: Not found "dst/three.txt" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2491 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffix Messages: 1 objects not found fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2497 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (4), dst/one.bak (3), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) got dst/one (4), dst/one.bak (3), dst/three.txt.bak (6), dst/two (3) fstest.go:137: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:137 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2497 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-movefaf7nafi'/dst/three.txt.bak: md5 hash incorrect - expecting "35d6d33467aae9a2e3dccb4b6b027878" got "91341eed84691a83caea73aa785736d5" fstest.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2497 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Not equal: expected: 5 actual : 6 Test: TestSyncSuffix Messages: dst/three.txt.bak: size incorrect file=5 vs obj=6 fstest.go:197: Not found "dst/three.txt" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2497 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffix Messages: 1 objects not found 2024/12/21 04:01:53 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/21 04:01:54 INFO : one.bak: Deleted 2024/12/21 04:01:54 DEBUG : one: same parent dir (ODFfNzgzOTYyOV84R0ZuZw) - using file/rename instead of move_copy for one.bak 2024/12/21 04:01:54 INFO : one: Moved (server-side) to: one.bak 2024/12/21 04:01:54 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/12/21 04:01:56 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/21 04:01:56 INFO : one: Copied (new) 2024/12/21 04:01:56 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:01:56 DEBUG : two: Unchanged skipping 2024/12/21 04:01:56 DEBUG : three.txt: Need to transfer - File not found at Destination 2024/12/21 04:01:57 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2024/12/21 04:01:58 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/12/21 04:01:58 INFO : three.txt: Copied (new) fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (5), dst/one.bak (4), dst/three.txt (19), dst/three.txt.bak (6), dst/two (3) got dst/one.bak (5), dst/three.txt (19), dst/three.txt.bak (6), dst/two (3) fstest.go:137: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:137 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-movefaf7nafi'/dst/one.bak: md5 hash incorrect - expecting "c7957179c41f69d44f217a108c7915d8" got "0f93e81041f0cab37c37a05ae998b219" fstest.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Not equal: expected: 4 actual : 5 Test: TestSyncSuffix Messages: dst/one.bak: size incorrect file=4 vs obj=5 fstest.go:121: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Should be true Test: TestSyncSuffix Messages: dst/one.bak: Modification time difference too big |-119h59m59.876543211s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2011-12-30 12:59:59 +0000 UTC) (precision 1s) fstest.go:197: Not found "dst/one" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2523 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffix Messages: 1 objects not found fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- FAIL: TestSyncSuffix (52.66s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:02:17 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2024/12/21 04:02:19 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2024/12/21 04:02:21 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2024/12/21 04:02:23 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-movefaf7nafi/dst" 2024/12/21 04:02:23 DEBUG : Starting OpenDrive session with ID: bf90c6af13183420462019cd0635cd439c36db0c6852cd0f1165e36ad65e0c3e 2024/12/21 04:02:24 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/21 04:02:24 DEBUG : one: same parent dir (ODFfNzgzOTYzMF9oT05pZg) - using file/rename instead of move_copy for one-2019-01-01 2024/12/21 04:02:24 INFO : one: Moved (server-side) to: one-2019-01-01 2024/12/21 04:02:25 DEBUG : one: Uploading chunk 0, size=4, remain=0 2024/12/21 04:02:26 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/21 04:02:26 INFO : one: Copied (new) 2024/12/21 04:02:26 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:02:26 DEBUG : two: Unchanged skipping 2024/12/21 04:02:26 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/12/21 04:02:26 DEBUG : three.txt: same parent dir (ODFfNzgzOTYzMF9oT05pZg) - using file/rename instead of move_copy for three-2019-01-01.txt 2024/12/21 04:02:27 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/12/21 04:02:27 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2024/12/21 04:02:28 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2024/12/21 04:02:28 INFO : three.txt: Copied (new) 2024/12/21 04:02:29 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/21 04:02:30 INFO : one-2019-01-01: Deleted 2024/12/21 04:02:30 DEBUG : one: same parent dir (ODFfNzgzOTYzMF9oT05pZg) - using file/rename instead of move_copy for one-2019-01-01 2024/12/21 04:02:30 INFO : one: Moved (server-side) to: one-2019-01-01 2024/12/21 04:02:31 DEBUG : one: Uploading chunk 0, size=5, remain=0 2024/12/21 04:02:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/21 04:02:32 INFO : one: Copied (new) 2024/12/21 04:02:32 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:02:32 DEBUG : two: Unchanged skipping 2024/12/21 04:02:32 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/12/21 04:02:33 INFO : three-2019-01-01.txt: Deleted 2024/12/21 04:02:33 DEBUG : three.txt: same parent dir (ODFfNzgzOTYzMF9oT05pZg) - using file/rename instead of move_copy for three-2019-01-01.txt 2024/12/21 04:02:33 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/12/21 04:02:33 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2024/12/21 04:02:34 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2024/12/21 04:02:34 INFO : three.txt: Copied (new) fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: listing wrong, want dst/one (5), dst/one-2019-01-01 (4), dst/three-2019-01-01.txt (6), dst/three.txt (19), dst/two (3) got dst/one (5), dst/one-2019-01-01 (4), dst/three-2019-01-01.txt (19), dst/two (3) fstest.go:137: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:137 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: OpenDrive root 'rclone-test-movefaf7nafi'/dst/three-2019-01-01.txt: md5 hash incorrect - expecting "91341eed84691a83caea73aa785736d5" got "423e01c5e84a30d129b97aedb6e219a9" fstest.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Not equal: expected: 6 actual : 19 Test: TestSyncSuffixKeepExtension Messages: dst/three-2019-01-01.txt: size incorrect file=6 vs obj=19 fstest.go:121: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Should be true Test: TestSyncSuffixKeepExtension Messages: dst/three-2019-01-01.txt: Modification time difference too big |-95576h54m52.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2011-12-30 12:59:59 +0000 UTC) (precision 1s) fstest.go:197: Not found "dst/three.txt" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2521 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Not equal: expected: 0 actual : 1 Test: TestSyncSuffixKeepExtension Messages: 1 objects not found fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- FAIL: TestSyncSuffixKeepExtension (36.02s) === RUN TestSyncUTFNorm run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:02:53 DEBUG : Testêé: Uploading chunk 0, size=18, remain=0 2024/12/21 04:02:55 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/12/21 04:02:55 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 04:02:55 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 04:02:55 DEBUG : Testêé: Uploading chunk 0, size=14, remain=0 2024/12/21 04:02:56 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2024/12/21 04:02:56 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/12/21 04:02:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.09s) === RUN TestSyncImmutable run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:02:57 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/21 04:02:57 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 04:02:57 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 04:02:57 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2024/12/21 04:02:59 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/21 04:02:59 INFO : existing: Copied (new) 2024/12/21 04:02:59 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:02:59 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/12/21 04:02:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 04:02:59 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/12/21 04:02:59 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 04:02:59 ERROR : OpenDrive root 'rclone-test-movefaf7nafi': not deleting files as there were IO errors 2024/12/21 04:02:59 ERROR : OpenDrive root 'rclone-test-movefaf7nafi': not deleting directories as there were IO errors run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncImmutable (4.08s) === RUN TestSyncIgnoreCase run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:2606: Skipping test as local or remote are case-insensitive --- SKIP: TestSyncIgnoreCase (0.36s) === RUN TestFixCase run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:03:02 DEBUG : EXISTING: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:03 DEBUG : EXISTINGBUTDIFFERENT: Uploading chunk 0, size=8, remain=0 run.go:285: Failed to put "SUBDIRA/subdirb/SUBDIRC/HELLO" to "OpenDrive root 'rclone-test-movefaf7nafi'": failed to get folder list: Directory doesn't exist (Error 404) --- FAIL: TestFixCase (6.45s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.06s) --- SKIP: TestMaxTransfer/Hard (0.36s) --- SKIP: TestMaxTransfer/Soft (0.34s) --- SKIP: TestMaxTransfer/Cautious (0.36s) === RUN TestSyncConcurrentDelete run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:03:09 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:11 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:13 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:15 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:16 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:18 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:20 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:21 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:23 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:25 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:26 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:28 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:30 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:32 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:34 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:35 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:37 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:39 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:41 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:42 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:44 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:45 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:48 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:50 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:52 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:54 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:56 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:57 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2024/12/21 04:03:59 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:01 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:03 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:05 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:06 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:08 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:10 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:12 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:14 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:15 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:17 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:19 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:21 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 04:04:21 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both0: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both12: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both13: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both1: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both10: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both16: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both11: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both18: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both19: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both2: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both14: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both4: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both15: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both17: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both7: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both3: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:04:21 DEBUG : both9: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both5: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both6: Unchanged skipping 2024/12/21 04:04:21 DEBUG : both8: Unchanged skipping 2024/12/21 04:04:21 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 04:04:21 DEBUG : Waiting for deletions to finish 2024/12/21 04:04:21 INFO : only13: Deleted 2024/12/21 04:04:21 INFO : only14: Deleted 2024/12/21 04:04:21 INFO : only2: Deleted 2024/12/21 04:04:21 INFO : only5: Deleted 2024/12/21 04:04:22 INFO : only1: Deleted 2024/12/21 04:04:22 INFO : only11: Deleted 2024/12/21 04:04:22 INFO : only12: Deleted 2024/12/21 04:04:22 INFO : only6: Deleted 2024/12/21 04:04:22 INFO : only10: Deleted 2024/12/21 04:04:22 INFO : only17: Deleted 2024/12/21 04:04:22 INFO : only19: Deleted 2024/12/21 04:04:22 INFO : only3: Deleted 2024/12/21 04:04:22 INFO : only7: Deleted 2024/12/21 04:04:22 INFO : only16: Deleted 2024/12/21 04:04:22 INFO : only15: Deleted 2024/12/21 04:04:22 INFO : only18: Deleted 2024/12/21 04:04:22 INFO : only4: Deleted 2024/12/21 04:04:22 INFO : only8: Deleted 2024/12/21 04:04:22 INFO : only0: Deleted 2024/12/21 04:04:23 INFO : only9: Deleted 2024/12/21 04:04:23 INFO : There was nothing to transfer run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestSyncConcurrentDelete (86.28s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:04:35 DEBUG : both0: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:37 DEBUG : only0: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:39 DEBUG : both1: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:40 DEBUG : only1: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:42 DEBUG : both2: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:44 DEBUG : only2: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:45 DEBUG : both3: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:47 DEBUG : only3: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:49 DEBUG : both4: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:51 DEBUG : only4: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:52 DEBUG : both5: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:54 DEBUG : only5: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:56 DEBUG : both6: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:58 DEBUG : only6: Uploading chunk 0, size=6, remain=0 2024/12/21 04:04:59 DEBUG : both7: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:01 DEBUG : only7: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:02 DEBUG : both8: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:04 DEBUG : only8: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:06 DEBUG : both9: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:07 DEBUG : only9: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:09 DEBUG : both10: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:11 DEBUG : only10: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:12 DEBUG : both11: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:14 DEBUG : only11: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:16 DEBUG : both12: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:18 DEBUG : only12: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:19 DEBUG : both13: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:21 DEBUG : only13: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:23 DEBUG : both14: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:25 DEBUG : only14: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:26 DEBUG : both15: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:28 DEBUG : only15: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:30 DEBUG : both16: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:32 DEBUG : only16: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:33 DEBUG : both17: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:35 DEBUG : only17: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:37 DEBUG : both18: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:38 DEBUG : only18: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:40 DEBUG : both19: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:42 DEBUG : only19: Uploading chunk 0, size=6, remain=0 2024/12/21 04:05:43 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for checks to finish 2024/12/21 04:05:43 DEBUG : both0: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both12: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both1: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both14: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both15: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both16: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both11: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both18: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both19: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both2: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both3: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both4: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both5: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both6: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both7: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both8: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/21 04:05:43 DEBUG : both9: Unchanged skipping 2024/12/21 04:05:43 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/12/21 04:05:43 DEBUG : both10: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both13: Unchanged skipping 2024/12/21 04:05:43 DEBUG : both17: Unchanged skipping 2024/12/21 04:05:43 DEBUG : OpenDrive root 'rclone-test-movefaf7nafi': Waiting for transfers to finish 2024/12/21 04:05:48 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:05:48 INFO : only0: Copied (replaced existing) 2024/12/21 04:05:48 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:05:48 INFO : only1: Copied (replaced existing) 2024/12/21 04:05:53 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:05:53 INFO : only10: Copied (replaced existing) 2024/12/21 04:05:54 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:05:54 INFO : only12: Copied (replaced existing) 2024/12/21 04:05:55 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:05:55 INFO : only11: Copied (replaced existing) 2024/12/21 04:05:56 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:05:56 INFO : only13: Copied (replaced existing) 2024/12/21 04:06:00 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:00 INFO : only17: Copied (replaced existing) 2024/12/21 04:06:01 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:01 INFO : only14: Copied (replaced existing) 2024/12/21 04:06:05 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:05 INFO : only16: Copied (replaced existing) 2024/12/21 04:06:06 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:06 INFO : only15: Copied (replaced existing) 2024/12/21 04:06:07 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:07 INFO : only19: Copied (replaced existing) 2024/12/21 04:06:11 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:11 INFO : only18: Copied (replaced existing) 2024/12/21 04:06:12 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:12 INFO : only3: Copied (replaced existing) 2024/12/21 04:06:12 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:12 INFO : only2: Copied (replaced existing) 2024/12/21 04:06:16 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:16 INFO : only7: Copied (replaced existing) 2024/12/21 04:06:16 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:16 INFO : only5: Copied (replaced existing) 2024/12/21 04:06:18 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:18 INFO : only4: Copied (replaced existing) 2024/12/21 04:06:19 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:19 INFO : only6: Copied (replaced existing) 2024/12/21 04:06:23 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:23 INFO : only8: Copied (replaced existing) 2024/12/21 04:06:25 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2024/12/21 04:06:25 INFO : only9: Copied (replaced existing) 2024/12/21 04:06:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" --- PASS: TestSyncConcurrentTruncate (122.33s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" 2024/12/21 04:06:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/21 04:06:37 DEBUG : sub dir: Making directory 2024/12/21 04:06:37 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC sync_test.go:2793: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2793 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:18 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2791 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2871 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestNothingToTransferWithEmptyDirs --- FAIL: TestNothingToTransferWithEmptyDirs (8.72s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "OpenDrive root 'rclone-test-movefaf7nafi'", Local "Local file system at /tmp/rclone1270842093", Modify Window "1s" sync_test.go:2793: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2793 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:18 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2791 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2875 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestNothingToTransferWithoutEmptyDirs --- FAIL: TestNothingToTransferWithoutEmptyDirs (4.15s) FAIL "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished ERROR in 14m8.905877191s (try 1/5): exit status 1: Failed [TestSyncOverlapWithFilter TestSyncSuffix TestSyncSuffixKeepExtension TestFixCase TestNothingToTransferWithEmptyDirs TestNothingToTransferWithoutEmptyDirs]