"./sync.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Starting (try 1/5) 2022/06/12 05:13:32 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2" 2022/06/12 05:13:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/06/12 05:13:33 DEBUG : Creating backend with remote "/tmp/rclone1891140320" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:13:34 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:13:34 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:13:34 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) --- PASS: TestCopyWithDryRun (2.01s) === RUN TestCopy run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:13:35 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:13:35 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:13:36 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:13:37 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:13:38 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:13:38 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (4.89s) === RUN TestCopyMissingDirectory run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:13:40 DEBUG : Creating backend with remote "/non-existing" 2022/06/12 05:13:40 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/06/12 05:13:40 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:13:40 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.88s) === RUN TestCopyNoTraverse run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:13:41 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:13:41 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:13:42 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:13:43 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:13:43 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:13:43 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (5.07s) === RUN TestCopyCheckFirst run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:13:46 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Running all checks before starting transfers 2022/06/12 05:13:46 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:13:46 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Checks finished, now starting transfers 2022/06/12 05:13:46 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:13:47 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:13:47 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:13:48 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:13:48 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (4.42s) === RUN TestSyncNoTraverse run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:13:50 ERROR : Ignoring --no-traverse with sync 2022/06/12 05:13:50 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:13:50 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:13:51 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:13:52 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:13:52 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:13:52 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:13:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (4.05s) === RUN TestCopyWithDepth run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:13:54 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:13:54 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:13:54 DEBUG : hello world2: Starting multipart upload 2022/06/12 05:13:55 DEBUG : hello world2: Uploading segment 0/12 size 12 2022/06/12 05:13:56 DEBUG : hello world2: quickxor = 6828031bd8f00610dce10d726c03196400000000 OK 2022/06/12 05:13:56 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (2.51s) === RUN TestCopyWithFilesFrom run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:13:57 DEBUG : hello world2: Excluded 2022/06/12 05:13:57 DEBUG : potato2: Starting multipart upload 2022/06/12 05:13:57 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:13:57 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:13:58 DEBUG : potato2: Uploading segment 0/11 size 11 2022/06/12 05:13:58 DEBUG : potato2: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:13:58 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.56s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:00 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:00 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:00 DEBUG : potato2: Starting multipart upload 2022/06/12 05:14:00 DEBUG : potato2: Uploading segment 0/11 size 11 2022/06/12 05:14:01 DEBUG : potato2: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:14:01 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (2.79s) === RUN TestCopyEmptyDirectories run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:02 DEBUG : sub dir2: Making directory 2022/06/12 05:14:02 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:02 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:03 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:14:03 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:14:04 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:14:04 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:14:04 DEBUG : sub dir2: Making directory 2022/06/12 05:14:05 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': copied 1 directories --- PASS: TestCopyEmptyDirectories (5.35s) === RUN TestMoveEmptyDirectories run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:07 DEBUG : sub dir2: Making directory 2022/06/12 05:14:08 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:08 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:08 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:14:09 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:14:09 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:14:09 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:14:09 INFO : sub dir/hello world: Deleted 2022/06/12 05:14:09 DEBUG : sub dir: Making directory 2022/06/12 05:14:09 DEBUG : sub dir2: Making directory 2022/06/12 05:14:10 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': copied 2 directories --- PASS: TestMoveEmptyDirectories (5.27s) === RUN TestSyncEmptyDirectories run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:13 DEBUG : sub dir2: Making directory 2022/06/12 05:14:13 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:13 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:13 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:14:14 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:14:15 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:14:15 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:14:15 DEBUG : sub dir2: Making directory 2022/06/12 05:14:15 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': copied 1 directories 2022/06/12 05:14:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (5.38s) === RUN TestServerSideCopy run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:19 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:14:19 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:14:20 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-hafevam8bopuxan2cebijut2" sync_test.go:275: Server side copy (if possible) One drive root 'rclone-test-tehazir7cevilaq6hatuyud2' -> One drive root 'rclone-test-hafevam8bopuxan2cebijut2' 2022/06/12 05:14:22 DEBUG : One drive root 'rclone-test-hafevam8bopuxan2cebijut2': Waiting for checks to finish 2022/06/12 05:14:22 DEBUG : One drive root 'rclone-test-hafevam8bopuxan2cebijut2': Waiting for transfers to finish 2022/06/12 05:14:26 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:14:26 INFO : sub dir/hello world: Copied (server-side copy) 2022/06/12 05:14:27 DEBUG : One drive root 'rclone-test-hafevam8bopuxan2cebijut2': Purge remote --- PASS: TestServerSideCopy (10.21s) === RUN TestCopyAfterDelete run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:29 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:14:30 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:14:30 ERROR : : error listing: directory not found 2022/06/12 05:14:31 DEBUG : Local file system at /tmp/rclone1891140320: Making directory 2022/06/12 05:14:31 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:31 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (4.65s) === RUN TestCopyRedownload run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:34 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:14:34 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:14:36 DEBUG : Local file system at /tmp/rclone1891140320: Waiting for checks to finish 2022/06/12 05:14:36 DEBUG : Local file system at /tmp/rclone1891140320: Waiting for transfers to finish 2022/06/12 05:14:36 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:14:36 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (4.76s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:38 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:38 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:38 DEBUG : check sum: Starting multipart upload 2022/06/12 05:14:39 DEBUG : check sum: Uploading segment 0/1 size 1 2022/06/12 05:14:39 DEBUG : check sum: quickxor = 2d00000000000000000000000100000000000000 OK 2022/06/12 05:14:39 INFO : check sum: Copied (new) 2022/06/12 05:14:39 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:40 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:40 DEBUG : check sum: quickxor = 2d00000000000000000000000100000000000000 OK 2022/06/12 05:14:40 DEBUG : check sum: Size and quickxor of src and dst objects identical 2022/06/12 05:14:40 DEBUG : check sum: Unchanged skipping 2022/06/12 05:14:40 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:40 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:40 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.08s) === RUN TestSyncSizeOnly run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:41 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:41 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:41 DEBUG : sizeonly: Starting multipart upload 2022/06/12 05:14:42 DEBUG : sizeonly: Uploading segment 0/6 size 6 2022/06/12 05:14:42 DEBUG : sizeonly: quickxor = 7078031dc2408737000000000600000000000000 OK 2022/06/12 05:14:42 INFO : sizeonly: Copied (new) 2022/06/12 05:14:42 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:43 DEBUG : sizeonly: Sizes identical 2022/06/12 05:14:43 DEBUG : sizeonly: Unchanged skipping 2022/06/12 05:14:43 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:43 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:43 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:43 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (2.93s) === RUN TestSyncIgnoreSize run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:44 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:44 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:44 DEBUG : ignore-size: Starting multipart upload 2022/06/12 05:14:45 DEBUG : ignore-size: Uploading segment 0/8 size 8 2022/06/12 05:14:45 DEBUG : ignore-size: quickxor = 6378831be8500637d0610e000800000000000000 OK 2022/06/12 05:14:45 INFO : ignore-size: Copied (new) 2022/06/12 05:14:45 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:46 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:14:46 DEBUG : ignore-size: Unchanged skipping 2022/06/12 05:14:46 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:46 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:46 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:46 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.14s) === RUN TestSyncIgnoreTimes run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:47 DEBUG : existing: Starting multipart upload 2022/06/12 05:14:47 DEBUG : existing: Uploading segment 0/6 size 6 2022/06/12 05:14:48 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:48 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:14:48 DEBUG : existing: Unchanged skipping 2022/06/12 05:14:48 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:48 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:48 INFO : There was nothing to transfer 2022/06/12 05:14:49 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/06/12 05:14:49 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:49 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:49 DEBUG : existing: Starting multipart upload 2022/06/12 05:14:49 DEBUG : existing: Uploading segment 0/6 size 6 2022/06/12 05:14:50 DEBUG : existing: quickxor = 7078031dc2408737000000000600000000000000 OK 2022/06/12 05:14:50 INFO : existing: Copied (replaced existing) 2022/06/12 05:14:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (3.85s) === RUN TestSyncIgnoreExisting run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:51 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:51 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:51 DEBUG : existing: Starting multipart upload 2022/06/12 05:14:52 DEBUG : existing: Uploading segment 0/6 size 6 2022/06/12 05:14:52 DEBUG : existing: quickxor = 7078031dc2408737000000000600000000000000 OK 2022/06/12 05:14:52 INFO : existing: Copied (new) 2022/06/12 05:14:52 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:53 DEBUG : existing: Destination exists, skipping 2022/06/12 05:14:53 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:53 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:53 DEBUG : Waiting for deletions to finish 2022/06/12 05:14:53 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.02s) === RUN TestSyncIgnoreErrors run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:14:54 DEBUG : b/potato: Starting multipart upload 2022/06/12 05:14:55 DEBUG : b/potato: Uploading segment 0/21 size 21 2022/06/12 05:14:56 DEBUG : c/non empty space: Starting multipart upload 2022/06/12 05:14:57 DEBUG : c/non empty space: Uploading segment 0/5 size 5 2022/06/12 05:14:57 DEBUG : d: Making directory 2022/06/12 05:14:59 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:14:59 DEBUG : c/non empty space: Unchanged skipping 2022/06/12 05:14:59 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:14:59 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:14:59 DEBUG : a/potato2: Starting multipart upload 2022/06/12 05:15:00 DEBUG : a/potato2: Uploading segment 0/60 size 60 2022/06/12 05:15:00 DEBUG : a/potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2022/06/12 05:15:00 INFO : a/potato2: Copied (new) 2022/06/12 05:15:00 DEBUG : Waiting for deletions to finish 2022/06/12 05:15:01 INFO : b/potato: Deleted 2022/06/12 05:15:01 INFO : d: Removing directory 2022/06/12 05:15:01 INFO : b: Removing directory 2022/06/12 05:15:01 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': deleted 2 directories --- PASS: TestSyncIgnoreErrors (10.43s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:04 DEBUG : empty space: Starting multipart upload 2022/06/12 05:15:05 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:15:06 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/06/12 05:15:06 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:06 DEBUG : empty space: quickxor = 2d00000000000000000000000100000000000000 OK 2022/06/12 05:15:06 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/06/12 05:15:06 DEBUG : empty space: Unchanged skipping 2022/06/12 05:15:06 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:06 DEBUG : Waiting for deletions to finish 2022/06/12 05:15:06 INFO : There was nothing to transfer 2022/06/12 05:15:06 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/06/12 05:15:06 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:06 DEBUG : empty space: quickxor = 2d00000000000000000000000100000000000000 OK 2022/06/12 05:15:07 INFO : empty space: Updated modification time in destination 2022/06/12 05:15:07 DEBUG : empty space: Unchanged skipping 2022/06/12 05:15:07 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:07 DEBUG : Waiting for deletions to finish 2022/06/12 05:15:07 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (3.69s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:08 DEBUG : empty space: Starting multipart upload 2022/06/12 05:15:08 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:15:09 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/06/12 05:15:09 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:09 DEBUG : empty space: quickxor = 2d00000000000000000000000100000000000000 OK 2022/06/12 05:15:09 DEBUG : empty space: Unchanged skipping 2022/06/12 05:15:09 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:09 DEBUG : Waiting for deletions to finish 2022/06/12 05:15:09 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (2.66s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:10 DEBUG : foo: Starting multipart upload 2022/06/12 05:15:11 DEBUG : foo: Uploading segment 0/3 size 3 2022/06/12 05:15:12 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:12 DEBUG : foo: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/06/12 05:15:12 DEBUG : foo: quickxor = 6678c31b00000000000000000300000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:15:12 DEBUG : foo: quickxor = 6208831c00000000000000000300000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:15:12 DEBUG : foo: quickxor differ 2022/06/12 05:15:12 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:12 DEBUG : foo: Starting multipart upload 2022/06/12 05:15:13 DEBUG : foo: Uploading segment 0/3 size 3 2022/06/12 05:15:13 DEBUG : foo: quickxor = 6678c31b00000000000000000300000000000000 OK 2022/06/12 05:15:13 INFO : foo: Copied (replaced existing) 2022/06/12 05:15:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (3.60s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:14 DEBUG : empty space: Starting multipart upload 2022/06/12 05:15:15 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:15:16 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:16 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:15:16 DEBUG : empty space: Unchanged skipping 2022/06/12 05:15:16 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:16 DEBUG : potato: Starting multipart upload 2022/06/12 05:15:17 DEBUG : potato: Uploading segment 0/60 size 60 2022/06/12 05:15:17 DEBUG : potato: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2022/06/12 05:15:17 INFO : potato: Copied (new) 2022/06/12 05:15:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (4.30s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:18 DEBUG : potato: Starting multipart upload 2022/06/12 05:15:19 DEBUG : potato: Uploading segment 0/60 size 60 2022/06/12 05:15:20 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:20 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/06/12 05:15:20 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:20 DEBUG : potato: Starting multipart upload 2022/06/12 05:15:21 DEBUG : potato: Uploading segment 0/21 size 21 2022/06/12 05:15:21 DEBUG : potato: quickxor = d26463389bd86e62ce010462bd031d40308730b4 OK 2022/06/12 05:15:21 INFO : potato: Copied (replaced existing) 2022/06/12 05:15:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (3.74s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:22 DEBUG : potato: Starting multipart upload 2022/06/12 05:15:23 DEBUG : potato: Uploading segment 0/21 size 21 2022/06/12 05:15:24 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:24 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 2022/06/12 05:15:24 DEBUG : potato: quickxor = f2606230dad02c724c010442bd02154030852034 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:15:24 DEBUG : potato: quickxor = d26463389bd86e62ce010462bd031d40308730b4 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:15:24 DEBUG : potato: quickxor differ 2022/06/12 05:15:24 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:24 DEBUG : potato: Starting multipart upload 2022/06/12 05:15:24 DEBUG : potato: Uploading segment 0/21 size 21 2022/06/12 05:15:25 DEBUG : potato: quickxor = f2606230dad02c724c010442bd02154030852034 OK 2022/06/12 05:15:25 INFO : potato: Copied (replaced existing) 2022/06/12 05:15:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (3.80s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:26 DEBUG : potato: Starting multipart upload 2022/06/12 05:15:27 DEBUG : potato: Uploading segment 0/21 size 21 2022/06/12 05:15:27 DEBUG : empty space: Starting multipart upload 2022/06/12 05:15:28 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:15:28 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/06/12 05:15:28 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:28 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:15:28 DEBUG : empty space: Unchanged skipping 2022/06/12 05:15:28 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:28 DEBUG : Waiting for deletions to finish 2022/06/12 05:15:28 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (3.69s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:30 DEBUG : potato: Starting multipart upload 2022/06/12 05:15:30 DEBUG : potato: Uploading segment 0/21 size 21 2022/06/12 05:15:31 DEBUG : empty space: Starting multipart upload 2022/06/12 05:15:31 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:15:32 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:15:32 DEBUG : empty space: Unchanged skipping 2022/06/12 05:15:32 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:32 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:32 DEBUG : potato2: Starting multipart upload 2022/06/12 05:15:33 DEBUG : potato2: Uploading segment 0/60 size 60 2022/06/12 05:15:33 DEBUG : potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2022/06/12 05:15:33 INFO : potato2: Copied (new) 2022/06/12 05:15:33 DEBUG : Waiting for deletions to finish 2022/06/12 05:15:34 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (5.21s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:35 DEBUG : b/potato: Starting multipart upload 2022/06/12 05:15:36 DEBUG : b/potato: Uploading segment 0/21 size 21 2022/06/12 05:15:37 DEBUG : c/non empty space: Starting multipart upload 2022/06/12 05:15:38 DEBUG : c/non empty space: Uploading segment 0/5 size 5 2022/06/12 05:15:38 DEBUG : d: Making directory 2022/06/12 05:15:39 DEBUG : d/e: Making directory 2022/06/12 05:15:41 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:15:41 DEBUG : c/non empty space: Unchanged skipping 2022/06/12 05:15:41 DEBUG : a/potato2: Starting multipart upload 2022/06/12 05:15:41 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:41 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:42 DEBUG : a/potato2: Uploading segment 0/60 size 60 2022/06/12 05:15:42 DEBUG : a/potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2022/06/12 05:15:42 INFO : a/potato2: Copied (new) 2022/06/12 05:15:42 DEBUG : Waiting for deletions to finish 2022/06/12 05:15:43 INFO : b/potato: Deleted 2022/06/12 05:15:43 INFO : d/e: Removing directory 2022/06/12 05:15:43 INFO : d: Removing directory 2022/06/12 05:15:44 INFO : b: Removing directory 2022/06/12 05:15:44 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (12.01s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:47 DEBUG : b/potato: Starting multipart upload 2022/06/12 05:15:48 DEBUG : b/potato: Uploading segment 0/21 size 21 2022/06/12 05:15:49 DEBUG : c/non empty space: Starting multipart upload 2022/06/12 05:15:50 DEBUG : c/non empty space: Uploading segment 0/5 size 5 2022/06/12 05:15:50 DEBUG : d: Making directory 2022/06/12 05:15:52 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:15:52 DEBUG : c/non empty space: Unchanged skipping 2022/06/12 05:15:52 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:15:52 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:15:52 DEBUG : a/potato2: Starting multipart upload 2022/06/12 05:15:53 DEBUG : a/potato2: Uploading segment 0/60 size 60 2022/06/12 05:15:53 DEBUG : a/potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2022/06/12 05:15:53 INFO : a/potato2: Copied (new) 2022/06/12 05:15:53 ERROR : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': not deleting files as there were IO errors 2022/06/12 05:15:53 ERROR : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (10.42s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:15:57 DEBUG : potato: Starting multipart upload 2022/06/12 05:15:58 DEBUG : potato: Uploading segment 0/21 size 21 2022/06/12 05:15:58 DEBUG : empty space: Starting multipart upload 2022/06/12 05:15:59 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:16:00 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:00 DEBUG : potato2: Starting multipart upload 2022/06/12 05:16:00 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:16:00 DEBUG : empty space: Unchanged skipping 2022/06/12 05:16:00 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:00 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:00 INFO : potato: Deleted 2022/06/12 05:16:01 DEBUG : potato2: Uploading segment 0/60 size 60 2022/06/12 05:16:01 DEBUG : potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2022/06/12 05:16:01 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (5.43s) === RUN TestSyncDeleteBefore run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:16:03 DEBUG : potato: Starting multipart upload 2022/06/12 05:16:03 DEBUG : potato: Uploading segment 0/21 size 21 2022/06/12 05:16:04 DEBUG : empty space: Starting multipart upload 2022/06/12 05:16:04 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:16:05 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:06 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:06 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:06 INFO : potato: Deleted 2022/06/12 05:16:06 DEBUG : potato2: Starting multipart upload 2022/06/12 05:16:06 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:16:06 DEBUG : empty space: Unchanged skipping 2022/06/12 05:16:06 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:06 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:06 DEBUG : potato2: Uploading segment 0/60 size 60 2022/06/12 05:16:07 DEBUG : potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2022/06/12 05:16:07 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (5.63s) === RUN TestCopyDeleteBefore run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:16:08 DEBUG : potato: Starting multipart upload 2022/06/12 05:16:09 DEBUG : potato: Uploading segment 0/21 size 21 2022/06/12 05:16:10 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:10 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:10 DEBUG : potato2: Starting multipart upload 2022/06/12 05:16:11 DEBUG : potato2: Uploading segment 0/19 size 19 2022/06/12 05:16:11 DEBUG : potato2: quickxor = e9742354497b863ab0810d7913c118de00873494 OK 2022/06/12 05:16:11 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (4.09s) === RUN TestSyncWithExclude run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:16:12 DEBUG : potato2: Starting multipart upload 2022/06/12 05:16:13 DEBUG : potato2: Uploading segment 0/60 size 60 2022/06/12 05:16:13 DEBUG : empty space: Starting multipart upload 2022/06/12 05:16:14 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:16:15 DEBUG : enormous: Excluded 2022/06/12 05:16:15 DEBUG : potato2: Excluded 2022/06/12 05:16:15 DEBUG : potato2: Excluded 2022/06/12 05:16:15 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:16:15 DEBUG : empty space: Unchanged skipping 2022/06/12 05:16:15 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:15 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:15 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:15 INFO : There was nothing to transfer 2022/06/12 05:16:15 DEBUG : enormous: Excluded 2022/06/12 05:16:15 DEBUG : potato2: Excluded 2022/06/12 05:16:16 DEBUG : potato2: Excluded 2022/06/12 05:16:16 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/06/12 05:16:16 DEBUG : empty space: Unchanged skipping 2022/06/12 05:16:16 DEBUG : Local file system at /tmp/rclone1891140320: Waiting for checks to finish 2022/06/12 05:16:16 DEBUG : Local file system at /tmp/rclone1891140320: Waiting for transfers to finish 2022/06/12 05:16:16 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:16 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (4.18s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:16:17 DEBUG : potato2: Starting multipart upload 2022/06/12 05:16:17 DEBUG : potato2: Uploading segment 0/60 size 60 2022/06/12 05:16:18 DEBUG : empty space: Starting multipart upload 2022/06/12 05:16:18 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:16:19 DEBUG : enormous: Starting multipart upload 2022/06/12 05:16:19 DEBUG : enormous: Uploading segment 0/100 size 100 2022/06/12 05:16:20 DEBUG : enormous: Excluded 2022/06/12 05:16:20 DEBUG : potato2: Excluded 2022/06/12 05:16:20 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:16:20 DEBUG : empty space: Unchanged skipping 2022/06/12 05:16:20 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:20 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:20 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:21 INFO : enormous: Deleted 2022/06/12 05:16:21 INFO : potato2: Deleted 2022/06/12 05:16:21 INFO : There was nothing to transfer 2022/06/12 05:16:21 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/06/12 05:16:21 DEBUG : empty space: Unchanged skipping 2022/06/12 05:16:21 DEBUG : Local file system at /tmp/rclone1891140320: Waiting for checks to finish 2022/06/12 05:16:21 DEBUG : Local file system at /tmp/rclone1891140320: Waiting for transfers to finish 2022/06/12 05:16:21 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:21 INFO : enormous: Deleted 2022/06/12 05:16:21 INFO : potato2: Deleted 2022/06/12 05:16:21 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (5.19s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:16:22 DEBUG : one: Starting multipart upload 2022/06/12 05:16:22 DEBUG : one: Uploading segment 0/3 size 3 2022/06/12 05:16:23 DEBUG : two: Starting multipart upload 2022/06/12 05:16:24 DEBUG : two: Uploading segment 0/3 size 3 2022/06/12 05:16:24 DEBUG : three: Starting multipart upload 2022/06/12 05:16:25 DEBUG : three: Uploading segment 0/5 size 5 2022/06/12 05:16:25 DEBUG : four: Starting multipart upload 2022/06/12 05:16:26 DEBUG : four: Uploading segment 0/8 size 8 2022/06/12 05:16:27 DEBUG : four: Sizes differ (src 4 vs dst 8) 2022/06/12 05:16:27 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2022/06/12 05:16:27 DEBUG : three: Sizes identical 2022/06/12 05:16:27 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2022/06/12 05:16:27 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:27 DEBUG : five: Starting multipart upload 2022/06/12 05:16:27 DEBUG : four: Starting multipart upload 2022/06/12 05:16:27 DEBUG : one: Destination is newer than source, skipping 2022/06/12 05:16:27 DEBUG : two: quickxor = 74b8c31b00000000000000000300000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:16:27 DEBUG : two: quickxor = 54b8c21300000000000000000300000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:16:27 DEBUG : two: quickxor differ 2022/06/12 05:16:27 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:27 DEBUG : two: Starting multipart upload 2022/06/12 05:16:27 DEBUG : four: Uploading segment 0/4 size 4 2022/06/12 05:16:27 DEBUG : five: Uploading segment 0/4 size 4 2022/06/12 05:16:28 DEBUG : two: Uploading segment 0/3 size 3 2022/06/12 05:16:28 DEBUG : four: quickxor = 6678431de4000000000000000400000000000000 OK 2022/06/12 05:16:28 INFO : four: Copied (replaced existing) 2022/06/12 05:16:28 DEBUG : five: quickxor = 6648831dca000000000000000400000000000000 OK 2022/06/12 05:16:28 INFO : five: Copied (new) 2022/06/12 05:16:28 DEBUG : two: quickxor = 74b8c31b00000000000000000300000000000000 OK 2022/06/12 05:16:28 INFO : two: Copied (replaced existing) 2022/06/12 05:16:28 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:29 DEBUG : one: Destination is newer than source, skipping 2022/06/12 05:16:29 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:29 DEBUG : five: quickxor = 6648831dca000000000000000400000000000000 OK 2022/06/12 05:16:29 DEBUG : two: quickxor = 74b8c31b00000000000000000300000000000000 OK 2022/06/12 05:16:29 DEBUG : five: Size and quickxor of src and dst objects identical 2022/06/12 05:16:29 DEBUG : two: Size and quickxor of src and dst objects identical 2022/06/12 05:16:29 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2022/06/12 05:16:29 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2022/06/12 05:16:29 DEBUG : four: quickxor = 6678431de4000000000000000400000000000000 OK 2022/06/12 05:16:29 DEBUG : four: Size and quickxor of src and dst objects identical 2022/06/12 05:16:29 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2022/06/12 05:16:29 DEBUG : three: quickxor = 7440831cca500600000000000500000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:16:29 DEBUG : three: quickxor = 544082148a500400000000000500000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:16:29 DEBUG : three: quickxor differ 2022/06/12 05:16:29 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2022/06/12 05:16:29 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:29 DEBUG : three: Starting multipart upload 2022/06/12 05:16:29 DEBUG : three: Uploading segment 0/5 size 5 2022/06/12 05:16:30 DEBUG : three: quickxor = 7440831cca500600000000000500000000000000 OK 2022/06/12 05:16:30 INFO : three: Copied (replaced existing) 2022/06/12 05:16:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (9.99s) === RUN TestSyncWithMaxDuration sync_test.go:1009: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" sync_test.go:1058: Can track renames: true 2022/06/12 05:16:32 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Making map for --track-renames 2022/06/12 05:16:32 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Finished making map for --track-renames 2022/06/12 05:16:32 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:32 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for renames to finish 2022/06/12 05:16:32 DEBUG : yam: Starting multipart upload 2022/06/12 05:16:32 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:32 DEBUG : potato: Starting multipart upload 2022/06/12 05:16:33 DEBUG : yam: Uploading segment 0/11 size 11 2022/06/12 05:16:33 DEBUG : potato: Uploading segment 0/14 size 14 2022/06/12 05:16:33 DEBUG : yam: quickxor = 5908431b40308437b8810e657b031d0000000000 OK 2022/06/12 05:16:33 INFO : yam: Copied (new) 2022/06/12 05:16:33 DEBUG : potato: quickxor = 5078031dc24087378060086f7e031dcae0063a00 OK 2022/06/12 05:16:33 INFO : potato: Copied (new) 2022/06/12 05:16:33 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:34 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Making map for --track-renames 2022/06/12 05:16:34 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Finished making map for --track-renames 2022/06/12 05:16:34 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:34 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:16:34 DEBUG : potato: Unchanged skipping 2022/06/12 05:16:34 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for renames to finish 2022/06/12 05:16:35 INFO : yam: Moved (server-side) to: yaml 2022/06/12 05:16:35 INFO : yaml: Renamed from "yam" 2022/06/12 05:16:35 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:35 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:35 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (4.02s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" sync_test.go:1127: Can track renames: true 2022/06/12 05:16:36 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Making map for --track-renames 2022/06/12 05:16:36 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Finished making map for --track-renames 2022/06/12 05:16:36 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:36 DEBUG : potato: Starting multipart upload 2022/06/12 05:16:36 DEBUG : yam: Starting multipart upload 2022/06/12 05:16:36 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for renames to finish 2022/06/12 05:16:36 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:36 DEBUG : potato: Uploading segment 0/14 size 14 2022/06/12 05:16:37 DEBUG : yam: Uploading segment 0/11 size 11 2022/06/12 05:16:37 DEBUG : potato: quickxor = 5078031dc24087378060086f7e031dcae0063a00 OK 2022/06/12 05:16:37 INFO : potato: Copied (new) 2022/06/12 05:16:37 DEBUG : yam: quickxor = 5908431b40308437b8810e657b031d0000000000 OK 2022/06/12 05:16:37 INFO : yam: Copied (new) 2022/06/12 05:16:37 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:38 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:16:38 DEBUG : potato: Unchanged skipping 2022/06/12 05:16:38 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Making map for --track-renames 2022/06/12 05:16:38 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Finished making map for --track-renames 2022/06/12 05:16:38 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:38 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for renames to finish 2022/06/12 05:16:39 INFO : yam: Moved (server-side) to: yaml 2022/06/12 05:16:39 INFO : yaml: Renamed from "yam" 2022/06/12 05:16:39 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:39 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:39 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.18s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" sync_test.go:1163: Can track renames: true 2022/06/12 05:16:40 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Making map for --track-renames 2022/06/12 05:16:40 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Finished making map for --track-renames 2022/06/12 05:16:40 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:40 DEBUG : potato: Starting multipart upload 2022/06/12 05:16:40 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for renames to finish 2022/06/12 05:16:40 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:41 DEBUG : sub/yam: Starting multipart upload 2022/06/12 05:16:41 DEBUG : sub/yam: Uploading segment 0/11 size 11 2022/06/12 05:16:41 DEBUG : potato: Uploading segment 0/14 size 14 2022/06/12 05:16:42 DEBUG : sub/yam: quickxor = 5908431b40308437b8810e657b031d0000000000 OK 2022/06/12 05:16:42 INFO : sub/yam: Copied (new) 2022/06/12 05:16:42 DEBUG : potato: quickxor = 5078031dc24087378060086f7e031dcae0063a00 OK 2022/06/12 05:16:42 INFO : potato: Copied (new) 2022/06/12 05:16:42 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:43 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:16:43 DEBUG : potato: Unchanged skipping 2022/06/12 05:16:43 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Making map for --track-renames 2022/06/12 05:16:43 INFO : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Finished making map for --track-renames 2022/06/12 05:16:43 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:43 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for renames to finish 2022/06/12 05:16:45 INFO : sub/yam: Moved (server-side) to: yam 2022/06/12 05:16:45 INFO : yam: Renamed from "sub/yam" 2022/06/12 05:16:45 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:45 DEBUG : Waiting for deletions to finish 2022/06/12 05:16:45 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (6.92s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:16:47 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:47 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:48 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:16:49 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:16:50 DEBUG : nested/sub dir/file: Starting multipart upload 2022/06/12 05:16:50 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:16:50 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:16:50 INFO : sub dir/hello world: Deleted 2022/06/12 05:16:50 DEBUG : nested/sub dir/file: Uploading segment 0/6 size 6 2022/06/12 05:16:51 DEBUG : nested/sub dir/file: quickxor = 6e28c31ce8500632000000000600000000000000 OK 2022/06/12 05:16:51 INFO : nested/sub dir/file: Copied (new) 2022/06/12 05:16:51 INFO : nested/sub dir/file: Deleted 2022/06/12 05:16:51 INFO : sub dir: Removing directory 2022/06/12 05:16:51 INFO : nested/sub dir: Removing directory 2022/06/12 05:16:51 INFO : nested: Removing directory 2022/06/12 05:16:51 DEBUG : Local file system at /tmp/rclone1891140320: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (7.88s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:16:55 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:16:55 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:16:56 DEBUG : sub dir/hello world: Starting multipart upload 2022/06/12 05:16:56 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2022/06/12 05:16:57 DEBUG : nested/sub dir/file: Starting multipart upload 2022/06/12 05:16:57 DEBUG : sub dir/hello world: quickxor = 6828031bd8f00610dce10d726b03190000000000 OK 2022/06/12 05:16:57 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:16:57 INFO : sub dir/hello world: Deleted 2022/06/12 05:16:57 DEBUG : nested/sub dir/file: Uploading segment 0/6 size 6 2022/06/12 05:16:58 DEBUG : nested/sub dir/file: quickxor = 6e28c31ce8500632000000000600000000000000 OK 2022/06/12 05:16:58 INFO : nested/sub dir/file: Copied (new) 2022/06/12 05:16:58 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (6.83s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:17:02 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:17:02 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:17:02 DEBUG : existing-b: Starting multipart upload 2022/06/12 05:17:02 DEBUG : existing: Starting multipart upload 2022/06/12 05:17:02 DEBUG : existing: Uploading segment 0/6 size 6 2022/06/12 05:17:02 DEBUG : existing-b: Uploading segment 0/6 size 6 2022/06/12 05:17:03 DEBUG : existing: quickxor = 7078031dc2408737000000000600000000000000 OK 2022/06/12 05:17:03 INFO : existing: Copied (new) 2022/06/12 05:17:03 INFO : existing: Deleted 2022/06/12 05:17:03 DEBUG : existing-b: quickxor = 7478431bc2408737000000000600000000000000 OK 2022/06/12 05:17:03 INFO : existing-b: Copied (new) 2022/06/12 05:17:03 INFO : existing-b: Deleted 2022/06/12 05:17:04 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:17:04 DEBUG : existing: Destination exists, skipping 2022/06/12 05:17:04 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/06/12 05:17:04 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:17:04 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (3.35s) === RUN TestServerSideMove run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:17:05 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-bisajez2tifamuv8yagukit7" 2022/06/12 05:17:06 DEBUG : potato2: Starting multipart upload 2022/06/12 05:17:06 DEBUG : potato2: Uploading segment 0/60 size 60 2022/06/12 05:17:07 DEBUG : empty space: Starting multipart upload 2022/06/12 05:17:07 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:17:08 DEBUG : potato3: Starting multipart upload 2022/06/12 05:17:08 DEBUG : potato3: Uploading segment 0/68 size 68 sync_test.go:1215: Server side move (if possible) One drive root 'rclone-test-tehazir7cevilaq6hatuyud2' -> One drive root 'rclone-test-bisajez2tifamuv8yagukit7' 2022/06/12 05:17:10 DEBUG : empty space: Starting multipart upload 2022/06/12 05:17:11 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:17:11 DEBUG : potato3: Starting multipart upload 2022/06/12 05:17:12 DEBUG : potato3: Uploading segment 0/60 size 60 2022/06/12 05:17:12 DEBUG : One drive root 'rclone-test-bisajez2tifamuv8yagukit7': Using server-side directory move 2022/06/12 05:17:12 INFO : One drive root 'rclone-test-bisajez2tifamuv8yagukit7': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/06/12 05:17:13 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/06/12 05:17:13 DEBUG : empty space: Unchanged skipping 2022/06/12 05:17:13 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/06/12 05:17:13 DEBUG : One drive root 'rclone-test-bisajez2tifamuv8yagukit7': Waiting for checks to finish 2022/06/12 05:17:13 INFO : empty space: Deleted 2022/06/12 05:17:13 DEBUG : One drive root 'rclone-test-bisajez2tifamuv8yagukit7': Waiting for transfers to finish 2022/06/12 05:17:13 INFO : potato3: Deleted 2022/06/12 05:17:13 INFO : potato2: Moved (server-side) 2022/06/12 05:17:13 INFO : potato3: Moved (server-side) 2022/06/12 05:17:13 INFO : There was nothing to transfer 2022/06/12 05:17:14 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-gujudac6fimazod6moniceb1" 2022/06/12 05:17:15 DEBUG : One drive root 'rclone-test-gujudac6fimazod6moniceb1': Using server-side directory move 2022/06/12 05:17:16 INFO : One drive root 'rclone-test-gujudac6fimazod6moniceb1': Server side directory move succeeded 2022/06/12 05:17:16 ERROR : : error listing: directory not found 2022/06/12 05:17:16 DEBUG : One drive root 'rclone-test-gujudac6fimazod6moniceb1': Purge remote 2022/06/12 05:17:17 DEBUG : One drive root 'rclone-test-bisajez2tifamuv8yagukit7': Purge remote 2022/06/12 05:17:17 purge failed: directory not found --- PASS: TestServerSideMove (12.50s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:17:17 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-rexixes3yijunod7texoxuj3" 2022/06/12 05:17:18 DEBUG : potato2: Starting multipart upload 2022/06/12 05:17:19 DEBUG : potato2: Uploading segment 0/60 size 60 2022/06/12 05:17:19 DEBUG : empty space: Starting multipart upload 2022/06/12 05:17:20 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:17:20 DEBUG : potato3: Starting multipart upload 2022/06/12 05:17:21 DEBUG : potato3: Uploading segment 0/68 size 68 sync_test.go:1215: Server side move (if possible) One drive root 'rclone-test-tehazir7cevilaq6hatuyud2' -> One drive root 'rclone-test-rexixes3yijunod7texoxuj3' 2022/06/12 05:17:22 DEBUG : empty space: Starting multipart upload 2022/06/12 05:17:23 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:17:23 DEBUG : potato3: Starting multipart upload 2022/06/12 05:17:24 DEBUG : potato3: Uploading segment 0/60 size 60 2022/06/12 05:17:25 DEBUG : empty space: Excluded 2022/06/12 05:17:25 DEBUG : empty space: Excluded 2022/06/12 05:17:25 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/06/12 05:17:25 DEBUG : One drive root 'rclone-test-rexixes3yijunod7texoxuj3': Waiting for checks to finish 2022/06/12 05:17:25 DEBUG : One drive root 'rclone-test-rexixes3yijunod7texoxuj3': Waiting for transfers to finish 2022/06/12 05:17:25 INFO : potato3: Deleted 2022/06/12 05:17:26 INFO : potato2: Moved (server-side) 2022/06/12 05:17:26 INFO : potato3: Moved (server-side) 2022/06/12 05:17:26 INFO : There was nothing to transfer 2022/06/12 05:17:26 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-xuqojej8yomosag9savadul8" 2022/06/12 05:17:27 DEBUG : empty space: Excluded 2022/06/12 05:17:27 DEBUG : One drive root 'rclone-test-xuqojej8yomosag9savadul8': Waiting for checks to finish 2022/06/12 05:17:27 DEBUG : One drive root 'rclone-test-xuqojej8yomosag9savadul8': Waiting for transfers to finish 2022/06/12 05:17:28 INFO : potato3: Moved (server-side) 2022/06/12 05:17:28 INFO : potato2: Moved (server-side) 2022/06/12 05:17:28 INFO : There was nothing to transfer 2022/06/12 05:17:29 DEBUG : One drive root 'rclone-test-xuqojej8yomosag9savadul8': Purge remote 2022/06/12 05:17:29 DEBUG : One drive root 'rclone-test-rexixes3yijunod7texoxuj3': Purge remote --- PASS: TestServerSideMoveWithFilter (12.72s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:17:30 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-mexakih5visozog0nevayuw5" 2022/06/12 05:17:31 DEBUG : potato2: Starting multipart upload 2022/06/12 05:17:32 DEBUG : potato2: Uploading segment 0/60 size 60 2022/06/12 05:17:32 DEBUG : empty space: Starting multipart upload 2022/06/12 05:17:33 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:17:33 DEBUG : potato3: Starting multipart upload 2022/06/12 05:17:34 DEBUG : potato3: Uploading segment 0/68 size 68 2022/06/12 05:17:34 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) One drive root 'rclone-test-tehazir7cevilaq6hatuyud2' -> One drive root 'rclone-test-mexakih5visozog0nevayuw5' 2022/06/12 05:17:36 DEBUG : empty space: Starting multipart upload 2022/06/12 05:17:37 DEBUG : empty space: Uploading segment 0/1 size 1 2022/06/12 05:17:37 DEBUG : potato3: Starting multipart upload 2022/06/12 05:17:38 DEBUG : potato3: Uploading segment 0/60 size 60 2022/06/12 05:17:39 DEBUG : One drive root 'rclone-test-mexakih5visozog0nevayuw5': Using server-side directory move 2022/06/12 05:17:39 INFO : One drive root 'rclone-test-mexakih5visozog0nevayuw5': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/06/12 05:17:39 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/06/12 05:17:39 DEBUG : empty space: Unchanged skipping 2022/06/12 05:17:39 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/06/12 05:17:39 DEBUG : One drive root 'rclone-test-mexakih5visozog0nevayuw5': Waiting for checks to finish 2022/06/12 05:17:39 INFO : empty space: Deleted 2022/06/12 05:17:39 DEBUG : One drive root 'rclone-test-mexakih5visozog0nevayuw5': Waiting for transfers to finish 2022/06/12 05:17:39 INFO : potato3: Deleted 2022/06/12 05:17:39 INFO : potato2: Moved (server-side) 2022/06/12 05:17:39 INFO : potato3: Moved (server-side) 2022/06/12 05:17:39 INFO : tomatoDir: Removing directory 2022/06/12 05:17:40 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': deleted 1 directories 2022/06/12 05:17:40 INFO : There was nothing to transfer 2022/06/12 05:17:41 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-mawedek3gobucok1foqaroq5" 2022/06/12 05:17:42 DEBUG : tomatoDir: Making directory 2022/06/12 05:17:42 DEBUG : One drive root 'rclone-test-mawedek3gobucok1foqaroq5': Using server-side directory move 2022/06/12 05:17:43 INFO : One drive root 'rclone-test-mawedek3gobucok1foqaroq5': Server side directory move succeeded 2022/06/12 05:17:44 ERROR : : error listing: directory not found 2022/06/12 05:17:44 ERROR : : error listing: directory not found 2022/06/12 05:17:44 DEBUG : One drive root 'rclone-test-mawedek3gobucok1foqaroq5': Purge remote 2022/06/12 05:17:45 DEBUG : One drive root 'rclone-test-mexakih5visozog0nevayuw5': Purge remote 2022/06/12 05:17:45 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (15.33s) === RUN TestServerSideMoveOverlap run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" sync_test.go:1399: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.52s) === RUN TestSyncOverlap run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:17:46 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test" --- PASS: TestSyncOverlap (2.09s) === RUN TestSyncOverlapWithFilter run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:17:48 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test" 2022/06/12 05:17:50 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test-include/layer2" 2022/06/12 05:17:54 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test-ignore-file" 2022/06/12 05:18:00 DEBUG : rclone-sync-test-ignore-file/.ignore: Starting multipart upload 2022/06/12 05:18:00 DEBUG : rclone-sync-test-ignore-file/.ignore: Uploading segment 0/1 size 1 2022/06/12 05:18:04 DEBUG : rclone-sync-test: Excluded 2022/06/12 05:18:05 DEBUG : rclone-sync-test-ignore-file: Excluded 2022/06/12 05:18:07 DEBUG : rclone-sync-test-include/layer2: Excluded 2022/06/12 05:18:07 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test': Waiting for checks to finish 2022/06/12 05:18:07 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test': Waiting for transfers to finish 2022/06/12 05:18:07 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:07 INFO : There was nothing to transfer 2022/06/12 05:18:13 DEBUG : rclone-sync-test: Excluded 2022/06/12 05:18:13 DEBUG : rclone-sync-test-ignore-file: Excluded 2022/06/12 05:18:16 DEBUG : rclone-sync-test-include/layer2: Excluded 2022/06/12 05:18:16 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test-include/layer2': Waiting for checks to finish 2022/06/12 05:18:16 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test-include/layer2': Waiting for transfers to finish 2022/06/12 05:18:16 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:16 INFO : There was nothing to transfer 2022/06/12 05:18:18 DEBUG : : Excluded 2022/06/12 05:18:19 DEBUG : rclone-sync-test: Excluded 2022/06/12 05:18:20 DEBUG : rclone-sync-test-ignore-file: Excluded 2022/06/12 05:18:22 DEBUG : rclone-sync-test-include/layer2: Excluded 2022/06/12 05:18:22 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test-ignore-file': Waiting for checks to finish 2022/06/12 05:18:22 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/rclone-sync-test-ignore-file': Waiting for transfers to finish 2022/06/12 05:18:22 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:22 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (38.08s) === RUN TestSyncCompareDest run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:18:26 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dst" 2022/06/12 05:18:28 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/CompareDest" 2022/06/12 05:18:31 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:18:31 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:18:32 DEBUG : one: Starting multipart upload 2022/06/12 05:18:32 DEBUG : one: Uploading segment 0/3 size 3 2022/06/12 05:18:33 DEBUG : one: quickxor = 6f70431900000000000000000300000000000000 OK 2022/06/12 05:18:33 INFO : one: Copied (new) 2022/06/12 05:18:33 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:35 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:18:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/06/12 05:18:35 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:18:35 DEBUG : one: Starting multipart upload 2022/06/12 05:18:36 DEBUG : one: Uploading segment 0/5 size 5 2022/06/12 05:18:37 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2022/06/12 05:18:37 INFO : one: Copied (replaced existing) 2022/06/12 05:18:37 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:37 DEBUG : dst/one: Starting multipart upload 2022/06/12 05:18:38 DEBUG : dst/one: Uploading segment 0/3 size 3 2022/06/12 05:18:39 DEBUG : CompareDest/one: Starting multipart upload 2022/06/12 05:18:39 DEBUG : CompareDest/one: Uploading segment 0/5 size 5 2022/06/12 05:18:41 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:18:42 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:18:42 DEBUG : one: Destination found in --compare-dest, skipping 2022/06/12 05:18:42 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:18:42 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:42 INFO : There was nothing to transfer 2022/06/12 05:18:43 DEBUG : CompareDest/two: Starting multipart upload 2022/06/12 05:18:43 DEBUG : CompareDest/two: Uploading segment 0/3 size 3 2022/06/12 05:18:48 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:18:48 DEBUG : two: Destination found in --compare-dest, skipping 2022/06/12 05:18:48 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:18:49 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:18:49 DEBUG : one: Destination found in --compare-dest, skipping 2022/06/12 05:18:49 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:18:49 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:49 INFO : There was nothing to transfer 2022/06/12 05:18:51 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:18:51 DEBUG : two: Destination found in --compare-dest, skipping 2022/06/12 05:18:51 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:18:51 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:18:51 DEBUG : one: Destination found in --compare-dest, skipping 2022/06/12 05:18:51 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:18:51 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:51 INFO : There was nothing to transfer 2022/06/12 05:18:53 DEBUG : two: Modification times differ by -120h0m0s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59 +0000 UTC 2022/06/12 05:18:53 DEBUG : two: quickxor = 74b8c31b00000000000000000300000000000000 OK 2022/06/12 05:18:53 DEBUG : two: Destination found in --compare-dest, skipping 2022/06/12 05:18:53 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:18:54 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:18:54 DEBUG : one: Destination found in --compare-dest, skipping 2022/06/12 05:18:54 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:18:54 DEBUG : Waiting for deletions to finish 2022/06/12 05:18:54 INFO : There was nothing to transfer 2022/06/12 05:18:56 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/06/12 05:18:56 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:18:56 DEBUG : two: Starting multipart upload 2022/06/12 05:18:57 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:18:57 DEBUG : one: Destination found in --compare-dest, skipping 2022/06/12 05:18:57 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:18:57 DEBUG : two: Uploading segment 0/5 size 5 2022/06/12 05:18:57 DEBUG : two: quickxor = 74b8c31be8300300000000000500000000000000 OK 2022/06/12 05:18:57 INFO : two: Copied (new) 2022/06/12 05:18:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (34.42s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:19:01 DEBUG : pre-dest1/1: Starting multipart upload 2022/06/12 05:19:02 DEBUG : pre-dest1/1: Uploading segment 0/1 size 1 2022/06/12 05:19:04 DEBUG : pre-dest2/2: Starting multipart upload 2022/06/12 05:19:04 DEBUG : pre-dest2/2: Uploading segment 0/1 size 1 2022/06/12 05:19:05 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dest" 2022/06/12 05:19:07 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/pre-dest1" 2022/06/12 05:19:08 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/pre-dest2" 2022/06/12 05:19:09 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:19:09 DEBUG : 1: Destination found in --compare-dest, skipping 2022/06/12 05:19:11 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:19:11 DEBUG : 2: Destination found in --compare-dest, skipping 2022/06/12 05:19:12 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dest': Waiting for checks to finish 2022/06/12 05:19:12 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dest': Waiting for transfers to finish 2022/06/12 05:19:12 DEBUG : 3: Starting multipart upload 2022/06/12 05:19:13 DEBUG : 3: Uploading segment 0/1 size 1 2022/06/12 05:19:13 DEBUG : 3: quickxor = 3300000000000000000000000100000000000000 OK 2022/06/12 05:19:13 INFO : 3: Copied (new) 2022/06/12 05:19:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (16.61s) === RUN TestSyncCopyDest run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:19:17 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dst" 2022/06/12 05:19:19 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/CopyDest" 2022/06/12 05:19:21 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:19:21 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:19:22 DEBUG : one: Starting multipart upload 2022/06/12 05:19:23 DEBUG : one: Uploading segment 0/3 size 3 2022/06/12 05:19:23 DEBUG : one: quickxor = 6f70431900000000000000000300000000000000 OK 2022/06/12 05:19:23 INFO : one: Copied (new) 2022/06/12 05:19:23 DEBUG : Waiting for deletions to finish 2022/06/12 05:19:25 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:19:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/06/12 05:19:25 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:19:25 DEBUG : one: Starting multipart upload 2022/06/12 05:19:26 DEBUG : one: Uploading segment 0/5 size 5 2022/06/12 05:19:26 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2022/06/12 05:19:26 INFO : one: Copied (replaced existing) 2022/06/12 05:19:26 DEBUG : Waiting for deletions to finish 2022/06/12 05:19:27 DEBUG : dst/one: Starting multipart upload 2022/06/12 05:19:27 DEBUG : dst/one: Uploading segment 0/3 size 3 2022/06/12 05:19:28 DEBUG : CopyDest/one: Starting multipart upload 2022/06/12 05:19:29 DEBUG : CopyDest/one: Uploading segment 0/5 size 5 2022/06/12 05:19:30 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/BackupDir" 2022/06/12 05:19:32 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:19:33 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/06/12 05:19:35 INFO : one: Moved (server-side) 2022/06/12 05:19:38 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2022/06/12 05:19:38 INFO : one: Copied (server-side copy) 2022/06/12 05:19:38 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/06/12 05:19:38 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:19:38 DEBUG : Waiting for deletions to finish 2022/06/12 05:19:39 DEBUG : CopyDest/two: Starting multipart upload 2022/06/12 05:19:40 DEBUG : CopyDest/two: Uploading segment 0/3 size 3 2022/06/12 05:19:42 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:46 DEBUG : two: quickxor = 74b8c31b00000000000000000300000000000000 OK 2022/06/12 05:19:46 INFO : two: Copied (server-side copy) 2022/06/12 05:19:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/06/12 05:19:46 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:19:46 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:46 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:46 DEBUG : one: Unchanged skipping 2022/06/12 05:19:46 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:19:46 DEBUG : Waiting for deletions to finish 2022/06/12 05:19:47 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:19:47 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:47 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:47 DEBUG : two: Unchanged skipping 2022/06/12 05:19:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:48 DEBUG : one: Unchanged skipping 2022/06/12 05:19:48 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:19:48 DEBUG : Waiting for deletions to finish 2022/06/12 05:19:48 INFO : There was nothing to transfer 2022/06/12 05:19:48 DEBUG : CopyDest/three: Starting multipart upload 2022/06/12 05:19:49 DEBUG : CopyDest/three: Uploading segment 0/5 size 5 2022/06/12 05:19:51 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/06/12 05:19:51 DEBUG : three: Destination not found in --copy-dest 2022/06/12 05:19:51 DEBUG : three: Starting multipart upload 2022/06/12 05:19:51 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:19:52 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:52 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:52 DEBUG : one: Unchanged skipping 2022/06/12 05:19:52 DEBUG : three: Uploading segment 0/7 size 7 2022/06/12 05:19:52 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:52 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/06/12 05:19:52 DEBUG : two: Unchanged skipping 2022/06/12 05:19:52 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:19:52 DEBUG : three: quickxor = 7440831cca50063acc0000000700000000000000 OK 2022/06/12 05:19:52 INFO : three: Copied (new) 2022/06/12 05:19:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (39.57s) === RUN TestSyncBackupDir run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:19:57 DEBUG : dst/one: Starting multipart upload 2022/06/12 05:19:58 DEBUG : dst/one: Uploading segment 0/3 size 3 2022/06/12 05:19:59 DEBUG : dst/two: Starting multipart upload 2022/06/12 05:19:59 DEBUG : dst/two: Uploading segment 0/3 size 3 2022/06/12 05:20:00 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:20:02 DEBUG : dst/three.txt: Uploading segment 0/5 size 5 2022/06/12 05:20:03 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dst" 2022/06/12 05:20:04 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/backup" 2022/06/12 05:20:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/06/12 05:20:06 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:20:06 DEBUG : two: Unchanged skipping 2022/06/12 05:20:06 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:20:08 INFO : one: Moved (server-side) 2022/06/12 05:20:08 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:20:08 DEBUG : one: Starting multipart upload 2022/06/12 05:20:08 DEBUG : one: Uploading segment 0/4 size 4 2022/06/12 05:20:09 DEBUG : one: quickxor = 6f70431982000000000000000400000000000000 OK 2022/06/12 05:20:09 INFO : one: Copied (new) 2022/06/12 05:20:09 DEBUG : Waiting for deletions to finish 2022/06/12 05:20:10 INFO : three.txt: Moved (server-side) 2022/06/12 05:20:10 INFO : three.txt: Moved into backup dir 2022/06/12 05:20:10 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:20:11 DEBUG : dst/three.txt: Uploading segment 0/6 size 6 2022/06/12 05:20:13 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/06/12 05:20:13 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:20:13 DEBUG : two: Unchanged skipping 2022/06/12 05:20:13 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:20:14 INFO : one: Deleted 2022/06/12 05:20:14 INFO : one: Moved (server-side) 2022/06/12 05:20:14 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:20:14 DEBUG : one: Starting multipart upload 2022/06/12 05:20:15 DEBUG : one: Uploading segment 0/5 size 5 2022/06/12 05:20:15 DEBUG : one: quickxor = 6f70431984200400000000000500000000000000 OK 2022/06/12 05:20:15 INFO : one: Copied (new) 2022/06/12 05:20:15 DEBUG : Waiting for deletions to finish 2022/06/12 05:20:16 INFO : three.txt: Deleted 2022/06/12 05:20:16 INFO : three.txt: Moved (server-side) 2022/06/12 05:20:16 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (22.83s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:20:20 DEBUG : dst/one: Starting multipart upload 2022/06/12 05:20:21 DEBUG : dst/one: Uploading segment 0/3 size 3 2022/06/12 05:20:21 DEBUG : dst/two: Starting multipart upload 2022/06/12 05:20:22 DEBUG : dst/two: Uploading segment 0/3 size 3 2022/06/12 05:20:23 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:20:24 DEBUG : dst/three.txt: Uploading segment 0/5 size 5 2022/06/12 05:20:25 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dst" 2022/06/12 05:20:26 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/backup" 2022/06/12 05:20:28 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/06/12 05:20:28 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:20:28 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:20:28 DEBUG : two: Unchanged skipping 2022/06/12 05:20:30 INFO : one: Moved (server-side) to: one.bak 2022/06/12 05:20:30 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:20:30 DEBUG : one: Starting multipart upload 2022/06/12 05:20:31 DEBUG : one: Uploading segment 0/4 size 4 2022/06/12 05:20:31 DEBUG : one: quickxor = 6f70431982000000000000000400000000000000 OK 2022/06/12 05:20:31 INFO : one: Copied (new) 2022/06/12 05:20:31 DEBUG : Waiting for deletions to finish 2022/06/12 05:20:33 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/06/12 05:20:33 INFO : three.txt: Moved into backup dir 2022/06/12 05:20:33 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:20:34 DEBUG : dst/three.txt: Uploading segment 0/6 size 6 2022/06/12 05:20:36 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:20:36 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/06/12 05:20:36 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:20:36 DEBUG : two: Unchanged skipping 2022/06/12 05:20:37 INFO : one.bak: Deleted 2022/06/12 05:20:37 INFO : one: Moved (server-side) to: one.bak 2022/06/12 05:20:37 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:20:37 DEBUG : one: Starting multipart upload 2022/06/12 05:20:38 DEBUG : one: Uploading segment 0/5 size 5 2022/06/12 05:20:38 DEBUG : one: quickxor = 6f70431984200400000000000500000000000000 OK 2022/06/12 05:20:38 INFO : one: Copied (new) 2022/06/12 05:20:38 DEBUG : Waiting for deletions to finish 2022/06/12 05:20:39 INFO : three.txt.bak: Deleted 2022/06/12 05:20:40 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/06/12 05:20:40 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (23.39s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:20:44 DEBUG : dst/one: Starting multipart upload 2022/06/12 05:20:44 DEBUG : dst/one: Uploading segment 0/3 size 3 2022/06/12 05:20:45 DEBUG : dst/two: Starting multipart upload 2022/06/12 05:20:45 DEBUG : dst/two: Uploading segment 0/3 size 3 2022/06/12 05:20:46 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:20:46 DEBUG : dst/three.txt: Uploading segment 0/5 size 5 2022/06/12 05:20:48 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dst" 2022/06/12 05:20:48 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/backup" 2022/06/12 05:20:51 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/06/12 05:20:51 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:20:51 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:20:51 DEBUG : two: Unchanged skipping 2022/06/12 05:20:53 INFO : one: Moved (server-side) to: one-2019-01-01 2022/06/12 05:20:53 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:20:53 DEBUG : one: Starting multipart upload 2022/06/12 05:20:53 DEBUG : one: Uploading segment 0/4 size 4 2022/06/12 05:20:54 DEBUG : one: quickxor = 6f70431982000000000000000400000000000000 OK 2022/06/12 05:20:54 INFO : one: Copied (new) 2022/06/12 05:20:54 DEBUG : Waiting for deletions to finish 2022/06/12 05:20:55 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/06/12 05:20:55 INFO : three.txt: Moved into backup dir 2022/06/12 05:20:56 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:20:57 DEBUG : dst/three.txt: Uploading segment 0/6 size 6 2022/06/12 05:20:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/06/12 05:20:58 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:20:58 DEBUG : two: Unchanged skipping 2022/06/12 05:20:58 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:20:59 INFO : one-2019-01-01: Deleted 2022/06/12 05:20:59 INFO : one: Moved (server-side) to: one-2019-01-01 2022/06/12 05:20:59 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:20:59 DEBUG : one: Starting multipart upload 2022/06/12 05:21:00 DEBUG : one: Uploading segment 0/5 size 5 2022/06/12 05:21:00 DEBUG : one: quickxor = 6f70431984200400000000000500000000000000 OK 2022/06/12 05:21:00 INFO : one: Copied (new) 2022/06/12 05:21:00 DEBUG : Waiting for deletions to finish 2022/06/12 05:21:01 INFO : three-2019-01-01.txt: Deleted 2022/06/12 05:21:02 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/06/12 05:21:02 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (21.75s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:21:05 DEBUG : dst/one: Starting multipart upload 2022/06/12 05:21:06 DEBUG : dst/one: Uploading segment 0/3 size 3 2022/06/12 05:21:07 DEBUG : dst/two: Starting multipart upload 2022/06/12 05:21:07 DEBUG : dst/two: Uploading segment 0/3 size 3 2022/06/12 05:21:08 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:21:08 DEBUG : dst/three.txt: Uploading segment 0/5 size 5 2022/06/12 05:21:09 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dst" 2022/06/12 05:21:10 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/06/12 05:21:10 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:21:10 DEBUG : two: Unchanged skipping 2022/06/12 05:21:10 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:21:11 INFO : one: Moved (server-side) to: one.bak 2022/06/12 05:21:11 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:21:11 DEBUG : one: Starting multipart upload 2022/06/12 05:21:12 DEBUG : one: Uploading segment 0/4 size 4 2022/06/12 05:21:13 DEBUG : one: quickxor = 6f70431982000000000000000400000000000000 OK 2022/06/12 05:21:13 INFO : one: Copied (new) 2022/06/12 05:21:13 DEBUG : Waiting for deletions to finish 2022/06/12 05:21:14 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/06/12 05:21:14 INFO : three.txt: Moved into backup dir 2022/06/12 05:21:14 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:21:15 DEBUG : dst/three.txt: Uploading segment 0/6 size 6 2022/06/12 05:21:16 DEBUG : one.bak: Excluded 2022/06/12 05:21:16 DEBUG : three.txt.bak: Excluded 2022/06/12 05:21:16 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/06/12 05:21:16 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:21:16 DEBUG : two: Unchanged skipping 2022/06/12 05:21:16 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for checks to finish 2022/06/12 05:21:17 INFO : one.bak: Deleted 2022/06/12 05:21:17 INFO : one: Moved (server-side) to: one.bak 2022/06/12 05:21:17 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2/dst': Waiting for transfers to finish 2022/06/12 05:21:17 DEBUG : one: Starting multipart upload 2022/06/12 05:21:18 DEBUG : one: Uploading segment 0/5 size 5 2022/06/12 05:21:19 DEBUG : one: quickxor = 6f70431984200400000000000500000000000000 OK 2022/06/12 05:21:19 INFO : one: Copied (new) 2022/06/12 05:21:19 DEBUG : Waiting for deletions to finish 2022/06/12 05:21:19 INFO : three.txt.bak: Deleted 2022/06/12 05:21:20 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/06/12 05:21:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (17.52s) === RUN TestSyncSuffix run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:21:23 DEBUG : dst/one: Starting multipart upload 2022/06/12 05:21:23 DEBUG : dst/one: Uploading segment 0/3 size 3 2022/06/12 05:21:24 DEBUG : dst/two: Starting multipart upload 2022/06/12 05:21:24 DEBUG : dst/two: Uploading segment 0/3 size 3 2022/06/12 05:21:25 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:21:26 DEBUG : dst/three.txt: Uploading segment 0/5 size 5 2022/06/12 05:21:27 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dst" 2022/06/12 05:21:28 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/06/12 05:21:30 INFO : one: Moved (server-side) to: one.bak 2022/06/12 05:21:30 DEBUG : one: Starting multipart upload 2022/06/12 05:21:30 DEBUG : one: Uploading segment 0/4 size 4 2022/06/12 05:21:31 DEBUG : one: quickxor = 6f70431982000000000000000400000000000000 OK 2022/06/12 05:21:31 INFO : one: Copied (new) 2022/06/12 05:21:31 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:21:31 DEBUG : two: Unchanged skipping 2022/06/12 05:21:32 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/06/12 05:21:33 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/06/12 05:21:33 DEBUG : three.txt: Starting multipart upload 2022/06/12 05:21:34 DEBUG : three.txt: Uploading segment 0/6 size 6 2022/06/12 05:21:34 DEBUG : three.txt: quickxor = 7440831cca508620000000000600000000000000 OK 2022/06/12 05:21:34 INFO : three.txt: Copied (new) 2022/06/12 05:21:36 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/06/12 05:21:37 INFO : one.bak: Deleted 2022/06/12 05:21:37 INFO : one: Moved (server-side) to: one.bak 2022/06/12 05:21:37 DEBUG : one: Starting multipart upload 2022/06/12 05:21:38 DEBUG : one: Uploading segment 0/5 size 5 2022/06/12 05:21:39 DEBUG : one: quickxor = 6f70431984200400000000000500000000000000 OK 2022/06/12 05:21:39 INFO : one: Copied (new) 2022/06/12 05:21:40 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:21:40 DEBUG : two: Unchanged skipping 2022/06/12 05:21:40 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/06/12 05:21:41 INFO : three.txt.bak: Deleted 2022/06/12 05:21:41 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/06/12 05:21:41 DEBUG : three.txt: Starting multipart upload 2022/06/12 05:21:42 DEBUG : three.txt: Uploading segment 0/19 size 19 2022/06/12 05:21:42 DEBUG : three.txt: quickxor = 154aeacc8949062110210d66234319e4500637d0 OK 2022/06/12 05:21:42 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (23.44s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:21:46 DEBUG : dst/one: Starting multipart upload 2022/06/12 05:21:47 DEBUG : dst/one: Uploading segment 0/3 size 3 2022/06/12 05:21:48 DEBUG : dst/two: Starting multipart upload 2022/06/12 05:21:49 DEBUG : dst/two: Uploading segment 0/3 size 3 2022/06/12 05:21:50 DEBUG : dst/three.txt: Starting multipart upload 2022/06/12 05:21:50 DEBUG : dst/three.txt: Uploading segment 0/5 size 5 2022/06/12 05:21:51 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tehazir7cevilaq6hatuyud2/dst" 2022/06/12 05:21:53 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/06/12 05:21:54 INFO : one: Moved (server-side) to: one-2019-01-01 2022/06/12 05:21:54 DEBUG : one: Starting multipart upload 2022/06/12 05:21:55 DEBUG : one: Uploading segment 0/4 size 4 2022/06/12 05:21:55 DEBUG : one: quickxor = 6f70431982000000000000000400000000000000 OK 2022/06/12 05:21:55 INFO : one: Copied (new) 2022/06/12 05:21:56 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:21:56 DEBUG : two: Unchanged skipping 2022/06/12 05:21:56 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/06/12 05:21:57 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/06/12 05:21:57 DEBUG : three.txt: Starting multipart upload 2022/06/12 05:21:58 DEBUG : three.txt: Uploading segment 0/6 size 6 2022/06/12 05:21:58 DEBUG : three.txt: quickxor = 7440831cca508620000000000600000000000000 OK 2022/06/12 05:21:58 INFO : three.txt: Copied (new) 2022/06/12 05:22:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/06/12 05:22:03 INFO : one-2019-01-01: Deleted 2022/06/12 05:22:03 INFO : one: Moved (server-side) to: one-2019-01-01 2022/06/12 05:22:03 DEBUG : one: Starting multipart upload 2022/06/12 05:22:04 DEBUG : one: Uploading segment 0/5 size 5 2022/06/12 05:22:05 DEBUG : one: quickxor = 6f70431984200400000000000500000000000000 OK 2022/06/12 05:22:05 INFO : one: Copied (new) 2022/06/12 05:22:11 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:22:11 DEBUG : two: Unchanged skipping 2022/06/12 05:22:12 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/06/12 05:22:14 INFO : three-2019-01-01.txt: Deleted 2022/06/12 05:22:34 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/06/12 05:22:34 DEBUG : three.txt: Starting multipart upload 2022/06/12 05:22:35 DEBUG : three.txt: Uploading segment 0/19 size 19 2022/06/12 05:22:36 DEBUG : three.txt: quickxor = 154aeacc8949062110210d66234319e4500637d0 OK 2022/06/12 05:22:36 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (55.19s) === RUN TestSyncUTFNorm run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:22:41 DEBUG : Testêé: Starting multipart upload 2022/06/12 05:22:41 DEBUG : Testêé: Uploading segment 0/18 size 18 2022/06/12 05:22:43 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2022/06/12 05:22:43 DEBUG : Testêé: Starting multipart upload 2022/06/12 05:22:43 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:22:43 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:22:44 DEBUG : Testêé: Uploading segment 0/14 size 14 2022/06/12 05:22:44 DEBUG : Testêé: quickxor = 5440431ae6008234cc0104610e011dca30073a00 OK 2022/06/12 05:22:44 INFO : Testêé: Copied (replaced existing) to: Testêé 2022/06/12 05:22:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.81s) === RUN TestSyncImmutable run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:22:46 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:22:46 DEBUG : existing: Starting multipart upload 2022/06/12 05:22:46 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:22:48 DEBUG : existing: Uploading segment 0/6 size 6 2022/06/12 05:22:48 DEBUG : existing: quickxor = 7078031dc2408737000000000600000000000000 OK 2022/06/12 05:22:48 INFO : existing: Copied (new) 2022/06/12 05:22:48 DEBUG : Waiting for deletions to finish 2022/06/12 05:22:50 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2022/06/12 05:22:50 ERROR : existing: Source and destination exist but do not match: immutable file modified 2022/06/12 05:22:50 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:22:50 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:22:50 ERROR : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': not deleting files as there were IO errors 2022/06/12 05:22:50 ERROR : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (6.00s) === RUN TestSyncIgnoreCase run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" sync_test.go:2012: Skipping test as local or remote are case-insensitive --- SKIP: TestSyncIgnoreCase (1.02s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" sync_test.go:2046: This test only runs on local === RUN TestMaxTransfer/Soft run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" sync_test.go:2046: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" sync_test.go:2046: This test only runs on local --- PASS: TestMaxTransfer (3.22s) --- SKIP: TestMaxTransfer/Hard (1.08s) --- SKIP: TestMaxTransfer/Soft (1.07s) --- SKIP: TestMaxTransfer/Cautious (1.07s) === RUN TestSyncConcurrentDelete run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:22:56 DEBUG : both0: Starting multipart upload 2022/06/12 05:22:57 DEBUG : both0: Uploading segment 0/6 size 6 2022/06/12 05:22:57 DEBUG : only0: Starting multipart upload 2022/06/12 05:23:04 DEBUG : only0: Uploading segment 0/6 size 6 2022/06/12 05:23:04 DEBUG : both1: Starting multipart upload 2022/06/12 05:23:05 DEBUG : both1: Uploading segment 0/6 size 6 2022/06/12 05:23:06 DEBUG : only1: Starting multipart upload 2022/06/12 05:23:06 DEBUG : only1: Uploading segment 0/6 size 6 2022/06/12 05:23:07 DEBUG : both2: Starting multipart upload 2022/06/12 05:23:08 DEBUG : both2: Uploading segment 0/6 size 6 2022/06/12 05:23:08 DEBUG : only2: Starting multipart upload 2022/06/12 05:23:09 DEBUG : only2: Uploading segment 0/6 size 6 2022/06/12 05:23:10 DEBUG : both3: Starting multipart upload 2022/06/12 05:23:10 DEBUG : both3: Uploading segment 0/6 size 6 2022/06/12 05:23:11 DEBUG : only3: Starting multipart upload 2022/06/12 05:23:11 DEBUG : only3: Uploading segment 0/6 size 6 2022/06/12 05:23:12 DEBUG : both4: Starting multipart upload 2022/06/12 05:23:12 DEBUG : both4: Uploading segment 0/6 size 6 2022/06/12 05:23:13 DEBUG : only4: Starting multipart upload 2022/06/12 05:23:14 DEBUG : only4: Uploading segment 0/6 size 6 2022/06/12 05:23:14 DEBUG : both5: Starting multipart upload 2022/06/12 05:23:15 DEBUG : both5: Uploading segment 0/6 size 6 2022/06/12 05:23:16 DEBUG : only5: Starting multipart upload 2022/06/12 05:23:18 DEBUG : only5: Uploading segment 0/6 size 6 2022/06/12 05:23:18 DEBUG : both6: Starting multipart upload 2022/06/12 05:23:19 DEBUG : both6: Uploading segment 0/6 size 6 2022/06/12 05:23:20 DEBUG : only6: Starting multipart upload 2022/06/12 05:23:20 DEBUG : only6: Uploading segment 0/6 size 6 2022/06/12 05:23:21 DEBUG : both7: Starting multipart upload 2022/06/12 05:23:22 DEBUG : both7: Uploading segment 0/6 size 6 2022/06/12 05:23:23 DEBUG : only7: Starting multipart upload 2022/06/12 05:23:24 DEBUG : only7: Uploading segment 0/6 size 6 2022/06/12 05:23:24 DEBUG : both8: Starting multipart upload 2022/06/12 05:23:25 DEBUG : both8: Uploading segment 0/6 size 6 2022/06/12 05:23:25 DEBUG : only8: Starting multipart upload 2022/06/12 05:23:26 DEBUG : only8: Uploading segment 0/6 size 6 2022/06/12 05:23:27 DEBUG : both9: Starting multipart upload 2022/06/12 05:23:27 DEBUG : both9: Uploading segment 0/6 size 6 2022/06/12 05:23:28 DEBUG : only9: Starting multipart upload 2022/06/12 05:23:29 DEBUG : only9: Uploading segment 0/6 size 6 2022/06/12 05:23:29 DEBUG : both10: Starting multipart upload 2022/06/12 05:23:30 DEBUG : both10: Uploading segment 0/6 size 6 2022/06/12 05:23:31 DEBUG : only10: Starting multipart upload 2022/06/12 05:23:31 DEBUG : only10: Uploading segment 0/6 size 6 2022/06/12 05:23:32 DEBUG : both11: Starting multipart upload 2022/06/12 05:23:32 DEBUG : both11: Uploading segment 0/6 size 6 2022/06/12 05:23:33 DEBUG : only11: Starting multipart upload 2022/06/12 05:23:33 DEBUG : only11: Uploading segment 0/6 size 6 2022/06/12 05:23:34 DEBUG : both12: Starting multipart upload 2022/06/12 05:23:36 DEBUG : both12: Uploading segment 0/6 size 6 2022/06/12 05:23:36 DEBUG : pacer: low level retry 1/10 (error Put "https://whitecell-my.sharepoint.com/personal/nick_craig-wood_whitecell_online/_api/v2.0/drives/b!tPczmrJTCE2ShO96VLAAn_DGv2_4eZJGl83N0OQe_t9LuHcGPileQ7YByS0_6_xp/items/01W3O4PF2FFYW4UZRSURDYYGEUBJVR3KAW/uploadSession?guid='479896d7-9f15-4ed7-868e-51a6f7800ef2'&overwrite=True&rename=False&dc=0&tempauth=eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvd2hpdGVjZWxsLW15LnNoYXJlcG9pbnQuY29tQGZhZmQ2OTRhLTUwYzEtNGVlYS1iM2M3LTQ5NTE3ZTVhZGQ4OSIsImlzcyI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMCIsIm5iZiI6IjE2NTUwMTE0MTUiLCJleHAiOiIxNjU1MDk3ODE1IiwiZW5kcG9pbnR1cmwiOiI1Z3J1ck1yc25lZHhSTXNPWnlxMFcrZjB4bFNzYllJN1ltZDZaU1FybnRNPSIsImVuZHBvaW50dXJsTGVuZ3RoIjoiMjkzIiwiaXNsb29wYmFjayI6IlRydWUiLCJjaWQiOiJPVEZsTTJZMk5Ea3RPR0poT1MwMFlUVTBMVGxqWWpZdFpUazRNRE01WTJFMk5qSXgiLCJ2ZXIiOiJoYXNoZWRwcm9vZnRva2VuIiwic2l0ZWlkIjoiT1dFek0yWTNZalF0TlROaU1pMDBaREE0TFRreU9EUXRaV1kzWVRVMFlqQXdNRGxtIiwiYXBwX2Rpc3BsYXluYW1lIjoicmNsb25lIiwiZ2l2ZW5fbmFtZSI6Ik5pY2siLCJmYW1pbHlfbmFtZSI6IkNyYWlnLVdvb2QiLCJhcHBpZCI6ImIxNTY2NWQ5LWVkYTYtNDA5Mi04NTM5LTBlZWMzNzZhZmQ1OSIsInRpZCI6ImZhZmQ2OTRhLTUwYzEtNGVlYS1iM2M3LTQ5NTE3ZTVhZGQ4OSIsInVwbiI6Im5pY2tfY3JhaWctd29vZEB3aGl0ZWNlbGwub25saW5lIiwicHVpZCI6IjEwMDNCRkZEQUMzMkY4NzEiLCJjYWNoZWtleSI6IjBoLmZ8bWVtYmVyc2hpcHwxMDAzYmZmZGFjMzJmODcxQGxpdmUuY29tIiwic2NwIjoibXlmaWxlcy5yZWFkIGFsbGZpbGVzLnJlYWQgbXlmaWxlcy53cml0ZSBhbGxmaWxlcy53cml0ZSBhbGxzaXRlcy5yZWFkIiwidHQiOiIyIiwidXNlUGVyc2lzdGVudENvb2tpZSI6bnVsbCwiaXBhZGRyIjoiMjAuMTkwLjE2MC4yNiJ9.bERRbUZwM2ZVNXk4NkZ1dlJBMVpYSENIZHV6ZEN4OFdEZ2I3WEZ4Skw5OD0": read tcp 65.108.87.141:48142->13.107.136.9:443: read: connection reset by peer) 2022/06/12 05:23:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/06/12 05:23:37 DEBUG : pacer: Reducing sleep to 15ms 2022/06/12 05:23:37 DEBUG : only12: Starting multipart upload 2022/06/12 05:23:37 DEBUG : pacer: Reducing sleep to 11.25ms 2022/06/12 05:23:37 DEBUG : only12: Uploading segment 0/6 size 6 2022/06/12 05:23:38 DEBUG : pacer: Reducing sleep to 10ms 2022/06/12 05:23:38 DEBUG : both13: Starting multipart upload 2022/06/12 05:23:39 DEBUG : both13: Uploading segment 0/6 size 6 2022/06/12 05:23:39 DEBUG : only13: Starting multipart upload 2022/06/12 05:23:40 DEBUG : only13: Uploading segment 0/6 size 6 2022/06/12 05:23:40 DEBUG : both14: Starting multipart upload 2022/06/12 05:23:41 DEBUG : both14: Uploading segment 0/6 size 6 2022/06/12 05:23:41 DEBUG : only14: Starting multipart upload 2022/06/12 05:23:42 DEBUG : only14: Uploading segment 0/6 size 6 2022/06/12 05:23:42 DEBUG : both15: Starting multipart upload 2022/06/12 05:23:43 DEBUG : both15: Uploading segment 0/6 size 6 2022/06/12 05:23:43 DEBUG : only15: Starting multipart upload 2022/06/12 05:23:44 DEBUG : only15: Uploading segment 0/6 size 6 2022/06/12 05:23:45 DEBUG : both16: Starting multipart upload 2022/06/12 05:23:45 DEBUG : both16: Uploading segment 0/6 size 6 2022/06/12 05:23:46 DEBUG : only16: Starting multipart upload 2022/06/12 05:23:46 DEBUG : only16: Uploading segment 0/6 size 6 2022/06/12 05:23:47 DEBUG : both17: Starting multipart upload 2022/06/12 05:23:47 DEBUG : both17: Uploading segment 0/6 size 6 2022/06/12 05:23:48 DEBUG : only17: Starting multipart upload 2022/06/12 05:23:49 DEBUG : only17: Uploading segment 0/6 size 6 2022/06/12 05:23:49 DEBUG : both18: Starting multipart upload 2022/06/12 05:23:50 DEBUG : both18: Uploading segment 0/6 size 6 2022/06/12 05:23:50 DEBUG : only18: Starting multipart upload 2022/06/12 05:23:51 DEBUG : only18: Uploading segment 0/6 size 6 2022/06/12 05:23:51 DEBUG : both19: Starting multipart upload 2022/06/12 05:23:52 DEBUG : both19: Uploading segment 0/6 size 6 2022/06/12 05:23:52 DEBUG : only19: Starting multipart upload 2022/06/12 05:23:53 DEBUG : only19: Uploading segment 0/6 size 6 2022/06/12 05:23:54 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both10: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both12: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both13: Unchanged skipping 2022/06/12 05:23:54 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:23:54 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both14: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both15: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both16: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both17: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both18: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both19: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both2: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both3: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both4: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both5: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both1: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both6: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both8: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:23:54 DEBUG : both9: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both0: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both7: Unchanged skipping 2022/06/12 05:23:54 DEBUG : both11: Unchanged skipping 2022/06/12 05:23:54 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:23:54 DEBUG : Waiting for deletions to finish 2022/06/12 05:23:54 INFO : only9: Deleted 2022/06/12 05:23:54 INFO : only19: Deleted 2022/06/12 05:23:54 INFO : only13: Deleted 2022/06/12 05:23:54 INFO : only15: Deleted 2022/06/12 05:23:55 INFO : only2: Deleted 2022/06/12 05:23:55 INFO : only4: Deleted 2022/06/12 05:23:55 INFO : only5: Deleted 2022/06/12 05:23:55 INFO : only10: Deleted 2022/06/12 05:23:55 INFO : only11: Deleted 2022/06/12 05:23:55 INFO : only8: Deleted 2022/06/12 05:23:55 INFO : only7: Deleted 2022/06/12 05:23:55 INFO : only16: Deleted 2022/06/12 05:23:55 INFO : only17: Deleted 2022/06/12 05:23:55 INFO : only18: Deleted 2022/06/12 05:23:55 INFO : only3: Deleted 2022/06/12 05:23:55 INFO : only12: Deleted 2022/06/12 05:23:55 INFO : only14: Deleted 2022/06/12 05:23:55 INFO : only0: Deleted 2022/06/12 05:23:55 INFO : only6: Deleted 2022/06/12 05:23:55 INFO : only1: Deleted 2022/06/12 05:23:55 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (63.38s) === RUN TestSyncConcurrentTruncate run.go:181: Remote "One drive root 'rclone-test-tehazir7cevilaq6hatuyud2'", Local "Local file system at /tmp/rclone1891140320", Modify Window "1s" 2022/06/12 05:23:59 DEBUG : both0: Starting multipart upload 2022/06/12 05:24:00 DEBUG : both0: Uploading segment 0/6 size 6 2022/06/12 05:24:00 DEBUG : only0: Starting multipart upload 2022/06/12 05:24:01 DEBUG : only0: Uploading segment 0/6 size 6 2022/06/12 05:24:02 DEBUG : both1: Starting multipart upload 2022/06/12 05:24:02 DEBUG : both1: Uploading segment 0/6 size 6 2022/06/12 05:24:03 DEBUG : only1: Starting multipart upload 2022/06/12 05:24:03 DEBUG : only1: Uploading segment 0/6 size 6 2022/06/12 05:24:04 DEBUG : both2: Starting multipart upload 2022/06/12 05:24:04 DEBUG : both2: Uploading segment 0/6 size 6 2022/06/12 05:24:05 DEBUG : only2: Starting multipart upload 2022/06/12 05:24:05 DEBUG : only2: Uploading segment 0/6 size 6 2022/06/12 05:24:06 DEBUG : both3: Starting multipart upload 2022/06/12 05:24:07 DEBUG : both3: Uploading segment 0/6 size 6 2022/06/12 05:24:07 DEBUG : only3: Starting multipart upload 2022/06/12 05:24:08 DEBUG : only3: Uploading segment 0/6 size 6 2022/06/12 05:24:08 DEBUG : both4: Starting multipart upload 2022/06/12 05:24:09 DEBUG : both4: Uploading segment 0/6 size 6 2022/06/12 05:24:09 DEBUG : only4: Starting multipart upload 2022/06/12 05:24:11 DEBUG : only4: Uploading segment 0/6 size 6 2022/06/12 05:24:11 DEBUG : both5: Starting multipart upload 2022/06/12 05:24:12 DEBUG : both5: Uploading segment 0/6 size 6 2022/06/12 05:24:12 DEBUG : only5: Starting multipart upload 2022/06/12 05:24:13 DEBUG : only5: Uploading segment 0/6 size 6 2022/06/12 05:24:13 DEBUG : both6: Starting multipart upload 2022/06/12 05:24:14 DEBUG : both6: Uploading segment 0/6 size 6 2022/06/12 05:24:14 DEBUG : only6: Starting multipart upload 2022/06/12 05:24:15 DEBUG : only6: Uploading segment 0/6 size 6 2022/06/12 05:24:16 DEBUG : both7: Starting multipart upload 2022/06/12 05:24:16 DEBUG : both7: Uploading segment 0/6 size 6 2022/06/12 05:24:17 DEBUG : only7: Starting multipart upload 2022/06/12 05:24:18 DEBUG : only7: Uploading segment 0/6 size 6 2022/06/12 05:24:19 DEBUG : both8: Starting multipart upload 2022/06/12 05:24:20 DEBUG : both8: Uploading segment 0/6 size 6 2022/06/12 05:24:20 DEBUG : only8: Starting multipart upload 2022/06/12 05:24:21 DEBUG : only8: Uploading segment 0/6 size 6 2022/06/12 05:24:21 DEBUG : both9: Starting multipart upload 2022/06/12 05:24:22 DEBUG : both9: Uploading segment 0/6 size 6 2022/06/12 05:24:22 DEBUG : only9: Starting multipart upload 2022/06/12 05:24:23 DEBUG : only9: Uploading segment 0/6 size 6 2022/06/12 05:24:23 DEBUG : both10: Starting multipart upload 2022/06/12 05:24:24 DEBUG : both10: Uploading segment 0/6 size 6 2022/06/12 05:24:24 DEBUG : only10: Starting multipart upload 2022/06/12 05:24:25 DEBUG : only10: Uploading segment 0/6 size 6 2022/06/12 05:24:25 DEBUG : both11: Starting multipart upload 2022/06/12 05:24:26 DEBUG : both11: Uploading segment 0/6 size 6 2022/06/12 05:24:26 DEBUG : only11: Starting multipart upload 2022/06/12 05:24:27 DEBUG : only11: Uploading segment 0/6 size 6 2022/06/12 05:24:28 DEBUG : both12: Starting multipart upload 2022/06/12 05:24:28 DEBUG : both12: Uploading segment 0/6 size 6 2022/06/12 05:24:29 DEBUG : only12: Starting multipart upload 2022/06/12 05:24:29 DEBUG : only12: Uploading segment 0/6 size 6 2022/06/12 05:24:30 DEBUG : both13: Starting multipart upload 2022/06/12 05:24:30 DEBUG : both13: Uploading segment 0/6 size 6 2022/06/12 05:24:31 DEBUG : only13: Starting multipart upload 2022/06/12 05:24:31 DEBUG : only13: Uploading segment 0/6 size 6 2022/06/12 05:24:32 DEBUG : both14: Starting multipart upload 2022/06/12 05:24:32 DEBUG : both14: Uploading segment 0/6 size 6 2022/06/12 05:24:33 DEBUG : only14: Starting multipart upload 2022/06/12 05:24:33 DEBUG : only14: Uploading segment 0/6 size 6 2022/06/12 05:24:34 DEBUG : both15: Starting multipart upload 2022/06/12 05:24:34 DEBUG : both15: Uploading segment 0/6 size 6 2022/06/12 05:24:35 DEBUG : only15: Starting multipart upload 2022/06/12 05:24:35 DEBUG : only15: Uploading segment 0/6 size 6 2022/06/12 05:24:36 DEBUG : both16: Starting multipart upload 2022/06/12 05:24:37 DEBUG : both16: Uploading segment 0/6 size 6 2022/06/12 05:24:37 DEBUG : only16: Starting multipart upload 2022/06/12 05:24:38 DEBUG : only16: Uploading segment 0/6 size 6 2022/06/12 05:24:38 DEBUG : both17: Starting multipart upload 2022/06/12 05:24:39 DEBUG : both17: Uploading segment 0/6 size 6 2022/06/12 05:24:39 DEBUG : only17: Starting multipart upload 2022/06/12 05:24:40 DEBUG : only17: Uploading segment 0/6 size 6 2022/06/12 05:24:40 DEBUG : both18: Starting multipart upload 2022/06/12 05:24:41 DEBUG : both18: Uploading segment 0/6 size 6 2022/06/12 05:24:41 DEBUG : only18: Starting multipart upload 2022/06/12 05:24:42 DEBUG : only18: Uploading segment 0/6 size 6 2022/06/12 05:24:43 DEBUG : both19: Starting multipart upload 2022/06/12 05:24:55 DEBUG : both19: Uploading segment 0/6 size 6 2022/06/12 05:24:55 DEBUG : only19: Starting multipart upload 2022/06/12 05:24:56 DEBUG : only19: Uploading segment 0/6 size 6 2022/06/12 05:24:57 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both0: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both10: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both11: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both12: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for checks to finish 2022/06/12 05:24:57 DEBUG : both1: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both15: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both17: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both18: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both19: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both2: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both3: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both4: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both5: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both6: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both7: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both8: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both9: Unchanged skipping 2022/06/12 05:24:57 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2022/06/12 05:24:57 DEBUG : only0: Starting singlepart upload 2022/06/12 05:24:57 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both14: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both16: Unchanged skipping 2022/06/12 05:24:57 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/06/12 05:24:57 DEBUG : both13: Unchanged skipping 2022/06/12 05:24:57 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Waiting for transfers to finish 2022/06/12 05:24:57 DEBUG : only1: Starting singlepart upload 2022/06/12 05:24:57 DEBUG : only11: Starting singlepart upload 2022/06/12 05:24:57 DEBUG : only10: Starting singlepart upload 2022/06/12 05:24:58 DEBUG : only10: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:24:58 DEBUG : only10: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:24:58 ERROR : only10: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:24:58 INFO : only10: Removing failed copy 2022/06/12 05:24:58 DEBUG : only1: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:24:58 DEBUG : only1: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:24:58 ERROR : only1: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:24:58 INFO : only1: Removing failed copy 2022/06/12 05:24:58 DEBUG : only12: Starting singlepart upload 2022/06/12 05:24:58 DEBUG : only11: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:24:58 DEBUG : only11: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:24:58 ERROR : only11: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:24:58 INFO : only11: Removing failed copy 2022/06/12 05:24:58 DEBUG : only13: Starting singlepart upload 2022/06/12 05:24:58 DEBUG : only0: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:24:58 DEBUG : only0: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:24:58 ERROR : only0: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:24:58 INFO : only0: Removing failed copy 2022/06/12 05:24:59 DEBUG : only14: Starting singlepart upload 2022/06/12 05:24:59 DEBUG : only15: Starting singlepart upload 2022/06/12 05:24:59 DEBUG : only12: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:24:59 DEBUG : only12: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:24:59 ERROR : only12: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:24:59 INFO : only12: Removing failed copy 2022/06/12 05:24:59 DEBUG : only15: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:24:59 DEBUG : only15: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:24:59 ERROR : only15: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:24:59 INFO : only15: Removing failed copy 2022/06/12 05:24:59 DEBUG : only14: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:24:59 DEBUG : only14: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:24:59 ERROR : only14: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:24:59 INFO : only14: Removing failed copy 2022/06/12 05:25:00 DEBUG : only16: Starting singlepart upload 2022/06/12 05:25:00 DEBUG : only13: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:00 DEBUG : only13: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:00 ERROR : only13: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:00 INFO : only13: Removing failed copy 2022/06/12 05:25:00 DEBUG : only17: Starting singlepart upload 2022/06/12 05:25:00 DEBUG : only18: Starting singlepart upload 2022/06/12 05:25:00 DEBUG : only19: Starting singlepart upload 2022/06/12 05:25:00 DEBUG : only16: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:00 DEBUG : only16: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:00 ERROR : only16: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:00 INFO : only16: Removing failed copy 2022/06/12 05:25:00 DEBUG : only17: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:00 DEBUG : only17: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:00 ERROR : only17: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:00 INFO : only17: Removing failed copy 2022/06/12 05:25:01 DEBUG : only18: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:01 DEBUG : only18: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:01 ERROR : only18: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:01 INFO : only18: Removing failed copy 2022/06/12 05:25:01 DEBUG : only2: Starting singlepart upload 2022/06/12 05:25:01 DEBUG : only19: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:01 DEBUG : only19: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:01 ERROR : only19: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:01 INFO : only19: Removing failed copy 2022/06/12 05:25:01 DEBUG : only3: Starting singlepart upload 2022/06/12 05:25:01 DEBUG : only4: Starting singlepart upload 2022/06/12 05:25:01 DEBUG : only5: Starting singlepart upload 2022/06/12 05:25:02 DEBUG : only5: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:02 DEBUG : only5: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:02 ERROR : only5: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:02 INFO : only5: Removing failed copy 2022/06/12 05:25:02 DEBUG : only4: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:02 DEBUG : only4: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:02 ERROR : only4: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:02 INFO : only4: Removing failed copy 2022/06/12 05:25:02 DEBUG : only3: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:02 DEBUG : only3: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:02 ERROR : only3: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:02 INFO : only3: Removing failed copy 2022/06/12 05:25:02 DEBUG : only2: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:02 DEBUG : only2: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:02 ERROR : only2: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:02 INFO : only2: Removing failed copy 2022/06/12 05:25:02 DEBUG : only6: Starting singlepart upload 2022/06/12 05:25:02 DEBUG : only7: Starting singlepart upload 2022/06/12 05:25:02 DEBUG : only8: Starting singlepart upload 2022/06/12 05:25:02 DEBUG : only9: Starting singlepart upload 2022/06/12 05:25:03 DEBUG : only8: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:03 DEBUG : only8: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:03 ERROR : only8: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:03 INFO : only8: Removing failed copy 2022/06/12 05:25:03 DEBUG : only7: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:03 DEBUG : only7: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:03 ERROR : only7: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:03 INFO : only7: Removing failed copy 2022/06/12 05:25:03 DEBUG : only6: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:03 DEBUG : only6: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:03 ERROR : only6: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:03 INFO : only6: Removing failed copy 2022/06/12 05:25:03 DEBUG : only9: quickxor = 0000000000000000000000000000000000000000 (Local file system at /tmp/rclone1891140320) 2022/06/12 05:25:03 DEBUG : only9: quickxor = 7078031dc2408737000000000600000000000000 (One drive root 'rclone-test-tehazir7cevilaq6hatuyud2') 2022/06/12 05:25:03 ERROR : only9: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" 2022/06/12 05:25:03 INFO : only9: Removing failed copy 2022/06/12 05:25:03 ERROR : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': not deleting files as there were IO errors 2022/06/12 05:25:03 ERROR : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': not deleting directories as there were IO errors sync_test.go:2113: Error Trace: sync_test.go:2113 sync_test.go:2123 Error: Received unexpected error: corrupted on transfer: quickxor hash differ "0000000000000000000000000000000000000000" vs "7078031dc2408737000000000600000000000000" Test: TestSyncConcurrentTruncate Messages: Sync must not return a error sync_test.go:2114: Error Trace: sync_test.go:2114 sync_test.go:2123 Error: Should be false Test: TestSyncConcurrentTruncate Messages: Low level errors must not have happened fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:306: Error Trace: fstest.go:306 fstest.go:339 fstest.go:351 run.go:342 sync_test.go:2115 sync_test.go:2123 Error: Should be true Test: TestSyncConcurrentTruncate Messages: listing wrong, want both0 (6), both1 (6), both10 (6), both11 (6), both12 (6), both13 (6), both14 (6), both15 (6), both16 (6), both17 (6), both18 (6), both19 (6), both2 (6), both3 (6), both4 (6), both5 (6), both6 (6), both7 (6), both8 (6), both9 (6), only0 (0), only1 (0), only10 (0), only11 (0), only12 (0), only13 (0), only14 (0), only15 (0), only16 (0), only17 (0), only18 (0), only19 (0), only2 (0), only3 (0), only4 (0), only5 (0), only6 (0), only7 (0), only8 (0), only9 (0) got both0 (6), both1 (6), both10 (6), both11 (6), both12 (6), both13 (6), both14 (6), both15 (6), both16 (6), both17 (6), both18 (6), both19 (6), both2 (6), both3 (6), both4 (6), both5 (6), both6 (6), both7 (6), both8 (6), both9 (6) fstest.go:204: Not found "only3" fstest.go:204: Not found "only19" fstest.go:204: Not found "only18" fstest.go:204: Not found "only8" fstest.go:204: Not found "only15" fstest.go:204: Not found "only12" fstest.go:204: Not found "only17" fstest.go:204: Not found "only1" fstest.go:204: Not found "only10" fstest.go:204: Not found "only13" fstest.go:204: Not found "only2" fstest.go:204: Not found "only4" fstest.go:204: Not found "only11" fstest.go:204: Not found "only14" fstest.go:204: Not found "only6" fstest.go:204: Not found "only7" fstest.go:204: Not found "only9" fstest.go:204: Not found "only16" fstest.go:204: Not found "only0" fstest.go:204: Not found "only5" fstest.go:207: Error Trace: fstest.go:207 fstest.go:311 fstest.go:339 fstest.go:351 run.go:342 sync_test.go:2115 sync_test.go:2123 Error: Not equal: expected: 0 actual : 20 Test: TestSyncConcurrentTruncate Messages: 20 objects not found --- FAIL: TestSyncConcurrentTruncate (77.51s) FAIL 2022/06/12 05:25:17 DEBUG : One drive root 'rclone-test-tehazir7cevilaq6hatuyud2': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Finished ERROR in 11m45.149786466s (try 1/5): exit status 1: Failed [TestSyncConcurrentTruncate]