"./operations.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Starting (try 1/5) 2020/11/03 05:30:41 DEBUG : Creating backend with remote "TestDrive:rclone-test-zayubif3hokefib0zocacij3" 2020/11/03 05:30:43 DEBUG : Creating backend with remote "/tmp/rclone938319022" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateChunks === RUN TestMultithreadCalculateChunks/{size:1_streams:10_wantPartSize:65536_wantStreams:1} === RUN TestMultithreadCalculateChunks/{size:1048576_streams:1_wantPartSize:1048576_wantStreams:1} === RUN TestMultithreadCalculateChunks/{size:1048576_streams:2_wantPartSize:524288_wantStreams:2} === RUN TestMultithreadCalculateChunks/{size:1048577_streams:2_wantPartSize:589824_wantStreams:2} === RUN TestMultithreadCalculateChunks/{size:1048575_streams:2_wantPartSize:524288_wantStreams:2} --- PASS: TestMultithreadCalculateChunks (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1_streams:10_wantPartSize:65536_wantStreams:1} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048576_streams:1_wantPartSize:1048576_wantStreams:1} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048576_streams:2_wantPartSize:524288_wantStreams:2} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048577_streams:2_wantPartSize:589824_wantStreams:2} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048575_streams:2_wantPartSize:524288_wantStreams:2} (0.00s) === RUN TestMultithreadCopy run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" === RUN TestMultithreadCopy/{size:131071_streams:2} 2020/11/03 05:30:46 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2020/11/03 05:30:46 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2020/11/03 05:30:46 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2020/11/03 05:30:47 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2020/11/03 05:30:47 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2020/11/03 05:30:47 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2020/11/03 05:30:49 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2020/11/03 05:30:49 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2020/11/03 05:30:49 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2020/11/03 05:30:50 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2020/11/03 05:30:50 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2020/11/03 05:30:50 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2020/11/03 05:30:52 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2020/11/03 05:30:52 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2020/11/03 05:30:52 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2020/11/03 05:30:53 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2020/11/03 05:30:53 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2020/11/03 05:30:53 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (11.50s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (4.65s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (2.92s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (2.85s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2020/11/03 05:30:54 DEBUG : potato: Reopen failed after 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Range === RUN TestReOpen/Range/Basics === RUN TestReOpen/Range/ErrorAtStart === RUN TestReOpen/Range/WithErrors 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2020/11/03 05:30:54 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2020/11/03 05:30:54 DEBUG : potato: Reopen failed after 6 bytes read: failed to reopen: too many retries --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Seek (0.00s) --- PASS: TestReOpen/Seek/Basics (0.00s) --- PASS: TestReOpen/Seek/ErrorAtStart (0.00s) --- PASS: TestReOpen/Seek/WithErrors (0.00s) --- PASS: TestReOpen/Seek/TooManyErrors (0.00s) --- PASS: TestReOpen/Range (0.00s) --- PASS: TestReOpen/Range/Basics (0.00s) --- PASS: TestReOpen/Range/ErrorAtStart (0.00s) --- PASS: TestReOpen/Range/WithErrors (0.00s) --- PASS: TestReOpen/Range/TooManyErrors (0.00s) === RUN TestCheck run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.71s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2020/11/03 05:31:06 DEBUG : Creating backend with remote "non-existent" 2020/11/03 05:31:06 DEBUG : Creating backend with remote "non-existent" 2020/11/03 05:31:06 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2020/11/03 05:31:06 ERROR : : error reading source directory: directory not found 2020/11/03 05:31:06 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2020/11/03 05:31:06 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.86s) --- PASS: TestCheckDownload/1 (0.93s) --- PASS: TestCheckDownload/2 (0.87s) --- PASS: TestCheckDownload/3 (0.63s) --- PASS: TestCheckDownload/4 (1.14s) --- PASS: TestCheckDownload/5 (1.02s) --- PASS: TestCheckDownload/6 (0.99s) --- PASS: TestCheckDownload/7 (0.99s) === RUN TestCheckSizeOnly run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.32s) --- PASS: TestCheckSizeOnly/1 (0.34s) --- PASS: TestCheckSizeOnly/2 (0.33s) --- PASS: TestCheckSizeOnly/3 (0.40s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.30s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestDeduplicateInteractive run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:31:39 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using interactive mode. 2020/11/03 05:31:40 NOTICE: one: Found 3 files with duplicate names 2020/11/03 05:31:40 NOTICE: one: Deleting 2/3 identical duplicates (MD5 0f6d3e59c45e54d0f2cb30fb594620a3) 2020/11/03 05:31:41 INFO : one: Deleted 2020/11/03 05:31:41 INFO : one: Deleted 2020/11/03 05:31:41 NOTICE: one: All duplicates removed --- PASS: TestDeduplicateInteractive (7.67s) === RUN TestDeduplicateSkip run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:31:47 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using skip mode. 2020/11/03 05:31:47 NOTICE: one: Found 3 files with duplicate names 2020/11/03 05:31:47 NOTICE: one: Deleting 1/2 identical duplicates (MD5 0f6d3e59c45e54d0f2cb30fb594620a3) 2020/11/03 05:31:48 INFO : one: Deleted 2020/11/03 05:31:48 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (7.39s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:31:55 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using skip mode. 2020/11/03 05:31:55 NOTICE: one: Found 3 files with duplicate names 2020/11/03 05:31:55 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2020/11/03 05:31:56 INFO : one: Deleted 2020/11/03 05:31:56 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.03s) === RUN TestDeduplicateFirst run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:32:03 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using first mode. 2020/11/03 05:32:03 NOTICE: one: Found 3 files with duplicate names 2020/11/03 05:32:04 INFO : one: Deleted 2020/11/03 05:32:05 INFO : one: Deleted 2020/11/03 05:32:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.64s) === RUN TestDeduplicateNewest run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:32:10 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using newest mode. 2020/11/03 05:32:11 NOTICE: one: Found 3 files with duplicate names 2020/11/03 05:32:11 INFO : one: Deleted 2020/11/03 05:32:12 INFO : one: Deleted 2020/11/03 05:32:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.46s) === RUN TestDeduplicateOldest run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:32:18 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using oldest mode. 2020/11/03 05:32:19 NOTICE: one: Found 3 files with duplicate names 2020/11/03 05:32:19 INFO : one: Deleted 2020/11/03 05:32:20 INFO : one: Deleted 2020/11/03 05:32:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.27s) === RUN TestDeduplicateLargest run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:32:26 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using largest mode. 2020/11/03 05:32:27 NOTICE: one: Found 3 files with duplicate names 2020/11/03 05:32:27 INFO : one: Deleted 2020/11/03 05:32:28 INFO : one: Deleted 2020/11/03 05:32:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.79s) === RUN TestDeduplicateSmallest run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:32:34 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using smallest mode. 2020/11/03 05:32:34 NOTICE: one: Found 3 files with duplicate names 2020/11/03 05:32:35 INFO : one: Deleted 2020/11/03 05:32:35 INFO : one: Deleted 2020/11/03 05:32:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.33s) === RUN TestDeduplicateRename run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:32:42 INFO : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Looking for duplicates using rename mode. 2020/11/03 05:32:42 NOTICE: one.txt: Found 3 files with duplicate names 2020/11/03 05:32:44 INFO : one-2.txt: renamed from: one.txt 2020/11/03 05:32:45 INFO : one-3.txt: renamed from: one.txt 2020/11/03 05:32:46 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.91s) === RUN TestMergeDirs run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:32:58 INFO : dupe2: merging "two.txt" 2020/11/03 05:32:59 INFO : dupe2: removing empty directory 2020/11/03 05:33:00 INFO : dupe3: merging "three.txt" 2020/11/03 05:33:01 INFO : dupe3: removing empty directory 2020/11/03 05:33:05 DEBUG : dupe1: Rmdir: contains trashed file: "three.txt" 2020/11/03 05:33:05 DEBUG : dupe1: Rmdir: contains trashed file: "two.txt" 2020/11/03 05:33:05 DEBUG : dupe1: Rmdir: contains trashed file: "one.txt" --- PASS: TestMergeDirs (15.94s) === RUN TestListDirSorted run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:33:21 DEBUG : a.txt: Excluded 2020/11/03 05:33:22 DEBUG : sub dir/hello world2: Excluded 2020/11/03 05:33:22 DEBUG : sub dir/hello world: Excluded 2020/11/03 05:33:22 DEBUG : sub dir/ignore dir: Excluded 2020/11/03 05:33:22 DEBUG : sub dir/hello world2: Excluded 2020/11/03 05:33:22 DEBUG : sub dir/hello world: Excluded 2020/11/03 05:33:23 DEBUG : sub dir/ignore dir: Excluded 2020/11/03 05:33:28 DEBUG : sub dir/sub sub dir: Rmdir: contains trashed file: "hello world3" 2020/11/03 05:33:29 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: "should be ignored" 2020/11/03 05:33:29 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: ".ignore" 2020/11/03 05:33:30 DEBUG : sub dir: Rmdir: contains trashed file: "sub sub dir" 2020/11/03 05:33:30 DEBUG : sub dir: Rmdir: contains trashed file: "ignore dir" 2020/11/03 05:33:30 DEBUG : sub dir: Rmdir: contains trashed file: "hello world2" 2020/11/03 05:33:30 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestListDirSorted (25.64s) === RUN TestMkdir run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:33:31 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Making directory 2020/11/03 05:33:31 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Making directory --- PASS: TestMkdir (0.62s) === RUN TestLsd run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:33:36 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestLsd (5.47s) === RUN TestLs run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" --- PASS: TestLs (5.40s) === RUN TestLsWithFilesFrom run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:33:46 DEBUG : empty space: Excluded from sync (and deletion) --- PASS: TestLsWithFilesFrom (5.36s) === RUN TestLsLong run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" --- PASS: TestLsLong (4.92s) === RUN TestHashSums run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" --- PASS: TestHashSums (6.14s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:34:08 DEBUG : sub dir: Rmdir: contains trashed file: "potato3" --- PASS: TestCount (10.33s) === RUN TestDelete run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:34:14 DEBUG : Waiting for deletions to finish 2020/11/03 05:34:14 DEBUG : large: Excluded from sync (and deletion) 2020/11/03 05:34:15 INFO : medium: Deleted 2020/11/03 05:34:15 INFO : small: Deleted --- PASS: TestDelete (7.05s) === RUN TestRetry 2020/11/03 05:34:16 DEBUG : Received error: EOF - low level retry 1/5 2020/11/03 05:34:16 DEBUG : Received error: EOF - low level retry 2/5 2020/11/03 05:34:16 DEBUG : Received error: EOF - low level retry 1/5 2020/11/03 05:34:16 DEBUG : Received error: EOF - low level retry 2/5 2020/11/03 05:34:16 DEBUG : Received error: EOF - low level retry 3/5 2020/11/03 05:34:16 DEBUG : Received error: EOF - low level retry 4/5 2020/11/03 05:34:16 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" --- PASS: TestCat (11.59s) === RUN TestPurge 2020/11/03 05:34:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2020/11/03 05:34:28 DEBUG : Creating backend with remote "TestDrive:rclone-test-zixeyeb1kogimun2boxecop2" 2020/11/03 05:34:28 DEBUG : Creating backend with remote "/tmp/rclone242615824" run.go:176: Remote "Google drive root 'rclone-test-zixeyeb1kogimun2boxecop2'", Local "Local file system at /tmp/rclone242615824", Modify Window "1ms" 2020/11/03 05:34:35 DEBUG : A2: Making directory 2020/11/03 05:34:36 DEBUG : A1/B2: Making directory 2020/11/03 05:34:37 DEBUG : A1/B2/C2: Making directory 2020/11/03 05:34:38 DEBUG : A1/B1/C3: Making directory 2020/11/03 05:34:39 DEBUG : A3: Making directory 2020/11/03 05:34:40 DEBUG : A3/B3: Making directory 2020/11/03 05:34:41 DEBUG : A3/B3/C4: Making directory 2020/11/03 05:34:48 DEBUG : Google drive root 'rclone-test-zixeyeb1kogimun2boxecop2': Purge remote 2020/11/03 05:34:48 purge failed: directory not found --- PASS: TestPurge (20.12s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:34:53 DEBUG : A2: Making directory 2020/11/03 05:34:54 DEBUG : A1/B2: Making directory 2020/11/03 05:34:55 DEBUG : A1/B2/C2: Making directory 2020/11/03 05:34:56 DEBUG : A1/B1/C3: Making directory 2020/11/03 05:34:57 DEBUG : A3: Making directory 2020/11/03 05:34:58 DEBUG : A3/B3: Making directory 2020/11/03 05:34:59 DEBUG : A3/B3/C4: Making directory 2020/11/03 05:35:03 DEBUG : A3/B3/C4: Removing directory 2020/11/03 05:35:06 DEBUG : A3/B3: Removing directory 2020/11/03 05:35:07 DEBUG : A3/B3: Rmdir: contains trashed file: "C4" 2020/11/03 05:35:07 DEBUG : A3: Removing directory 2020/11/03 05:35:08 DEBUG : A3: Rmdir: contains trashed file: "B3" 2020/11/03 05:35:08 DEBUG : A2: Removing directory 2020/11/03 05:35:09 DEBUG : A1/B2/C2: Removing directory 2020/11/03 05:35:10 DEBUG : A1/B2: Removing directory 2020/11/03 05:35:10 DEBUG : A1/B2: Rmdir: contains trashed file: "C2" 2020/11/03 05:35:11 DEBUG : A1/B1/C3: Removing directory 2020/11/03 05:35:15 DEBUG : A1/B1/C1: Rmdir: contains trashed file: "one" 2020/11/03 05:35:16 DEBUG : A1/B1: Rmdir: contains trashed file: "C3" 2020/11/03 05:35:16 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2020/11/03 05:35:17 DEBUG : A1: Rmdir: contains trashed file: "B2" 2020/11/03 05:35:17 DEBUG : A1: Rmdir: contains trashed file: "B1" 2020/11/03 05:35:17 DEBUG : A1: Rmdir: contains trashed file: "two" --- PASS: TestRmdirsNoLeaveRoot (30.00s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:35:18 DEBUG : A1: Making directory 2020/11/03 05:35:19 DEBUG : A1/B1: Making directory 2020/11/03 05:35:20 DEBUG : A1/B1/C1: Making directory 2020/11/03 05:35:23 DEBUG : A1/B1/C1: Removing directory 2020/11/03 05:35:24 DEBUG : A1/B1: Removing directory 2020/11/03 05:35:24 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2020/11/03 05:35:26 DEBUG : A1: Rmdir: contains trashed file: "B1" --- PASS: TestRmdirsLeaveRoot (9.21s) === RUN TestCopyURL run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" --- PASS: TestCopyURL (7.93s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:35:36 DEBUG : file1: Need to transfer - File not found at Destination 2020/11/03 05:35:38 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2020/11/03 05:35:38 INFO : file1: Copied (new) to: sub/file2 2020/11/03 05:35:38 INFO : file1: Deleted 2020/11/03 05:35:39 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2020/11/03 05:35:39 DEBUG : file1: Unchanged skipping 2020/11/03 05:35:39 INFO : file1: Deleted 2020/11/03 05:35:40 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': don't need to copy/move sub/file2, it is already at target location 2020/11/03 05:35:41 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestMoveFile (6.85s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestMoveFileBackupDir run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:35:46 DEBUG : Creating backend with remote "TestDrive:rclone-test-zayubif3hokefib0zocacij3/backup" 2020/11/03 05:35:48 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2020/11/03 05:35:51 INFO : dst/file1: Moved (server-side) 2020/11/03 05:35:52 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2020/11/03 05:35:52 INFO : dst/file1: Copied (new) 2020/11/03 05:35:52 INFO : dst/file1: Deleted 2020/11/03 05:35:56 DEBUG : dst: Rmdir: contains trashed file: "file1" 2020/11/03 05:35:57 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2020/11/03 05:35:57 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestMoveFileBackupDir (15.78s) === RUN TestCopyFile run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:35:59 DEBUG : file1: Need to transfer - File not found at Destination 2020/11/03 05:36:01 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2020/11/03 05:36:01 INFO : file1: Copied (new) to: sub/file2 2020/11/03 05:36:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2020/11/03 05:36:02 DEBUG : file1: Unchanged skipping 2020/11/03 05:36:03 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': don't need to copy/move sub/file2, it is already at target location 2020/11/03 05:36:05 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestCopyFile (7.22s) === RUN TestCopyFileBackupDir run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:36:09 DEBUG : Creating backend with remote "TestDrive:rclone-test-zayubif3hokefib0zocacij3/backup" 2020/11/03 05:36:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2020/11/03 05:36:13 INFO : dst/file1: Moved (server-side) 2020/11/03 05:36:15 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2020/11/03 05:36:15 INFO : dst/file1: Copied (new) 2020/11/03 05:36:18 DEBUG : dst: Rmdir: contains trashed file: "file1" 2020/11/03 05:36:19 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2020/11/03 05:36:20 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestCopyFileBackupDir (15.01s) === RUN TestCopyFileCompareDest run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:36:21 DEBUG : Creating backend with remote "TestDrive:rclone-test-zayubif3hokefib0zocacij3/dst" 2020/11/03 05:36:22 DEBUG : Creating backend with remote "TestDrive:rclone-test-zayubif3hokefib0zocacij3/CompareDest" 2020/11/03 05:36:23 DEBUG : one: Need to transfer - File not found at Destination 2020/11/03 05:36:26 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2020/11/03 05:36:26 INFO : one: Copied (new) 2020/11/03 05:36:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/11/03 05:36:29 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2020/11/03 05:36:29 INFO : one: Copied (replaced existing) 2020/11/03 05:36:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/11/03 05:36:34 DEBUG : one: Destination found in --compare-dest, skipping 2020/11/03 05:36:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/11/03 05:36:37 DEBUG : two: Destination found in --compare-dest, skipping 2020/11/03 05:36:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/11/03 05:36:38 DEBUG : two: Destination found in --compare-dest, skipping 2020/11/03 05:36:40 DEBUG : two: Sizes differ (src 5 vs dst 3) 2020/11/03 05:36:40 DEBUG : two: Need to transfer - File not found at Destination 2020/11/03 05:36:41 DEBUG : two: MD5 = 2379e4ce8c3380e996ab0509f17069ad OK 2020/11/03 05:36:41 INFO : two: Copied (new) 2020/11/03 05:36:45 DEBUG : dst: Rmdir: contains trashed file: "two" 2020/11/03 05:36:45 DEBUG : dst: Rmdir: contains trashed file: "one" 2020/11/03 05:36:46 DEBUG : CompareDest: Rmdir: contains trashed file: "two" 2020/11/03 05:36:46 DEBUG : CompareDest: Rmdir: contains trashed file: "one" --- PASS: TestCopyFileCompareDest (26.11s) === RUN TestCopyFileCopyDest run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:36:47 DEBUG : Creating backend with remote "TestDrive:rclone-test-zayubif3hokefib0zocacij3/dst" 2020/11/03 05:36:48 DEBUG : Creating backend with remote "TestDrive:rclone-test-zayubif3hokefib0zocacij3/CopyDest" 2020/11/03 05:36:49 DEBUG : one: Need to transfer - File not found at Destination 2020/11/03 05:36:52 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2020/11/03 05:36:52 INFO : one: Copied (new) 2020/11/03 05:36:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/11/03 05:36:55 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2020/11/03 05:36:55 INFO : one: Copied (replaced existing) 2020/11/03 05:37:00 DEBUG : Creating backend with remote "TestDrive:rclone-test-zayubif3hokefib0zocacij3/BackupDir" 2020/11/03 05:37:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/11/03 05:37:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/11/03 05:37:03 INFO : one: Moved (server-side) 2020/11/03 05:37:05 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2020/11/03 05:37:05 INFO : one: Copied (server-side copy) 2020/11/03 05:37:05 DEBUG : one: Destination found in --copy-dest, using server-side copy 2020/11/03 05:37:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/11/03 05:37:09 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2020/11/03 05:37:09 INFO : two: Copied (server-side copy) 2020/11/03 05:37:09 DEBUG : two: Destination found in --copy-dest, using server-side copy 2020/11/03 05:37:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/11/03 05:37:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2020/11/03 05:37:10 DEBUG : two: Unchanged skipping 2020/11/03 05:37:13 DEBUG : three: Sizes differ (src 7 vs dst 5) 2020/11/03 05:37:13 DEBUG : three: Destination not found in --copy-dest 2020/11/03 05:37:13 DEBUG : three: Need to transfer - File not found at Destination 2020/11/03 05:37:15 DEBUG : three: MD5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2020/11/03 05:37:15 INFO : three: Copied (new) 2020/11/03 05:37:20 DEBUG : dst: Rmdir: contains trashed file: "three" 2020/11/03 05:37:20 DEBUG : dst: Rmdir: contains trashed file: "two" 2020/11/03 05:37:20 DEBUG : dst: Rmdir: contains trashed file: "one" 2020/11/03 05:37:21 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2020/11/03 05:37:21 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2020/11/03 05:37:21 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2020/11/03 05:37:22 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestCopyFileCopyDest (36.28s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlapping --- PASS: TestOverlapping (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:37:35 DEBUG : A1/B2: Making directory 2020/11/03 05:37:36 DEBUG : A1/B1/C3: Making directory 2020/11/03 05:37:50 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2020/11/03 05:37:50 INFO : A2/one: Moved (server-side) to: A3/one 2020/11/03 05:37:50 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2020/11/03 05:37:50 INFO : A2/two: Moved (server-side) to: A3/two 2020/11/03 05:37:51 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2020/11/03 05:37:55 DEBUG : A2/B1: Rmdir: contains trashed file: "C3" 2020/11/03 05:37:55 DEBUG : A2/B1: Rmdir: contains trashed file: "C2" 2020/11/03 05:37:55 DEBUG : A2/B1: Rmdir: contains trashed file: "C1" 2020/11/03 05:37:56 DEBUG : A2: Rmdir: contains trashed file: "B2" 2020/11/03 05:37:56 DEBUG : A2: Rmdir: contains trashed file: "B1" 2020/11/03 05:38:05 DEBUG : A3/B1/C2: Rmdir: contains trashed file: "five" 2020/11/03 05:38:06 DEBUG : A3/B1/C1: Rmdir: contains trashed file: "four" 2020/11/03 05:38:07 DEBUG : A3/B1: Rmdir: contains trashed file: "C3" 2020/11/03 05:38:07 DEBUG : A3/B1: Rmdir: contains trashed file: "C2" 2020/11/03 05:38:07 DEBUG : A3/B1: Rmdir: contains trashed file: "C1" 2020/11/03 05:38:07 DEBUG : A3/B1: Rmdir: contains trashed file: "three" 2020/11/03 05:38:07 DEBUG : A3: Rmdir: contains trashed file: "B2" 2020/11/03 05:38:07 DEBUG : A3: Rmdir: contains trashed file: "B1" 2020/11/03 05:38:07 DEBUG : A3: Rmdir: contains trashed file: "two" 2020/11/03 05:38:07 DEBUG : A3: Rmdir: contains trashed file: "one" --- PASS: TestDirMove (45.36s) === RUN TestGetFsInfo run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:38:09 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': File to upload is small (34 bytes), uploading instead of streaming 2020/11/03 05:38:11 DEBUG : no_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2020/11/03 05:38:11 INFO : no_checksum_small_file_from_pipe: Copied (new) 2020/11/03 05:38:11 DEBUG : no_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2020/11/03 05:38:13 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:38:15 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': File to upload is small (34 bytes), uploading instead of streaming 2020/11/03 05:38:16 DEBUG : with_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2020/11/03 05:38:16 INFO : with_checksum_small_file_from_pipe: Copied (new) 2020/11/03 05:38:17 DEBUG : with_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2020/11/03 05:38:18 DEBUG : with_checksum_big_file_from_pipe: MD5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2020/11/03 05:38:18 DEBUG : with_checksum_big_file_from_pipe: Size and MD5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:38:20 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': File to upload is small (34 bytes), uploading instead of streaming 2020/11/03 05:38:22 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2020/11/03 05:38:22 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2020/11/03 05:38:23 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:38:26 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': File to upload is small (34 bytes), uploading instead of streaming 2020/11/03 05:38:27 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2020/11/03 05:38:28 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2020/11/03 05:38:29 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.21s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.92s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.37s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.38s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.54s) === RUN TestRcatSize run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:38:33 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': File to upload is small (60 bytes), uploading instead of streaming 2020/11/03 05:38:34 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2020/11/03 05:38:34 INFO : potato2: Copied (new) --- PASS: TestRcatSize (5.19s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "Google drive root 'rclone-test-zayubif3hokefib0zocacij3'", Local "Local file system at /tmp/rclone938319022", Modify Window "1ms" 2020/11/03 05:38:36 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2020/11/03 05:38:39 DEBUG : TestCopyFileMaxTransfer/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2020/11/03 05:38:39 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2020/11/03 05:38:40 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2020/11/03 05:38:40 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Max transfer limit reached as set by --max-transfer 2020/11/03 05:38:41 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2020/11/03 05:38:42 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2020/11/03 05:38:43 DEBUG : TestCopyFileMaxTransfer/file4: MD5 = c9a13dc550fd57fcf14e9cf9565dc6dd OK 2020/11/03 05:38:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2020/11/03 05:38:47 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file4" 2020/11/03 05:38:47 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file1" --- PASS: TestCopyFileMaxTransfer (11.51s) === RUN TestRcAbout rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcMkdir rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:25: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) PASS 2020/11/03 05:38:48 DEBUG : Google drive root 'rclone-test-zayubif3hokefib0zocacij3': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestDrive: -verbose -fast-list" - Finished OK in 8m7.269357922s (try 1/5)