"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptSwift: -verbose" - Starting (try 1/5) 2021/02/08 05:02:14 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2" 2021/02/08 05:02:14 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2.bin" 2021/02/08 05:02:15 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2" 2021/02/08 05:02:16 DEBUG : Creating backend with remote "/tmp/rclone106904570" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.27s) === 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.01s) --- 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:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:16 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2021/02/08 05:02:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (0.33s) === RUN TestCopy run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:17 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:17 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:20 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (6.03s) === RUN TestCopyMissingDirectory run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:23 DEBUG : Creating backend with remote "/non-existing" 2021/02/08 05:02:23 ERROR : : error reading source directory: directory not found 2021/02/08 05:02:23 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:23 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.23s) === RUN TestCopyNoTraverse run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:23 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:23 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:26 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (5.51s) === RUN TestCopyCheckFirst run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:28 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Running all checks before starting transfers 2021/02/08 05:02:28 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:28 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Checks finished, now starting transfers 2021/02/08 05:02:28 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:32 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (4.85s) === RUN TestSyncNoTraverse run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:33 ERROR : Ignoring --no-traverse with sync 2021/02/08 05:02:33 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:33 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:36 INFO : sub dir/hello world: Copied (new) 2021/02/08 05:02:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (3.95s) === RUN TestCopyWithDepth run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:37 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:37 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:38 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (0.76s) === RUN TestCopyWithFilesFrom run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:38 DEBUG : hello world2: Excluded 2021/02/08 05:02:38 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:38 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:38 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (0.75s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:39 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:39 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:40 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.25s) === RUN TestCopyEmptyDirectories run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:40 DEBUG : sub dir2: Making directory 2021/02/08 05:02:40 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:40 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:42 INFO : sub dir/hello world: Copied (new) 2021/02/08 05:02:42 DEBUG : sub dir2: Making directory 2021/02/08 05:02:42 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': copied 1 directories fstest.go:249: Filtering empty directory "sub dir2" --- PASS: TestCopyEmptyDirectories (3.91s) === RUN TestMoveEmptyDirectories run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:44 DEBUG : sub dir2: Making directory 2021/02/08 05:02:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:46 INFO : sub dir/hello world: Copied (new) 2021/02/08 05:02:46 INFO : sub dir/hello world: Deleted 2021/02/08 05:02:46 DEBUG : sub dir: Making directory 2021/02/08 05:02:46 DEBUG : sub dir2: Making directory 2021/02/08 05:02:46 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': copied 2 directories fstest.go:249: Filtering empty directory "sub dir2" --- PASS: TestMoveEmptyDirectories (3.78s) === RUN TestSyncEmptyDirectories run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:48 DEBUG : sub dir2: Making directory 2021/02/08 05:02:48 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:02:48 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:02:50 INFO : sub dir/hello world: Copied (new) 2021/02/08 05:02:50 DEBUG : sub dir2: Making directory 2021/02/08 05:02:50 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': copied 1 directories 2021/02/08 05:02:50 DEBUG : Waiting for deletions to finish fstest.go:249: Filtering empty directory "sub dir2" --- PASS: TestSyncEmptyDirectories (5.55s) === RUN TestServerSideCopy run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:02:55 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qifutok3gazolej5jocurom0" 2021/02/08 05:02:56 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qifutok3gazolej5jocurom0.bin" 2021/02/08 05:02:56 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qifutok3gazolej5jocurom0" sync_test.go:292: Server side copy (if possible) Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2' -> Encrypted drive 'TestCryptSwift:rclone-test-qifutok3gazolej5jocurom0' 2021/02/08 05:02:57 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qifutok3gazolej5jocurom0': Waiting for checks to finish 2021/02/08 05:02:57 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qifutok3gazolej5jocurom0': Waiting for transfers to finish 2021/02/08 05:02:59 INFO : sub dir/hello world: Copied (server-side copy) 2021/02/08 05:02:59 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qifutok3gazolej5jocurom0': Purge remote 2021/02/08 05:02:59 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:01 INFO : sub dir/hello world.bin: Deleted --- PASS: TestServerSideCopy (9.94s) === RUN TestCopyAfterDelete run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:06 ERROR : : error listing: directory not found 2021/02/08 05:03:06 DEBUG : Local file system at /tmp/rclone106904570: Making directory 2021/02/08 05:03:06 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:06 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (4.81s) === RUN TestCopyRedownload run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:11 DEBUG : Local file system at /tmp/rclone106904570: Waiting for checks to finish 2021/02/08 05:03:11 DEBUG : Local file system at /tmp/rclone106904570: Waiting for transfers to finish 2021/02/08 05:03:12 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (6.14s) === RUN TestSyncBasedOnCheckSum run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:14 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:14 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:15 INFO : check sum: Copied (new) 2021/02/08 05:03:15 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:15 NOTICE: Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2021/02/08 05:03:15 DEBUG : check sum: Size of src and dst objects identical 2021/02/08 05:03:15 DEBUG : check sum: Unchanged skipping 2021/02/08 05:03:15 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:15 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:15 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:15 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (0.97s) === RUN TestSyncSizeOnly run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:15 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:15 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:17 INFO : sizeonly: Copied (new) 2021/02/08 05:03:17 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:17 DEBUG : sizeonly: Sizes identical 2021/02/08 05:03:17 DEBUG : sizeonly: Unchanged skipping 2021/02/08 05:03:17 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:17 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:17 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:17 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (4.08s) === RUN TestSyncIgnoreSize run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:19 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:19 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:23 INFO : ignore-size: Copied (new) 2021/02/08 05:03:23 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:23 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:24 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:03:24 DEBUG : ignore-size: Unchanged skipping 2021/02/08 05:03:24 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:24 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:24 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (5.95s) === RUN TestSyncIgnoreTimes run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:27 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:27 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:03:27 DEBUG : existing: Unchanged skipping 2021/02/08 05:03:27 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:27 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:27 INFO : There was nothing to transfer 2021/02/08 05:03:27 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2021/02/08 05:03:27 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:27 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:30 INFO : existing: Copied (replaced existing) 2021/02/08 05:03:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (6.58s) === RUN TestSyncIgnoreExisting run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:32 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:32 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:35 INFO : existing: Copied (new) 2021/02/08 05:03:35 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:35 DEBUG : existing: Destination exists, skipping 2021/02/08 05:03:35 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:35 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:35 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:35 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (5.39s) === RUN TestSyncIgnoreErrors run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:40 DEBUG : d: Making directory fstest.go:249: Filtering empty directory "d" 2021/02/08 05:03:40 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:40 INFO : a/potato2: Copied (new) 2021/02/08 05:03:41 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:03:41 DEBUG : c/non empty space: Unchanged skipping 2021/02/08 05:03:41 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:41 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:41 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (6.78s) === RUN TestSyncAfterChangingModtimeOnly run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:44 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2021/02/08 05:03:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:44 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2021/02/08 05:03:44 DEBUG : Waiting for deletions to finish 2021/02/08 05:03:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:45 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2021/02/08 05:03:45 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:45 INFO : empty space: Copied (replaced existing) 2021/02/08 05:03:45 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (1.11s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" sync_test.go:611: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.20s) === RUN TestSyncDoesntUpdateModtime run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:46 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:46 DEBUG : foo: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2021/02/08 05:03:46 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:46 INFO : foo: Copied (replaced existing) 2021/02/08 05:03:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (0.89s) === RUN TestSyncAfterAddingAFile run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:47 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:47 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:03:47 DEBUG : empty space: Unchanged skipping 2021/02/08 05:03:47 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:49 INFO : potato: Copied (new) 2021/02/08 05:03:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (4.68s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:53 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:53 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2021/02/08 05:03:53 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:03:56 INFO : potato: Copied (replaced existing) 2021/02/08 05:03:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (6.40s) === RUN TestSyncAfterChangingContentsOnly run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:03:59 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:03:59 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 2021/02/08 05:03:59 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:02 INFO : potato: Copied (replaced existing) 2021/02/08 05:04:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (6.15s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:06 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2021/02/08 05:04:06 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:06 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:06 DEBUG : empty space: Unchanged skipping 2021/02/08 05:04:06 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:06 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:06 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (3.85s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:10 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:10 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:10 DEBUG : empty space: Unchanged skipping 2021/02/08 05:04:10 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:10 INFO : potato2: Copied (new) 2021/02/08 05:04:10 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:12 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (5.21s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:15 DEBUG : d: Making directory 2021/02/08 05:04:15 DEBUG : d/e: Making directory fstest.go:249: Filtering empty directory "d" fstest.go:249: Filtering empty directory "d/e" 2021/02/08 05:04:15 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:15 DEBUG : c/non empty space: Unchanged skipping 2021/02/08 05:04:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:16 INFO : a/potato2: Copied (new) 2021/02/08 05:04:16 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:16 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (6.01s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:21 DEBUG : d: Making directory fstest.go:249: Filtering empty directory "d" 2021/02/08 05:04:22 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:22 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:22 DEBUG : c/non empty space: Unchanged skipping 2021/02/08 05:04:22 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:22 INFO : a/potato2: Copied (new) 2021/02/08 05:04:22 ERROR : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': not deleting files as there were IO errors 2021/02/08 05:04:22 ERROR : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': not deleting directories as there were IO errors fstest.go:249: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (6.37s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:27 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:27 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:27 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:27 DEBUG : empty space: Unchanged skipping 2021/02/08 05:04:27 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:28 INFO : potato2: Copied (new) 2021/02/08 05:04:30 INFO : potato: Deleted --- PASS: TestSyncDeleteDuring (5.45s) === RUN TestSyncDeleteBefore run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:33 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:33 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:33 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:35 INFO : potato: Deleted 2021/02/08 05:04:35 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:35 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:35 DEBUG : empty space: Unchanged skipping 2021/02/08 05:04:35 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:35 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (5.61s) === RUN TestCopyDeleteBefore run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:39 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:39 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:39 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.98s) === RUN TestSyncWithExclude run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:42 DEBUG : enormous: Excluded 2021/02/08 05:04:42 DEBUG : potato2: Excluded 2021/02/08 05:04:42 DEBUG : potato2: Excluded 2021/02/08 05:04:42 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:42 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:42 DEBUG : empty space: Unchanged skipping 2021/02/08 05:04:42 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:42 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:42 INFO : There was nothing to transfer 2021/02/08 05:04:42 DEBUG : enormous: Excluded 2021/02/08 05:04:42 DEBUG : potato2: Excluded 2021/02/08 05:04:42 DEBUG : potato2: Excluded 2021/02/08 05:04:42 DEBUG : Local file system at /tmp/rclone106904570: Waiting for checks to finish 2021/02/08 05:04:42 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:42 DEBUG : empty space: Unchanged skipping 2021/02/08 05:04:42 DEBUG : Local file system at /tmp/rclone106904570: Waiting for transfers to finish 2021/02/08 05:04:42 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:42 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (0.97s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:44 DEBUG : enormous: Excluded 2021/02/08 05:04:44 DEBUG : potato2: Excluded 2021/02/08 05:04:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:44 DEBUG : empty space: Unchanged skipping 2021/02/08 05:04:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:44 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:44 INFO : enormous: Deleted 2021/02/08 05:04:44 INFO : potato2: Deleted 2021/02/08 05:04:44 INFO : There was nothing to transfer 2021/02/08 05:04:44 DEBUG : Local file system at /tmp/rclone106904570: Waiting for checks to finish 2021/02/08 05:04:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:44 DEBUG : empty space: Unchanged skipping 2021/02/08 05:04:44 DEBUG : Local file system at /tmp/rclone106904570: Waiting for transfers to finish 2021/02/08 05:04:44 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:44 INFO : enormous: Deleted 2021/02/08 05:04:44 INFO : potato2: Deleted 2021/02/08 05:04:44 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (1.40s) === RUN TestSyncWithUpdateOlder run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:04:46 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:46 DEBUG : one: Destination is newer than source, skipping 2021/02/08 05:04:46 DEBUG : four: Sizes differ (src 4 vs dst 8) 2021/02/08 05:04:46 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2021/02/08 05:04:46 DEBUG : three: Sizes identical 2021/02/08 05:04:46 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2021/02/08 05:04:46 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:46 INFO : four: Copied (replaced existing) 2021/02/08 05:04:46 INFO : two: Copied (replaced existing) 2021/02/08 05:04:50 INFO : five: Copied (new) 2021/02/08 05:04:50 DEBUG : Waiting for deletions to finish sync_test.go:1056: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (7.44s) === RUN TestSyncWithMaxDuration sync_test.go:1074: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" sync_test.go:1128: Can track renames: false 2021/02/08 05:04:52 ERROR : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Ignoring --track-renames as the source and destination do not have a common hash 2021/02/08 05:04:52 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:52 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:52 INFO : yam: Copied (new) 2021/02/08 05:04:54 INFO : potato: Copied (new) 2021/02/08 05:04:54 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:55 ERROR : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Ignoring --track-renames as the source and destination do not have a common hash 2021/02/08 05:04:55 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:04:55 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:04:55 DEBUG : potato: Unchanged skipping 2021/02/08 05:04:55 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:04:57 INFO : yaml: Copied (new) 2021/02/08 05:04:57 DEBUG : Waiting for deletions to finish 2021/02/08 05:04:57 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (9.99s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" sync_test.go:1201: Can track renames: true 2021/02/08 05:05:02 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Making map for --track-renames 2021/02/08 05:05:02 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Finished making map for --track-renames 2021/02/08 05:05:02 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:05:02 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for renames to finish 2021/02/08 05:05:02 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:05:02 INFO : yam: Copied (new) 2021/02/08 05:05:04 INFO : potato: Copied (new) 2021/02/08 05:05:04 DEBUG : Waiting for deletions to finish 2021/02/08 05:05:05 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Making map for --track-renames 2021/02/08 05:05:05 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Finished making map for --track-renames 2021/02/08 05:05:05 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:05:05 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:05:05 DEBUG : potato: Unchanged skipping 2021/02/08 05:05:05 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for renames to finish 2021/02/08 05:05:08 INFO : yam: Copied (server-side copy) to: yaml 2021/02/08 05:05:08 INFO : yam: Deleted 2021/02/08 05:05:08 INFO : yaml: Renamed from "yam" 2021/02/08 05:05:08 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:05:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (11.75s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" sync_test.go:1241: Can track renames: true 2021/02/08 05:05:13 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Making map for --track-renames 2021/02/08 05:05:13 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Finished making map for --track-renames 2021/02/08 05:05:13 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:05:13 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for renames to finish 2021/02/08 05:05:13 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:05:16 INFO : sub/yam: Copied (new) 2021/02/08 05:05:16 INFO : potato: Copied (new) 2021/02/08 05:05:16 DEBUG : Waiting for deletions to finish 2021/02/08 05:05:16 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:05:16 DEBUG : potato: Unchanged skipping 2021/02/08 05:05:16 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Making map for --track-renames 2021/02/08 05:05:16 INFO : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Finished making map for --track-renames 2021/02/08 05:05:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:05:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for renames to finish 2021/02/08 05:05:18 INFO : sub/yam: Copied (server-side copy) to: yam 2021/02/08 05:05:20 INFO : sub/yam: Deleted 2021/02/08 05:05:20 INFO : yam: Renamed from "sub/yam" 2021/02/08 05:05:20 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:05:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.22s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:05:22 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:05:22 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:05:24 INFO : sub dir/hello world: Copied (new) 2021/02/08 05:05:24 INFO : sub dir/hello world: Deleted 2021/02/08 05:05:24 INFO : nested/sub dir/file: Copied (new) 2021/02/08 05:05:24 INFO : nested/sub dir/file: Deleted 2021/02/08 05:05:24 DEBUG : sub dir: Removing directory 2021/02/08 05:05:24 DEBUG : nested/sub dir: Removing directory 2021/02/08 05:05:24 DEBUG : nested: Removing directory 2021/02/08 05:05:24 DEBUG : Local file system at /tmp/rclone106904570: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (7.10s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:05:29 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:05:29 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:05:32 INFO : sub dir/hello world: Copied (new) 2021/02/08 05:05:32 INFO : sub dir/hello world: Deleted 2021/02/08 05:05:32 INFO : nested/sub dir/file: Copied (new) 2021/02/08 05:05:32 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (7.31s) === RUN TestServerSideMove run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:05:36 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-buvahes0libenan6bawagok7" 2021/02/08 05:05:36 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-buvahes0libenan6bawagok7.bin" 2021/02/08 05:05:37 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-buvahes0libenan6bawagok7" sync_test.go:1294: Server side move (if possible) Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2' -> Encrypted drive 'TestCryptSwift:rclone-test-buvahes0libenan6bawagok7' 2021/02/08 05:05:44 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/02/08 05:05:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-buvahes0libenan6bawagok7': Waiting for checks to finish 2021/02/08 05:05:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:05:44 DEBUG : empty space: Unchanged skipping 2021/02/08 05:05:44 INFO : empty space: Deleted 2021/02/08 05:05:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-buvahes0libenan6bawagok7': Waiting for transfers to finish 2021/02/08 05:05:48 INFO : potato2: Copied (server-side copy) 2021/02/08 05:05:48 INFO : potato3: Copied (server-side copy) 2021/02/08 05:05:48 INFO : potato2: Deleted 2021/02/08 05:05:49 INFO : potato3: Deleted 2021/02/08 05:05:50 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-tuseyij0qenukup2tukakiw1" 2021/02/08 05:05:50 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-tuseyij0qenukup2tukakiw1.bin" 2021/02/08 05:05:50 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-tuseyij0qenukup2tukakiw1" 2021/02/08 05:05:51 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-tuseyij0qenukup2tukakiw1': Waiting for checks to finish 2021/02/08 05:05:51 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-tuseyij0qenukup2tukakiw1': Waiting for transfers to finish 2021/02/08 05:05:52 INFO : empty space: Copied (server-side copy) 2021/02/08 05:05:52 INFO : potato3: Copied (server-side copy) 2021/02/08 05:05:54 INFO : empty space: Deleted 2021/02/08 05:05:54 INFO : potato3: Deleted 2021/02/08 05:05:55 INFO : potato2: Copied (server-side copy) 2021/02/08 05:05:57 INFO : potato2: Deleted 2021/02/08 05:05:58 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-tuseyij0qenukup2tukakiw1': Purge remote 2021/02/08 05:05:58 DEBUG : Waiting for deletions to finish 2021/02/08 05:05:58 INFO : potato3.bin: Deleted 2021/02/08 05:05:58 INFO : empty space.bin: Deleted 2021/02/08 05:06:00 INFO : potato2.bin: Deleted 2021/02/08 05:06:00 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-buvahes0libenan6bawagok7': Purge remote 2021/02/08 05:06:00 DEBUG : Waiting for deletions to finish --- PASS: TestServerSideMove (24.22s) === RUN TestServerSideMoveWithFilter run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:06:00 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-xoralan4fodisey9qulukob1" 2021/02/08 05:06:00 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-xoralan4fodisey9qulukob1.bin" 2021/02/08 05:06:01 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-xoralan4fodisey9qulukob1" sync_test.go:1294: Server side move (if possible) Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2' -> Encrypted drive 'TestCryptSwift:rclone-test-xoralan4fodisey9qulukob1' 2021/02/08 05:06:08 DEBUG : empty space: Excluded 2021/02/08 05:06:08 DEBUG : empty space: Excluded 2021/02/08 05:06:08 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/02/08 05:06:08 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-xoralan4fodisey9qulukob1': Waiting for checks to finish 2021/02/08 05:06:08 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-xoralan4fodisey9qulukob1': Waiting for transfers to finish 2021/02/08 05:06:10 INFO : potato2: Copied (server-side copy) 2021/02/08 05:06:11 INFO : potato2: Deleted 2021/02/08 05:06:11 INFO : potato3: Copied (server-side copy) 2021/02/08 05:06:11 INFO : potato3: Deleted 2021/02/08 05:06:12 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-wunakud4taneyid3gumanip4" 2021/02/08 05:06:12 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-wunakud4taneyid3gumanip4.bin" 2021/02/08 05:06:13 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-wunakud4taneyid3gumanip4" 2021/02/08 05:06:13 DEBUG : empty space: Excluded 2021/02/08 05:06:13 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-wunakud4taneyid3gumanip4': Waiting for checks to finish 2021/02/08 05:06:13 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-wunakud4taneyid3gumanip4': Waiting for transfers to finish 2021/02/08 05:06:17 INFO : potato2: Copied (server-side copy) 2021/02/08 05:06:17 INFO : potato3: Copied (server-side copy) 2021/02/08 05:06:19 INFO : potato2: Deleted 2021/02/08 05:06:19 INFO : potato3: Deleted 2021/02/08 05:06:20 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-wunakud4taneyid3gumanip4': Purge remote 2021/02/08 05:06:20 DEBUG : Waiting for deletions to finish 2021/02/08 05:06:22 INFO : potato2.bin: Deleted 2021/02/08 05:06:22 INFO : potato3.bin: Deleted 2021/02/08 05:06:22 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-xoralan4fodisey9qulukob1': Purge remote 2021/02/08 05:06:22 DEBUG : Waiting for deletions to finish 2021/02/08 05:06:23 INFO : empty space.bin: Deleted --- PASS: TestServerSideMoveWithFilter (23.47s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:06:24 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-dicowad9fuzadif4tobobuk3" 2021/02/08 05:06:24 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-dicowad9fuzadif4tobobuk3.bin" 2021/02/08 05:06:25 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-dicowad9fuzadif4tobobuk3" 2021/02/08 05:06:26 DEBUG : tomatoDir: Making directory sync_test.go:1294: Server side move (if possible) Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2' -> Encrypted drive 'TestCryptSwift:rclone-test-dicowad9fuzadif4tobobuk3' 2021/02/08 05:06:27 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2021/02/08 05:06:27 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-dicowad9fuzadif4tobobuk3': Waiting for checks to finish 2021/02/08 05:06:27 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:06:27 DEBUG : empty space: Unchanged skipping 2021/02/08 05:06:27 INFO : empty space: Deleted 2021/02/08 05:06:27 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-dicowad9fuzadif4tobobuk3': Waiting for transfers to finish 2021/02/08 05:06:28 INFO : potato3: Copied (server-side copy) 2021/02/08 05:06:28 INFO : potato2: Copied (server-side copy) 2021/02/08 05:06:28 INFO : potato3: Deleted 2021/02/08 05:06:28 INFO : potato2: Deleted 2021/02/08 05:06:28 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-muyonec1juhazeh0texebow7" 2021/02/08 05:06:28 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-muyonec1juhazeh0texebow7.bin" 2021/02/08 05:06:29 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-muyonec1juhazeh0texebow7" 2021/02/08 05:06:30 DEBUG : tomatoDir: Making directory 2021/02/08 05:06:30 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-muyonec1juhazeh0texebow7': Waiting for checks to finish 2021/02/08 05:06:30 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-muyonec1juhazeh0texebow7': Waiting for transfers to finish 2021/02/08 05:06:31 INFO : potato2: Copied (server-side copy) 2021/02/08 05:06:31 INFO : potato3: Copied (server-side copy) 2021/02/08 05:06:31 INFO : empty space: Copied (server-side copy) 2021/02/08 05:06:31 INFO : potato2: Deleted 2021/02/08 05:06:31 INFO : potato3: Deleted 2021/02/08 05:06:31 INFO : empty space: Deleted 2021/02/08 05:06:31 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-muyonec1juhazeh0texebow7': Purge remote 2021/02/08 05:06:31 DEBUG : Waiting for deletions to finish 2021/02/08 05:06:32 INFO : potato3.bin: Deleted 2021/02/08 05:06:32 INFO : empty space.bin: Deleted 2021/02/08 05:06:32 INFO : potato2.bin: Deleted 2021/02/08 05:06:32 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-dicowad9fuzadif4tobobuk3': Purge remote 2021/02/08 05:06:32 DEBUG : Waiting for deletions to finish --- PASS: TestServerSideMoveDeleteEmptySourceDirs (8.13s) === RUN TestServerSideMoveOverlap run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:06:32 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/rclone-move-test" 2021/02/08 05:06:32 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/rclone-move-test.bin" 2021/02/08 05:06:32 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/rclone-move-test" --- PASS: TestServerSideMoveOverlap (1.61s) === RUN TestSyncOverlap run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:06:33 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/rclone-sync-test" 2021/02/08 05:06:34 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/rclone-sync-test.bin" 2021/02/08 05:06:34 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/rclone-sync-test" --- PASS: TestSyncOverlap (1.32s) === RUN TestSyncCompareDest run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:06:35 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:06:35 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst.bin" 2021/02/08 05:06:36 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:06:36 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/CompareDest" 2021/02/08 05:06:36 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/CompareDest.bin" 2021/02/08 05:06:37 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/CompareDest" 2021/02/08 05:06:38 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:06:38 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:06:40 INFO : one: Copied (new) 2021/02/08 05:06:40 DEBUG : Waiting for deletions to finish 2021/02/08 05:06:41 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:06:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:06:41 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:06:44 INFO : one: Copied (replaced existing) 2021/02/08 05:06:44 DEBUG : Waiting for deletions to finish 2021/02/08 05:06:47 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:06:47 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:06:47 DEBUG : one: Destination found in --compare-dest, skipping 2021/02/08 05:06:47 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:06:47 DEBUG : Waiting for deletions to finish 2021/02/08 05:06:47 INFO : There was nothing to transfer 2021/02/08 05:06:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:06:50 DEBUG : two: Destination found in --compare-dest, skipping 2021/02/08 05:06:50 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:06:50 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:06:50 DEBUG : one: Destination found in --compare-dest, skipping 2021/02/08 05:06:50 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:06:50 DEBUG : Waiting for deletions to finish 2021/02/08 05:06:50 INFO : There was nothing to transfer 2021/02/08 05:06:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:06:50 DEBUG : two: Destination found in --compare-dest, skipping 2021/02/08 05:06:50 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:06:50 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:06:50 DEBUG : one: Destination found in --compare-dest, skipping 2021/02/08 05:06:50 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:06:50 DEBUG : Waiting for deletions to finish 2021/02/08 05:06:50 INFO : There was nothing to transfer 2021/02/08 05:06:51 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/02/08 05:06:51 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:06:51 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:06:51 DEBUG : one: Destination found in --compare-dest, skipping 2021/02/08 05:06:51 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:06:51 INFO : two: Copied (new) 2021/02/08 05:06:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (21.41s) === RUN TestSyncCopyDest run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:06:56 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:06:56 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst.bin" 2021/02/08 05:06:57 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:06:58 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/CopyDest" 2021/02/08 05:06:58 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/CopyDest.bin" 2021/02/08 05:06:58 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/CopyDest" 2021/02/08 05:07:00 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:07:00 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:07:03 INFO : one: Copied (new) 2021/02/08 05:07:03 DEBUG : Waiting for deletions to finish 2021/02/08 05:07:04 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:07:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:07:04 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:07:07 INFO : one: Copied (replaced existing) 2021/02/08 05:07:07 DEBUG : Waiting for deletions to finish 2021/02/08 05:07:12 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/BackupDir" 2021/02/08 05:07:12 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/BackupDir.bin" 2021/02/08 05:07:13 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/BackupDir" 2021/02/08 05:07:14 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:07:14 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:07:17 INFO : one: Copied (server-side copy) 2021/02/08 05:07:20 INFO : one: Deleted 2021/02/08 05:07:24 INFO : one: Copied (server-side copy) 2021/02/08 05:07:24 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/02/08 05:07:24 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:07:24 DEBUG : Waiting for deletions to finish 2021/02/08 05:07:29 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:30 INFO : two: Copied (server-side copy) 2021/02/08 05:07:30 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/02/08 05:07:30 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:07:30 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:30 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:30 DEBUG : one: Unchanged skipping 2021/02/08 05:07:30 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:07:30 DEBUG : Waiting for deletions to finish 2021/02/08 05:07:30 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:07:30 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:30 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:30 DEBUG : one: Unchanged skipping 2021/02/08 05:07:30 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:30 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:30 DEBUG : two: Unchanged skipping 2021/02/08 05:07:30 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:07:30 DEBUG : Waiting for deletions to finish 2021/02/08 05:07:30 INFO : There was nothing to transfer 2021/02/08 05:07:35 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/02/08 05:07:35 DEBUG : three: Destination not found in --copy-dest 2021/02/08 05:07:35 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:07:35 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:35 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:35 DEBUG : one: Unchanged skipping 2021/02/08 05:07:35 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:35 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:07:35 DEBUG : two: Unchanged skipping 2021/02/08 05:07:35 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:07:38 INFO : three: Copied (new) 2021/02/08 05:07:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (55.74s) === RUN TestSyncBackupDir run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:07:57 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:07:58 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst.bin" 2021/02/08 05:07:58 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:07:59 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/backup" 2021/02/08 05:07:59 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/backup.bin" 2021/02/08 05:07:59 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/backup" 2021/02/08 05:08:00 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/02/08 05:08:00 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:08:00 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:08:00 DEBUG : two: Unchanged skipping 2021/02/08 05:08:01 INFO : one: Copied (server-side copy) 2021/02/08 05:08:03 INFO : one: Deleted 2021/02/08 05:08:03 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:08:05 INFO : one: Copied (new) 2021/02/08 05:08:05 DEBUG : Waiting for deletions to finish 2021/02/08 05:08:09 INFO : three.txt: Copied (server-side copy) 2021/02/08 05:08:11 INFO : three.txt: Deleted 2021/02/08 05:08:11 INFO : three.txt: Moved into backup dir 2021/02/08 05:08:14 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/02/08 05:08:14 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:08:14 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:08:14 DEBUG : two: Unchanged skipping 2021/02/08 05:08:15 INFO : one: Copied (server-side copy) 2021/02/08 05:08:18 INFO : one: Deleted 2021/02/08 05:08:18 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:08:21 INFO : one: Copied (new) 2021/02/08 05:08:21 DEBUG : Waiting for deletions to finish 2021/02/08 05:08:24 INFO : three.txt: Copied (server-side copy) 2021/02/08 05:08:26 INFO : three.txt: Deleted 2021/02/08 05:08:26 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (39.41s) === RUN TestSyncBackupDirWithSuffix run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:08:36 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:08:36 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst.bin" 2021/02/08 05:08:37 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:08:38 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/backup" 2021/02/08 05:08:38 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/backup.bin" 2021/02/08 05:08:38 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/backup" 2021/02/08 05:08:39 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/02/08 05:08:39 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:08:39 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:08:39 DEBUG : two: Unchanged skipping 2021/02/08 05:08:42 INFO : one: Copied (server-side copy) to: one.bak 2021/02/08 05:08:44 INFO : one: Deleted 2021/02/08 05:08:44 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:08:46 INFO : one: Copied (new) 2021/02/08 05:08:46 DEBUG : Waiting for deletions to finish 2021/02/08 05:08:48 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/02/08 05:08:49 INFO : three.txt: Deleted 2021/02/08 05:08:49 INFO : three.txt: Moved into backup dir 2021/02/08 05:08:53 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/02/08 05:08:53 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:08:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:08:53 DEBUG : two: Unchanged skipping 2021/02/08 05:08:56 INFO : one: Copied (server-side copy) to: one.bak 2021/02/08 05:08:58 INFO : one: Deleted 2021/02/08 05:08:58 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:09:01 INFO : one: Copied (new) 2021/02/08 05:09:01 DEBUG : Waiting for deletions to finish 2021/02/08 05:09:03 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/02/08 05:09:06 INFO : three.txt: Deleted 2021/02/08 05:09:06 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (38.45s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:09:16 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:09:16 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst.bin" 2021/02/08 05:09:16 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:09:17 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/backup" 2021/02/08 05:09:17 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/backup.bin" 2021/02/08 05:09:18 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/backup" 2021/02/08 05:09:18 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/02/08 05:09:18 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:09:18 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:09:18 DEBUG : two: Unchanged skipping 2021/02/08 05:09:20 INFO : one: Copied (server-side copy) to: one-2019-01-01 2021/02/08 05:09:22 INFO : one: Deleted 2021/02/08 05:09:22 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:09:24 INFO : one: Copied (new) 2021/02/08 05:09:24 DEBUG : Waiting for deletions to finish 2021/02/08 05:09:25 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2021/02/08 05:09:27 INFO : three.txt: Deleted 2021/02/08 05:09:27 INFO : three.txt: Moved into backup dir 2021/02/08 05:09:30 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/02/08 05:09:30 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:09:30 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:09:30 DEBUG : two: Unchanged skipping 2021/02/08 05:09:31 INFO : one: Copied (server-side copy) to: one-2019-01-01 2021/02/08 05:09:32 INFO : one: Deleted 2021/02/08 05:09:32 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:09:36 INFO : one: Copied (new) 2021/02/08 05:09:36 DEBUG : Waiting for deletions to finish 2021/02/08 05:09:37 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2021/02/08 05:09:39 INFO : three.txt: Deleted 2021/02/08 05:09:39 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (31.13s) === RUN TestSyncBackupDirSuffixOnly run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:09:46 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:09:46 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst.bin" 2021/02/08 05:09:47 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:09:47 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/02/08 05:09:47 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:09:47 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:09:47 DEBUG : two: Unchanged skipping 2021/02/08 05:09:49 INFO : one: Copied (server-side copy) to: one.bak 2021/02/08 05:09:51 INFO : one: Deleted 2021/02/08 05:09:51 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:09:53 INFO : one: Copied (new) 2021/02/08 05:09:53 DEBUG : Waiting for deletions to finish 2021/02/08 05:09:59 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/02/08 05:10:01 INFO : three.txt: Deleted 2021/02/08 05:10:01 INFO : three.txt: Moved into backup dir 2021/02/08 05:10:04 DEBUG : one.bak: Excluded 2021/02/08 05:10:04 DEBUG : three.txt.bak: Excluded 2021/02/08 05:10:04 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/02/08 05:10:04 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for checks to finish 2021/02/08 05:10:04 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:10:04 DEBUG : two: Unchanged skipping 2021/02/08 05:10:05 INFO : one: Copied (server-side copy) to: one.bak 2021/02/08 05:10:07 INFO : one: Deleted 2021/02/08 05:10:07 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst': Waiting for transfers to finish 2021/02/08 05:10:09 INFO : one: Copied (new) 2021/02/08 05:10:09 DEBUG : Waiting for deletions to finish 2021/02/08 05:10:13 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/02/08 05:10:16 INFO : three.txt: Deleted 2021/02/08 05:10:16 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (39.58s) === RUN TestSyncSuffix run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:10:27 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:10:27 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst.bin" 2021/02/08 05:10:27 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:10:28 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/02/08 05:10:29 INFO : one: Copied (server-side copy) to: one.bak 2021/02/08 05:10:31 INFO : one: Deleted 2021/02/08 05:10:34 INFO : one: Copied (new) 2021/02/08 05:10:34 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:10:34 DEBUG : two: Unchanged skipping 2021/02/08 05:10:34 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/02/08 05:10:38 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/02/08 05:10:40 INFO : three.txt: Deleted 2021/02/08 05:10:43 INFO : three.txt: Copied (new) 2021/02/08 05:10:45 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/02/08 05:10:46 INFO : one: Copied (server-side copy) to: one.bak 2021/02/08 05:10:48 INFO : one: Deleted 2021/02/08 05:10:50 INFO : one: Copied (new) 2021/02/08 05:10:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:10:50 DEBUG : two: Unchanged skipping 2021/02/08 05:10:51 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/02/08 05:10:55 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2021/02/08 05:10:57 INFO : three.txt: Deleted 2021/02/08 05:10:59 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (44.44s) === RUN TestSyncSuffixKeepExtension run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:11:06 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:11:06 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst.bin" 2021/02/08 05:11:06 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-qikecix2pebanev4relajec2/dst" 2021/02/08 05:11:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2021/02/08 05:11:07 INFO : one: Copied (server-side copy) to: one-2019-01-01 2021/02/08 05:11:07 INFO : one: Deleted 2021/02/08 05:11:08 INFO : one: Copied (new) 2021/02/08 05:11:08 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:11:08 DEBUG : two: Unchanged skipping 2021/02/08 05:11:08 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2021/02/08 05:11:08 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2021/02/08 05:11:08 INFO : three.txt: Deleted 2021/02/08 05:11:09 INFO : three.txt: Copied (new) 2021/02/08 05:11:09 DEBUG : one: Sizes differ (src 5 vs dst 4) 2021/02/08 05:11:10 INFO : one: Copied (server-side copy) to: one-2019-01-01 2021/02/08 05:11:10 INFO : one: Deleted 2021/02/08 05:11:10 INFO : one: Copied (new) 2021/02/08 05:11:10 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:11:10 DEBUG : two: Unchanged skipping 2021/02/08 05:11:10 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2021/02/08 05:11:11 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2021/02/08 05:11:11 INFO : three.txt: Deleted 2021/02/08 05:11:11 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (7.28s) === RUN TestSyncUTFNorm run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:11:13 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:11:13 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2021/02/08 05:11:13 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:11:13 INFO : Testêé: Copied (replaced existing) to: Testêé 2021/02/08 05:11:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.10s) === RUN TestSyncImmutable run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:11:14 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:11:14 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:11:15 INFO : existing: Copied (new) 2021/02/08 05:11:15 DEBUG : Waiting for deletions to finish 2021/02/08 05:11:15 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2021/02/08 05:11:15 ERROR : existing: Source and destination exist but do not match: immutable file modified 2021/02/08 05:11:15 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:11:15 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:11:15 ERROR : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': not deleting files as there were IO errors 2021/02/08 05:11:15 ERROR : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (0.99s) === RUN TestSyncIgnoreCase run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" 2021/02/08 05:11:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for checks to finish 2021/02/08 05:11:16 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/02/08 05:11:16 DEBUG : existing: Unchanged skipping 2021/02/08 05:11:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Waiting for transfers to finish 2021/02/08 05:11:16 DEBUG : Waiting for deletions to finish 2021/02/08 05:11:16 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (0.75s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" sync_test.go:1986: This test only runs on local === RUN TestMaxTransfer/Soft run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" sync_test.go:1986: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:176: Remote "Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2'", Local "Local file system at /tmp/rclone106904570", Modify Window "1ns" sync_test.go:1986: This test only runs on local --- PASS: TestMaxTransfer (0.25s) --- SKIP: TestMaxTransfer/Hard (0.03s) --- SKIP: TestMaxTransfer/Soft (0.02s) --- SKIP: TestMaxTransfer/Cautious (0.20s) PASS 2021/02/08 05:11:16 DEBUG : Encrypted drive 'TestCryptSwift:rclone-test-qikecix2pebanev4relajec2': Purge remote 2021/02/08 05:11:16 DEBUG : Waiting for deletions to finish "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptSwift: -verbose" - Finished OK in 9m2.378261118s (try 1/5)