"./sync.test -test.v -test.timeout 1h0m0s -remote TestPcloud: -verbose -fast-list" - Starting (try 1/5) 2022/05/18 06:23:22 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9" 2022/05/18 06:23:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/05/18 06:23:23 DEBUG : Creating backend with remote "/tmp/rclone605122979" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:23 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:23 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:23 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) --- PASS: TestCopyWithDryRun (1.10s) === RUN TestCopy run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:24 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:24 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:25 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:25 INFO : sub dir/hello world: Copied (new) fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestCopy (9.12s) === RUN TestCopyMissingDirectory run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:33 DEBUG : Creating backend with remote "/non-existing" 2022/05/18 06:23:33 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/05/18 06:23:33 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:33 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.48s) === RUN TestCopyNoTraverse run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:34 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:34 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:34 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:34 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.64s) === RUN TestCopyCheckFirst run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:35 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Running all checks before starting transfers 2022/05/18 06:23:35 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:35 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Checks finished, now starting transfers 2022/05/18 06:23:35 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:36 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.64s) === RUN TestSyncNoTraverse run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:37 ERROR : Ignoring --no-traverse with sync 2022/05/18 06:23:37 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:37 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:38 INFO : sub dir/hello world: Copied (new) 2022/05/18 06:23:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.67s) === RUN TestCopyWithDepth run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:39 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:39 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:39 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2022/05/18 06:23:39 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.15s) === RUN TestCopyWithFilesFrom run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:40 DEBUG : hello world2: Excluded 2022/05/18 06:23:40 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:40 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:40 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:40 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.36s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:41 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:41 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:41 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:41 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.16s) === RUN TestCopyEmptyDirectories run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:42 DEBUG : sub dir2: Making directory 2022/05/18 06:23:42 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:42 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:43 INFO : sub dir/hello world: Copied (new) 2022/05/18 06:23:43 DEBUG : sub dir2: Making directory 2022/05/18 06:23:43 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': copied 1 directories --- PASS: TestCopyEmptyDirectories (2.13s) === RUN TestMoveEmptyDirectories run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:44 DEBUG : sub dir2: Making directory 2022/05/18 06:23:44 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:44 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:45 INFO : sub dir/hello world: Copied (new) 2022/05/18 06:23:45 INFO : sub dir/hello world: Deleted 2022/05/18 06:23:45 DEBUG : sub dir: Making directory 2022/05/18 06:23:45 DEBUG : sub dir2: Making directory 2022/05/18 06:23:45 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': copied 2 directories fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestMoveEmptyDirectories (9.48s) === RUN TestSyncEmptyDirectories run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:54 DEBUG : sub dir2: Making directory 2022/05/18 06:23:54 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:23:54 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:23:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:54 INFO : sub dir/hello world: Copied (new) 2022/05/18 06:23:54 DEBUG : sub dir2: Making directory 2022/05/18 06:23:55 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': copied 1 directories 2022/05/18 06:23:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (2.13s) === RUN TestServerSideCopy run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:23:57 DEBUG : Creating backend with remote "TestPcloud:rclone-test-yafomex0gahedac0figetet5" sync_test.go:275: Server side copy (if possible) pcloud root 'rclone-test-pabuvex1kuperah7metituv9' -> pcloud root 'rclone-test-yafomex0gahedac0figetet5' 2022/05/18 06:23:57 DEBUG : pcloud root 'rclone-test-yafomex0gahedac0figetet5': Waiting for checks to finish 2022/05/18 06:23:57 DEBUG : pcloud root 'rclone-test-yafomex0gahedac0figetet5': Waiting for transfers to finish 2022/05/18 06:23:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:23:58 INFO : sub dir/hello world: Copied (server-side copy) 2022/05/18 06:23:59 DEBUG : pcloud root 'rclone-test-yafomex0gahedac0figetet5': Purge remote --- PASS: TestServerSideCopy (3.56s) === RUN TestCopyAfterDelete run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:00 ERROR : : error listing: directory not found 2022/05/18 06:24:00 DEBUG : Local file system at /tmp/rclone605122979: Making directory 2022/05/18 06:24:00 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:00 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (2.03s) === RUN TestCopyRedownload run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:03 DEBUG : Local file system at /tmp/rclone605122979: Waiting for checks to finish 2022/05/18 06:24:03 DEBUG : Local file system at /tmp/rclone605122979: Waiting for transfers to finish 2022/05/18 06:24:03 DEBUG : Couldn't parse Date: from server evc150.pcloud.com: "Wed, 18 May 2022 06:24:03 +0000": parsing time "Wed, 18 May 2022 06:24:03 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 18 May 2022 06:24:03 +0000" as " " 2022/05/18 06:24:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:24:03 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (2.20s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:04 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:04 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:04 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2022/05/18 06:24:04 INFO : check sum: Copied (new) 2022/05/18 06:24:04 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:05 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:05 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2022/05/18 06:24:05 DEBUG : check sum: Size and sha1 of src and dst objects identical 2022/05/18 06:24:05 DEBUG : check sum: Unchanged skipping 2022/05/18 06:24:05 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:05 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:05 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.86s) === RUN TestSyncSizeOnly run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:06 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:06 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:06 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2022/05/18 06:24:06 INFO : sizeonly: Copied (new) 2022/05/18 06:24:06 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:06 DEBUG : sizeonly: Sizes identical 2022/05/18 06:24:06 DEBUG : sizeonly: Unchanged skipping 2022/05/18 06:24:06 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:06 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:06 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:06 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.64s) === RUN TestSyncIgnoreSize run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:07 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:07 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:08 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2022/05/18 06:24:08 INFO : ignore-size: Copied (new) 2022/05/18 06:24:08 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:08 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:08 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:24:08 DEBUG : ignore-size: Unchanged skipping 2022/05/18 06:24:08 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:08 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:08 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.94s) === RUN TestSyncIgnoreTimes run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:10 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:10 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:24:10 DEBUG : existing: Unchanged skipping 2022/05/18 06:24:10 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:10 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:10 INFO : There was nothing to transfer 2022/05/18 06:24:10 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/05/18 06:24:10 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:10 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:10 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2022/05/18 06:24:10 INFO : existing: Copied (replaced existing) 2022/05/18 06:24:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.82s) === RUN TestSyncIgnoreExisting run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:11 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:11 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:11 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2022/05/18 06:24:11 INFO : existing: Copied (new) 2022/05/18 06:24:11 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:12 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:12 DEBUG : existing: Destination exists, skipping 2022/05/18 06:24:12 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:12 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:12 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.66s) === RUN TestSyncIgnoreErrors run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:14 DEBUG : d: Making directory 2022/05/18 06:24:15 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:15 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:24:15 DEBUG : c/non empty space: Unchanged skipping 2022/05/18 06:24:15 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:15 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2022/05/18 06:24:15 INFO : a/potato2: Copied (new) 2022/05/18 06:24:15 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:16 INFO : b/potato: Deleted 2022/05/18 06:24:16 INFO : d: Removing directory 2022/05/18 06:24:16 INFO : b: Removing directory 2022/05/18 06:24:16 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': deleted 2 directories --- PASS: TestSyncIgnoreErrors (4.73s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:18 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:18 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/05/18 06:24:18 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2022/05/18 06:24:18 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/05/18 06:24:18 DEBUG : empty space: Unchanged skipping 2022/05/18 06:24:18 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:18 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:18 INFO : There was nothing to transfer 2022/05/18 06:24:19 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/05/18 06:24:19 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:19 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2022/05/18 06:24:19 NOTICE: pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Forced to upload files to set modification times on this backend. 2022/05/18 06:24:19 INFO : empty space: src and dst identical but can't set mod time without re-uploading 2022/05/18 06:24:19 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:19 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2022/05/18 06:24:19 INFO : empty space: Copied (replaced existing) 2022/05/18 06:24:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (2.46s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:20 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:20 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/05/18 06:24:21 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2022/05/18 06:24:21 DEBUG : empty space: Unchanged skipping 2022/05/18 06:24:21 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:21 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:21 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.65s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:22 DEBUG : foo: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2022/05/18 06:24:22 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:22 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone605122979) 2022/05/18 06:24:22 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (pcloud root 'rclone-test-pabuvex1kuperah7metituv9') 2022/05/18 06:24:22 DEBUG : foo: sha1 differ 2022/05/18 06:24:22 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:22 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2022/05/18 06:24:22 INFO : foo: Copied (replaced existing) 2022/05/18 06:24:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.81s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:24 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:24 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:24:24 DEBUG : empty space: Unchanged skipping 2022/05/18 06:24:24 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:24 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2022/05/18 06:24:24 INFO : potato: Copied (new) 2022/05/18 06:24:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.99s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:26 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:26 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/05/18 06:24:26 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:26 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2022/05/18 06:24:26 INFO : potato: Copied (replaced existing) 2022/05/18 06:24:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.71s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:28 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:28 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2022/05/18 06:24:28 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone605122979) 2022/05/18 06:24:28 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (pcloud root 'rclone-test-pabuvex1kuperah7metituv9') 2022/05/18 06:24:28 DEBUG : potato: sha1 differ 2022/05/18 06:24:28 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:28 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2022/05/18 06:24:28 INFO : potato: Copied (replaced existing) 2022/05/18 06:24:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.82s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:29 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/05/18 06:24:29 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:29 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:24:29 DEBUG : empty space: Unchanged skipping 2022/05/18 06:24:29 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:29 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:29 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.65s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:31 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:24:31 DEBUG : empty space: Unchanged skipping 2022/05/18 06:24:31 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:31 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:32 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2022/05/18 06:24:32 INFO : potato2: Copied (new) 2022/05/18 06:24:32 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:32 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.74s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:34 DEBUG : d: Making directory 2022/05/18 06:24:34 DEBUG : d/e: Making directory 2022/05/18 06:24:35 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:35 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:24:35 DEBUG : c/non empty space: Unchanged skipping 2022/05/18 06:24:35 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:36 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2022/05/18 06:24:36 INFO : a/potato2: Copied (new) 2022/05/18 06:24:36 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:36 INFO : b/potato: Deleted 2022/05/18 06:24:36 INFO : d/e: Removing directory 2022/05/18 06:24:36 INFO : d: Removing directory 2022/05/18 06:24:36 INFO : b: Removing directory 2022/05/18 06:24:37 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (4.93s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:39 DEBUG : d: Making directory fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:24:47 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:47 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:24:47 DEBUG : c/non empty space: Unchanged skipping 2022/05/18 06:24:47 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:48 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2022/05/18 06:24:48 INFO : a/potato2: Copied (new) 2022/05/18 06:24:48 ERROR : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': not deleting files as there were IO errors 2022/05/18 06:24:48 ERROR : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': not deleting directories as there were IO errors fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (19.31s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:24:59 DEBUG : Waiting for deletions to finish 2022/05/18 06:24:59 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:24:59 DEBUG : empty space: Unchanged skipping 2022/05/18 06:24:59 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:24:59 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:24:59 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2022/05/18 06:24:59 INFO : potato2: Copied (new) 2022/05/18 06:24:59 INFO : potato: Deleted --- PASS: TestSyncDeleteDuring (3.22s) === RUN TestSyncDeleteBefore run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:25:01 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:02 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:02 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:02 INFO : potato: Deleted 2022/05/18 06:25:02 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:02 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:25:02 DEBUG : empty space: Unchanged skipping 2022/05/18 06:25:02 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:02 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2022/05/18 06:25:02 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.64s) === RUN TestCopyDeleteBefore run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:25:04 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:04 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:04 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2022/05/18 06:25:04 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (2.15s) === RUN TestSyncWithExclude run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:25:14 DEBUG : enormous: Excluded 2022/05/18 06:25:14 DEBUG : potato2: Excluded 2022/05/18 06:25:14 DEBUG : potato2: Excluded from sync (and deletion) 2022/05/18 06:25:14 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:14 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:25:14 DEBUG : empty space: Unchanged skipping 2022/05/18 06:25:14 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:14 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:14 INFO : There was nothing to transfer 2022/05/18 06:25:14 DEBUG : enormous: Excluded 2022/05/18 06:25:14 DEBUG : potato2: Excluded 2022/05/18 06:25:14 DEBUG : potato2: Excluded from sync (and deletion) 2022/05/18 06:25:14 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/05/18 06:25:14 DEBUG : empty space: Unchanged skipping 2022/05/18 06:25:14 DEBUG : Local file system at /tmp/rclone605122979: Waiting for checks to finish 2022/05/18 06:25:14 DEBUG : Local file system at /tmp/rclone605122979: Waiting for transfers to finish 2022/05/18 06:25:14 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:14 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (9.65s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:25:16 DEBUG : enormous: Excluded 2022/05/18 06:25:16 DEBUG : potato2: Excluded 2022/05/18 06:25:16 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:16 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:25:16 DEBUG : empty space: Unchanged skipping 2022/05/18 06:25:16 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:16 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:17 INFO : enormous: Deleted 2022/05/18 06:25:17 INFO : potato2: Deleted 2022/05/18 06:25:17 INFO : There was nothing to transfer 2022/05/18 06:25:17 DEBUG : Local file system at /tmp/rclone605122979: Waiting for checks to finish 2022/05/18 06:25:17 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2022/05/18 06:25:17 DEBUG : empty space: Unchanged skipping 2022/05/18 06:25:17 DEBUG : Local file system at /tmp/rclone605122979: Waiting for transfers to finish 2022/05/18 06:25:17 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:17 INFO : enormous: Deleted 2022/05/18 06:25:17 INFO : potato2: Deleted 2022/05/18 06:25:17 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.51s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:25:19 DEBUG : four: Sizes differ (src 4 vs dst 8) 2022/05/18 06:25:19 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2022/05/18 06:25:19 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:19 DEBUG : three: Sizes identical 2022/05/18 06:25:19 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2022/05/18 06:25:19 DEBUG : one: Destination is newer than source, skipping 2022/05/18 06:25:19 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone605122979) 2022/05/18 06:25:19 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (pcloud root 'rclone-test-pabuvex1kuperah7metituv9') 2022/05/18 06:25:19 DEBUG : two: sha1 differ 2022/05/18 06:25:19 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:19 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2022/05/18 06:25:19 INFO : five: Copied (new) 2022/05/18 06:25:19 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2022/05/18 06:25:19 INFO : four: Copied (replaced existing) 2022/05/18 06:25:20 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2022/05/18 06:25:20 INFO : two: Copied (replaced existing) 2022/05/18 06:25:20 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:21 DEBUG : one: Destination is newer than source, skipping 2022/05/18 06:25:21 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:21 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2022/05/18 06:25:21 DEBUG : five: Size and sha1 of src and dst objects identical 2022/05/18 06:25:21 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2022/05/18 06:25:21 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2022/05/18 06:25:21 DEBUG : four: Size and sha1 of src and dst objects identical 2022/05/18 06:25:21 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2022/05/18 06:25:21 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone605122979) 2022/05/18 06:25:21 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (pcloud root 'rclone-test-pabuvex1kuperah7metituv9') 2022/05/18 06:25:21 DEBUG : three: sha1 differ 2022/05/18 06:25:21 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2022/05/18 06:25:21 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2022/05/18 06:25:21 DEBUG : two: Size and sha1 of src and dst objects identical 2022/05/18 06:25:21 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2022/05/18 06:25:21 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:21 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2022/05/18 06:25:21 INFO : three: Copied (replaced existing) 2022/05/18 06:25:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (5.60s) === RUN TestSyncWithMaxDuration sync_test.go:1009: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" sync_test.go:1058: Can track renames: true 2022/05/18 06:25:23 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Making map for --track-renames 2022/05/18 06:25:23 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Finished making map for --track-renames 2022/05/18 06:25:23 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:23 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for renames to finish 2022/05/18 06:25:23 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:24 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2022/05/18 06:25:24 INFO : yam: Copied (new) 2022/05/18 06:25:24 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2022/05/18 06:25:24 INFO : potato: Copied (new) 2022/05/18 06:25:24 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:24 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Making map for --track-renames 2022/05/18 06:25:24 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:25:24 DEBUG : potato: Unchanged skipping 2022/05/18 06:25:24 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Finished making map for --track-renames 2022/05/18 06:25:24 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:24 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for renames to finish 2022/05/18 06:25:25 INFO : yam: Moved (server-side) to: yaml 2022/05/18 06:25:25 INFO : yaml: Renamed from "yam" 2022/05/18 06:25:25 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:25 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:25 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (2.72s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" sync_test.go:1127: Can track renames: true 2022/05/18 06:25:26 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Making map for --track-renames 2022/05/18 06:25:26 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Finished making map for --track-renames 2022/05/18 06:25:26 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:26 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for renames to finish 2022/05/18 06:25:26 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:26 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2022/05/18 06:25:26 INFO : potato: Copied (new) 2022/05/18 06:25:26 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2022/05/18 06:25:26 INFO : yam: Copied (new) 2022/05/18 06:25:26 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:27 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:25:27 DEBUG : potato: Unchanged skipping 2022/05/18 06:25:27 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Making map for --track-renames 2022/05/18 06:25:27 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Finished making map for --track-renames 2022/05/18 06:25:27 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:27 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for renames to finish 2022/05/18 06:25:27 INFO : yam: Moved (server-side) to: yaml 2022/05/18 06:25:27 INFO : yaml: Renamed from "yam" 2022/05/18 06:25:27 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:27 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:27 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.45s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" sync_test.go:1163: Can track renames: true 2022/05/18 06:25:29 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Making map for --track-renames 2022/05/18 06:25:29 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Finished making map for --track-renames 2022/05/18 06:25:29 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:29 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for renames to finish 2022/05/18 06:25:29 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:29 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2022/05/18 06:25:29 INFO : potato: Copied (new) 2022/05/18 06:25:29 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2022/05/18 06:25:29 INFO : sub/yam: Copied (new) 2022/05/18 06:25:29 DEBUG : Waiting for deletions to finish fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:25:37 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:25:37 DEBUG : potato: Unchanged skipping 2022/05/18 06:25:37 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Making map for --track-renames 2022/05/18 06:25:37 INFO : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Finished making map for --track-renames 2022/05/18 06:25:37 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:37 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for renames to finish 2022/05/18 06:25:37 INFO : sub/yam: Moved (server-side) to: yam 2022/05/18 06:25:37 INFO : yam: Renamed from "sub/yam" 2022/05/18 06:25:37 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:37 DEBUG : Waiting for deletions to finish 2022/05/18 06:25:37 INFO : There was nothing to transfer fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestSyncWithTrackRenamesStrategyLeaf (17.67s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:25:46 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:46 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:47 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:25:47 INFO : sub dir/hello world: Copied (new) 2022/05/18 06:25:47 INFO : sub dir/hello world: Deleted 2022/05/18 06:25:47 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2022/05/18 06:25:47 INFO : nested/sub dir/file: Copied (new) 2022/05/18 06:25:47 INFO : nested/sub dir/file: Deleted 2022/05/18 06:25:47 INFO : sub dir: Removing directory 2022/05/18 06:25:47 INFO : nested/sub dir: Removing directory 2022/05/18 06:25:47 INFO : nested: Removing directory 2022/05/18 06:25:47 DEBUG : Local file system at /tmp/rclone605122979: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (3.12s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:25:49 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:49 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2022/05/18 06:25:50 INFO : sub dir/hello world: Copied (new) 2022/05/18 06:25:50 INFO : sub dir/hello world: Deleted 2022/05/18 06:25:50 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2022/05/18 06:25:50 INFO : nested/sub dir/file: Copied (new) 2022/05/18 06:25:50 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.99s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:25:52 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:52 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:52 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2022/05/18 06:25:52 INFO : existing: Copied (new) 2022/05/18 06:25:52 INFO : existing: Deleted 2022/05/18 06:25:53 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2022/05/18 06:25:53 INFO : existing-b: Copied (new) 2022/05/18 06:25:53 INFO : existing-b: Deleted 2022/05/18 06:25:53 DEBUG : existing: Destination exists, skipping 2022/05/18 06:25:53 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/05/18 06:25:53 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:25:53 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:25:53 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (2.41s) === RUN TestServerSideMove run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:25:55 DEBUG : Creating backend with remote "TestPcloud:rclone-test-kozacew1pidolub7tarepaj1" sync_test.go:1215: Server side move (if possible) pcloud root 'rclone-test-pabuvex1kuperah7metituv9' -> pcloud root 'rclone-test-kozacew1pidolub7tarepaj1' fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:26:05 DEBUG : pcloud root 'rclone-test-kozacew1pidolub7tarepaj1': Using server-side directory move 2022/05/18 06:26:05 INFO : pcloud root 'rclone-test-kozacew1pidolub7tarepaj1': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/05/18 06:26:05 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/05/18 06:26:05 DEBUG : pcloud root 'rclone-test-kozacew1pidolub7tarepaj1': Waiting for checks to finish 2022/05/18 06:26:05 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/05/18 06:26:05 DEBUG : empty space: Unchanged skipping 2022/05/18 06:26:05 INFO : empty space: Deleted 2022/05/18 06:26:05 DEBUG : pcloud root 'rclone-test-kozacew1pidolub7tarepaj1': Waiting for transfers to finish 2022/05/18 06:26:05 INFO : potato2: Moved (server-side) 2022/05/18 06:26:05 INFO : potato3: Deleted 2022/05/18 06:26:05 INFO : potato3: Moved (server-side) 2022/05/18 06:26:05 INFO : There was nothing to transfer 2022/05/18 06:26:06 DEBUG : Creating backend with remote "TestPcloud:rclone-test-yaqagek5mopejat5xedibiy0" 2022/05/18 06:26:06 DEBUG : pcloud root 'rclone-test-yaqagek5mopejat5xedibiy0': Using server-side directory move 2022/05/18 06:26:07 INFO : pcloud root 'rclone-test-yaqagek5mopejat5xedibiy0': Server side directory move succeeded 2022/05/18 06:26:08 DEBUG : pcloud root 'rclone-test-yaqagek5mopejat5xedibiy0': Purge remote 2022/05/18 06:26:08 DEBUG : pcloud root 'rclone-test-kozacew1pidolub7tarepaj1': Purge remote 2022/05/18 06:26:08 purge failed: directory not found --- PASS: TestServerSideMove (13.97s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:26:09 DEBUG : Creating backend with remote "TestPcloud:rclone-test-jixepiv3hipehod9zezotep9" sync_test.go:1215: Server side move (if possible) pcloud root 'rclone-test-pabuvex1kuperah7metituv9' -> pcloud root 'rclone-test-jixepiv3hipehod9zezotep9' 2022/05/18 06:26:11 DEBUG : empty space: Excluded from sync (and deletion) 2022/05/18 06:26:11 DEBUG : empty space: Excluded from sync (and deletion) 2022/05/18 06:26:11 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/05/18 06:26:11 DEBUG : pcloud root 'rclone-test-jixepiv3hipehod9zezotep9': Waiting for checks to finish 2022/05/18 06:26:11 DEBUG : pcloud root 'rclone-test-jixepiv3hipehod9zezotep9': Waiting for transfers to finish 2022/05/18 06:26:12 INFO : potato2: Moved (server-side) 2022/05/18 06:26:12 INFO : potato3: Deleted 2022/05/18 06:26:12 INFO : potato3: Moved (server-side) 2022/05/18 06:26:12 INFO : There was nothing to transfer 2022/05/18 06:26:13 DEBUG : Creating backend with remote "TestPcloud:rclone-test-bobibiq2yewivew4mavulun0" 2022/05/18 06:26:13 DEBUG : empty space: Excluded from sync (and deletion) 2022/05/18 06:26:13 DEBUG : pcloud root 'rclone-test-bobibiq2yewivew4mavulun0': Waiting for checks to finish 2022/05/18 06:26:13 DEBUG : pcloud root 'rclone-test-bobibiq2yewivew4mavulun0': Waiting for transfers to finish 2022/05/18 06:26:14 INFO : potato2: Moved (server-side) 2022/05/18 06:26:14 INFO : potato3: Moved (server-side) 2022/05/18 06:26:14 INFO : There was nothing to transfer 2022/05/18 06:26:15 DEBUG : pcloud root 'rclone-test-bobibiq2yewivew4mavulun0': Purge remote 2022/05/18 06:26:15 DEBUG : pcloud root 'rclone-test-jixepiv3hipehod9zezotep9': Purge remote --- PASS: TestServerSideMoveWithFilter (6.98s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:26:15 DEBUG : Creating backend with remote "TestPcloud:rclone-test-fezufuz4fujorez9nagirix4" 2022/05/18 06:26:16 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) pcloud root 'rclone-test-pabuvex1kuperah7metituv9' -> pcloud root 'rclone-test-fezufuz4fujorez9nagirix4' 2022/05/18 06:26:19 DEBUG : pcloud root 'rclone-test-fezufuz4fujorez9nagirix4': Using server-side directory move 2022/05/18 06:26:19 INFO : pcloud root 'rclone-test-fezufuz4fujorez9nagirix4': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2022/05/18 06:26:19 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/05/18 06:26:19 DEBUG : empty space: Unchanged skipping 2022/05/18 06:26:19 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/05/18 06:26:19 DEBUG : pcloud root 'rclone-test-fezufuz4fujorez9nagirix4': Waiting for checks to finish 2022/05/18 06:26:19 INFO : potato2: Moved (server-side) 2022/05/18 06:26:19 INFO : empty space: Deleted 2022/05/18 06:26:19 DEBUG : pcloud root 'rclone-test-fezufuz4fujorez9nagirix4': Waiting for transfers to finish 2022/05/18 06:26:19 INFO : potato3: Deleted 2022/05/18 06:26:19 INFO : potato3: Moved (server-side) 2022/05/18 06:26:19 INFO : tomatoDir: Removing directory 2022/05/18 06:26:19 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': deleted 1 directories 2022/05/18 06:26:19 INFO : There was nothing to transfer fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:26:28 DEBUG : Creating backend with remote "TestPcloud:rclone-test-yeyowir5kiromuj2dusunum6" 2022/05/18 06:26:28 DEBUG : tomatoDir: Making directory 2022/05/18 06:26:28 DEBUG : pcloud root 'rclone-test-yeyowir5kiromuj2dusunum6': Using server-side directory move 2022/05/18 06:26:29 INFO : pcloud root 'rclone-test-yeyowir5kiromuj2dusunum6': Server side directory move succeeded 2022/05/18 06:26:30 DEBUG : pcloud root 'rclone-test-yeyowir5kiromuj2dusunum6': Purge remote 2022/05/18 06:26:30 DEBUG : pcloud root 'rclone-test-fezufuz4fujorez9nagirix4': Purge remote 2022/05/18 06:26:30 purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (15.07s) === RUN TestServerSideMoveOverlap run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" sync_test.go:1399: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.32s) === RUN TestSyncOverlap run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:26:31 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/rclone-sync-test" --- PASS: TestSyncOverlap (1.03s) === RUN TestSyncCompareDest run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:26:32 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dst" 2022/05/18 06:26:33 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/CompareDest" 2022/05/18 06:26:34 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:26:34 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:26:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2022/05/18 06:26:34 INFO : one: Copied (new) 2022/05/18 06:26:34 DEBUG : Waiting for deletions to finish 2022/05/18 06:26:35 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:26:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/05/18 06:26:35 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:26:35 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2022/05/18 06:26:35 INFO : one: Copied (replaced existing) 2022/05/18 06:26:35 DEBUG : Waiting for deletions to finish fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:26:44 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:26:45 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:26:45 DEBUG : one: Destination found in --compare-dest, skipping 2022/05/18 06:26:45 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:26:45 DEBUG : Waiting for deletions to finish 2022/05/18 06:26:45 INFO : There was nothing to transfer 2022/05/18 06:26:46 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:26:46 DEBUG : two: Destination found in --compare-dest, skipping 2022/05/18 06:26:46 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:26:47 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:26:47 DEBUG : one: Destination found in --compare-dest, skipping 2022/05/18 06:26:47 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:26:47 DEBUG : Waiting for deletions to finish 2022/05/18 06:26:47 INFO : There was nothing to transfer 2022/05/18 06:26:47 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:26:47 DEBUG : two: Destination found in --compare-dest, skipping 2022/05/18 06:26:47 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:26:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:26:48 DEBUG : one: Destination found in --compare-dest, skipping 2022/05/18 06:26:48 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:26:48 DEBUG : Waiting for deletions to finish 2022/05/18 06:26:48 INFO : There was nothing to transfer 2022/05/18 06:26:49 DEBUG : two: Modification times differ by -120h0m0s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59 +0000 UTC 2022/05/18 06:26:49 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2022/05/18 06:26:49 DEBUG : two: Destination found in --compare-dest, skipping 2022/05/18 06:26:49 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:26:49 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:26:49 DEBUG : one: Destination found in --compare-dest, skipping 2022/05/18 06:26:49 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:26:49 DEBUG : Waiting for deletions to finish 2022/05/18 06:26:49 INFO : There was nothing to transfer 2022/05/18 06:26:51 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/05/18 06:26:51 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:26:51 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:26:51 DEBUG : one: Destination found in --compare-dest, skipping 2022/05/18 06:26:51 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:26:51 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2022/05/18 06:26:51 INFO : two: Copied (new) 2022/05/18 06:26:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (21.28s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:26:55 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dest" 2022/05/18 06:26:55 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/pre-dest1" 2022/05/18 06:26:56 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/pre-dest2" 2022/05/18 06:26:56 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:26:56 DEBUG : 1: Destination found in --compare-dest, skipping 2022/05/18 06:26:57 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:26:57 DEBUG : 2: Destination found in --compare-dest, skipping 2022/05/18 06:26:57 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dest': Waiting for checks to finish 2022/05/18 06:26:57 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dest': Waiting for transfers to finish 2022/05/18 06:26:58 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2022/05/18 06:26:58 INFO : 3: Copied (new) 2022/05/18 06:26:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (6.85s) === RUN TestSyncCopyDest run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:27:00 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dst" 2022/05/18 06:27:01 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/CopyDest" 2022/05/18 06:27:02 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:02 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:02 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2022/05/18 06:27:02 INFO : one: Copied (new) 2022/05/18 06:27:02 DEBUG : Waiting for deletions to finish fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:27:11 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/05/18 06:27:11 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:11 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2022/05/18 06:27:11 INFO : one: Copied (replaced existing) 2022/05/18 06:27:11 DEBUG : Waiting for deletions to finish 2022/05/18 06:27:13 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/BackupDir" 2022/05/18 06:27:13 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:14 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/05/18 06:27:14 INFO : one: Moved (server-side) 2022/05/18 06:27:15 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2022/05/18 06:27:15 INFO : one: Copied (server-side copy) 2022/05/18 06:27:15 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/05/18 06:27:15 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:15 DEBUG : Waiting for deletions to finish 2022/05/18 06:27:17 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:17 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2022/05/18 06:27:17 INFO : two: Copied (server-side copy) 2022/05/18 06:27:17 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/05/18 06:27:17 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:17 DEBUG : one: Unchanged skipping 2022/05/18 06:27:17 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:17 DEBUG : Waiting for deletions to finish 2022/05/18 06:27:18 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:18 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:18 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:18 DEBUG : one: Unchanged skipping 2022/05/18 06:27:18 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:18 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:18 DEBUG : two: Unchanged skipping 2022/05/18 06:27:18 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:18 DEBUG : Waiting for deletions to finish 2022/05/18 06:27:18 INFO : There was nothing to transfer fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:27:28 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/05/18 06:27:28 DEBUG : three: Destination not found in --copy-dest 2022/05/18 06:27:28 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:29 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:29 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:29 DEBUG : one: Unchanged skipping 2022/05/18 06:27:29 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:29 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/05/18 06:27:29 DEBUG : two: Unchanged skipping 2022/05/18 06:27:29 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:29 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2022/05/18 06:27:29 INFO : three: Copied (new) 2022/05/18 06:27:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (31.93s) === RUN TestSyncBackupDir run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:27:33 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dst" 2022/05/18 06:27:34 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/backup" 2022/05/18 06:27:35 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/05/18 06:27:35 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:27:35 DEBUG : two: Unchanged skipping 2022/05/18 06:27:35 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:35 INFO : one: Moved (server-side) 2022/05/18 06:27:35 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2022/05/18 06:27:36 INFO : one: Copied (new) 2022/05/18 06:27:36 DEBUG : Waiting for deletions to finish 2022/05/18 06:27:36 INFO : three.txt: Moved (server-side) 2022/05/18 06:27:36 INFO : three.txt: Moved into backup dir 2022/05/18 06:27:38 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/05/18 06:27:38 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:38 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:27:38 DEBUG : two: Unchanged skipping 2022/05/18 06:27:39 INFO : one: Deleted 2022/05/18 06:27:39 INFO : one: Moved (server-side) 2022/05/18 06:27:39 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:39 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2022/05/18 06:27:39 INFO : one: Copied (new) 2022/05/18 06:27:39 DEBUG : Waiting for deletions to finish 2022/05/18 06:27:39 INFO : three.txt: Deleted 2022/05/18 06:27:39 INFO : three.txt: Moved (server-side) 2022/05/18 06:27:39 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (9.60s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:27:43 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dst" 2022/05/18 06:27:43 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/backup" 2022/05/18 06:27:44 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/05/18 06:27:44 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:27:44 DEBUG : two: Unchanged skipping 2022/05/18 06:27:44 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:45 INFO : one: Moved (server-side) to: one.bak 2022/05/18 06:27:45 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:45 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2022/05/18 06:27:45 INFO : one: Copied (new) 2022/05/18 06:27:45 DEBUG : Waiting for deletions to finish 2022/05/18 06:27:45 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/05/18 06:27:45 INFO : three.txt: Moved into backup dir fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2022/05/18 06:27:55 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/05/18 06:27:55 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:27:55 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:27:55 DEBUG : two: Unchanged skipping 2022/05/18 06:27:55 INFO : one.bak: Deleted 2022/05/18 06:27:55 INFO : one: Moved (server-side) to: one.bak 2022/05/18 06:27:55 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:27:56 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2022/05/18 06:27:56 INFO : one: Copied (new) 2022/05/18 06:27:56 DEBUG : Waiting for deletions to finish 2022/05/18 06:27:56 INFO : three.txt.bak: Deleted 2022/05/18 06:27:56 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/05/18 06:27:56 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (16.64s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:28:00 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dst" 2022/05/18 06:28:00 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/backup" 2022/05/18 06:28:01 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:28:01 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/05/18 06:28:01 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:01 DEBUG : two: Unchanged skipping 2022/05/18 06:28:02 INFO : one: Moved (server-side) to: one-2019-01-01 2022/05/18 06:28:02 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:28:02 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2022/05/18 06:28:02 INFO : one: Copied (new) 2022/05/18 06:28:02 DEBUG : Waiting for deletions to finish 2022/05/18 06:28:02 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/05/18 06:28:02 INFO : three.txt: Moved into backup dir 2022/05/18 06:28:04 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/05/18 06:28:04 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:04 DEBUG : two: Unchanged skipping 2022/05/18 06:28:04 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:28:05 INFO : one-2019-01-01: Deleted 2022/05/18 06:28:05 INFO : one: Moved (server-side) to: one-2019-01-01 2022/05/18 06:28:05 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:28:05 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2022/05/18 06:28:05 INFO : one: Copied (new) 2022/05/18 06:28:05 DEBUG : Waiting for deletions to finish 2022/05/18 06:28:05 INFO : three-2019-01-01.txt: Deleted 2022/05/18 06:28:05 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/05/18 06:28:05 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (9.30s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:28:09 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dst" 2022/05/18 06:28:10 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/05/18 06:28:10 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:10 DEBUG : two: Unchanged skipping 2022/05/18 06:28:10 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:28:10 INFO : one: Moved (server-side) to: one.bak 2022/05/18 06:28:10 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:28:10 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2022/05/18 06:28:10 INFO : one: Copied (new) 2022/05/18 06:28:10 DEBUG : Waiting for deletions to finish 2022/05/18 06:28:10 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/05/18 06:28:10 INFO : three.txt: Moved into backup dir 2022/05/18 06:28:13 DEBUG : one.bak: Excluded from sync (and deletion) 2022/05/18 06:28:13 DEBUG : three.txt.bak: Excluded from sync (and deletion) 2022/05/18 06:28:13 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/05/18 06:28:13 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:13 DEBUG : two: Unchanged skipping 2022/05/18 06:28:13 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for checks to finish 2022/05/18 06:28:13 INFO : one.bak: Deleted 2022/05/18 06:28:13 INFO : one: Moved (server-side) to: one.bak 2022/05/18 06:28:13 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9/dst': Waiting for transfers to finish 2022/05/18 06:28:13 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2022/05/18 06:28:13 INFO : one: Copied (new) 2022/05/18 06:28:13 DEBUG : Waiting for deletions to finish 2022/05/18 06:28:14 INFO : three.txt.bak: Deleted 2022/05/18 06:28:14 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/05/18 06:28:14 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.27s) === RUN TestSyncSuffix run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:28:17 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dst" 2022/05/18 06:28:18 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/05/18 06:28:18 INFO : one: Moved (server-side) to: one.bak 2022/05/18 06:28:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2022/05/18 06:28:18 INFO : one: Copied (new) 2022/05/18 06:28:18 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:18 DEBUG : two: Unchanged skipping 2022/05/18 06:28:19 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/05/18 06:28:19 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/05/18 06:28:19 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2022/05/18 06:28:19 INFO : three.txt: Copied (new) 2022/05/18 06:28:21 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/05/18 06:28:22 INFO : one.bak: Deleted 2022/05/18 06:28:22 INFO : one: Moved (server-side) to: one.bak 2022/05/18 06:28:22 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2022/05/18 06:28:22 INFO : one: Copied (new) 2022/05/18 06:28:22 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:22 DEBUG : two: Unchanged skipping 2022/05/18 06:28:22 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/05/18 06:28:23 INFO : three.txt.bak: Deleted 2022/05/18 06:28:23 INFO : three.txt: Moved (server-side) to: three.txt.bak 2022/05/18 06:28:23 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2022/05/18 06:28:23 INFO : three.txt: Copied (new) fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestSyncSuffix (16.82s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:28:34 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pabuvex1kuperah7metituv9/dst" 2022/05/18 06:28:35 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/05/18 06:28:35 INFO : one: Moved (server-side) to: one-2019-01-01 2022/05/18 06:28:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2022/05/18 06:28:35 INFO : one: Copied (new) 2022/05/18 06:28:35 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:35 DEBUG : two: Unchanged skipping 2022/05/18 06:28:35 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/05/18 06:28:36 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/05/18 06:28:36 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2022/05/18 06:28:36 INFO : three.txt: Copied (new) 2022/05/18 06:28:38 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/05/18 06:28:38 INFO : one-2019-01-01: Deleted 2022/05/18 06:28:39 INFO : one: Moved (server-side) to: one-2019-01-01 2022/05/18 06:28:39 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2022/05/18 06:28:39 INFO : one: Copied (new) 2022/05/18 06:28:39 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:39 DEBUG : two: Unchanged skipping 2022/05/18 06:28:39 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/05/18 06:28:39 INFO : three-2019-01-01.txt: Deleted 2022/05/18 06:28:40 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2022/05/18 06:28:40 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2022/05/18 06:28:40 INFO : three.txt: Copied (new) fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestSyncSuffixKeepExtension (16.81s) === RUN TestSyncUTFNorm run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:28:50 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:28:50 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2022/05/18 06:28:50 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:28:50 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2022/05/18 06:28:50 INFO : Testêé: Copied (replaced existing) to: Testêé 2022/05/18 06:28:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (1.65s) === RUN TestSyncImmutable run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:28:51 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:28:51 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:28:52 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2022/05/18 06:28:52 INFO : existing: Copied (new) 2022/05/18 06:28:52 DEBUG : Waiting for deletions to finish 2022/05/18 06:28:52 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2022/05/18 06:28:52 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:28:52 ERROR : existing: Source and destination exist but do not match: immutable file modified 2022/05/18 06:28:52 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:28:52 ERROR : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': not deleting files as there were IO errors 2022/05/18 06:28:52 ERROR : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (2.12s) === RUN TestSyncIgnoreCase run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:28:54 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:28:54 DEBUG : existing: Unchanged skipping 2022/05/18 06:28:54 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:28:54 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:28:54 DEBUG : Waiting for deletions to finish 2022/05/18 06:28:54 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.50s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Soft run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" sync_test.go:1989: This test only runs on local --- PASS: TestMaxTransfer (0.97s) --- SKIP: TestMaxTransfer/Hard (0.32s) --- SKIP: TestMaxTransfer/Soft (0.32s) --- SKIP: TestMaxTransfer/Cautious (0.33s) === RUN TestSyncConcurrentDelete run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:29:10 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both0: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both10: Unchanged skipping 2022/05/18 06:29:10 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:29:10 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both12: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both14: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both13: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both15: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both16: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both11: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both18: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both19: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both17: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both4: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both5: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both6: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both7: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both8: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both9: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both3: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:10 DEBUG : both1: Unchanged skipping 2022/05/18 06:29:10 DEBUG : both2: Unchanged skipping 2022/05/18 06:29:10 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:29:10 DEBUG : Waiting for deletions to finish 2022/05/18 06:29:11 INFO : only16: Deleted 2022/05/18 06:29:11 INFO : only7: Deleted 2022/05/18 06:29:11 INFO : only11: Deleted 2022/05/18 06:29:11 INFO : only14: Deleted 2022/05/18 06:29:11 INFO : only13: Deleted 2022/05/18 06:29:11 INFO : only15: Deleted 2022/05/18 06:29:11 INFO : only17: Deleted 2022/05/18 06:29:11 INFO : only18: Deleted 2022/05/18 06:29:11 INFO : only4: Deleted 2022/05/18 06:29:11 INFO : only8: Deleted 2022/05/18 06:29:11 INFO : only0: Deleted 2022/05/18 06:29:11 INFO : only1: Deleted 2022/05/18 06:29:11 INFO : only19: Deleted 2022/05/18 06:29:11 INFO : only2: Deleted 2022/05/18 06:29:11 INFO : only3: Deleted 2022/05/18 06:29:11 INFO : only5: Deleted 2022/05/18 06:29:11 INFO : only6: Deleted 2022/05/18 06:29:11 INFO : only9: Deleted 2022/05/18 06:29:11 INFO : only10: Deleted 2022/05/18 06:29:11 INFO : only12: Deleted 2022/05/18 06:29:11 INFO : There was nothing to transfer fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestSyncConcurrentDelete (29.99s) === RUN TestSyncConcurrentTruncate run.go:181: Remote "pcloud root 'rclone-test-pabuvex1kuperah7metituv9'", Local "Local file system at /tmp/rclone605122979", Modify Window "1s" 2022/05/18 06:29:40 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both0: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both1: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both10: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both11: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both12: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both13: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both14: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both15: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both16: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both17: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both18: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both19: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both2: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both3: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both4: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both5: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both6: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both7: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both8: Unchanged skipping 2022/05/18 06:29:40 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/05/18 06:29:40 DEBUG : both9: Unchanged skipping 2022/05/18 06:29:40 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for checks to finish 2022/05/18 06:29:40 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2022/05/18 06:29:40 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Waiting for transfers to finish 2022/05/18 06:29:40 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:40 INFO : only0: Copied (replaced existing) 2022/05/18 06:29:40 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:40 INFO : only1: Copied (replaced existing) 2022/05/18 06:29:40 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:40 INFO : only11: Copied (replaced existing) 2022/05/18 06:29:40 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:40 INFO : only10: Copied (replaced existing) 2022/05/18 06:29:40 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:40 INFO : only13: Copied (replaced existing) 2022/05/18 06:29:40 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:40 INFO : only14: Copied (replaced existing) 2022/05/18 06:29:40 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:40 INFO : only15: Copied (replaced existing) 2022/05/18 06:29:40 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:40 INFO : only12: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only16: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only17: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only18: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only19: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only3: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only2: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only4: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only6: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only5: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only7: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only8: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2022/05/18 06:29:41 INFO : only9: Copied (replaced existing) 2022/05/18 06:29:41 DEBUG : Waiting for deletions to finish fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestSyncConcurrentTruncate (36.37s) PASS 2022/05/18 06:30:02 DEBUG : pcloud root 'rclone-test-pabuvex1kuperah7metituv9': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestPcloud: -verbose -fast-list" - Finished OK in 6m39.776508221s (try 1/5)