"./sync.test -test.v -test.timeout 1h0m0s -remote TestQingStor: -verbose" - Starting (try 1/5) 2021/12/01 05:00:18 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2" 2021/12/01 05:00:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/12/01 05:00:18 DEBUG : Creating backend with remote "/tmp/rclone2890658274" === RUN TestPipe --- PASS: TestPipe (0.01s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.11s) === 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 "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:21 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2021/12/01 05:00:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (3.78s) === RUN TestCopy run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:00:23 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:23 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (1.75s) === RUN TestCopyMissingDirectory run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:24 DEBUG : Creating backend with remote "/non-existing" 2021/12/01 05:00:24 DEBUG : Config file has changed externaly - reloading 2021/12/01 05:00:24 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2021/12/01 05:00:24 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:24 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.62s) === RUN TestCopyNoTraverse run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:25 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:25 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:25 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:00:25 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:25 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.68s) === RUN TestCopyCheckFirst run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:26 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Running all checks before starting transfers 2021/12/01 05:00:26 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:26 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Checks finished, now starting transfers 2021/12/01 05:00:26 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:27 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:00:27 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:27 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.84s) === RUN TestSyncNoTraverse run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:28 ERROR : Ignoring --no-traverse with sync 2021/12/01 05:00:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:00:28 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:28 INFO : sub dir/hello world: Copied (new) 2021/12/01 05:00:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.68s) === RUN TestCopyWithDepth run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key hello world2: Upload single object finished 2021/12/01 05:00:30 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2021/12/01 05:00:30 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.83s) === RUN TestCopyWithFilesFrom run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:31 DEBUG : hello world2: Excluded 2021/12/01 05:00:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:00:32 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:32 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.72s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:00:34 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:34 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.68s) === RUN TestCopyEmptyDirectories run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:35 DEBUG : sub dir2: Making directory 2021/12/01 05:00:35 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:35 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:35 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:00:36 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:36 INFO : sub dir/hello world: Copied (new) 2021/12/01 05:00:36 DEBUG : sub dir2: Making directory 2021/12/01 05:00:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: copied 1 directories fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestCopyEmptyDirectories (1.96s) === RUN TestMoveEmptyDirectories run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:37 DEBUG : sub dir2: Making directory 2021/12/01 05:00:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:00:37 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:37 INFO : sub dir/hello world: Copied (new) 2021/12/01 05:00:37 INFO : sub dir/hello world: Deleted 2021/12/01 05:00:37 DEBUG : sub dir: Making directory 2021/12/01 05:00:37 DEBUG : sub dir2: Making directory 2021/12/01 05:00:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: copied 2 directories fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestMoveEmptyDirectories (1.68s) === RUN TestSyncEmptyDirectories run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:38 DEBUG : sub dir2: Making directory 2021/12/01 05:00:39 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:00:39 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:00:39 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:00:39 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:39 INFO : sub dir/hello world: Copied (new) 2021/12/01 05:00:39 DEBUG : sub dir2: Making directory 2021/12/01 05:00:39 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: copied 1 directories 2021/12/01 05:00:39 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestSyncEmptyDirectories (1.67s) === RUN TestServerSideCopy run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:00:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:00:41 DEBUG : Creating backend with remote "TestQingStor:rclone-test-wonepec6zacuhep4tiqeyoz5" sync_test.go:275: Server side copy (if possible) QingStor bucket rclone-test-qulesob5cunujux2maquqej2 -> QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5 2021/12/01 05:00:41 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: Waiting for checks to finish 2021/12/01 05:00:41 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: Waiting for transfers to finish 2021/12/01 05:00:44 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:00:44 INFO : sub dir/hello world: Copied (server-side copy) 2021/12/01 05:00:44 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: Purge object "sub dir/hello world" 2021/12/01 05:00:44 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: Purge dir "sub dir" 2021/12/01 05:00:44 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: Purge dir "" 2021/12/01 05:00:45 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 0 2021/12/01 05:00:46 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 1 2021/12/01 05:00:47 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 2 2021/12/01 05:00:49 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 3 2021/12/01 05:00:50 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 4 2021/12/01 05:00:51 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 5 2021/12/01 05:00:53 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 6 2021/12/01 05:00:54 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 7 2021/12/01 05:00:55 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 8 2021/12/01 05:00:56 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 9 2021/12/01 05:00:58 DEBUG : QingStor bucket rclone-test-wonepec6zacuhep4tiqeyoz5: QingStor bucket lease not ready, retries: 10 --- PASS: TestServerSideCopy (19.22s) === RUN TestCopyAfterDelete run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:00 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:01:00 ERROR : : error listing: directory not found 2021/12/01 05:01:00 DEBUG : Local file system at /tmp/rclone2890658274: Making directory 2021/12/01 05:01:00 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:00 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (2.25s) === RUN TestCopyRedownload run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:01:03 DEBUG : Local file system at /tmp/rclone2890658274: Waiting for checks to finish 2021/12/01 05:01:03 DEBUG : Local file system at /tmp/rclone2890658274: Waiting for transfers to finish 2021/12/01 05:01:04 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:01:04 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (2.79s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:04 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:04 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:05 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key check sum: Upload single object finished 2021/12/01 05:01:05 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/12/01 05:01:05 INFO : check sum: Copied (new) 2021/12/01 05:01:05 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:06 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:06 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/12/01 05:01:06 DEBUG : check sum: Size and md5 of src and dst objects identical 2021/12/01 05:01:06 DEBUG : check sum: Unchanged skipping 2021/12/01 05:01:06 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:06 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:06 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (2.53s) === RUN TestSyncSizeOnly run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:07 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:07 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:07 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sizeonly: Upload single object finished 2021/12/01 05:01:08 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/12/01 05:01:08 INFO : sizeonly: Copied (new) 2021/12/01 05:01:08 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:08 DEBUG : sizeonly: Sizes identical 2021/12/01 05:01:08 DEBUG : sizeonly: Unchanged skipping 2021/12/01 05:01:08 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:08 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:08 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:08 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (2.43s) === RUN TestSyncIgnoreSize run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:09 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:09 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:10 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key ignore-size: Upload single object finished 2021/12/01 05:01:10 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2021/12/01 05:01:10 INFO : ignore-size: Copied (new) 2021/12/01 05:01:10 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:11 DEBUG : ignore-size: Sizes identical 2021/12/01 05:01:11 DEBUG : ignore-size: Unchanged skipping 2021/12/01 05:01:11 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:11 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:11 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:11 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (2.44s) === RUN TestSyncIgnoreTimes run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:12 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key existing: Upload single object finished 2021/12/01 05:01:13 DEBUG : existing: Sizes identical 2021/12/01 05:01:13 DEBUG : existing: Unchanged skipping 2021/12/01 05:01:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:13 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:13 INFO : There was nothing to transfer 2021/12/01 05:01:13 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2021/12/01 05:01:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key existing: Upload single object finished 2021/12/01 05:01:14 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/12/01 05:01:14 INFO : existing: Copied (replaced existing) 2021/12/01 05:01:14 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (2.90s) === RUN TestSyncIgnoreExisting run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:15 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:15 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:15 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key existing: Upload single object finished 2021/12/01 05:01:15 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/12/01 05:01:15 INFO : existing: Copied (new) 2021/12/01 05:01:15 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:16 DEBUG : existing: Destination exists, skipping 2021/12/01 05:01:16 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:16 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:16 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:16 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (2.52s) === RUN TestSyncIgnoreErrors run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:17 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key b/potato: Upload single object finished 2021/12/01 05:01:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key c/non empty space: Upload single object finished 2021/12/01 05:01:19 DEBUG : d: Making directory fstest.go:251: Filtering empty directory "d" 2021/12/01 05:01:20 DEBUG : c/non empty space: Sizes identical 2021/12/01 05:01:20 DEBUG : c/non empty space: Unchanged skipping 2021/12/01 05:01:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key a/potato2: Upload single object finished 2021/12/01 05:01:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:21 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:01:21 INFO : a/potato2: Copied (new) 2021/12/01 05:01:21 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:21 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (5.43s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:23 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:01:24 DEBUG : empty space: Sizes identical 2021/12/01 05:01:24 DEBUG : empty space: Unchanged skipping 2021/12/01 05:01:24 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:24 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:24 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:24 INFO : There was nothing to transfer 2021/12/01 05:01:24 DEBUG : empty space: Sizes identical 2021/12/01 05:01:24 DEBUG : empty space: Unchanged skipping 2021/12/01 05:01:24 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:24 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:24 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:24 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.87s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:26 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:01:27 DEBUG : empty space: Sizes identical 2021/12/01 05:01:27 DEBUG : empty space: Unchanged skipping 2021/12/01 05:01:27 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:27 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:27 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:27 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (2.29s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:602: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncDoesntUpdateModtime (0.43s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:01:29 DEBUG : empty space: Sizes identical 2021/12/01 05:01:29 DEBUG : empty space: Unchanged skipping 2021/12/01 05:01:29 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:29 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:30 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:01:30 INFO : potato: Copied (new) 2021/12/01 05:01:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (3.17s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:33 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2021/12/01 05:01:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:33 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2021/12/01 05:01:33 INFO : potato: Copied (replaced existing) 2021/12/01 05:01:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (2.90s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:663: ModTimeNotSupported so forcing file to be a different size 2021/12/01 05:01:34 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:35 DEBUG : potato: Sizes differ (src 21 vs dst 36) 2021/12/01 05:01:35 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:35 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:36 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2021/12/01 05:01:36 INFO : potato: Copied (replaced existing) 2021/12/01 05:01:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (2.59s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:01:38 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2021/12/01 05:01:38 DEBUG : empty space: Sizes identical 2021/12/01 05:01:38 DEBUG : empty space: Unchanged skipping 2021/12/01 05:01:38 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:38 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:38 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:38 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.60s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:01:41 DEBUG : empty space: Sizes identical 2021/12/01 05:01:41 DEBUG : empty space: Unchanged skipping 2021/12/01 05:01:41 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:41 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:42 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:01:42 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:01:42 INFO : potato2: Copied (new) 2021/12/01 05:01:42 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:42 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (4.13s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:44 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key b/potato: Upload single object finished 2021/12/01 05:01:44 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key c/non empty space: Upload single object finished 2021/12/01 05:01:45 DEBUG : d: Making directory 2021/12/01 05:01:45 DEBUG : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2021/12/01 05:01:46 DEBUG : c/non empty space: Sizes identical 2021/12/01 05:01:46 DEBUG : c/non empty space: Unchanged skipping 2021/12/01 05:01:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key a/potato2: Upload single object finished 2021/12/01 05:01:46 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:01:46 INFO : a/potato2: Copied (new) 2021/12/01 05:01:46 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:46 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (4.20s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:48 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key b/potato: Upload single object finished 2021/12/01 05:01:48 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key c/non empty space: Upload single object finished 2021/12/01 05:01:49 DEBUG : d: Making directory fstest.go:251: Filtering empty directory "d" 2021/12/01 05:01:50 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:50 DEBUG : c/non empty space: Sizes identical 2021/12/01 05:01:50 DEBUG : c/non empty space: Unchanged skipping 2021/12/01 05:01:50 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:50 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key a/potato2: Upload single object finished 2021/12/01 05:01:50 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:01:50 INFO : a/potato2: Copied (new) 2021/12/01 05:01:50 ERROR : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: not deleting files as there were IO errors 2021/12/01 05:01:50 ERROR : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (4.32s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:52 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:53 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:01:54 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:54 DEBUG : empty space: Sizes identical 2021/12/01 05:01:54 DEBUG : empty space: Unchanged skipping 2021/12/01 05:01:54 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:54 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:54 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:01:54 INFO : potato: Deleted 2021/12/01 05:01:54 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:01:54 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (3.87s) === RUN TestSyncDeleteBefore run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:01:56 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:01:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:01:57 DEBUG : Waiting for deletions to finish 2021/12/01 05:01:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:58 INFO : potato: Deleted 2021/12/01 05:01:58 DEBUG : empty space: Sizes identical 2021/12/01 05:01:58 DEBUG : empty space: Unchanged skipping 2021/12/01 05:01:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:01:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:01:59 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:01:59 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:01:59 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (4.56s) === RUN TestCopyDeleteBefore run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:02:01 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:02:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:02:02 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2021/12/01 05:02:02 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (3.13s) === RUN TestSyncWithExclude run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:02:04 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:02:04 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:02:05 DEBUG : enormous: Excluded 2021/12/01 05:02:05 DEBUG : potato2: Excluded 2021/12/01 05:02:06 DEBUG : potato2: Excluded 2021/12/01 05:02:06 DEBUG : empty space: Sizes identical 2021/12/01 05:02:06 DEBUG : empty space: Unchanged skipping 2021/12/01 05:02:06 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:06 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:06 DEBUG : Waiting for deletions to finish 2021/12/01 05:02:06 INFO : There was nothing to transfer 2021/12/01 05:02:06 DEBUG : enormous: Excluded 2021/12/01 05:02:06 DEBUG : potato2: Excluded 2021/12/01 05:02:06 DEBUG : potato2: Excluded 2021/12/01 05:02:06 DEBUG : Local file system at /tmp/rclone2890658274: Waiting for checks to finish 2021/12/01 05:02:07 DEBUG : empty space: Sizes identical 2021/12/01 05:02:07 DEBUG : empty space: Unchanged skipping 2021/12/01 05:02:07 DEBUG : Local file system at /tmp/rclone2890658274: Waiting for transfers to finish 2021/12/01 05:02:07 DEBUG : Waiting for deletions to finish 2021/12/01 05:02:07 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (3.98s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:02:08 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:02:08 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:02:09 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key enormous: Upload single object finished 2021/12/01 05:02:10 DEBUG : enormous: Excluded 2021/12/01 05:02:10 DEBUG : potato2: Excluded 2021/12/01 05:02:10 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:10 DEBUG : empty space: Sizes identical 2021/12/01 05:02:10 DEBUG : empty space: Unchanged skipping 2021/12/01 05:02:10 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:10 DEBUG : Waiting for deletions to finish 2021/12/01 05:02:10 INFO : enormous: Deleted 2021/12/01 05:02:10 INFO : potato2: Deleted 2021/12/01 05:02:10 INFO : There was nothing to transfer 2021/12/01 05:02:11 DEBUG : Local file system at /tmp/rclone2890658274: Waiting for checks to finish 2021/12/01 05:02:11 DEBUG : empty space: Sizes identical 2021/12/01 05:02:11 DEBUG : empty space: Unchanged skipping 2021/12/01 05:02:11 DEBUG : Local file system at /tmp/rclone2890658274: Waiting for transfers to finish 2021/12/01 05:02:11 DEBUG : Waiting for deletions to finish 2021/12/01 05:02:11 INFO : potato2: Deleted 2021/12/01 05:02:11 INFO : enormous: Deleted 2021/12/01 05:02:11 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (4.39s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:968: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncWithUpdateOlder (0.44s) === RUN TestSyncWithMaxDuration sync_test.go:1009: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:1058: Can track renames: true 2021/12/01 05:02:13 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Making map for --track-renames 2021/12/01 05:02:13 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Finished making map for --track-renames 2021/12/01 05:02:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for renames to finish 2021/12/01 05:02:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:02:13 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key yam: Upload single object finished 2021/12/01 05:02:13 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/12/01 05:02:13 INFO : potato: Copied (new) 2021/12/01 05:02:13 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/12/01 05:02:13 INFO : yam: Copied (new) 2021/12/01 05:02:13 DEBUG : Waiting for deletions to finish 2021/12/01 05:02:14 DEBUG : potato: Sizes identical 2021/12/01 05:02:14 DEBUG : potato: Unchanged skipping 2021/12/01 05:02:14 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Making map for --track-renames 2021/12/01 05:02:14 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Finished making map for --track-renames 2021/12/01 05:02:14 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:14 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for renames to finish 2021/12/01 05:02:15 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/12/01 05:02:15 INFO : yam: Copied (server-side copy) to: yaml 2021/12/01 05:02:15 INFO : yam: Deleted 2021/12/01 05:02:15 INFO : yaml: Renamed from "yam" 2021/12/01 05:02:15 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (4.25s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:1127: Can track renames: false 2021/12/01 05:02:17 ERROR : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Ignoring --track-renames as either the source or destination do not support modtime 2021/12/01 05:02:17 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:17 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:17 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:02:17 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key yam: Upload single object finished 2021/12/01 05:02:17 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/12/01 05:02:17 INFO : potato: Copied (new) 2021/12/01 05:02:17 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/12/01 05:02:17 INFO : yam: Copied (new) 2021/12/01 05:02:17 DEBUG : Waiting for deletions to finish 2021/12/01 05:02:18 ERROR : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Ignoring --track-renames as either the source or destination do not support modtime 2021/12/01 05:02:18 DEBUG : potato: Sizes identical 2021/12/01 05:02:18 DEBUG : potato: Unchanged skipping 2021/12/01 05:02:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:19 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key yaml: Upload single object finished 2021/12/01 05:02:19 DEBUG : yaml: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/12/01 05:02:19 INFO : yaml: Copied (new) 2021/12/01 05:02:19 DEBUG : Waiting for deletions to finish 2021/12/01 05:02:19 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.87s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:1163: Can track renames: false 2021/12/01 05:02:21 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Making map for --track-renames 2021/12/01 05:02:21 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Finished making map for --track-renames 2021/12/01 05:02:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for renames to finish 2021/12/01 05:02:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato: Upload single object finished 2021/12/01 05:02:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub/yam: Upload single object finished 2021/12/01 05:02:21 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2021/12/01 05:02:21 INFO : potato: Copied (new) 2021/12/01 05:02:21 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/12/01 05:02:21 INFO : sub/yam: Copied (new) 2021/12/01 05:02:21 DEBUG : Waiting for deletions to finish 2021/12/01 05:02:22 DEBUG : potato: Sizes identical 2021/12/01 05:02:22 DEBUG : potato: Unchanged skipping 2021/12/01 05:02:22 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Making map for --track-renames 2021/12/01 05:02:22 INFO : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Finished making map for --track-renames 2021/12/01 05:02:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for renames to finish 2021/12/01 05:02:23 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2021/12/01 05:02:23 INFO : sub/yam: Copied (server-side copy) to: yam 2021/12/01 05:02:23 INFO : sub/yam: Deleted 2021/12/01 05:02:23 INFO : yam: Renamed from "sub/yam" 2021/12/01 05:02:23 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (4.43s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:02:25 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:25 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:25 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:02:26 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key nested/sub dir/file: Upload single object finished 2021/12/01 05:02:26 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:02:26 INFO : sub dir/hello world: Copied (new) 2021/12/01 05:02:26 INFO : sub dir/hello world: Deleted 2021/12/01 05:02:26 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2021/12/01 05:02:26 INFO : nested/sub dir/file: Copied (new) 2021/12/01 05:02:26 INFO : nested/sub dir/file: Deleted 2021/12/01 05:02:26 INFO : sub dir: Removing directory 2021/12/01 05:02:26 INFO : nested/sub dir: Removing directory 2021/12/01 05:02:26 INFO : nested: Removing directory 2021/12/01 05:02:26 DEBUG : Local file system at /tmp/rclone2890658274: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (2.41s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:02:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key nested/sub dir/file: Upload single object finished 2021/12/01 05:02:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key sub dir/hello world: Upload single object finished 2021/12/01 05:02:28 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2021/12/01 05:02:28 INFO : sub dir/hello world: Copied (new) 2021/12/01 05:02:28 INFO : sub dir/hello world: Deleted 2021/12/01 05:02:28 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2021/12/01 05:02:28 INFO : nested/sub dir/file: Copied (new) 2021/12/01 05:02:28 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.25s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:02:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key existing-b: Upload single object finished 2021/12/01 05:02:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key existing: Upload single object finished 2021/12/01 05:02:30 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2021/12/01 05:02:30 INFO : existing-b: Copied (new) 2021/12/01 05:02:30 INFO : existing-b: Deleted 2021/12/01 05:02:30 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/12/01 05:02:30 INFO : existing: Copied (new) 2021/12/01 05:02:30 INFO : existing: Deleted 2021/12/01 05:02:31 DEBUG : existing: Destination exists, skipping 2021/12/01 05:02:31 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2021/12/01 05:02:31 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:02:31 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:02:31 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (3.14s) === RUN TestServerSideMove run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:02:33 DEBUG : Creating backend with remote "TestQingStor:rclone-test-zesadis4hizagod0caqasaz1" 2021/12/01 05:02:33 DEBUG : Config file has changed externaly - reloading 2021/12/01 05:02:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:02:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:02:34 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato3: Upload single object finished sync_test.go:1215: Server side move (if possible) QingStor bucket rclone-test-qulesob5cunujux2maquqej2 -> QingStor bucket rclone-test-zesadis4hizagod0caqasaz1 2021/12/01 05:02:37 DEBUG : QingStor bucket rclone-test-zesadis4hizagod0caqasaz1 key empty space: Upload single object finished 2021/12/01 05:02:38 DEBUG : QingStor bucket rclone-test-zesadis4hizagod0caqasaz1 key potato3: Upload single object finished 2021/12/01 05:02:39 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/12/01 05:02:39 DEBUG : QingStor bucket rclone-test-zesadis4hizagod0caqasaz1: Waiting for checks to finish 2021/12/01 05:02:39 DEBUG : empty space: Sizes identical 2021/12/01 05:02:39 DEBUG : empty space: Unchanged skipping 2021/12/01 05:02:40 INFO : empty space: Deleted 2021/12/01 05:02:40 DEBUG : QingStor bucket rclone-test-zesadis4hizagod0caqasaz1: Waiting for transfers to finish 2021/12/01 05:02:40 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2021/12/01 05:02:40 INFO : potato3: Copied (server-side copy) 2021/12/01 05:02:40 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:02:40 INFO : potato2: Copied (server-side copy) 2021/12/01 05:02:40 INFO : potato3: Deleted 2021/12/01 05:02:40 INFO : potato2: Deleted 2021/12/01 05:02:41 DEBUG : Creating backend with remote "TestQingStor:rclone-test-fuqamiz9wekopur0jitasen5" 2021/12/01 05:02:41 DEBUG : QingStor bucket rclone-test-fuqamiz9wekopur0jitasen5: Waiting for checks to finish 2021/12/01 05:02:41 DEBUG : QingStor bucket rclone-test-fuqamiz9wekopur0jitasen5: Waiting for transfers to finish 2021/12/01 05:02:43 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:02:43 INFO : potato2: Copied (server-side copy) 2021/12/01 05:02:43 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/12/01 05:02:43 INFO : empty space: Copied (server-side copy) 2021/12/01 05:02:43 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2021/12/01 05:02:43 INFO : potato3: Copied (server-side copy) 2021/12/01 05:02:43 INFO : potato2: Deleted 2021/12/01 05:02:43 INFO : empty space: Deleted 2021/12/01 05:02:44 INFO : potato3: Deleted 2021/12/01 05:02:45 DEBUG : QingStor bucket rclone-test-fuqamiz9wekopur0jitasen5: Purge object "empty space" 2021/12/01 05:02:45 DEBUG : QingStor bucket rclone-test-fuqamiz9wekopur0jitasen5: Purge object "potato2" 2021/12/01 05:02:46 DEBUG : QingStor bucket rclone-test-fuqamiz9wekopur0jitasen5: Purge object "potato3" 2021/12/01 05:02:46 DEBUG : QingStor bucket rclone-test-fuqamiz9wekopur0jitasen5: Purge dir "" 2021/12/01 05:02:46 purge failed to rmdir "": BucketNotEmpty: The bucket you tried to delete is not empty 2021/12/01 05:02:46 DEBUG : QingStor bucket rclone-test-zesadis4hizagod0caqasaz1: Purge dir "" --- PASS: TestServerSideMove (14.77s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:02:48 DEBUG : Creating backend with remote "TestQingStor:rclone-test-bukihin2bopubig2posahog5" 2021/12/01 05:02:48 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:02:48 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:02:49 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato3: Upload single object finished sync_test.go:1215: Server side move (if possible) QingStor bucket rclone-test-qulesob5cunujux2maquqej2 -> QingStor bucket rclone-test-bukihin2bopubig2posahog5 2021/12/01 05:02:51 DEBUG : QingStor bucket rclone-test-bukihin2bopubig2posahog5 key empty space: Upload single object finished 2021/12/01 05:02:52 DEBUG : QingStor bucket rclone-test-bukihin2bopubig2posahog5 key potato3: Upload single object finished 2021/12/01 05:02:53 DEBUG : empty space: Excluded 2021/12/01 05:02:53 DEBUG : empty space: Excluded 2021/12/01 05:02:53 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/12/01 05:02:53 DEBUG : QingStor bucket rclone-test-bukihin2bopubig2posahog5: Waiting for checks to finish 2021/12/01 05:02:53 DEBUG : QingStor bucket rclone-test-bukihin2bopubig2posahog5: Waiting for transfers to finish 2021/12/01 05:02:53 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:02:53 INFO : potato2: Copied (server-side copy) 2021/12/01 05:02:53 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2021/12/01 05:02:53 INFO : potato3: Copied (server-side copy) 2021/12/01 05:02:53 INFO : potato2: Deleted 2021/12/01 05:02:54 INFO : potato3: Deleted 2021/12/01 05:02:55 DEBUG : Creating backend with remote "TestQingStor:rclone-test-howipad9suyovus6cijifow4" 2021/12/01 05:02:55 DEBUG : empty space: Excluded 2021/12/01 05:02:55 DEBUG : QingStor bucket rclone-test-howipad9suyovus6cijifow4: Waiting for checks to finish 2021/12/01 05:02:55 DEBUG : QingStor bucket rclone-test-howipad9suyovus6cijifow4: Waiting for transfers to finish 2021/12/01 05:02:56 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2021/12/01 05:02:56 INFO : potato3: Copied (server-side copy) 2021/12/01 05:02:57 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:02:57 INFO : potato2: Copied (server-side copy) 2021/12/01 05:02:57 INFO : potato3: Deleted 2021/12/01 05:02:57 INFO : potato2: Deleted 2021/12/01 05:02:58 DEBUG : QingStor bucket rclone-test-howipad9suyovus6cijifow4: Purge object "potato2" 2021/12/01 05:02:58 DEBUG : QingStor bucket rclone-test-howipad9suyovus6cijifow4: Purge object "potato3" 2021/12/01 05:02:58 DEBUG : QingStor bucket rclone-test-howipad9suyovus6cijifow4: Purge dir "" 2021/12/01 05:03:00 DEBUG : QingStor bucket rclone-test-bukihin2bopubig2posahog5: Purge object "empty space" 2021/12/01 05:03:00 DEBUG : QingStor bucket rclone-test-bukihin2bopubig2posahog5: Purge dir "" --- PASS: TestServerSideMoveWithFilter (13.68s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:03:01 DEBUG : Creating backend with remote "TestQingStor:rclone-test-murudef2dikocad0cecivuf5" 2021/12/01 05:03:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished 2021/12/01 05:03:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key empty space: Upload single object finished 2021/12/01 05:03:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato3: Upload single object finished 2021/12/01 05:03:03 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) QingStor bucket rclone-test-qulesob5cunujux2maquqej2 -> QingStor bucket rclone-test-murudef2dikocad0cecivuf5 2021/12/01 05:03:05 DEBUG : QingStor bucket rclone-test-murudef2dikocad0cecivuf5 key empty space: Upload single object finished 2021/12/01 05:03:06 DEBUG : QingStor bucket rclone-test-murudef2dikocad0cecivuf5 key potato3: Upload single object finished 2021/12/01 05:03:07 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/12/01 05:03:07 DEBUG : QingStor bucket rclone-test-murudef2dikocad0cecivuf5: Waiting for checks to finish 2021/12/01 05:03:07 DEBUG : empty space: Sizes identical 2021/12/01 05:03:07 DEBUG : empty space: Unchanged skipping 2021/12/01 05:03:07 INFO : empty space: Deleted 2021/12/01 05:03:07 DEBUG : QingStor bucket rclone-test-murudef2dikocad0cecivuf5: Waiting for transfers to finish 2021/12/01 05:03:07 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2021/12/01 05:03:07 INFO : potato3: Copied (server-side copy) 2021/12/01 05:03:07 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:03:07 INFO : potato2: Copied (server-side copy) 2021/12/01 05:03:07 INFO : potato3: Deleted 2021/12/01 05:03:08 INFO : potato2: Deleted 2021/12/01 05:03:09 DEBUG : Creating backend with remote "TestQingStor:rclone-test-ludeyer2nesofuw9cisumif5" 2021/12/01 05:03:09 DEBUG : tomatoDir: Making directory 2021/12/01 05:03:09 DEBUG : QingStor bucket rclone-test-ludeyer2nesofuw9cisumif5: Waiting for checks to finish 2021/12/01 05:03:09 DEBUG : QingStor bucket rclone-test-ludeyer2nesofuw9cisumif5: Waiting for transfers to finish 2021/12/01 05:03:11 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/12/01 05:03:11 INFO : potato2: Copied (server-side copy) 2021/12/01 05:03:11 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2021/12/01 05:03:11 INFO : potato3: Copied (server-side copy) 2021/12/01 05:03:11 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2021/12/01 05:03:11 INFO : empty space: Copied (server-side copy) 2021/12/01 05:03:11 INFO : potato2: Deleted 2021/12/01 05:03:11 INFO : potato3: Deleted 2021/12/01 05:03:11 INFO : empty space: Deleted 2021/12/01 05:03:13 DEBUG : QingStor bucket rclone-test-ludeyer2nesofuw9cisumif5: Purge object "empty space" 2021/12/01 05:03:13 DEBUG : QingStor bucket rclone-test-ludeyer2nesofuw9cisumif5: Purge object "potato2" 2021/12/01 05:03:13 DEBUG : QingStor bucket rclone-test-ludeyer2nesofuw9cisumif5: Purge object "potato3" 2021/12/01 05:03:13 DEBUG : QingStor bucket rclone-test-ludeyer2nesofuw9cisumif5: Purge dir "" 2021/12/01 05:03:13 purge failed to rmdir "": BucketNotEmpty: The bucket you tried to delete is not empty 2021/12/01 05:03:14 DEBUG : QingStor bucket rclone-test-murudef2dikocad0cecivuf5: Purge dir "" --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.74s) === RUN TestServerSideMoveOverlap run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:03:15 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/rclone-move-test" 2021/12/01 05:03:15 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key potato2: Upload single object finished --- PASS: TestServerSideMoveOverlap (1.81s) === RUN TestSyncOverlap run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:03:17 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/rclone-sync-test" --- PASS: TestSyncOverlap (0.70s) === RUN TestSyncCompareDest run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:03:17 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dst" 2021/12/01 05:03:18 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/CompareDest" 2021/12/01 05:03:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:19 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:03:19 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:03:19 INFO : one: Copied (new) 2021/12/01 05:03:19 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:20 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/12/01 05:03:20 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:21 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:03:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/12/01 05:03:21 INFO : one: Copied (replaced existing) 2021/12/01 05:03:21 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:03:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key CompareDest/one: Upload single object finished 2021/12/01 05:03:23 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:24 DEBUG : one: Sizes identical 2021/12/01 05:03:24 DEBUG : one: Destination found in --compare-dest, skipping 2021/12/01 05:03:24 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:24 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:24 INFO : There was nothing to transfer 2021/12/01 05:03:25 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key CompareDest/two: Upload single object finished 2021/12/01 05:03:26 DEBUG : two: Sizes identical 2021/12/01 05:03:26 DEBUG : two: Destination found in --compare-dest, skipping 2021/12/01 05:03:26 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:27 DEBUG : one: Sizes identical 2021/12/01 05:03:27 DEBUG : one: Destination found in --compare-dest, skipping 2021/12/01 05:03:27 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:27 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:27 INFO : There was nothing to transfer 2021/12/01 05:03:28 DEBUG : two: Sizes identical 2021/12/01 05:03:28 DEBUG : two: Destination found in --compare-dest, skipping 2021/12/01 05:03:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:28 DEBUG : one: Sizes identical 2021/12/01 05:03:28 DEBUG : one: Destination found in --compare-dest, skipping 2021/12/01 05:03:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:28 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:28 INFO : There was nothing to transfer 2021/12/01 05:03:30 DEBUG : two: Sizes identical 2021/12/01 05:03:30 DEBUG : two: Destination found in --compare-dest, skipping 2021/12/01 05:03:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:30 DEBUG : one: Sizes identical 2021/12/01 05:03:30 DEBUG : one: Destination found in --compare-dest, skipping 2021/12/01 05:03:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:30 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:30 INFO : There was nothing to transfer 2021/12/01 05:03:32 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/12/01 05:03:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:33 DEBUG : one: Sizes identical 2021/12/01 05:03:33 DEBUG : one: Destination found in --compare-dest, skipping 2021/12/01 05:03:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/two: Upload single object finished 2021/12/01 05:03:33 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/12/01 05:03:33 INFO : two: Copied (new) 2021/12/01 05:03:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (18.19s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:03:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key pre-dest1/1: Upload single object finished 2021/12/01 05:03:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key pre-dest2/2: Upload single object finished 2021/12/01 05:03:38 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dest" 2021/12/01 05:03:38 DEBUG : Config file has changed externaly - reloading 2021/12/01 05:03:38 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/pre-dest1" 2021/12/01 05:03:38 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/pre-dest2" 2021/12/01 05:03:39 DEBUG : 1: Sizes identical 2021/12/01 05:03:39 DEBUG : 1: Destination found in --compare-dest, skipping 2021/12/01 05:03:39 DEBUG : 2: Sizes identical 2021/12/01 05:03:39 DEBUG : 2: Destination found in --compare-dest, skipping 2021/12/01 05:03:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dest: Waiting for checks to finish 2021/12/01 05:03:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dest: Waiting for transfers to finish 2021/12/01 05:03:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dest/3: Upload single object finished 2021/12/01 05:03:40 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2021/12/01 05:03:40 INFO : 3: Copied (new) 2021/12/01 05:03:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (6.98s) === RUN TestSyncCopyDest run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:03:43 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dst" 2021/12/01 05:03:43 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/CopyDest" 2021/12/01 05:03:43 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:43 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:44 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:03:44 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:03:44 INFO : one: Copied (new) 2021/12/01 05:03:44 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:45 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/12/01 05:03:45 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:45 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:03:46 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/12/01 05:03:46 INFO : one: Copied (replaced existing) 2021/12/01 05:03:46 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:03:47 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key CopyDest/one: Upload single object finished 2021/12/01 05:03:48 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/BackupDir" 2021/12/01 05:03:48 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:51 DEBUG : one: Sizes identical 2021/12/01 05:03:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/12/01 05:03:52 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:03:52 INFO : one: Copied (server-side copy) 2021/12/01 05:03:52 INFO : one: Deleted 2021/12/01 05:03:53 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/12/01 05:03:53 INFO : one: Copied (server-side copy) 2021/12/01 05:03:53 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/12/01 05:03:53 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:53 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:54 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key CopyDest/two: Upload single object finished 2021/12/01 05:03:56 DEBUG : two: Sizes identical 2021/12/01 05:03:56 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/12/01 05:03:56 INFO : two: Copied (server-side copy) 2021/12/01 05:03:56 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/12/01 05:03:56 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:56 DEBUG : one: Sizes identical 2021/12/01 05:03:56 DEBUG : one: Sizes identical 2021/12/01 05:03:56 DEBUG : one: Unchanged skipping 2021/12/01 05:03:56 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:56 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:03:58 DEBUG : one: Sizes identical 2021/12/01 05:03:58 DEBUG : one: Sizes identical 2021/12/01 05:03:58 DEBUG : one: Unchanged skipping 2021/12/01 05:03:58 DEBUG : two: Sizes identical 2021/12/01 05:03:58 DEBUG : two: Sizes identical 2021/12/01 05:03:58 DEBUG : two: Unchanged skipping 2021/12/01 05:03:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:03:58 DEBUG : Waiting for deletions to finish 2021/12/01 05:03:58 INFO : There was nothing to transfer 2021/12/01 05:04:00 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key CopyDest/three: Upload single object finished 2021/12/01 05:04:02 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/12/01 05:04:02 DEBUG : three: Destination not found in --copy-dest 2021/12/01 05:04:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:02 DEBUG : one: Sizes identical 2021/12/01 05:04:02 DEBUG : one: Sizes identical 2021/12/01 05:04:02 DEBUG : one: Unchanged skipping 2021/12/01 05:04:02 DEBUG : two: Sizes identical 2021/12/01 05:04:02 DEBUG : two: Sizes identical 2021/12/01 05:04:02 DEBUG : two: Unchanged skipping 2021/12/01 05:04:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three: Upload single object finished 2021/12/01 05:04:03 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/12/01 05:04:03 INFO : three: Copied (new) 2021/12/01 05:04:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (23.97s) === RUN TestSyncBackupDir run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:04:07 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:08 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/two: Upload single object finished 2021/12/01 05:04:08 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:04:09 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dst" 2021/12/01 05:04:10 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/backup" 2021/12/01 05:04:10 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/12/01 05:04:10 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:10 DEBUG : two: Sizes identical 2021/12/01 05:04:10 DEBUG : two: Unchanged skipping 2021/12/01 05:04:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:04:11 INFO : one: Copied (server-side copy) 2021/12/01 05:04:12 INFO : one: Deleted 2021/12/01 05:04:12 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:12 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:12 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:04:12 INFO : one: Copied (new) 2021/12/01 05:04:12 DEBUG : Waiting for deletions to finish 2021/12/01 05:04:13 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/12/01 05:04:13 INFO : three.txt: Copied (server-side copy) 2021/12/01 05:04:13 INFO : three.txt: Deleted 2021/12/01 05:04:13 INFO : three.txt: Moved into backup dir 2021/12/01 05:04:15 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:04:17 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/12/01 05:04:17 DEBUG : two: Sizes identical 2021/12/01 05:04:17 DEBUG : two: Unchanged skipping 2021/12/01 05:04:17 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:17 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:04:17 INFO : one: Copied (server-side copy) 2021/12/01 05:04:18 INFO : one: Deleted 2021/12/01 05:04:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:18 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/12/01 05:04:18 INFO : one: Copied (new) 2021/12/01 05:04:18 DEBUG : Waiting for deletions to finish 2021/12/01 05:04:19 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/12/01 05:04:19 INFO : three.txt: Copied (server-side copy) 2021/12/01 05:04:19 INFO : three.txt: Deleted 2021/12/01 05:04:19 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (14.99s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:04:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/two: Upload single object finished 2021/12/01 05:04:23 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:04:24 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dst" 2021/12/01 05:04:24 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/backup" 2021/12/01 05:04:25 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/12/01 05:04:25 DEBUG : two: Sizes identical 2021/12/01 05:04:25 DEBUG : two: Unchanged skipping 2021/12/01 05:04:25 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:26 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:04:26 INFO : one: Copied (server-side copy) to: one.bak 2021/12/01 05:04:26 INFO : one: Deleted 2021/12/01 05:04:26 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:26 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:27 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:04:27 INFO : one: Copied (new) 2021/12/01 05:04:27 DEBUG : Waiting for deletions to finish 2021/12/01 05:04:27 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/12/01 05:04:27 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/12/01 05:04:28 INFO : three.txt: Deleted 2021/12/01 05:04:28 INFO : three.txt: Moved into backup dir 2021/12/01 05:04:29 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:04:31 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/12/01 05:04:31 DEBUG : two: Sizes identical 2021/12/01 05:04:31 DEBUG : two: Unchanged skipping 2021/12/01 05:04:31 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:31 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:04:31 INFO : one: Copied (server-side copy) to: one.bak 2021/12/01 05:04:32 INFO : one: Deleted 2021/12/01 05:04:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:32 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/12/01 05:04:32 INFO : one: Copied (new) 2021/12/01 05:04:32 DEBUG : Waiting for deletions to finish 2021/12/01 05:04:33 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/12/01 05:04:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/12/01 05:04:33 INFO : three.txt: Deleted 2021/12/01 05:04:33 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (13.84s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:04:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/two: Upload single object finished 2021/12/01 05:04:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:04:38 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dst" 2021/12/01 05:04:38 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/backup" 2021/12/01 05:04:38 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/12/01 05:04:38 DEBUG : two: Sizes identical 2021/12/01 05:04:38 DEBUG : two: Unchanged skipping 2021/12/01 05:04:38 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:40 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:04:40 INFO : one: Copied (server-side copy) to: one-2019-01-01 2021/12/01 05:04:40 INFO : one: Deleted 2021/12/01 05:04:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:40 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:04:40 INFO : one: Copied (new) 2021/12/01 05:04:40 DEBUG : Waiting for deletions to finish 2021/12/01 05:04:41 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/12/01 05:04:41 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2021/12/01 05:04:41 INFO : three.txt: Deleted 2021/12/01 05:04:41 INFO : three.txt: Moved into backup dir 2021/12/01 05:04:43 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:04:44 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/12/01 05:04:44 DEBUG : two: Sizes identical 2021/12/01 05:04:44 DEBUG : two: Unchanged skipping 2021/12/01 05:04:44 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:45 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:04:45 INFO : one: Copied (server-side copy) to: one-2019-01-01 2021/12/01 05:04:46 INFO : one: Deleted 2021/12/01 05:04:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:46 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/12/01 05:04:46 INFO : one: Copied (new) 2021/12/01 05:04:46 DEBUG : Waiting for deletions to finish 2021/12/01 05:04:47 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/12/01 05:04:47 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2021/12/01 05:04:47 INFO : three.txt: Deleted 2021/12/01 05:04:47 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (13.95s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:04:50 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:50 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/two: Upload single object finished 2021/12/01 05:04:50 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:04:52 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dst" 2021/12/01 05:04:52 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/12/01 05:04:52 DEBUG : two: Sizes identical 2021/12/01 05:04:52 DEBUG : two: Unchanged skipping 2021/12/01 05:04:52 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:53 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:04:53 INFO : one: Copied (server-side copy) to: one.bak 2021/12/01 05:04:53 INFO : one: Deleted 2021/12/01 05:04:53 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:53 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:53 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:04:53 INFO : one: Copied (new) 2021/12/01 05:04:53 DEBUG : Waiting for deletions to finish 2021/12/01 05:04:54 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/12/01 05:04:54 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/12/01 05:04:54 INFO : three.txt: Deleted 2021/12/01 05:04:54 INFO : three.txt: Moved into backup dir 2021/12/01 05:04:55 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:04:57 DEBUG : one.bak: Excluded 2021/12/01 05:04:57 DEBUG : three.txt.bak: Excluded 2021/12/01 05:04:57 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/12/01 05:04:57 DEBUG : two: Sizes identical 2021/12/01 05:04:57 DEBUG : two: Unchanged skipping 2021/12/01 05:04:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for checks to finish 2021/12/01 05:04:58 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:04:58 INFO : one: Copied (server-side copy) to: one.bak 2021/12/01 05:04:58 INFO : one: Deleted 2021/12/01 05:04:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 path dst: Waiting for transfers to finish 2021/12/01 05:04:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:04:58 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/12/01 05:04:58 INFO : one: Copied (new) 2021/12/01 05:04:58 DEBUG : Waiting for deletions to finish 2021/12/01 05:04:59 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/12/01 05:04:59 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/12/01 05:05:00 INFO : three.txt: Deleted 2021/12/01 05:05:00 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (13.10s) === RUN TestSyncSuffix run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:05:03 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:05:03 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/two: Upload single object finished 2021/12/01 05:05:04 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:05:05 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dst" 2021/12/01 05:05:05 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/12/01 05:05:06 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:05:06 INFO : one: Copied (server-side copy) to: one.bak 2021/12/01 05:05:06 INFO : one: Deleted 2021/12/01 05:05:07 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:05:07 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:05:07 INFO : one: Copied (new) 2021/12/01 05:05:07 DEBUG : two: Sizes identical 2021/12/01 05:05:07 DEBUG : two: Unchanged skipping 2021/12/01 05:05:07 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/12/01 05:05:08 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/12/01 05:05:08 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/12/01 05:05:08 INFO : three.txt: Deleted 2021/12/01 05:05:08 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:05:09 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/12/01 05:05:09 INFO : three.txt: Copied (new) 2021/12/01 05:05:11 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/12/01 05:05:12 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:05:12 INFO : one: Copied (server-side copy) to: one.bak 2021/12/01 05:05:12 INFO : one: Deleted 2021/12/01 05:05:12 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:05:13 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/12/01 05:05:13 INFO : one: Copied (new) 2021/12/01 05:05:13 DEBUG : two: Sizes identical 2021/12/01 05:05:13 DEBUG : two: Unchanged skipping 2021/12/01 05:05:13 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/12/01 05:05:14 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/12/01 05:05:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/12/01 05:05:14 INFO : three.txt: Deleted 2021/12/01 05:05:14 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:05:14 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2021/12/01 05:05:14 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (14.58s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:05:17 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:05:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/two: Upload single object finished 2021/12/01 05:05:18 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:05:19 DEBUG : Creating backend with remote "TestQingStor:rclone-test-qulesob5cunujux2maquqej2/dst" 2021/12/01 05:05:20 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/12/01 05:05:21 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/12/01 05:05:21 INFO : one: Copied (server-side copy) to: one-2019-01-01 2021/12/01 05:05:21 INFO : one: Deleted 2021/12/01 05:05:22 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:05:22 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:05:22 INFO : one: Copied (new) 2021/12/01 05:05:22 DEBUG : two: Sizes identical 2021/12/01 05:05:22 DEBUG : two: Unchanged skipping 2021/12/01 05:05:23 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/12/01 05:05:24 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/12/01 05:05:24 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2021/12/01 05:05:24 INFO : three.txt: Deleted 2021/12/01 05:05:24 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:05:25 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/12/01 05:05:25 INFO : three.txt: Copied (new) 2021/12/01 05:05:27 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/12/01 05:05:28 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2021/12/01 05:05:28 INFO : one: Copied (server-side copy) to: one-2019-01-01 2021/12/01 05:05:28 INFO : one: Deleted 2021/12/01 05:05:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/one: Upload single object finished 2021/12/01 05:05:29 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2021/12/01 05:05:29 INFO : one: Copied (new) 2021/12/01 05:05:29 DEBUG : two: Sizes identical 2021/12/01 05:05:29 DEBUG : two: Unchanged skipping 2021/12/01 05:05:29 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/12/01 05:05:30 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2021/12/01 05:05:30 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2021/12/01 05:05:30 INFO : three.txt: Deleted 2021/12/01 05:05:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key dst/three.txt: Upload single object finished 2021/12/01 05:05:30 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2021/12/01 05:05:30 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (16.05s) === RUN TestSyncUTFNorm run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:05:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key Testêé: Upload single object finished 2021/12/01 05:05:34 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2021/12/01 05:05:34 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:05:34 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:05:35 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key Testêé: Upload single object finished 2021/12/01 05:05:35 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2021/12/01 05:05:35 INFO : Testêé: Copied (replaced existing) to: Testêé 2021/12/01 05:05:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.73s) === RUN TestSyncImmutable run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:05:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:05:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:05:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key existing: Upload single object finished 2021/12/01 05:05:37 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2021/12/01 05:05:37 INFO : existing: Copied (new) 2021/12/01 05:05:37 DEBUG : Waiting for deletions to finish 2021/12/01 05:05:38 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2021/12/01 05:05:38 ERROR : existing: Source and destination exist but do not match: immutable file modified 2021/12/01 05:05:38 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:05:38 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:05:38 ERROR : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: not deleting files as there were IO errors 2021/12/01 05:05:38 ERROR : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (2.99s) === RUN TestSyncIgnoreCase run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:05:39 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key EXISTING: Upload single object finished 2021/12/01 05:05:40 DEBUG : existing: Sizes identical 2021/12/01 05:05:40 DEBUG : existing: Unchanged skipping 2021/12/01 05:05:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:05:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:05:40 DEBUG : Waiting for deletions to finish 2021/12/01 05:05:40 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (2.15s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Soft run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" sync_test.go:1989: This test only runs on local --- PASS: TestMaxTransfer (1.27s) --- SKIP: TestMaxTransfer/Hard (0.42s) --- SKIP: TestMaxTransfer/Soft (0.42s) --- SKIP: TestMaxTransfer/Cautious (0.42s) === RUN TestSyncConcurrentDelete run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:05:43 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both0: Upload single object finished 2021/12/01 05:05:43 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only0: Upload single object finished 2021/12/01 05:05:44 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both1: Upload single object finished 2021/12/01 05:05:44 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only1: Upload single object finished 2021/12/01 05:05:45 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both2: Upload single object finished 2021/12/01 05:05:45 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only2: Upload single object finished 2021/12/01 05:05:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both3: Upload single object finished 2021/12/01 05:05:47 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only3: Upload single object finished 2021/12/01 05:05:48 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both4: Upload single object finished 2021/12/01 05:05:48 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only4: Upload single object finished 2021/12/01 05:05:49 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both5: Upload single object finished 2021/12/01 05:05:49 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only5: Upload single object finished 2021/12/01 05:05:50 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both6: Upload single object finished 2021/12/01 05:05:50 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only6: Upload single object finished 2021/12/01 05:05:51 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both7: Upload single object finished 2021/12/01 05:05:51 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only7: Upload single object finished 2021/12/01 05:05:52 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both8: Upload single object finished 2021/12/01 05:05:52 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only8: Upload single object finished 2021/12/01 05:05:53 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both9: Upload single object finished 2021/12/01 05:05:53 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only9: Upload single object finished 2021/12/01 05:05:54 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both10: Upload single object finished 2021/12/01 05:05:54 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only10: Upload single object finished 2021/12/01 05:05:55 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both11: Upload single object finished 2021/12/01 05:05:55 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only11: Upload single object finished 2021/12/01 05:05:56 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both12: Upload single object finished 2021/12/01 05:05:56 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only12: Upload single object finished 2021/12/01 05:05:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both13: Upload single object finished 2021/12/01 05:05:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only13: Upload single object finished 2021/12/01 05:05:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both14: Upload single object finished 2021/12/01 05:05:59 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only14: Upload single object finished 2021/12/01 05:05:59 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both15: Upload single object finished 2021/12/01 05:06:00 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only15: Upload single object finished 2021/12/01 05:06:00 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both16: Upload single object finished 2021/12/01 05:06:01 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only16: Upload single object finished 2021/12/01 05:06:01 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both17: Upload single object finished 2021/12/01 05:06:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only17: Upload single object finished 2021/12/01 05:06:02 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both18: Upload single object finished 2021/12/01 05:06:03 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only18: Upload single object finished 2021/12/01 05:06:04 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both19: Upload single object finished 2021/12/01 05:06:04 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only19: Upload single object finished 2021/12/01 05:06:15 DEBUG : both0: Sizes identical 2021/12/01 05:06:15 DEBUG : both0: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both10: Sizes identical 2021/12/01 05:06:15 DEBUG : both10: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both11: Sizes identical 2021/12/01 05:06:15 DEBUG : both1: Sizes identical 2021/12/01 05:06:15 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:06:15 DEBUG : both1: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both11: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both13: Sizes identical 2021/12/01 05:06:15 DEBUG : both12: Sizes identical 2021/12/01 05:06:15 DEBUG : both13: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both15: Sizes identical 2021/12/01 05:06:15 DEBUG : both15: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both16: Sizes identical 2021/12/01 05:06:15 DEBUG : both16: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both17: Sizes identical 2021/12/01 05:06:15 DEBUG : both17: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both19: Sizes identical 2021/12/01 05:06:15 DEBUG : both19: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both2: Sizes identical 2021/12/01 05:06:15 DEBUG : both18: Sizes identical 2021/12/01 05:06:15 DEBUG : both12: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both18: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both3: Sizes identical 2021/12/01 05:06:15 DEBUG : both4: Sizes identical 2021/12/01 05:06:15 DEBUG : both4: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both5: Sizes identical 2021/12/01 05:06:15 DEBUG : both5: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both6: Sizes identical 2021/12/01 05:06:15 DEBUG : both6: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both7: Sizes identical 2021/12/01 05:06:15 DEBUG : both7: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both8: Sizes identical 2021/12/01 05:06:15 DEBUG : both8: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both9: Sizes identical 2021/12/01 05:06:15 DEBUG : both9: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both2: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both3: Unchanged skipping 2021/12/01 05:06:15 DEBUG : both14: Sizes identical 2021/12/01 05:06:15 DEBUG : both14: Unchanged skipping 2021/12/01 05:06:15 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:06:15 DEBUG : Waiting for deletions to finish 2021/12/01 05:06:15 INFO : only10: Deleted 2021/12/01 05:06:15 INFO : only0: Deleted 2021/12/01 05:06:15 INFO : only14: Deleted 2021/12/01 05:06:15 INFO : only15: Deleted 2021/12/01 05:06:16 INFO : only13: Deleted 2021/12/01 05:06:16 INFO : only16: Deleted 2021/12/01 05:06:16 INFO : only18: Deleted 2021/12/01 05:06:16 INFO : only19: Deleted 2021/12/01 05:06:16 INFO : only8: Deleted 2021/12/01 05:06:16 INFO : only12: Deleted 2021/12/01 05:06:16 INFO : only2: Deleted 2021/12/01 05:06:16 INFO : only3: Deleted 2021/12/01 05:06:16 INFO : only6: Deleted 2021/12/01 05:06:16 INFO : only7: Deleted 2021/12/01 05:06:16 INFO : only9: Deleted 2021/12/01 05:06:16 INFO : only1: Deleted 2021/12/01 05:06:16 INFO : only11: Deleted 2021/12/01 05:06:16 INFO : only17: Deleted 2021/12/01 05:06:16 INFO : only4: Deleted 2021/12/01 05:06:16 INFO : only5: Deleted 2021/12/01 05:06:16 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (43.59s) === RUN TestSyncConcurrentTruncate run.go:181: Remote "QingStor bucket rclone-test-qulesob5cunujux2maquqej2", Local "Local file system at /tmp/rclone2890658274", Modify Window "876000h0m0s" 2021/12/01 05:06:26 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both0: Upload single object finished 2021/12/01 05:06:27 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only0: Upload single object finished 2021/12/01 05:06:27 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both1: Upload single object finished 2021/12/01 05:06:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only1: Upload single object finished 2021/12/01 05:06:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both2: Upload single object finished 2021/12/01 05:06:28 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only2: Upload single object finished 2021/12/01 05:06:29 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both3: Upload single object finished 2021/12/01 05:06:29 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only3: Upload single object finished 2021/12/01 05:06:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both4: Upload single object finished 2021/12/01 05:06:30 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only4: Upload single object finished 2021/12/01 05:06:31 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both5: Upload single object finished 2021/12/01 05:06:31 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only5: Upload single object finished 2021/12/01 05:06:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both6: Upload single object finished 2021/12/01 05:06:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only6: Upload single object finished 2021/12/01 05:06:32 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both7: Upload single object finished 2021/12/01 05:06:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only7: Upload single object finished 2021/12/01 05:06:33 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both8: Upload single object finished 2021/12/01 05:06:34 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only8: Upload single object finished 2021/12/01 05:06:35 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both9: Upload single object finished 2021/12/01 05:06:35 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only9: Upload single object finished 2021/12/01 05:06:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both10: Upload single object finished 2021/12/01 05:06:36 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only10: Upload single object finished 2021/12/01 05:06:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both11: Upload single object finished 2021/12/01 05:06:37 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only11: Upload single object finished 2021/12/01 05:06:38 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both12: Upload single object finished 2021/12/01 05:06:38 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only12: Upload single object finished 2021/12/01 05:06:39 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both13: Upload single object finished 2021/12/01 05:06:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only13: Upload single object finished 2021/12/01 05:06:40 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both14: Upload single object finished 2021/12/01 05:06:41 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only14: Upload single object finished 2021/12/01 05:06:41 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both15: Upload single object finished 2021/12/01 05:06:42 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only15: Upload single object finished 2021/12/01 05:06:42 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both16: Upload single object finished 2021/12/01 05:06:43 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only16: Upload single object finished 2021/12/01 05:06:43 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both17: Upload single object finished 2021/12/01 05:06:44 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only17: Upload single object finished 2021/12/01 05:06:44 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both18: Upload single object finished 2021/12/01 05:06:45 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only18: Upload single object finished 2021/12/01 05:06:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key both19: Upload single object finished 2021/12/01 05:06:46 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only19: Upload single object finished 2021/12/01 05:06:56 DEBUG : both1: Sizes identical 2021/12/01 05:06:56 DEBUG : both1: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both11: Sizes identical 2021/12/01 05:06:56 DEBUG : both11: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both12: Sizes identical 2021/12/01 05:06:56 DEBUG : both12: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both10: Sizes identical 2021/12/01 05:06:56 DEBUG : both10: Unchanged skipping 2021/12/01 05:06:56 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for checks to finish 2021/12/01 05:06:56 DEBUG : both14: Sizes identical 2021/12/01 05:06:56 DEBUG : both14: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both16: Sizes identical 2021/12/01 05:06:56 DEBUG : both16: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both17: Sizes identical 2021/12/01 05:06:56 DEBUG : both15: Sizes identical 2021/12/01 05:06:56 DEBUG : both13: Sizes identical 2021/12/01 05:06:56 DEBUG : both15: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both13: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both18: Sizes identical 2021/12/01 05:06:56 DEBUG : both19: Sizes identical 2021/12/01 05:06:56 DEBUG : both17: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both19: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both3: Sizes identical 2021/12/01 05:06:56 DEBUG : both2: Sizes identical 2021/12/01 05:06:56 DEBUG : both18: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both2: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both4: Sizes identical 2021/12/01 05:06:56 DEBUG : both5: Sizes identical 2021/12/01 05:06:56 DEBUG : both4: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both5: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both6: Sizes identical 2021/12/01 05:06:56 DEBUG : both6: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both0: Sizes identical 2021/12/01 05:06:56 DEBUG : both8: Sizes identical 2021/12/01 05:06:56 DEBUG : both3: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both8: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both9: Sizes identical 2021/12/01 05:06:56 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2021/12/01 05:06:56 DEBUG : both7: Sizes identical 2021/12/01 05:06:56 DEBUG : both7: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both9: Unchanged skipping 2021/12/01 05:06:56 DEBUG : both0: Unchanged skipping 2021/12/01 05:06:56 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Waiting for transfers to finish 2021/12/01 05:06:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only1: Upload single object finished 2021/12/01 05:06:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only10: Upload single object finished 2021/12/01 05:06:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only11: Upload single object finished 2021/12/01 05:06:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only0: Upload single object finished 2021/12/01 05:06:57 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:57 INFO : only11: Copied (replaced existing) 2021/12/01 05:06:57 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:57 INFO : only10: Copied (replaced existing) 2021/12/01 05:06:57 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:57 INFO : only1: Copied (replaced existing) 2021/12/01 05:06:57 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:57 INFO : only0: Copied (replaced existing) 2021/12/01 05:06:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only12: Upload single object finished 2021/12/01 05:06:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only14: Upload single object finished 2021/12/01 05:06:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only13: Upload single object finished 2021/12/01 05:06:57 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only15: Upload single object finished 2021/12/01 05:06:57 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:57 INFO : only13: Copied (replaced existing) 2021/12/01 05:06:57 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:57 INFO : only12: Copied (replaced existing) 2021/12/01 05:06:57 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:57 INFO : only14: Copied (replaced existing) 2021/12/01 05:06:57 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:57 INFO : only15: Copied (replaced existing) 2021/12/01 05:06:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only18: Upload single object finished 2021/12/01 05:06:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only17: Upload single object finished 2021/12/01 05:06:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only16: Upload single object finished 2021/12/01 05:06:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only19: Upload single object finished 2021/12/01 05:06:58 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:58 INFO : only18: Copied (replaced existing) 2021/12/01 05:06:58 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:58 INFO : only17: Copied (replaced existing) 2021/12/01 05:06:58 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:58 INFO : only16: Copied (replaced existing) 2021/12/01 05:06:58 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:58 INFO : only19: Copied (replaced existing) 2021/12/01 05:06:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only2: Upload single object finished 2021/12/01 05:06:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only4: Upload single object finished 2021/12/01 05:06:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only3: Upload single object finished 2021/12/01 05:06:58 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only5: Upload single object finished 2021/12/01 05:06:58 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:58 INFO : only2: Copied (replaced existing) 2021/12/01 05:06:58 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:58 INFO : only4: Copied (replaced existing) 2021/12/01 05:06:58 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:58 INFO : only3: Copied (replaced existing) 2021/12/01 05:06:58 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:58 INFO : only5: Copied (replaced existing) 2021/12/01 05:06:59 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only6: Upload single object finished 2021/12/01 05:06:59 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only8: Upload single object finished 2021/12/01 05:06:59 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only7: Upload single object finished 2021/12/01 05:06:59 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2 key only9: Upload single object finished 2021/12/01 05:06:59 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:59 INFO : only6: Copied (replaced existing) 2021/12/01 05:06:59 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:59 INFO : only8: Copied (replaced existing) 2021/12/01 05:06:59 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:59 INFO : only7: Copied (replaced existing) 2021/12/01 05:06:59 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2021/12/01 05:06:59 INFO : only9: Copied (replaced existing) 2021/12/01 05:06:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (52.57s) PASS 2021/12/01 05:07:19 DEBUG : QingStor bucket rclone-test-qulesob5cunujux2maquqej2: Purge dir "" "./sync.test -test.v -test.timeout 1h0m0s -remote TestQingStor: -verbose" - Finished OK in 7m2.201976383s (try 1/5)