"./sync.test -test.v -test.timeout 1h0m0s -remote TestChunkerChunk50bYandex: -verbose -size-limit 1024 -test.run '^(TestCopyAfterDelete|TestCopyDeleteBefore|TestCopyEmptyDirectories|TestCopyNoEmptyDirectories|TestCopyOverSelf|TestCopyRedownload|TestMoveEmptyDirectories|TestMoveNoEmptyDirectories|TestMoveOverSelf|TestMoveWithDeleteEmptySrcDirs|TestMoveWithIgnoreExisting|TestMoveWithoutDeleteEmptySrcDirs|TestServerSideCopy|TestServerSideCopyOverSelf|TestServerSideMove|TestServerSideMoveDeleteEmptySourceDirs|TestServerSideMoveLocal|TestServerSideMoveOverSelf|TestServerSideMoveOverlap|TestServerSideMoveWithFilter|TestSyncAfterAddingAFile|TestSyncAfterChangingContentsOnly|TestSyncAfterChangingFilesSizeOnly|TestSyncAfterChangingModtimeOnly|TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime|TestSyncAfterRemovingAFileAndAddingAFile|TestSyncAfterRemovingAFileAndAddingAFileDryRun|TestSyncAfterRemovingAFileAndAddingAFileSubDir|TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors|TestSyncBackupDir|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestSyncBackupDirWithSuffixKeepExtension|TestSyncBasedOnCheckSum|TestSyncCompareDest|TestSyncCopyDest|TestSyncDeleteBefore|TestSyncDeleteDuring|TestSyncDoesntUpdateModtime|TestSyncEmptyDirectories|TestSyncIgnoreErrors|TestSyncIgnoreExisting|TestSyncIgnoreSize|TestSyncIgnoreTimes|TestSyncMultipleCompareDest|TestSyncNoEmptyDirectories|TestSyncNoUpdateDirModtime|TestSyncOverlap|TestSyncOverlapWithFilter|TestSyncSetDelayedModTimes|TestSyncSizeOnly|TestSyncWithExclude|TestSyncWithExcludeAndDeleteExcluded|TestSyncWithTrackRenames|TestSyncWithTrackRenamesStrategyLeaf|TestSyncWithTrackRenamesStrategyModtime|TestSyncWithUpdateOlder)$'" - Starting (try 2/5) 2024/12/11 02:00:18 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa" 2024/12/11 02:00:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/11 02:00:18 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa" 2024/12/11 02:00:18 DEBUG : Reset feature "ListR" 2024/12/11 02:00:18 DEBUG : Creating backend with remote "/tmp/rclone2226182943" === RUN TestCopyEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:00:18 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/12/11 02:00:18 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/11 02:00:18 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/12/11 02:00:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/11 02:00:19 DEBUG : sub dir: Making directory 2024/12/11 02:00:20 DEBUG : sub dir2: Making directory 2024/12/11 02:00:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:00:20 DEBUG : sub dir2/sub sub dir2: Making directory 2024/12/11 02:00:21 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:00:21 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:00:21 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:00:26 INFO : sub dir/hello world.rclone_chunk.001_b9t9yr: Moved (server-side) to: sub dir/hello world 2024/12/11 02:00:26 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:00:26 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:00:31 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (20.30s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:00:39 DEBUG : sub dir2: Making directory 2024/12/11 02:00:39 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/12/11 02:00:39 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/11 02:00:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:00:39 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:00:39 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:00:39 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:00:44 INFO : sub dir/hello world.rclone_chunk.001_b9traf: Moved (server-side) to: sub dir/hello world 2024/12/11 02:00:44 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:00:44 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (11.21s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:00:50 DEBUG : sub dir2: Making directory with metadata 2024/12/11 02:00:50 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/11 02:00:50 DEBUG : sub dir: Making directory 2024/12/11 02:00:51 DEBUG : sub dir2: Making directory 2024/12/11 02:00:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:00:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:00:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:00:51 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:00:56 INFO : sub dir/hello world.rclone_chunk.001_b9u3f4: Moved (server-side) to: sub dir/hello world 2024/12/11 02:00:56 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:00:56 INFO : sub dir/hello world: Copied (new) 2024/12/11 02:00:56 INFO : sub dir/hello world: Deleted run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:00:57 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/12/11 02:00:58 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (16.37s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.67s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:01:07 DEBUG : sub dir2: Making directory 2024/12/11 02:01:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:01:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:01:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:01:08 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:01:12 INFO : sub dir/hello world.rclone_chunk.001_b9uk5i: Moved (server-side) to: sub dir/hello world 2024/12/11 02:01:12 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:01:12 INFO : sub dir/hello world: Copied (new) 2024/12/11 02:01:12 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (9.22s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:01:16 DEBUG : sub dir2: Making directory with metadata 2024/12/11 02:01:16 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/11 02:01:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/11 02:01:17 DEBUG : sub dir: Making directory 2024/12/11 02:01:17 DEBUG : sub dir2: Making directory 2024/12/11 02:01:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:01:17 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:01:17 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:01:18 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:01:22 INFO : sub dir/hello world.rclone_chunk.001_b9uu30: Moved (server-side) to: sub dir/hello world 2024/12/11 02:01:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:01:22 INFO : sub dir/hello world: Copied (new) 2024/12/11 02:01:22 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:01:24 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (16.39s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.72s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:01:33 DEBUG : sub dir2: Making directory 2024/12/11 02:01:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:01:34 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:01:34 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:01:34 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:01:39 INFO : sub dir/hello world.rclone_chunk.001_b9va87: Moved (server-side) to: sub dir/hello world 2024/12/11 02:01:39 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:01:39 INFO : sub dir/hello world: Copied (new) 2024/12/11 02:01:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (10.91s) === RUN TestServerSideCopy run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:01:49 INFO : sub dir/hello world.rclone_chunk.001_b9vlg4: Moved (server-side) to: sub dir/hello world 2024/12/11 02:01:50 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-liqetaf0gebe" 2024/12/11 02:01:50 DEBUG : Config file has changed externally - reloading 2024/12/11 02:01:50 DEBUG : Creating backend with remote "TestYandex:rclone-test-liqetaf0gebe" 2024/12/11 02:01:50 DEBUG : Reset feature "ListR" sync_test.go:590: Server side copy (if possible) Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa' -> Chunked 'TestChunkerChunk50bYandex:rclone-test-liqetaf0gebe' 2024/12/11 02:01:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:01:51 DEBUG : sub dir/hello world: copy non-chunked object... 2024/12/11 02:01:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-liqetaf0gebe': Waiting for checks to finish 2024/12/11 02:01:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-liqetaf0gebe': Waiting for transfers to finish 2024/12/11 02:01:54 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:01:54 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:01:55 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-liqetaf0gebe': Purge remote --- PASS: TestServerSideCopy (18.17s) === RUN TestCopyOverSelf run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:02:11 INFO : sub dir/hello world.rclone_chunk.001_b9w32g: Moved (server-side) to: sub dir/hello world 2024/12/11 02:02:12 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:02:12 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/11 02:02:12 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:02:12 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:02:18 INFO : sub dir/hello world: Deleted 2024/12/11 02:02:19 INFO : sub dir/hello world.rclone_chunk.001_b9wc2r: Moved (server-side) to: sub dir/hello world 2024/12/11 02:02:19 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/12/11 02:02:19 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestCopyOverSelf (22.60s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:02:30 INFO : sub dir/hello world.rclone_chunk.001_b9wpvn: Moved (server-side) to: sub dir/hello world 2024/12/11 02:02:31 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-corujuv4vake" 2024/12/11 02:02:31 DEBUG : Config file has changed externally - reloading 2024/12/11 02:02:31 DEBUG : Creating backend with remote "TestYandex:rclone-test-corujuv4vake" 2024/12/11 02:02:31 DEBUG : Reset feature "ListR" sync_test.go:626: Server side copy (if possible) Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa' -> Chunked 'TestChunkerChunk50bYandex:rclone-test-corujuv4vake' 2024/12/11 02:02:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:02:32 DEBUG : sub dir/hello world: copy non-chunked object... 2024/12/11 02:02:32 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-corujuv4vake': Waiting for checks to finish 2024/12/11 02:02:32 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-corujuv4vake': Waiting for transfers to finish 2024/12/11 02:02:35 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:02:35 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:02:41 INFO : sub dir/hello world: Deleted 2024/12/11 02:02:42 INFO : sub dir/hello world.rclone_chunk.001_b9x1k0: Moved (server-side) to: sub dir/hello world 2024/12/11 02:02:44 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/11 02:02:44 DEBUG : sub dir/hello world: copy non-chunked object... 2024/12/11 02:02:44 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-corujuv4vake': Waiting for checks to finish 2024/12/11 02:02:44 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-corujuv4vake': Waiting for transfers to finish 2024/12/11 02:02:45 DEBUG : sub dir/hello world: server side copy: renaming existing object to "sub dir/hello world.dapucek2" before starting 2024/12/11 02:02:48 DEBUG : sub dir/hello world.dapucek2: server side copy: removing renamed existing file after operation 2024/12/11 02:02:49 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/12/11 02:02:49 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:02:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-corujuv4vake': Purge remote --- PASS: TestServerSideCopyOverSelf (33.57s) === RUN TestMoveOverSelf run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:03:05 INFO : sub dir/hello world.rclone_chunk.001_b9xndv: Moved (server-side) to: sub dir/hello world 2024/12/11 02:03:06 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/11 02:03:06 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:03:06 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:03:06 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:03:12 INFO : sub dir/hello world: Deleted 2024/12/11 02:03:14 INFO : sub dir/hello world.rclone_chunk.001_b9xu3n: Moved (server-side) to: sub dir/hello world 2024/12/11 02:03:14 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2024/12/11 02:03:14 INFO : sub dir/hello world: Copied (replaced existing) 2024/12/11 02:03:14 INFO : sub dir/hello world: Deleted run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestMoveOverSelf (21.56s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:03:26 INFO : sub dir/hello world.rclone_chunk.001_b9y88q: Moved (server-side) to: sub dir/hello world 2024/12/11 02:03:27 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu" 2024/12/11 02:03:27 DEBUG : Config file has changed externally - reloading 2024/12/11 02:03:27 DEBUG : Creating backend with remote "TestYandex:rclone-test-xaxemut9qowu" 2024/12/11 02:03:27 DEBUG : Reset feature "ListR" sync_test.go:671: Server side copy (if possible) Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa' -> Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu' 2024/12/11 02:03:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:03:28 DEBUG : sub dir/hello world: copy non-chunked object... 2024/12/11 02:03:28 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Waiting for checks to finish 2024/12/11 02:03:28 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Waiting for transfers to finish 2024/12/11 02:03:30 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:03:30 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:03:38 INFO : sub dir/hello world: Deleted 2024/12/11 02:03:40 INFO : sub dir/hello world.rclone_chunk.001_b9ykom: Moved (server-side) to: sub dir/hello world 2024/12/11 02:03:41 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Using server-side directory move 2024/12/11 02:03:41 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/11 02:03:42 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/11 02:03:42 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Waiting for checks to finish 2024/12/11 02:03:42 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Waiting for transfers to finish 2024/12/11 02:03:43 INFO : sub dir/hello world: Deleted 2024/12/11 02:03:43 DEBUG : sub dir/hello world: move non-chunked object... 2024/12/11 02:03:44 INFO : sub dir/hello world: Moved (server-side) 2024/12/11 02:03:44 INFO : sub dir/hello world: Moved (server-side) 2024/12/11 02:03:50 INFO : sub dir/hello world.rclone_chunk.001_b9yyt5: Moved (server-side) to: sub dir/hello world 2024/12/11 02:03:50 DEBUG : testing file moves 2024/12/11 02:03:51 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/12/11 02:03:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Waiting for checks to finish 2024/12/11 02:03:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Waiting for transfers to finish 2024/12/11 02:03:52 INFO : sub dir/hello world: Deleted 2024/12/11 02:03:52 DEBUG : sub dir/hello world: move non-chunked object... 2024/12/11 02:03:54 INFO : sub dir/hello world: Moved (server-side) 2024/12/11 02:03:54 INFO : sub dir/hello world: Moved (server-side) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:03:56 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-xaxemut9qowu': Purge remote --- PASS: TestServerSideMoveOverSelf (44.17s) === RUN TestCopyAfterDelete run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:04:12 INFO : sub dir/hello world.rclone_chunk.001_b9zgev: Moved (server-side) to: sub dir/hello world 2024/12/11 02:04:12 ERROR : : error listing: directory not found 2024/12/11 02:04:13 DEBUG : Local file system at /tmp/rclone2226182943: Making directory 2024/12/11 02:04:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:04:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestCopyAfterDelete (16.85s) === RUN TestCopyRedownload run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:04:26 INFO : sub dir/hello world.rclone_chunk.001_b9zyrl: Moved (server-side) to: sub dir/hello world 2024/12/11 02:04:28 DEBUG : Added delayed dir = "sub dir", newDst= 2024/12/11 02:04:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:04:28 DEBUG : Local file system at /tmp/rclone2226182943: Waiting for checks to finish 2024/12/11 02:04:28 DEBUG : Local file system at /tmp/rclone2226182943: Waiting for transfers to finish 2024/12/11 02:04:29 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:04:29 DEBUG : sub dir/hello world.7ddbfcba.partial: renamed to: sub dir/hello world 2024/12/11 02:04:29 INFO : sub dir/hello world: Copied (new) 2024/12/11 02:04:29 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestCopyRedownload (12.59s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:04:34 DEBUG : check sum: Need to transfer - File not found at Destination 2024/12/11 02:04:34 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:04:34 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:04:34 DEBUG : check sum: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:04:39 INFO : check sum.rclone_chunk.001_ba0ayf: Moved (server-side) to: check sum 2024/12/11 02:04:39 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/11 02:04:39 INFO : check sum: Copied (new) 2024/12/11 02:04:39 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:04:39 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:04:39 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/11 02:04:39 DEBUG : check sum: Size and md5 of src and dst objects identical 2024/12/11 02:04:39 DEBUG : check sum: Unchanged skipping 2024/12/11 02:04:39 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:04:39 DEBUG : Waiting for deletions to finish 2024/12/11 02:04:39 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncBasedOnCheckSum (11.43s) === RUN TestSyncSizeOnly run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:04:46 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/12/11 02:04:46 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:04:46 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:04:46 DEBUG : sizeonly: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:04:52 INFO : sizeonly.rclone_chunk.001_ba0myx: Moved (server-side) to: sizeonly 2024/12/11 02:04:52 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/11 02:04:52 INFO : sizeonly: Copied (new) 2024/12/11 02:04:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:04:53 DEBUG : sizeonly: Sizes identical 2024/12/11 02:04:53 DEBUG : sizeonly: Unchanged skipping 2024/12/11 02:04:53 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:04:53 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:04:53 DEBUG : Waiting for deletions to finish 2024/12/11 02:04:53 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncSizeOnly (12.49s) === RUN TestSyncIgnoreSize run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:04:58 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/12/11 02:04:58 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:04:58 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:04:58 DEBUG : ignore-size: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:05:04 INFO : ignore-size.rclone_chunk.001_ba0ytg: Moved (server-side) to: ignore-size 2024/12/11 02:05:04 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2024/12/11 02:05:04 INFO : ignore-size: Copied (new) 2024/12/11 02:05:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:05:05 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:05:05 DEBUG : ignore-size: Unchanged skipping 2024/12/11 02:05:05 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:05:05 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:05:05 DEBUG : Waiting for deletions to finish 2024/12/11 02:05:05 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncIgnoreSize (11.80s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:05:15 INFO : existing.rclone_chunk.001_ba1a3t: Moved (server-side) to: existing 2024/12/11 02:05:15 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:05:15 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:05:15 DEBUG : existing: Unchanged skipping 2024/12/11 02:05:15 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:05:15 DEBUG : Waiting for deletions to finish 2024/12/11 02:05:15 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:05:16 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/12/11 02:05:16 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:05:16 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:05:16 DEBUG : existing: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:05:22 INFO : existing: Deleted 2024/12/11 02:05:23 INFO : existing.rclone_chunk.001_ba1ga3: Moved (server-side) to: existing 2024/12/11 02:05:23 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/11 02:05:23 INFO : existing: Copied (replaced existing) 2024/12/11 02:05:23 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncIgnoreTimes (17.54s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:05:27 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/11 02:05:27 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:05:27 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:05:28 DEBUG : existing: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:05:32 INFO : existing.rclone_chunk.001_ba1s76: Moved (server-side) to: existing 2024/12/11 02:05:32 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/11 02:05:32 INFO : existing: Copied (new) 2024/12/11 02:05:32 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:05:33 DEBUG : existing: Destination exists, skipping 2024/12/11 02:05:33 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:05:33 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:05:33 DEBUG : Waiting for deletions to finish 2024/12/11 02:05:33 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncIgnoreExisting (11.62s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:05:44 INFO : b/potato.rclone_chunk.001_ba23ib: Moved (server-side) to: b/potato 2024/12/11 02:05:49 INFO : c/non empty space.rclone_chunk.001_ba29q6: Moved (server-side) to: c/non empty space 2024/12/11 02:05:49 DEBUG : d: Making directory 2024/12/11 02:05:51 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/11 02:05:52 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:05:52 DEBUG : c/non empty space: Unchanged skipping 2024/12/11 02:05:52 DEBUG : a/potato2: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:05:52 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:05:52 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:05:58 INFO : a/potato2.rclone_chunk.001_ba2gci: Moved (server-side) to: a/potato2.rclone_chunk.001 2024/12/11 02:05:59 INFO : a/potato2.rclone_chunk.002_ba2gci: Moved (server-side) to: a/potato2.rclone_chunk.002 2024/12/11 02:06:01 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/11 02:06:01 INFO : a/potato2: Copied (new) 2024/12/11 02:06:01 DEBUG : Waiting for deletions to finish 2024/12/11 02:06:03 INFO : b/potato: Deleted 2024/12/11 02:06:03 INFO : d: Removing directory 2024/12/11 02:06:06 INFO : b: Removing directory 2024/12/11 02:06:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': deleted 2 directories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncIgnoreErrors (45.85s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:06:29 INFO : empty space.rclone_chunk.001_ba3d1t: Moved (server-side) to: empty space 2024/12/11 02:06:30 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2024/12/11 02:06:30 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:06:30 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/11 02:06:30 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/12/11 02:06:30 DEBUG : empty space: Unchanged skipping 2024/12/11 02:06:30 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:06:30 DEBUG : Waiting for deletions to finish 2024/12/11 02:06:30 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:06:31 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2024/12/11 02:06:31 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:06:31 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/11 02:06:31 INFO : empty space: Updated modification time in destination 2024/12/11 02:06:31 DEBUG : empty space: Unchanged skipping 2024/12/11 02:06:31 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:06:31 DEBUG : Waiting for deletions to finish 2024/12/11 02:06:31 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterChangingModtimeOnly (11.10s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:06:41 INFO : empty space.rclone_chunk.001_ba3od7: Moved (server-side) to: empty space 2024/12/11 02:06:41 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2024/12/11 02:06:41 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:06:41 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2024/12/11 02:06:41 DEBUG : empty space: Unchanged skipping 2024/12/11 02:06:41 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:06:41 DEBUG : Waiting for deletions to finish 2024/12/11 02:06:41 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (9.98s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:06:50 INFO : foo.rclone_chunk.001_ba3ysh: Moved (server-side) to: foo 2024/12/11 02:06:50 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:06:50 DEBUG : foo: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2024/12/11 02:06:50 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone2226182943) 2024/12/11 02:06:50 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa') 2024/12/11 02:06:50 DEBUG : foo: md5 differ 2024/12/11 02:06:50 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:06:50 DEBUG : foo: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:06:55 INFO : foo: Deleted 2024/12/11 02:06:56 INFO : foo.rclone_chunk.001_ba42jw: Moved (server-side) to: foo 2024/12/11 02:06:56 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2024/12/11 02:06:56 INFO : foo: Copied (replaced existing) 2024/12/11 02:06:56 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncDoesntUpdateModtime (13.84s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:07:04 INFO : empty space.rclone_chunk.001_ba4cfw: Moved (server-side) to: empty space 2024/12/11 02:07:05 DEBUG : potato: Need to transfer - File not found at Destination 2024/12/11 02:07:05 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:07:05 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:07:05 DEBUG : empty space: Unchanged skipping 2024/12/11 02:07:05 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:07:05 DEBUG : potato: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:07:12 INFO : potato.rclone_chunk.001_ba4h9b: Moved (server-side) to: potato.rclone_chunk.001 2024/12/11 02:07:14 INFO : potato.rclone_chunk.002_ba4h9b: Moved (server-side) to: potato.rclone_chunk.002 2024/12/11 02:07:16 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/11 02:07:16 INFO : potato: Copied (new) 2024/12/11 02:07:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterAddingAFile (25.50s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:07:32 INFO : potato.rclone_chunk.001_ba515z: Moved (server-side) to: potato.rclone_chunk.001 2024/12/11 02:07:33 INFO : potato.rclone_chunk.002_ba515z: Moved (server-side) to: potato.rclone_chunk.002 2024/12/11 02:07:37 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:07:37 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/12/11 02:07:37 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:07:37 DEBUG : potato: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:07:46 INFO : potato: Deleted 2024/12/11 02:07:47 INFO : potato.rclone_chunk.001_ba5d28: Moved (server-side) to: potato 2024/12/11 02:07:47 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2024/12/11 02:07:47 INFO : potato: Copied (replaced existing) 2024/12/11 02:07:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterChangingFilesSizeOnly (26.83s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:07:55 INFO : potato.rclone_chunk.001_ba5srw: Moved (server-side) to: potato 2024/12/11 02:07:56 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:07:56 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/11 02:07:56 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone2226182943) 2024/12/11 02:07:56 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa') 2024/12/11 02:07:56 DEBUG : potato: md5 differ 2024/12/11 02:07:56 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:07:56 DEBUG : potato: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:08:01 INFO : potato: Deleted 2024/12/11 02:08:03 INFO : potato.rclone_chunk.001_ba5wmd: Moved (server-side) to: potato 2024/12/11 02:08:03 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2024/12/11 02:08:03 INFO : potato: Copied (replaced existing) 2024/12/11 02:08:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterChangingContentsOnly (16.08s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:08:13 INFO : potato.rclone_chunk.001_ba682b: Moved (server-side) to: potato 2024/12/11 02:08:22 INFO : empty space.rclone_chunk.001_ba6esb: Moved (server-side) to: empty space 2024/12/11 02:08:22 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:08:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:08:22 DEBUG : empty space: Unchanged skipping 2024/12/11 02:08:22 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:08:22 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:08:22 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/12/11 02:08:22 DEBUG : Waiting for deletions to finish 2024/12/11 02:08:22 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (19.27s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:08:32 INFO : potato.rclone_chunk.001_ba6r72: Moved (server-side) to: potato 2024/12/11 02:08:38 INFO : empty space.rclone_chunk.001_ba6w17: Moved (server-side) to: empty space 2024/12/11 02:08:38 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:08:38 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:08:38 DEBUG : empty space: Unchanged skipping 2024/12/11 02:08:38 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:08:38 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:08:38 DEBUG : potato2: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:08:45 INFO : potato2.rclone_chunk.001_ba72b6: Moved (server-side) to: potato2.rclone_chunk.001 2024/12/11 02:08:46 INFO : potato2.rclone_chunk.002_ba72b6: Moved (server-side) to: potato2.rclone_chunk.002 2024/12/11 02:08:49 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/11 02:08:49 INFO : potato2: Copied (new) 2024/12/11 02:08:49 DEBUG : Waiting for deletions to finish 2024/12/11 02:08:51 INFO : potato: Deleted run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (33.84s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:09:06 INFO : b/potato.rclone_chunk.001_ba7pk8: Moved (server-side) to: b/potato 2024/12/11 02:09:12 INFO : c/non empty space.rclone_chunk.001_ba7u1q: Moved (server-side) to: c/non empty space 2024/12/11 02:09:12 DEBUG : d: Making directory 2024/12/11 02:09:12 DEBUG : d/e: Making directory 2024/12/11 02:09:14 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/11 02:09:14 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:09:14 DEBUG : c/non empty space: Unchanged skipping 2024/12/11 02:09:14 DEBUG : a/potato2: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:09:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:09:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:09:21 INFO : a/potato2.rclone_chunk.001_ba82sn: Moved (server-side) to: a/potato2.rclone_chunk.001 2024/12/11 02:09:23 INFO : a/potato2.rclone_chunk.002_ba82sn: Moved (server-side) to: a/potato2.rclone_chunk.002 2024/12/11 02:09:26 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/11 02:09:26 INFO : a/potato2: Copied (new) 2024/12/11 02:09:26 DEBUG : Waiting for deletions to finish 2024/12/11 02:09:28 INFO : b/potato: Deleted 2024/12/11 02:09:28 INFO : d/e: Removing directory 2024/12/11 02:09:29 INFO : d: Removing directory 2024/12/11 02:09:31 INFO : b: Removing directory 2024/12/11 02:09:33 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': deleted 3 directories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (47.49s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:09:53 INFO : b/potato.rclone_chunk.001_ba910i: Moved (server-side) to: b/potato 2024/12/11 02:09:58 INFO : c/non empty space.rclone_chunk.001_ba951g: Moved (server-side) to: c/non empty space 2024/12/11 02:09:58 DEBUG : d: Making directory 2024/12/11 02:10:03 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/11 02:10:03 DEBUG : a/potato2: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:10:03 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:10:03 DEBUG : c/non empty space: Unchanged skipping 2024/12/11 02:10:04 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:10:04 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:10:10 INFO : a/potato2.rclone_chunk.001_ba9flj: Moved (server-side) to: a/potato2.rclone_chunk.001 2024/12/11 02:10:12 INFO : a/potato2.rclone_chunk.002_ba9flj: Moved (server-side) to: a/potato2.rclone_chunk.002 2024/12/11 02:10:14 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/11 02:10:14 INFO : a/potato2: Copied (new) 2024/12/11 02:10:14 ERROR : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': not deleting files as there were IO errors 2024/12/11 02:10:14 ERROR : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': not deleting directories as there were IO errors run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (45.53s) === RUN TestSyncDeleteDuring run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:10:40 INFO : potato.rclone_chunk.001_baaawy: Moved (server-side) to: potato 2024/12/11 02:10:47 INFO : empty space.rclone_chunk.001_baahem: Moved (server-side) to: empty space 2024/12/11 02:10:47 DEBUG : Waiting for deletions to finish 2024/12/11 02:10:47 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:10:47 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:10:47 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:10:47 DEBUG : empty space: Unchanged skipping 2024/12/11 02:10:47 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:10:48 DEBUG : potato2: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:10:49 INFO : potato: Deleted 2024/12/11 02:10:54 INFO : potato2.rclone_chunk.001_baaodd: Moved (server-side) to: potato2.rclone_chunk.001 2024/12/11 02:10:55 INFO : potato2.rclone_chunk.002_baaodd: Moved (server-side) to: potato2.rclone_chunk.002 2024/12/11 02:10:58 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/11 02:10:58 INFO : potato2: Copied (new) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncDeleteDuring (34.90s) === RUN TestSyncDeleteBefore run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:11:15 INFO : potato.rclone_chunk.001_bab9j0: Moved (server-side) to: potato 2024/12/11 02:11:19 INFO : empty space.rclone_chunk.001_babfzs: Moved (server-side) to: empty space 2024/12/11 02:11:19 DEBUG : Waiting for deletions to finish 2024/12/11 02:11:20 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:11:20 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:11:21 INFO : potato: Deleted 2024/12/11 02:11:22 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:11:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:11:22 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:11:22 DEBUG : empty space: Unchanged skipping 2024/12/11 02:11:22 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:11:22 DEBUG : potato2: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:11:33 INFO : potato2.rclone_chunk.001_babmjo: Moved (server-side) to: potato2.rclone_chunk.001 2024/12/11 02:11:36 INFO : potato2.rclone_chunk.002_babmjo: Moved (server-side) to: potato2.rclone_chunk.002 2024/12/11 02:11:39 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2024/12/11 02:11:39 INFO : potato2: Copied (new) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncDeleteBefore (39.65s) === RUN TestCopyDeleteBefore run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:11:54 INFO : potato.rclone_chunk.001_bacdtq: Moved (server-side) to: potato 2024/12/11 02:11:55 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:11:55 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:11:55 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:11:55 DEBUG : potato2: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:12:00 INFO : potato2.rclone_chunk.001_bacj7z: Moved (server-side) to: potato2 2024/12/11 02:12:00 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2024/12/11 02:12:00 INFO : potato2: Copied (new) run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestCopyDeleteBefore (17.56s) === RUN TestSyncWithExclude run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:12:15 INFO : potato2.rclone_chunk.001_bacuf7: Moved (server-side) to: potato2.rclone_chunk.001 2024/12/11 02:12:17 INFO : potato2.rclone_chunk.002_bacuf7: Moved (server-side) to: potato2.rclone_chunk.002 2024/12/11 02:12:24 INFO : empty space.rclone_chunk.001_bad7w4: Moved (server-side) to: empty space 2024/12/11 02:12:25 DEBUG : enormous: Excluded (Size Filter) 2024/12/11 02:12:25 DEBUG : enormous: Excluded 2024/12/11 02:12:25 DEBUG : potato2: Excluded (Size Filter) 2024/12/11 02:12:25 DEBUG : potato2: Excluded 2024/12/11 02:12:25 DEBUG : potato2: Excluded (Size Filter) 2024/12/11 02:12:25 DEBUG : potato2: Excluded 2024/12/11 02:12:25 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:12:25 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:12:25 DEBUG : empty space: Unchanged skipping 2024/12/11 02:12:25 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:12:25 DEBUG : Waiting for deletions to finish 2024/12/11 02:12:25 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:12:26 DEBUG : potato2: Excluded (Size Filter) 2024/12/11 02:12:26 DEBUG : potato2: Excluded 2024/12/11 02:12:26 DEBUG : enormous: Excluded (Size Filter) 2024/12/11 02:12:26 DEBUG : enormous: Excluded 2024/12/11 02:12:26 DEBUG : potato2: Excluded (Size Filter) 2024/12/11 02:12:26 DEBUG : potato2: Excluded 2024/12/11 02:12:27 DEBUG : potato2: Excluded (Size Filter) 2024/12/11 02:12:27 DEBUG : potato2: Excluded 2024/12/11 02:12:27 DEBUG : Local file system at /tmp/rclone2226182943: Waiting for checks to finish 2024/12/11 02:12:27 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:12:27 DEBUG : empty space: Unchanged skipping 2024/12/11 02:12:27 DEBUG : Local file system at /tmp/rclone2226182943: Waiting for transfers to finish 2024/12/11 02:12:27 DEBUG : Waiting for deletions to finish 2024/12/11 02:12:27 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:12:27 DEBUG : potato2: Excluded (Size Filter) 2024/12/11 02:12:27 DEBUG : potato2: Excluded --- PASS: TestSyncWithExclude (29.58s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:12:44 INFO : potato2.rclone_chunk.001_badoxc: Moved (server-side) to: potato2.rclone_chunk.001 2024/12/11 02:12:45 INFO : potato2.rclone_chunk.002_badoxc: Moved (server-side) to: potato2.rclone_chunk.002 2024/12/11 02:12:53 INFO : empty space.rclone_chunk.001_bae1rz: Moved (server-side) to: empty space 2024/12/11 02:12:59 INFO : enormous.rclone_chunk.001_bae6s5: Moved (server-side) to: enormous.rclone_chunk.001 2024/12/11 02:13:01 INFO : enormous.rclone_chunk.002_bae6s5: Moved (server-side) to: enormous.rclone_chunk.002 2024/12/11 02:13:07 DEBUG : enormous: Excluded (Size Filter) 2024/12/11 02:13:07 DEBUG : enormous: Excluded 2024/12/11 02:13:07 DEBUG : potato2: Excluded (Size Filter) 2024/12/11 02:13:07 DEBUG : potato2: Excluded 2024/12/11 02:13:07 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:13:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:13:07 DEBUG : empty space: Unchanged skipping 2024/12/11 02:13:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:13:07 DEBUG : Waiting for deletions to finish 2024/12/11 02:13:12 INFO : potato2: Deleted 2024/12/11 02:13:12 INFO : enormous: Deleted 2024/12/11 02:13:12 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:13:13 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:13:13 DEBUG : Local file system at /tmp/rclone2226182943: Waiting for checks to finish 2024/12/11 02:13:13 DEBUG : empty space: Unchanged skipping 2024/12/11 02:13:13 DEBUG : Local file system at /tmp/rclone2226182943: Waiting for transfers to finish 2024/12/11 02:13:13 DEBUG : Waiting for deletions to finish 2024/12/11 02:13:13 INFO : potato2: Deleted 2024/12/11 02:13:13 INFO : enormous: Deleted 2024/12/11 02:13:13 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncWithExcludeAndDeleteExcluded (40.37s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:13:20 INFO : one.rclone_chunk.001_baes8y: Moved (server-side) to: one 2024/12/11 02:13:25 INFO : two.rclone_chunk.001_baex4m: Moved (server-side) to: two 2024/12/11 02:13:30 INFO : three.rclone_chunk.001_baf2fl: Moved (server-side) to: three 2024/12/11 02:13:35 INFO : four.rclone_chunk.001_baf6tt: Moved (server-side) to: four 2024/12/11 02:13:37 DEBUG : five: Need to transfer - File not found at Destination 2024/12/11 02:13:37 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/12/11 02:13:37 DEBUG : one: Destination is newer than source, skipping 2024/12/11 02:13:37 DEBUG : three: Sizes identical 2024/12/11 02:13:37 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:13:37 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/12/11 02:13:37 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone2226182943) 2024/12/11 02:13:37 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa') 2024/12/11 02:13:37 DEBUG : two: md5 differ 2024/12/11 02:13:37 DEBUG : four: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:13:37 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/12/11 02:13:37 DEBUG : two: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:13:37 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:13:38 DEBUG : five: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:13:42 INFO : two: Deleted 2024/12/11 02:13:42 INFO : four: Deleted 2024/12/11 02:13:42 INFO : five.rclone_chunk.001_bafeg7: Moved (server-side) to: five 2024/12/11 02:13:42 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/12/11 02:13:42 INFO : five: Copied (new) 2024/12/11 02:13:44 INFO : two.rclone_chunk.001_bafd4f: Moved (server-side) to: two 2024/12/11 02:13:44 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/12/11 02:13:44 INFO : two: Copied (replaced existing) 2024/12/11 02:13:45 INFO : four.rclone_chunk.001_bafd99: Moved (server-side) to: four 2024/12/11 02:13:45 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/12/11 02:13:45 INFO : four: Copied (replaced existing) 2024/12/11 02:13:45 DEBUG : Waiting for deletions to finish 2024/12/11 02:13:45 DEBUG : one: Destination is newer than source, skipping 2024/12/11 02:13:45 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:13:45 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2024/12/11 02:13:45 DEBUG : five: Size and md5 of src and dst objects identical 2024/12/11 02:13:45 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/12/11 02:13:45 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2024/12/11 02:13:45 DEBUG : four: Size and md5 of src and dst objects identical 2024/12/11 02:13:45 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/12/11 02:13:45 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone2226182943) 2024/12/11 02:13:45 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/12/11 02:13:45 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa') 2024/12/11 02:13:45 DEBUG : two: Size and md5 of src and dst objects identical 2024/12/11 02:13:45 DEBUG : three: md5 differ 2024/12/11 02:13:45 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/12/11 02:13:45 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/12/11 02:13:45 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:13:45 DEBUG : three: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:13:50 INFO : three: Deleted 2024/12/11 02:13:51 INFO : three.rclone_chunk.001_bafluf: Moved (server-side) to: three 2024/12/11 02:13:51 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2024/12/11 02:13:51 INFO : three: Copied (replaced existing) 2024/12/11 02:13:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (43.25s) === RUN TestSyncWithTrackRenames run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" sync_test.go:1538: Can track renames: true 2024/12/11 02:13:59 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Making map for --track-renames 2024/12/11 02:13:59 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Finished making map for --track-renames 2024/12/11 02:13:59 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:13:59 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/11 02:13:59 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/12/11 02:13:59 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for renames to finish 2024/12/11 02:13:59 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:14:00 DEBUG : yam: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:14:00 DEBUG : potato: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:14:04 INFO : potato.rclone_chunk.001_bag03d: Moved (server-side) to: potato 2024/12/11 02:14:04 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/12/11 02:14:04 INFO : potato: Copied (new) 2024/12/11 02:14:05 INFO : yam.rclone_chunk.001_bag02f: Moved (server-side) to: yam 2024/12/11 02:14:05 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/12/11 02:14:05 INFO : yam: Copied (new) 2024/12/11 02:14:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:14:06 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:14:06 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Making map for --track-renames 2024/12/11 02:14:06 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Finished making map for --track-renames 2024/12/11 02:14:06 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:14:06 DEBUG : potato: Unchanged skipping 2024/12/11 02:14:06 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for renames to finish 2024/12/11 02:14:06 DEBUG : yam: move non-chunked object... 2024/12/11 02:14:09 INFO : yam: Moved (server-side) to: yaml 2024/12/11 02:14:09 INFO : yam: Moved (server-side) to: yaml 2024/12/11 02:14:09 INFO : yaml: Renamed from "yam" 2024/12/11 02:14:09 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:14:09 DEBUG : Waiting for deletions to finish 2024/12/11 02:14:09 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncWithTrackRenames (14.16s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" sync_test.go:1610: Can track renames: true 2024/12/11 02:14:14 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Making map for --track-renames 2024/12/11 02:14:14 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Finished making map for --track-renames 2024/12/11 02:14:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:14:14 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/11 02:14:14 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/12/11 02:14:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for renames to finish 2024/12/11 02:14:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:14:14 DEBUG : yam: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:14:14 DEBUG : potato: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:14:18 INFO : yam.rclone_chunk.001_bagecd: Moved (server-side) to: yam 2024/12/11 02:14:18 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/12/11 02:14:18 INFO : yam: Copied (new) 2024/12/11 02:14:20 INFO : potato.rclone_chunk.001_bagerg: Moved (server-side) to: potato 2024/12/11 02:14:20 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/12/11 02:14:20 INFO : potato: Copied (new) 2024/12/11 02:14:20 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:14:21 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:14:21 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Making map for --track-renames 2024/12/11 02:14:21 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Finished making map for --track-renames 2024/12/11 02:14:21 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:14:21 DEBUG : potato: Unchanged skipping 2024/12/11 02:14:21 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for renames to finish 2024/12/11 02:14:21 DEBUG : yam: move non-chunked object... 2024/12/11 02:14:23 INFO : yam: Moved (server-side) to: yaml 2024/12/11 02:14:23 INFO : yam: Moved (server-side) to: yaml 2024/12/11 02:14:23 INFO : yaml: Renamed from "yam" 2024/12/11 02:14:23 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:14:23 DEBUG : Waiting for deletions to finish 2024/12/11 02:14:23 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncWithTrackRenamesStrategyModtime (15.49s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" sync_test.go:1649: Can track renames: true 2024/12/11 02:14:29 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Making map for --track-renames 2024/12/11 02:14:29 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Finished making map for --track-renames 2024/12/11 02:14:29 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:14:29 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/12/11 02:14:29 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/11 02:14:29 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for renames to finish 2024/12/11 02:14:29 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:14:29 DEBUG : potato: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:14:29 DEBUG : sub/yam: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:14:34 INFO : sub/yam.rclone_chunk.001_bagt2l: Moved (server-side) to: sub/yam 2024/12/11 02:14:34 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2024/12/11 02:14:34 INFO : sub/yam: Copied (new) 2024/12/11 02:14:34 INFO : potato.rclone_chunk.001_bagt75: Moved (server-side) to: potato 2024/12/11 02:14:34 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2024/12/11 02:14:34 INFO : potato: Copied (new) 2024/12/11 02:14:34 DEBUG : Waiting for deletions to finish run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:14:36 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:14:36 DEBUG : potato: Unchanged skipping 2024/12/11 02:14:36 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Making map for --track-renames 2024/12/11 02:14:36 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Finished making map for --track-renames 2024/12/11 02:14:36 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:14:36 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for renames to finish 2024/12/11 02:14:36 DEBUG : sub/yam: move non-chunked object... 2024/12/11 02:14:38 INFO : sub/yam: Moved (server-side) to: yam 2024/12/11 02:14:38 INFO : sub/yam: Moved (server-side) to: yam 2024/12/11 02:14:38 INFO : yam: Renamed from "sub/yam" 2024/12/11 02:14:38 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:14:38 DEBUG : Waiting for deletions to finish 2024/12/11 02:14:38 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (18.70s) === RUN TestServerSideMoveLocal run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:14:48 DEBUG : Creating backend with remote "/tmp/rclone2226182943/dir1" 2024/12/11 02:14:48 DEBUG : Config file has changed externally - reloading 2024/12/11 02:14:48 DEBUG : Creating backend with remote "/tmp/rclone2226182943/dir2" 2024/12/11 02:14:48 DEBUG : Local file system at /tmp/rclone2226182943/dir2: Using server-side directory move 2024/12/11 02:14:48 INFO : Local file system at /tmp/rclone2226182943/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/11 02:14:48 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/12/11 02:14:48 DEBUG : Local file system at /tmp/rclone2226182943/dir2: Waiting for checks to finish 2024/12/11 02:14:48 INFO : file1.txt: Moved (server-side) 2024/12/11 02:14:48 DEBUG : Local file system at /tmp/rclone2226182943/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.68s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:14:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:14:48 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/12/11 02:14:48 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:14:48 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:14:49 DEBUG : nested/sub dir/file: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:14:49 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:14:53 INFO : sub dir/hello world.rclone_chunk.001_bahda5: Moved (server-side) to: sub dir/hello world 2024/12/11 02:14:53 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:14:53 INFO : sub dir/hello world: Copied (new) 2024/12/11 02:14:53 INFO : sub dir/hello world: Deleted 2024/12/11 02:14:54 INFO : nested/sub dir/file.rclone_chunk.001_bahdmz: Moved (server-side) to: nested/sub dir/file 2024/12/11 02:14:54 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/12/11 02:14:54 INFO : nested/sub dir/file: Copied (new) 2024/12/11 02:14:54 INFO : nested/sub dir/file: Deleted 2024/12/11 02:14:54 INFO : sub dir: Removing directory 2024/12/11 02:14:54 INFO : nested/sub dir: Removing directory 2024/12/11 02:14:54 INFO : nested: Removing directory 2024/12/11 02:14:54 DEBUG : Local file system at /tmp/rclone2226182943: deleted 3 directories run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestMoveWithDeleteEmptySrcDirs (23.51s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:15:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/11 02:15:13 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/12/11 02:15:13 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:15:13 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:15:13 DEBUG : nested/sub dir/file: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:15:13 DEBUG : sub dir/hello world: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:15:18 INFO : sub dir/hello world.rclone_chunk.001_bai1d5: Moved (server-side) to: sub dir/hello world 2024/12/11 02:15:18 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2024/12/11 02:15:18 INFO : sub dir/hello world: Copied (new) 2024/12/11 02:15:18 INFO : sub dir/hello world: Deleted 2024/12/11 02:15:20 INFO : nested/sub dir/file.rclone_chunk.001_bai11l: Moved (server-side) to: nested/sub dir/file 2024/12/11 02:15:20 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2024/12/11 02:15:20 INFO : nested/sub dir/file: Copied (new) 2024/12/11 02:15:20 INFO : nested/sub dir/file: Deleted run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (20.76s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:15:33 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/11 02:15:33 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/12/11 02:15:33 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:15:33 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:15:33 DEBUG : existing-b: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:15:33 DEBUG : existing: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:15:38 INFO : existing-b.rclone_chunk.001_bailt4: Moved (server-side) to: existing-b 2024/12/11 02:15:38 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2024/12/11 02:15:38 INFO : existing-b: Copied (new) 2024/12/11 02:15:38 INFO : existing-b: Deleted 2024/12/11 02:15:40 INFO : existing.rclone_chunk.001_bailze: Moved (server-side) to: existing 2024/12/11 02:15:40 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2024/12/11 02:15:40 INFO : existing: Copied (new) 2024/12/11 02:15:40 INFO : existing: Deleted 2024/12/11 02:15:40 DEBUG : existing: Destination exists, skipping 2024/12/11 02:15:40 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/12/11 02:15:40 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:15:40 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:15:40 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestMoveWithIgnoreExisting (12.48s) === RUN TestServerSideMove run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:15:45 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-nomipoc7beba" 2024/12/11 02:15:45 DEBUG : Creating backend with remote "TestYandex:rclone-test-nomipoc7beba" 2024/12/11 02:15:46 DEBUG : Reset feature "ListR" 2024/12/11 02:15:54 INFO : potato2.rclone_chunk.001_baiyor: Moved (server-side) to: potato2.rclone_chunk.001 2024/12/11 02:15:56 INFO : potato2.rclone_chunk.002_baiyor: Moved (server-side) to: potato2.rclone_chunk.002 2024/12/11 02:16:05 INFO : empty space.rclone_chunk.001_bajbup: Moved (server-side) to: empty space 2024/12/11 02:16:12 INFO : potato3.rclone_chunk.001_bajh54: Moved (server-side) to: potato3.rclone_chunk.001 2024/12/11 02:16:13 INFO : potato3.rclone_chunk.002_bajh54: Moved (server-side) to: potato3.rclone_chunk.002 sync_test.go:1705: Server side move (if possible) Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa' -> Chunked 'TestChunkerChunk50bYandex:rclone-test-nomipoc7beba' 2024/12/11 02:16:22 INFO : empty space.rclone_chunk.001_baju64: Moved (server-side) to: empty space 2024/12/11 02:16:34 INFO : potato3.rclone_chunk.001_bak0sg: Moved (server-side) to: potato3.rclone_chunk.001 2024/12/11 02:16:35 INFO : potato3.rclone_chunk.002_bak0sg: Moved (server-side) to: potato3.rclone_chunk.002 2024/12/11 02:16:38 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-nomipoc7beba': Using server-side directory move 2024/12/11 02:16:39 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-nomipoc7beba': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/11 02:16:39 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:16:39 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:16:39 DEBUG : empty space: Unchanged skipping 2024/12/11 02:16:39 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/11 02:16:39 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-nomipoc7beba': Waiting for checks to finish 2024/12/11 02:16:40 DEBUG : potato2: move 2 data chunks... 2024/12/11 02:16:41 INFO : potato2.rclone_chunk.001: Moved (server-side) 2024/12/11 02:16:42 INFO : potato2.rclone_chunk.002: Moved (server-side) 2024/12/11 02:16:44 INFO : potato2: Moved (server-side) 2024/12/11 02:16:44 INFO : potato3: Deleted 2024/12/11 02:16:45 DEBUG : potato3: move 2 data chunks... 2024/12/11 02:16:46 INFO : potato3.rclone_chunk.001: Moved (server-side) 2024/12/11 02:16:48 INFO : potato3.rclone_chunk.002: Moved (server-side) 2024/12/11 02:16:48 INFO : empty space: Deleted 2024/12/11 02:16:48 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-nomipoc7beba': Waiting for transfers to finish 2024/12/11 02:16:50 INFO : potato3: Moved (server-side) 2024/12/11 02:16:51 INFO : potato2: Moved (server-side) 2024/12/11 02:16:53 INFO : potato3: Moved (server-side) 2024/12/11 02:16:55 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-pelehij0woye" 2024/12/11 02:16:55 DEBUG : Creating backend with remote "TestYandex:rclone-test-pelehij0woye" 2024/12/11 02:16:55 DEBUG : Reset feature "ListR" 2024/12/11 02:16:55 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-pelehij0woye': Using server-side directory move 2024/12/11 02:16:57 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-pelehij0woye': Server side directory move succeeded 2024/12/11 02:16:59 ERROR : : error listing: directory not found 2024/12/11 02:16:59 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-pelehij0woye': Purge remote 2024/12/11 02:17:03 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-nomipoc7beba': Purge remote 2024/12/11 02:17:04 NOTICE: purge failed: [404 - DiskNotFoundError] Resource not found. (Не удалось найти запрошенный ресурс.) --- PASS: TestServerSideMove (79.13s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:17:04 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-qoxozej6jeqa" 2024/12/11 02:17:04 DEBUG : Creating backend with remote "TestYandex:rclone-test-qoxozej6jeqa" 2024/12/11 02:17:04 DEBUG : Reset feature "ListR" 2024/12/11 02:17:12 INFO : potato2.rclone_chunk.001_bal5uk: Moved (server-side) to: potato2.rclone_chunk.001 2024/12/11 02:17:14 INFO : potato2.rclone_chunk.002_bal5uk: Moved (server-side) to: potato2.rclone_chunk.002 2024/12/11 02:17:21 INFO : empty space.rclone_chunk.001_balg0z: Moved (server-side) to: empty space 2024/12/11 02:17:28 INFO : potato3.rclone_chunk.001_balm7d: Moved (server-side) to: potato3.rclone_chunk.001 2024/12/11 02:17:29 INFO : potato3.rclone_chunk.002_balm7d: Moved (server-side) to: potato3.rclone_chunk.002 sync_test.go:1705: Server side move (if possible) Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa' -> Chunked 'TestChunkerChunk50bYandex:rclone-test-qoxozej6jeqa' 2024/12/11 02:17:39 INFO : empty space.rclone_chunk.001_balxa9: Moved (server-side) to: empty space 2024/12/11 02:17:45 INFO : potato3.rclone_chunk.001_bam32e: Moved (server-side) to: potato3.rclone_chunk.001 2024/12/11 02:17:47 INFO : potato3.rclone_chunk.002_bam32e: Moved (server-side) to: potato3.rclone_chunk.002 2024/12/11 02:17:50 DEBUG : empty space: Excluded (Size Filter) 2024/12/11 02:17:50 DEBUG : empty space: Excluded 2024/12/11 02:17:51 DEBUG : empty space: Excluded (Size Filter) 2024/12/11 02:17:51 DEBUG : empty space: Excluded 2024/12/11 02:17:51 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:17:51 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/11 02:17:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-qoxozej6jeqa': Waiting for checks to finish 2024/12/11 02:17:51 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-qoxozej6jeqa': Waiting for transfers to finish 2024/12/11 02:17:51 DEBUG : potato2: move 2 data chunks... 2024/12/11 02:17:53 INFO : potato2.rclone_chunk.001: Moved (server-side) 2024/12/11 02:17:55 INFO : potato2.rclone_chunk.002: Moved (server-side) 2024/12/11 02:17:56 INFO : potato3: Deleted 2024/12/11 02:17:56 DEBUG : potato3: move 2 data chunks... 2024/12/11 02:17:57 INFO : potato2: Moved (server-side) 2024/12/11 02:17:58 INFO : potato3.rclone_chunk.001: Moved (server-side) 2024/12/11 02:17:58 INFO : potato2: Moved (server-side) 2024/12/11 02:18:00 INFO : potato3.rclone_chunk.002: Moved (server-side) 2024/12/11 02:18:01 INFO : potato3: Moved (server-side) 2024/12/11 02:18:02 INFO : potato3: Moved (server-side) 2024/12/11 02:18:04 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-jafoyes2nobo" 2024/12/11 02:18:04 DEBUG : Creating backend with remote "TestYandex:rclone-test-jafoyes2nobo" 2024/12/11 02:18:04 DEBUG : Reset feature "ListR" 2024/12/11 02:18:05 DEBUG : empty space: Excluded (Size Filter) 2024/12/11 02:18:05 DEBUG : empty space: Excluded 2024/12/11 02:18:05 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:18:05 DEBUG : potato3: Need to transfer - File not found at Destination 2024/12/11 02:18:05 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-jafoyes2nobo': Waiting for checks to finish 2024/12/11 02:18:05 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-jafoyes2nobo': Waiting for transfers to finish 2024/12/11 02:18:05 DEBUG : potato2: move 2 data chunks... 2024/12/11 02:18:05 DEBUG : potato3: move 2 data chunks... 2024/12/11 02:18:06 INFO : potato2.rclone_chunk.001: Moved (server-side) 2024/12/11 02:18:07 INFO : potato3.rclone_chunk.001: Moved (server-side) 2024/12/11 02:18:08 INFO : potato3.rclone_chunk.002: Moved (server-side) 2024/12/11 02:18:08 INFO : potato2.rclone_chunk.002: Moved (server-side) 2024/12/11 02:18:09 INFO : potato3: Moved (server-side) 2024/12/11 02:18:10 INFO : potato2: Moved (server-side) 2024/12/11 02:18:11 INFO : potato3: Moved (server-side) 2024/12/11 02:18:11 INFO : potato2: Moved (server-side) 2024/12/11 02:18:13 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-jafoyes2nobo': Purge remote 2024/12/11 02:18:17 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-qoxozej6jeqa': Purge remote --- PASS: TestServerSideMoveWithFilter (76.58s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:18:21 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-qocakem4seni" 2024/12/11 02:18:21 DEBUG : Creating backend with remote "TestYandex:rclone-test-qocakem4seni" 2024/12/11 02:18:21 DEBUG : Reset feature "ListR" 2024/12/11 02:18:28 INFO : potato2.rclone_chunk.001_bana3m: Moved (server-side) to: potato2.rclone_chunk.001 2024/12/11 02:18:30 INFO : potato2.rclone_chunk.002_bana3m: Moved (server-side) to: potato2.rclone_chunk.002 2024/12/11 02:18:39 INFO : empty space.rclone_chunk.001_banli1: Moved (server-side) to: empty space 2024/12/11 02:18:46 INFO : potato3.rclone_chunk.001_banr32: Moved (server-side) to: potato3.rclone_chunk.001 2024/12/11 02:18:49 INFO : potato3.rclone_chunk.002_banr32: Moved (server-side) to: potato3.rclone_chunk.002 2024/12/11 02:18:52 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa' -> Chunked 'TestChunkerChunk50bYandex:rclone-test-qocakem4seni' 2024/12/11 02:18:58 INFO : empty space.rclone_chunk.001_bao6nf: Moved (server-side) to: empty space 2024/12/11 02:19:05 INFO : potato3.rclone_chunk.001_baobbn: Moved (server-side) to: potato3.rclone_chunk.001 2024/12/11 02:19:07 INFO : potato3.rclone_chunk.002_baobbn: Moved (server-side) to: potato3.rclone_chunk.002 2024/12/11 02:19:10 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-qocakem4seni': Using server-side directory move 2024/12/11 02:19:10 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-qocakem4seni': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/11 02:19:11 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/11 02:19:11 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:19:11 DEBUG : empty space: Unchanged skipping 2024/12/11 02:19:11 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/11 02:19:11 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-qocakem4seni': Waiting for checks to finish 2024/12/11 02:19:11 DEBUG : potato2: move 2 data chunks... 2024/12/11 02:19:12 INFO : empty space: Deleted 2024/12/11 02:19:12 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-qocakem4seni': Waiting for transfers to finish 2024/12/11 02:19:13 INFO : potato2.rclone_chunk.001: Moved (server-side) 2024/12/11 02:19:15 INFO : potato2.rclone_chunk.002: Moved (server-side) 2024/12/11 02:19:16 INFO : potato3: Deleted 2024/12/11 02:19:16 DEBUG : potato3: move 2 data chunks... 2024/12/11 02:19:17 INFO : potato2: Moved (server-side) 2024/12/11 02:19:18 INFO : potato3.rclone_chunk.001: Moved (server-side) 2024/12/11 02:19:19 INFO : potato3.rclone_chunk.002: Moved (server-side) 2024/12/11 02:19:20 INFO : potato2: Moved (server-side) 2024/12/11 02:19:21 INFO : potato3: Moved (server-side) 2024/12/11 02:19:23 INFO : potato3: Moved (server-side) 2024/12/11 02:19:23 INFO : tomatoDir: Removing directory 2024/12/11 02:19:24 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': deleted 1 directories 2024/12/11 02:19:26 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-pukomoj1hiza" 2024/12/11 02:19:26 DEBUG : Config file has changed externally - reloading 2024/12/11 02:19:26 DEBUG : Creating backend with remote "TestYandex:rclone-test-pukomoj1hiza" 2024/12/11 02:19:27 DEBUG : Reset feature "ListR" 2024/12/11 02:19:27 DEBUG : tomatoDir: Making directory 2024/12/11 02:19:27 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-pukomoj1hiza': Using server-side directory move 2024/12/11 02:19:30 INFO : Chunked 'TestChunkerChunk50bYandex:rclone-test-pukomoj1hiza': Server side directory move succeeded 2024/12/11 02:19:32 ERROR : : error listing: directory not found 2024/12/11 02:19:32 ERROR : : error listing: directory not found 2024/12/11 02:19:32 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-pukomoj1hiza': Purge remote 2024/12/11 02:19:36 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-qocakem4seni': Purge remote 2024/12/11 02:19:37 NOTICE: purge failed: [404 - DiskNotFoundError] Resource not found. (Не удалось найти запрошенный ресурс.) --- PASS: TestServerSideMoveDeleteEmptySourceDirs (76.44s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" sync_test.go:1910: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.74s) === RUN TestSyncOverlap run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:19:38 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test" 2024/12/11 02:19:38 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/rclone-sync-test" 2024/12/11 02:19:38 DEBUG : Reset feature "ListR" run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" --- PASS: TestSyncOverlap (4.43s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:19:42 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test" 2024/12/11 02:19:42 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/rclone-sync-test" 2024/12/11 02:19:43 DEBUG : Reset feature "ListR" 2024/12/11 02:19:43 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test-include/layer2" 2024/12/11 02:19:43 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/rclone-sync-test-include/layer2" 2024/12/11 02:19:43 DEBUG : Reset feature "ListR" 2024/12/11 02:19:45 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test-ignore-file" 2024/12/11 02:19:45 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/rclone-sync-test-ignore-file" 2024/12/11 02:19:45 DEBUG : Reset feature "ListR" 2024/12/11 02:19:51 INFO : rclone-sync-test-ignore-file/.ignore.rclone_chunk.001_bapmcj: Moved (server-side) to: rclone-sync-test-ignore-file/.ignore 2024/12/11 02:19:52 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:19:52 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:19:53 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/12/11 02:19:53 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test': Waiting for checks to finish 2024/12/11 02:19:53 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test': Waiting for transfers to finish 2024/12/11 02:19:53 DEBUG : Waiting for deletions to finish 2024/12/11 02:19:53 INFO : There was nothing to transfer 2024/12/11 02:19:54 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:19:54 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:19:55 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/12/11 02:19:55 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:19:55 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:19:55 DEBUG : Waiting for deletions to finish 2024/12/11 02:19:55 INFO : rclone-sync-test-include: Removing directory 2024/12/11 02:19:56 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2024/12/11 02:19:56 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': failed to delete 1 directories 2024/12/11 02:19:56 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:19:57 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:19:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:19:58 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:19:59 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:19:59 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:00 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:01 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:02 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:03 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:04 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:05 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:06 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:06 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:07 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:08 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:09 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:10 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/12/11 02:20:11 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:12 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:13 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/12/11 02:20:13 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test-include/layer2': Waiting for checks to finish 2024/12/11 02:20:13 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test-include/layer2': Waiting for transfers to finish 2024/12/11 02:20:13 DEBUG : Waiting for deletions to finish 2024/12/11 02:20:13 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:13 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:14 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:15 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:16 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:16 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:17 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/12/11 02:20:18 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:18 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:20 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/12/11 02:20:20 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for checks to finish 2024/12/11 02:20:20 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Waiting for transfers to finish 2024/12/11 02:20:20 DEBUG : Waiting for deletions to finish 2024/12/11 02:20:20 INFO : rclone-sync-test-include: Removing directory 2024/12/11 02:20:20 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2024/12/11 02:20:20 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': failed to delete 1 directories 2024/12/11 02:20:20 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:22 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:23 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:23 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:24 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:25 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:25 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:26 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:27 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:28 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:29 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:29 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:31 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/12/11 02:20:32 DEBUG : : Excluded 2024/12/11 02:20:32 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:33 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:34 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/12/11 02:20:34 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test-ignore-file': Waiting for checks to finish 2024/12/11 02:20:34 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/rclone-sync-test-ignore-file': Waiting for transfers to finish 2024/12/11 02:20:34 DEBUG : Waiting for deletions to finish 2024/12/11 02:20:34 INFO : There was nothing to transfer run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:35 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:35 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:36 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:37 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:38 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:39 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:39 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:40 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:40 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:41 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:42 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:43 DEBUG : rclone-sync-test-include/layer2: Excluded run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:20:43 DEBUG : rclone-sync-test: Excluded 2024/12/11 02:20:44 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/11 02:20:45 DEBUG : rclone-sync-test-include/layer2: Excluded --- PASS: TestSyncOverlapWithFilter (83.91s) === RUN TestSyncCompareDest run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:21:06 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:21:06 DEBUG : Config file has changed externally - reloading 2024/12/11 02:21:06 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:21:07 DEBUG : Reset feature "ListR" 2024/12/11 02:21:07 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/CompareDest" 2024/12/11 02:21:07 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/CompareDest" 2024/12/11 02:21:07 DEBUG : Reset feature "ListR" 2024/12/11 02:21:07 DEBUG : one: Need to transfer - File not found at Destination 2024/12/11 02:21:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:21:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:21:08 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:21:11 INFO : one.rclone_chunk.001_barwpo: Moved (server-side) to: one 2024/12/11 02:21:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/12/11 02:21:11 INFO : one: Copied (new) 2024/12/11 02:21:11 DEBUG : Waiting for deletions to finish 2024/12/11 02:21:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:21:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:21:14 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:21:14 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:21:19 INFO : one: Deleted 2024/12/11 02:21:21 INFO : one.rclone_chunk.001_bas2g5: Moved (server-side) to: one 2024/12/11 02:21:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/12/11 02:21:21 INFO : one: Copied (replaced existing) 2024/12/11 02:21:21 DEBUG : Waiting for deletions to finish 2024/12/11 02:21:27 INFO : dst/one: Deleted 2024/12/11 02:21:29 INFO : dst/one.rclone_chunk.001_basakd: Moved (server-side) to: dst/one 2024/12/11 02:21:34 INFO : CompareDest/one.rclone_chunk.001_bashc1: Moved (server-side) to: CompareDest/one 2024/12/11 02:21:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:21:35 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:21:35 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:21:35 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/11 02:21:35 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:21:35 DEBUG : Waiting for deletions to finish 2024/12/11 02:21:35 INFO : There was nothing to transfer 2024/12/11 02:21:40 INFO : CompareDest/two.rclone_chunk.001_basooe: Moved (server-side) to: CompareDest/two 2024/12/11 02:21:42 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:21:42 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/11 02:21:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:21:42 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:21:42 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:21:42 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/11 02:21:42 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:21:42 DEBUG : Waiting for deletions to finish 2024/12/11 02:21:42 INFO : There was nothing to transfer 2024/12/11 02:21:44 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:21:44 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/11 02:21:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:21:44 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:21:45 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:21:45 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/11 02:21:45 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:21:45 DEBUG : Waiting for deletions to finish 2024/12/11 02:21:45 INFO : There was nothing to transfer 2024/12/11 02:21:47 DEBUG : two: Modification times differ by -119h59m59.876543211s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123456789 +0000 UTC 2024/12/11 02:21:47 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/12/11 02:21:47 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/11 02:21:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:21:47 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:21:47 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:21:47 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/11 02:21:47 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:21:47 DEBUG : Waiting for deletions to finish 2024/12/11 02:21:47 INFO : There was nothing to transfer 2024/12/11 02:21:50 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/11 02:21:50 DEBUG : two: Need to transfer - File not found at Destination 2024/12/11 02:21:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:21:50 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:21:50 DEBUG : two: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:21:50 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:21:50 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/11 02:21:50 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:21:54 INFO : two.rclone_chunk.001_bat2es: Moved (server-side) to: two 2024/12/11 02:21:54 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2024/12/11 02:21:54 INFO : two: Copied (new) 2024/12/11 02:21:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (59.68s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:22:11 INFO : pre-dest1/1.rclone_chunk.001_batiry: Moved (server-side) to: pre-dest1/1 2024/12/11 02:22:16 INFO : pre-dest2/2.rclone_chunk.001_batn4t: Moved (server-side) to: pre-dest2/2 2024/12/11 02:22:16 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dest" 2024/12/11 02:22:16 DEBUG : Config file has changed externally - reloading 2024/12/11 02:22:16 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/dest" 2024/12/11 02:22:17 DEBUG : Reset feature "ListR" 2024/12/11 02:22:17 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/pre-dest1" 2024/12/11 02:22:17 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/pre-dest1" 2024/12/11 02:22:17 DEBUG : Reset feature "ListR" 2024/12/11 02:22:17 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/pre-dest2" 2024/12/11 02:22:17 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/pre-dest2" 2024/12/11 02:22:17 DEBUG : Reset feature "ListR" 2024/12/11 02:22:19 DEBUG : 1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:22:19 DEBUG : 1: Destination found in --compare-dest, skipping 2024/12/11 02:22:20 DEBUG : 2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:22:20 DEBUG : 2: Destination found in --compare-dest, skipping 2024/12/11 02:22:20 DEBUG : 3: Need to transfer - File not found at Destination 2024/12/11 02:22:20 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dest': Waiting for checks to finish 2024/12/11 02:22:20 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dest': Waiting for transfers to finish 2024/12/11 02:22:21 DEBUG : 3: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:22:25 INFO : 3.rclone_chunk.001_batxe2: Moved (server-side) to: 3 2024/12/11 02:22:25 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2024/12/11 02:22:25 INFO : 3: Copied (new) 2024/12/11 02:22:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (30.34s) === RUN TestSyncCopyDest run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:22:36 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:22:36 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:22:37 DEBUG : Reset feature "ListR" 2024/12/11 02:22:37 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/CopyDest" 2024/12/11 02:22:37 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/CopyDest" 2024/12/11 02:22:37 DEBUG : Reset feature "ListR" 2024/12/11 02:22:37 DEBUG : one: Need to transfer - File not found at Destination 2024/12/11 02:22:37 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:22:37 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:22:38 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:22:41 INFO : one.rclone_chunk.001_baueqp: Moved (server-side) to: one 2024/12/11 02:22:41 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2024/12/11 02:22:41 INFO : one: Copied (new) 2024/12/11 02:22:41 DEBUG : Waiting for deletions to finish 2024/12/11 02:22:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:22:43 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:22:43 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:22:43 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:22:48 INFO : one: Deleted 2024/12/11 02:22:50 INFO : one.rclone_chunk.001_baujr3: Moved (server-side) to: one 2024/12/11 02:22:50 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/12/11 02:22:50 INFO : one: Copied (replaced existing) 2024/12/11 02:22:50 DEBUG : Waiting for deletions to finish 2024/12/11 02:22:58 INFO : dst/one: Deleted 2024/12/11 02:23:00 INFO : dst/one.rclone_chunk.001_baurac: Moved (server-side) to: dst/one 2024/12/11 02:23:05 INFO : CopyDest/one.rclone_chunk.001_bav0jv: Moved (server-side) to: CopyDest/one 2024/12/11 02:23:06 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/BackupDir" 2024/12/11 02:23:06 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/BackupDir" 2024/12/11 02:23:06 DEBUG : Reset feature "ListR" 2024/12/11 02:23:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:23:07 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:23:07 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:23:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/11 02:23:08 DEBUG : one: move non-chunked object... 2024/12/11 02:23:09 INFO : one: Moved (server-side) 2024/12/11 02:23:09 INFO : one: Moved (server-side) 2024/12/11 02:23:09 DEBUG : one: copy non-chunked object... 2024/12/11 02:23:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2024/12/11 02:23:11 INFO : one: Copied (server-side copy) 2024/12/11 02:23:11 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/11 02:23:11 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:23:11 DEBUG : Waiting for deletions to finish 2024/12/11 02:23:17 INFO : CopyDest/two.rclone_chunk.001_bavc0b: Moved (server-side) to: CopyDest/two 2024/12/11 02:23:21 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:23:21 DEBUG : two: copy non-chunked object... 2024/12/11 02:23:24 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2024/12/11 02:23:24 INFO : two: Copied (server-side copy) 2024/12/11 02:23:24 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/11 02:23:24 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:23:24 DEBUG : one: Unchanged skipping 2024/12/11 02:23:24 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:23:24 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:23:24 DEBUG : Waiting for deletions to finish 2024/12/11 02:23:25 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:23:25 DEBUG : one: Unchanged skipping 2024/12/11 02:23:25 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:23:25 DEBUG : two: Unchanged skipping 2024/12/11 02:23:25 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:23:25 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:23:25 DEBUG : Waiting for deletions to finish 2024/12/11 02:23:25 INFO : There was nothing to transfer 2024/12/11 02:23:30 INFO : CopyDest/three.rclone_chunk.001_bavp1u: Moved (server-side) to: CopyDest/three 2024/12/11 02:23:32 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/11 02:23:32 DEBUG : three: Destination not found in --copy-dest 2024/12/11 02:23:32 DEBUG : three: Need to transfer - File not found at Destination 2024/12/11 02:23:32 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:23:32 DEBUG : one: Unchanged skipping 2024/12/11 02:23:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:23:32 DEBUG : two: Unchanged skipping 2024/12/11 02:23:32 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:23:32 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:23:32 DEBUG : three: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:23:37 INFO : three.rclone_chunk.001_bavwjo: Moved (server-side) to: three 2024/12/11 02:23:37 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2024/12/11 02:23:37 INFO : three: Copied (new) 2024/12/11 02:23:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (77.82s) === RUN TestSyncBackupDir run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:23:59 INFO : dst/one.rclone_chunk.001_bawi17: Moved (server-side) to: dst/one 2024/12/11 02:24:03 INFO : dst/two.rclone_chunk.001_bawn27: Moved (server-side) to: dst/two 2024/12/11 02:24:08 INFO : dst/three.txt.rclone_chunk.001_bawrlj: Moved (server-side) to: dst/three.txt 2024/12/11 02:24:09 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:24:09 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:24:09 DEBUG : Reset feature "ListR" 2024/12/11 02:24:09 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/backup" 2024/12/11 02:24:09 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/backup" 2024/12/11 02:24:10 DEBUG : Reset feature "ListR" 2024/12/11 02:24:10 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/11 02:24:10 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:24:10 DEBUG : two: Unchanged skipping 2024/12/11 02:24:10 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:24:10 DEBUG : one: move non-chunked object... 2024/12/11 02:24:12 INFO : one: Moved (server-side) 2024/12/11 02:24:12 INFO : one: Moved (server-side) 2024/12/11 02:24:12 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:24:12 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:24:16 INFO : one.rclone_chunk.001_bax0eo: Moved (server-side) to: one 2024/12/11 02:24:16 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/11 02:24:16 INFO : one: Copied (new) 2024/12/11 02:24:16 DEBUG : Waiting for deletions to finish 2024/12/11 02:24:17 DEBUG : three.txt: move non-chunked object... 2024/12/11 02:24:18 INFO : three.txt: Moved (server-side) 2024/12/11 02:24:18 INFO : three.txt: Moved (server-side) 2024/12/11 02:24:18 INFO : three.txt: Moved into backup dir 2024/12/11 02:24:24 INFO : dst/three.txt.rclone_chunk.001_bax70u: Moved (server-side) to: dst/three.txt 2024/12/11 02:24:25 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/11 02:24:25 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:24:25 DEBUG : two: Unchanged skipping 2024/12/11 02:24:25 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:24:27 INFO : one: Deleted 2024/12/11 02:24:27 DEBUG : one: move non-chunked object... 2024/12/11 02:24:28 INFO : one: Moved (server-side) 2024/12/11 02:24:28 INFO : one: Moved (server-side) 2024/12/11 02:24:28 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:24:29 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:24:33 INFO : one.rclone_chunk.001_baxhan: Moved (server-side) to: one 2024/12/11 02:24:33 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/11 02:24:33 INFO : one: Copied (new) 2024/12/11 02:24:33 DEBUG : Waiting for deletions to finish 2024/12/11 02:24:34 INFO : three.txt: Deleted 2024/12/11 02:24:34 DEBUG : three.txt: move non-chunked object... 2024/12/11 02:24:36 INFO : three.txt: Moved (server-side) 2024/12/11 02:24:36 INFO : three.txt: Moved (server-side) 2024/12/11 02:24:36 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (53.77s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:24:55 INFO : dst/one.rclone_chunk.001_bay0mo: Moved (server-side) to: dst/one 2024/12/11 02:25:00 INFO : dst/two.rclone_chunk.001_bay797: Moved (server-side) to: dst/two 2024/12/11 02:25:04 INFO : dst/three.txt.rclone_chunk.001_baycew: Moved (server-side) to: dst/three.txt 2024/12/11 02:25:05 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:25:05 DEBUG : Config file has changed externally - reloading 2024/12/11 02:25:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:25:05 DEBUG : Reset feature "ListR" 2024/12/11 02:25:05 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/backup" 2024/12/11 02:25:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/backup" 2024/12/11 02:25:06 DEBUG : Reset feature "ListR" 2024/12/11 02:25:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/11 02:25:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:25:06 DEBUG : two: Unchanged skipping 2024/12/11 02:25:06 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:25:06 DEBUG : one: move non-chunked object... 2024/12/11 02:25:09 INFO : one: Moved (server-side) to: one.bak 2024/12/11 02:25:09 INFO : one: Moved (server-side) to: one.bak 2024/12/11 02:25:09 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:25:09 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:25:12 INFO : one.rclone_chunk.001_baylae: Moved (server-side) to: one 2024/12/11 02:25:12 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/11 02:25:12 INFO : one: Copied (new) 2024/12/11 02:25:12 DEBUG : Waiting for deletions to finish 2024/12/11 02:25:13 DEBUG : three.txt: move non-chunked object... 2024/12/11 02:25:14 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/11 02:25:14 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/11 02:25:14 INFO : three.txt: Moved into backup dir 2024/12/11 02:25:21 INFO : dst/three.txt.rclone_chunk.001_bayr07: Moved (server-side) to: dst/three.txt 2024/12/11 02:25:22 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/11 02:25:22 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:25:22 DEBUG : two: Unchanged skipping 2024/12/11 02:25:22 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:25:26 INFO : one.bak: Deleted 2024/12/11 02:25:26 DEBUG : one: move non-chunked object... 2024/12/11 02:25:27 INFO : one: Moved (server-side) to: one.bak 2024/12/11 02:25:27 INFO : one: Moved (server-side) to: one.bak 2024/12/11 02:25:27 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:25:27 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:25:33 INFO : one.rclone_chunk.001_baz3ak: Moved (server-side) to: one 2024/12/11 02:25:33 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/11 02:25:33 INFO : one: Copied (new) 2024/12/11 02:25:33 DEBUG : Waiting for deletions to finish 2024/12/11 02:25:35 INFO : three.txt.bak: Deleted 2024/12/11 02:25:35 DEBUG : three.txt: move non-chunked object... 2024/12/11 02:25:36 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/11 02:25:36 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/11 02:25:36 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (58.51s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:25:53 INFO : dst/one.rclone_chunk.001_bazncf: Moved (server-side) to: dst/one 2024/12/11 02:25:58 INFO : dst/two.rclone_chunk.001_baztp1: Moved (server-side) to: dst/two 2024/12/11 02:26:04 INFO : dst/three.txt.rclone_chunk.001_bazyno: Moved (server-side) to: dst/three.txt 2024/12/11 02:26:05 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:26:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:26:06 DEBUG : Reset feature "ListR" 2024/12/11 02:26:06 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/backup" 2024/12/11 02:26:06 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/backup" 2024/12/11 02:26:06 DEBUG : Reset feature "ListR" 2024/12/11 02:26:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/11 02:26:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:26:06 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:26:06 DEBUG : two: Unchanged skipping 2024/12/11 02:26:06 DEBUG : one: move non-chunked object... 2024/12/11 02:26:08 INFO : one: Moved (server-side) to: one-2019-01-01 2024/12/11 02:26:08 INFO : one: Moved (server-side) to: one-2019-01-01 2024/12/11 02:26:08 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:26:08 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:26:13 INFO : one.rclone_chunk.001_bb08of: Moved (server-side) to: one 2024/12/11 02:26:13 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/11 02:26:13 INFO : one: Copied (new) 2024/12/11 02:26:13 DEBUG : Waiting for deletions to finish 2024/12/11 02:26:13 DEBUG : three.txt: move non-chunked object... 2024/12/11 02:26:15 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/12/11 02:26:15 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/12/11 02:26:15 INFO : three.txt: Moved into backup dir 2024/12/11 02:26:21 INFO : dst/three.txt.rclone_chunk.001_bb0hle: Moved (server-side) to: dst/three.txt 2024/12/11 02:26:22 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/11 02:26:22 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:26:22 DEBUG : two: Unchanged skipping 2024/12/11 02:26:22 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:26:25 INFO : one-2019-01-01: Deleted 2024/12/11 02:26:25 DEBUG : one: move non-chunked object... 2024/12/11 02:26:27 INFO : one: Moved (server-side) to: one-2019-01-01 2024/12/11 02:26:27 INFO : one: Moved (server-side) to: one-2019-01-01 2024/12/11 02:26:27 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:26:27 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:26:31 INFO : one.rclone_chunk.001_bb0rzu: Moved (server-side) to: one 2024/12/11 02:26:31 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/11 02:26:31 INFO : one: Copied (new) 2024/12/11 02:26:31 DEBUG : Waiting for deletions to finish 2024/12/11 02:26:33 INFO : three-2019-01-01.txt: Deleted 2024/12/11 02:26:33 DEBUG : three.txt: move non-chunked object... 2024/12/11 02:26:35 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/12/11 02:26:35 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/12/11 02:26:35 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (58.55s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa'", Local "Local file system at /tmp/rclone2226182943", Modify Window "1ns" 2024/12/11 02:26:50 INFO : dst/one.rclone_chunk.001_bb1956: Moved (server-side) to: dst/one 2024/12/11 02:26:55 INFO : dst/two.rclone_chunk.001_bb1enf: Moved (server-side) to: dst/two 2024/12/11 02:26:59 INFO : dst/three.txt.rclone_chunk.001_bb1j1o: Moved (server-side) to: dst/three.txt 2024/12/11 02:27:00 DEBUG : Creating backend with remote "TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:27:00 DEBUG : Config file has changed externally - reloading 2024/12/11 02:27:00 DEBUG : Creating backend with remote "TestYandex:rclone-test-hivihiz8qiwa/dst" 2024/12/11 02:27:00 DEBUG : Reset feature "ListR" 2024/12/11 02:27:00 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/11 02:27:00 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:27:00 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:27:00 DEBUG : two: Unchanged skipping 2024/12/11 02:27:01 DEBUG : one: move non-chunked object... 2024/12/11 02:27:03 INFO : one: Moved (server-side) to: one.bak 2024/12/11 02:27:03 INFO : one: Moved (server-side) to: one.bak 2024/12/11 02:27:03 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:27:03 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:27:08 INFO : one.rclone_chunk.001_bb1rw2: Moved (server-side) to: one 2024/12/11 02:27:08 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2024/12/11 02:27:08 INFO : one: Copied (new) 2024/12/11 02:27:08 DEBUG : Waiting for deletions to finish 2024/12/11 02:27:08 DEBUG : three.txt: move non-chunked object... 2024/12/11 02:27:09 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/11 02:27:09 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/11 02:27:09 INFO : three.txt: Moved into backup dir 2024/12/11 02:27:15 INFO : dst/three.txt.rclone_chunk.001_bb1y8u: Moved (server-side) to: dst/three.txt 2024/12/11 02:27:16 DEBUG : one.bak: Excluded (Path Filter) 2024/12/11 02:27:16 DEBUG : one.bak: Excluded 2024/12/11 02:27:16 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/12/11 02:27:16 DEBUG : three.txt.bak: Excluded 2024/12/11 02:27:16 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/11 02:27:16 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2024/12/11 02:27:16 DEBUG : two: Unchanged skipping 2024/12/11 02:27:16 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for checks to finish 2024/12/11 02:27:17 INFO : one.bak: Deleted 2024/12/11 02:27:17 DEBUG : one: move non-chunked object... 2024/12/11 02:27:19 INFO : one: Moved (server-side) to: one.bak 2024/12/11 02:27:19 INFO : one: Moved (server-side) to: one.bak 2024/12/11 02:27:19 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa/dst': Waiting for transfers to finish 2024/12/11 02:27:20 DEBUG : one: skip slow MD5 on source file, hashing in-transit 2024/12/11 02:27:25 INFO : one.rclone_chunk.001_bb28l5: Moved (server-side) to: one 2024/12/11 02:27:25 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2024/12/11 02:27:25 INFO : one: Copied (new) 2024/12/11 02:27:25 DEBUG : Waiting for deletions to finish 2024/12/11 02:27:28 INFO : three.txt.bak: Deleted 2024/12/11 02:27:28 DEBUG : three.txt: move non-chunked object... 2024/12/11 02:27:30 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/11 02:27:30 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/12/11 02:27:30 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (54.89s) PASS 2024/12/11 02:27:40 DEBUG : Chunked 'TestChunkerChunk50bYandex:rclone-test-hivihiz8qiwa': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestChunkerChunk50bYandex: -verbose -size-limit 1024 -test.run '^(TestCopyAfterDelete|TestCopyDeleteBefore|TestCopyEmptyDirectories|TestCopyNoEmptyDirectories|TestCopyOverSelf|TestCopyRedownload|TestMoveEmptyDirectories|TestMoveNoEmptyDirectories|TestMoveOverSelf|TestMoveWithDeleteEmptySrcDirs|TestMoveWithIgnoreExisting|TestMoveWithoutDeleteEmptySrcDirs|TestServerSideCopy|TestServerSideCopyOverSelf|TestServerSideMove|TestServerSideMoveDeleteEmptySourceDirs|TestServerSideMoveLocal|TestServerSideMoveOverSelf|TestServerSideMoveOverlap|TestServerSideMoveWithFilter|TestSyncAfterAddingAFile|TestSyncAfterChangingContentsOnly|TestSyncAfterChangingFilesSizeOnly|TestSyncAfterChangingModtimeOnly|TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime|TestSyncAfterRemovingAFileAndAddingAFile|TestSyncAfterRemovingAFileAndAddingAFileDryRun|TestSyncAfterRemovingAFileAndAddingAFileSubDir|TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors|TestSyncBackupDir|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestSyncBackupDirWithSuffixKeepExtension|TestSyncBasedOnCheckSum|TestSyncCompareDest|TestSyncCopyDest|TestSyncDeleteBefore|TestSyncDeleteDuring|TestSyncDoesntUpdateModtime|TestSyncEmptyDirectories|TestSyncIgnoreErrors|TestSyncIgnoreExisting|TestSyncIgnoreSize|TestSyncIgnoreTimes|TestSyncMultipleCompareDest|TestSyncNoEmptyDirectories|TestSyncNoUpdateDirModtime|TestSyncOverlap|TestSyncOverlapWithFilter|TestSyncSetDelayedModTimes|TestSyncSizeOnly|TestSyncWithExclude|TestSyncWithExcludeAndDeleteExcluded|TestSyncWithTrackRenames|TestSyncWithTrackRenamesStrategyLeaf|TestSyncWithTrackRenamesStrategyModtime|TestSyncWithUpdateOlder)$'" - Finished OK in 27m23.023282881s (try 2/5)