"./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2021/02/08 05:41:55 DEBUG : Creating backend with remote "TestB2:rclone-test-cuwidav4gapumuw4mixapif3" 2021/02/08 05:41:56 DEBUG : Creating backend with remote "/tmp/rclone950041843" === 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 "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/02/08 05:41:58 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/02/08 05:41:58 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2021/02/08 05:41:58 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/02/08 05:41:59 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2021/02/08 05:41:59 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/02/08 05:41:59 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/02/08 05:42:00 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/02/08 05:42:00 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2021/02/08 05:42:00 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/02/08 05:42:00 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2021/02/08 05:42:01 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/02/08 05:42:01 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/02/08 05:42:02 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2021/02/08 05:42:02 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/02/08 05:42:02 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2021/02/08 05:42:02 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/02/08 05:42:02 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2021/02/08 05:42:02 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (7.21s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (3.53s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (1.50s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (1.61s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/02/08 05:42:03 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 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/02/08 05:42:03 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/02/08 05:42:03 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 "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", 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 (8.97s) --- PASS: TestCheck/1 (0.14s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (0.14s) --- PASS: TestCheck/4 (0.14s) --- PASS: TestCheck/5 (0.14s) --- PASS: TestCheck/6 (0.14s) --- PASS: TestCheck/7 (0.14s) === RUN TestCheckFsError 2021/02/08 05:42:12 DEBUG : Creating backend with remote "non-existent" 2021/02/08 05:42:12 DEBUG : Creating backend with remote "non-existent" 2021/02/08 05:42:12 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2021/02/08 05:42:12 ERROR : : error reading source directory: directory not found 2021/02/08 05:42:12 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/02/08 05:42:12 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 "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", 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 (9.34s) --- PASS: TestCheckDownload/1 (0.72s) --- PASS: TestCheckDownload/2 (0.29s) --- PASS: TestCheckDownload/3 (0.28s) --- PASS: TestCheckDownload/4 (0.45s) --- PASS: TestCheckDownload/5 (0.29s) --- PASS: TestCheckDownload/6 (0.31s) --- PASS: TestCheckDownload/7 (0.30s) === RUN TestCheckSizeOnly run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", 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 (7.52s) --- PASS: TestCheckSizeOnly/1 (0.14s) --- PASS: TestCheckSizeOnly/2 (0.14s) --- PASS: TestCheckSizeOnly/3 (0.14s) --- PASS: TestCheckSizeOnly/4 (0.14s) --- PASS: TestCheckSizeOnly/5 (0.14s) --- PASS: TestCheckSizeOnly/6 (0.14s) --- PASS: TestCheckSizeOnly/7 (0.14s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.01s) === RUN TestDeduplicateInteractive run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.28s) === RUN TestDeduplicateSkip run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.28s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.28s) === RUN TestDeduplicateFirst run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.28s) === RUN TestDeduplicateNewest run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.28s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:42:34 INFO : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: Looking for duplicate SHA-1 hashes using newest mode. 2021/02/08 05:42:34 NOTICE: 39ce49dbcfbd150faa7dc67a6a771c57a88a1e87: Found 3 files with duplicate SHA-1 hashes 2021/02/08 05:42:34 INFO : one: Deleted 2021/02/08 05:42:34 INFO : also/one: Deleted 2021/02/08 05:42:34 NOTICE: 39ce49dbcfbd150faa7dc67a6a771c57a88a1e87: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (5.44s) === RUN TestDeduplicateOldest run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.29s) === RUN TestDeduplicateLargest run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.29s) === RUN TestDeduplicateSmallest run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.28s) === RUN TestDeduplicateRename run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.28s) === RUN TestMergeDirs run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" dedupe_test.go:267: Can't merge directories --- SKIP: TestMergeDirs (0.28s) === RUN TestListDirSorted run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:42:45 DEBUG : a.txt: Excluded 2021/02/08 05:42:45 DEBUG : sub dir/hello world: Excluded 2021/02/08 05:42:45 DEBUG : sub dir/hello world2: Excluded 2021/02/08 05:42:45 DEBUG : sub dir/hello world: Excluded 2021/02/08 05:42:45 DEBUG : sub dir/hello world2: Excluded 2021/02/08 05:42:46 DEBUG : sub dir/ignore dir: Excluded 2021/02/08 05:42:46 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:42:46 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (24.40s) === RUN TestMkdir run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:43:01 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: Making directory 2021/02/08 05:43:01 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: Making directory --- PASS: TestMkdir (0.42s) === RUN TestLsd run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" --- PASS: TestLsd (2.62s) === RUN TestLs run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" --- PASS: TestLs (3.94s) === RUN TestLsWithFilesFrom run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:43:11 DEBUG : empty space: Excluded 2021/02/08 05:43:11 DEBUG : Couldn't decode error response: EOF --- PASS: TestLsWithFilesFrom (4.11s) === RUN TestLsLong run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" --- PASS: TestLsLong (8.40s) === RUN TestHashSums run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:43:24 ERROR : potato2: Hash unsupported: hash type not supported 2021/02/08 05:43:24 ERROR : empty space: Hash unsupported: hash type not supported 2021/02/08 05:43:25 ERROR : potato2: Hash unsupported: hash type not supported 2021/02/08 05:43:25 ERROR : empty space: Hash unsupported: hash type not supported --- PASS: TestHashSums (5.16s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" --- PASS: TestCount (4.00s) === RUN TestDelete run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:43:32 DEBUG : Waiting for deletions to finish 2021/02/08 05:43:32 DEBUG : large: Excluded from sync (and deletion) 2021/02/08 05:43:32 INFO : medium: Deleted 2021/02/08 05:43:33 INFO : small: Deleted --- PASS: TestDelete (3.47s) === RUN TestRetry 2021/02/08 05:43:33 DEBUG : Received error: EOF - low level retry 1/5 2021/02/08 05:43:33 DEBUG : Received error: EOF - low level retry 2/5 2021/02/08 05:43:33 DEBUG : Received error: EOF - low level retry 1/5 2021/02/08 05:43:33 DEBUG : Received error: EOF - low level retry 2/5 2021/02/08 05:43:33 DEBUG : Received error: EOF - low level retry 3/5 2021/02/08 05:43:33 DEBUG : Received error: EOF - low level retry 4/5 2021/02/08 05:43:33 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" --- PASS: TestCat (6.06s) === RUN TestPurge 2021/02/08 05:43:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/02/08 05:43:39 DEBUG : Creating backend with remote "TestB2:rclone-test-limezum3qetilij4qipudux6" 2021/02/08 05:43:40 DEBUG : Creating backend with remote "/tmp/rclone255647645" run.go:176: Remote "B2 bucket rclone-test-limezum3qetilij4qipudux6", Local "Local file system at /tmp/rclone255647645", Modify Window "1ms" 2021/02/08 05:43:41 DEBUG : A2: Making directory 2021/02/08 05:43:41 DEBUG : A1/B2: Making directory 2021/02/08 05:43:41 DEBUG : A1/B2/C2: Making directory 2021/02/08 05:43:41 DEBUG : A1/B1/C3: Making directory 2021/02/08 05:43:41 DEBUG : A3: Making directory 2021/02/08 05:43:41 DEBUG : A3/B3: Making directory 2021/02/08 05:43:41 DEBUG : A3/B3/C4: Making directory fstest.go:249: Filtering empty directory "A2" fstest.go:249: Filtering empty directory "A1/B2" fstest.go:249: Filtering empty directory "A1/B2/C2" fstest.go:249: Filtering empty directory "A1/B1/C3" fstest.go:249: Filtering empty directory "A3" fstest.go:249: Filtering empty directory "A3/B3" fstest.go:249: Filtering empty directory "A3/B3/C4" 2021/02/08 05:43:42 DEBUG : A1/B1/C1/one: Deleting (id "4_z8fe2bdd320ad8b0b7f780e1b_f111f17ee7bb67ceb_d20210208_m054341_c001_v0001150_t0054") fstest.go:249: Filtering empty directory "A2" fstest.go:249: Filtering empty directory "A1/B2" fstest.go:249: Filtering empty directory "A1/B2/C2" fstest.go:249: Filtering empty directory "A3" fstest.go:249: Filtering empty directory "A3/B3" fstest.go:249: Filtering empty directory "A3/B3/C4" 2021/02/08 05:43:42 DEBUG : A1/two: Deleting (id "4_z8fe2bdd320ad8b0b7f780e1b_f111f17ee7bb67cf1_d20210208_m054341_c001_v0001150_t0054") 2021/02/08 05:43:43 DEBUG : B2 bucket rclone-test-limezum3qetilij4qipudux6: Purge remote 2021/02/08 05:43:43 purge failed: directory not found --- PASS: TestPurge (3.72s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:43:44 DEBUG : A2: Making directory 2021/02/08 05:43:44 DEBUG : A1/B2: Making directory 2021/02/08 05:43:44 DEBUG : A1/B2/C2: Making directory 2021/02/08 05:43:44 DEBUG : A1/B1/C3: Making directory 2021/02/08 05:43:44 DEBUG : A3: Making directory 2021/02/08 05:43:44 DEBUG : A3/B3: Making directory 2021/02/08 05:43:44 DEBUG : A3/B3/C4: Making directory fstest.go:249: Filtering empty directory "A2" fstest.go:249: Filtering empty directory "A1/B2" fstest.go:249: Filtering empty directory "A1/B2/C2" fstest.go:249: Filtering empty directory "A1/B1/C3" fstest.go:249: Filtering empty directory "A3" fstest.go:249: Filtering empty directory "A3/B3" fstest.go:249: Filtering empty directory "A3/B3/C4" 2021/02/08 05:43:46 DEBUG : A3/B3/C4: Removing directory fstest.go:249: Filtering empty directory "A2" fstest.go:249: Filtering empty directory "A1/B2" fstest.go:249: Filtering empty directory "A1/B2/C2" fstest.go:249: Filtering empty directory "A1/B1/C3" fstest.go:249: Filtering empty directory "A3" fstest.go:249: Filtering empty directory "A3/B3" --- PASS: TestRmdirsNoLeaveRoot (4.68s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:43:48 DEBUG : A1: Making directory 2021/02/08 05:43:48 DEBUG : A1/B1: Making directory 2021/02/08 05:43:48 DEBUG : A1/B1/C1: Making directory fstest.go:249: Filtering empty directory "A1" fstest.go:249: Filtering empty directory "A1/B1" fstest.go:249: Filtering empty directory "A1/B1/C1" fstest.go:249: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.71s) === RUN TestCopyURL run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" --- PASS: TestCopyURL (5.71s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:43:54 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:43:54 DEBUG : file1: Need to transfer - File not found at Destination 2021/02/08 05:43:55 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/02/08 05:43:55 INFO : file1: Copied (new) to: sub/file2 2021/02/08 05:43:55 INFO : file1: Deleted 2021/02/08 05:43:56 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/02/08 05:43:56 DEBUG : file1: Unchanged skipping 2021/02/08 05:43:56 INFO : file1: Deleted 2021/02/08 05:43:56 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (2.39s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.28s) === RUN TestMoveFileBackupDir run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:43:58 DEBUG : Creating backend with remote "TestB2:rclone-test-cuwidav4gapumuw4mixapif3/backup" 2021/02/08 05:43:59 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:43:59 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/02/08 05:43:59 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:01 DEBUG : dst/file1: SHA-1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2021/02/08 05:44:01 INFO : dst/file1: Copied (server-side copy) 2021/02/08 05:44:02 INFO : dst/file1: Deleted 2021/02/08 05:44:03 DEBUG : dst/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/02/08 05:44:03 INFO : dst/file1: Copied (new) 2021/02/08 05:44:03 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (7.38s) === RUN TestCopyFile run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:44:05 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:05 DEBUG : file1: Need to transfer - File not found at Destination 2021/02/08 05:44:06 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/02/08 05:44:06 INFO : file1: Copied (new) to: sub/file2 2021/02/08 05:44:06 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/02/08 05:44:06 DEBUG : file1: Unchanged skipping 2021/02/08 05:44:06 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (2.52s) === RUN TestCopyFileBackupDir run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:44:07 DEBUG : Creating backend with remote "TestB2:rclone-test-cuwidav4gapumuw4mixapif3/backup" 2021/02/08 05:44:09 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:09 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/02/08 05:44:09 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:10 DEBUG : dst/file1: SHA-1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2021/02/08 05:44:10 INFO : dst/file1: Copied (server-side copy) 2021/02/08 05:44:11 INFO : dst/file1: Deleted 2021/02/08 05:44:11 DEBUG : dst/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/02/08 05:44:11 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (5.49s) === RUN TestCopyFileCompareDest run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:44:12 DEBUG : Creating backend with remote "TestB2:rclone-test-cuwidav4gapumuw4mixapif3/dst" 2021/02/08 05:44:13 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:13 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:13 DEBUG : Creating backend with remote "TestB2:rclone-test-cuwidav4gapumuw4mixapif3/CompareDest" 2021/02/08 05:44:13 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:13 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:13 DEBUG : one: Need to transfer - File not found at Destination 2021/02/08 05:44:15 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/02/08 05:44:15 INFO : one: Copied (new) 2021/02/08 05:44:16 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:44:17 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2021/02/08 05:44:17 INFO : one: Copied (replaced existing) 2021/02/08 05:44:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/02/08 05:44:19 DEBUG : one: Destination found in --compare-dest, skipping 2021/02/08 05:44:21 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/02/08 05:44:21 DEBUG : two: Destination found in --compare-dest, skipping 2021/02/08 05:44:21 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/02/08 05:44:21 DEBUG : two: Destination found in --compare-dest, skipping 2021/02/08 05:44:22 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:22 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/02/08 05:44:22 DEBUG : two: Need to transfer - File not found at Destination 2021/02/08 05:44:23 DEBUG : two: SHA-1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2021/02/08 05:44:23 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (13.11s) === RUN TestCopyFileCopyDest run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:44:25 DEBUG : Creating backend with remote "TestB2:rclone-test-cuwidav4gapumuw4mixapif3/dst" 2021/02/08 05:44:26 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:26 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:26 DEBUG : Creating backend with remote "TestB2:rclone-test-cuwidav4gapumuw4mixapif3/CopyDest" 2021/02/08 05:44:27 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:27 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:27 DEBUG : one: Need to transfer - File not found at Destination 2021/02/08 05:44:29 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/02/08 05:44:29 INFO : one: Copied (new) 2021/02/08 05:44:30 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:44:30 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2021/02/08 05:44:30 INFO : one: Copied (replaced existing) 2021/02/08 05:44:33 DEBUG : Creating backend with remote "TestB2:rclone-test-cuwidav4gapumuw4mixapif3/BackupDir" 2021/02/08 05:44:34 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/02/08 05:44:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/02/08 05:44:34 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:36 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/02/08 05:44:36 INFO : one: Copied (server-side copy) 2021/02/08 05:44:36 INFO : one: Deleted 2021/02/08 05:44:37 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2021/02/08 05:44:37 INFO : one: Copied (server-side copy) 2021/02/08 05:44:37 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/02/08 05:44:38 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/02/08 05:44:39 DEBUG : two: SHA-1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2021/02/08 05:44:39 INFO : two: Copied (server-side copy) 2021/02/08 05:44:39 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/02/08 05:44:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/02/08 05:44:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/02/08 05:44:39 DEBUG : two: Unchanged skipping 2021/02/08 05:44:41 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:44:42 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/02/08 05:44:42 DEBUG : three: Destination not found in --copy-dest 2021/02/08 05:44:42 DEBUG : three: Need to transfer - File not found at Destination 2021/02/08 05:44:43 DEBUG : three: SHA-1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2021/02/08 05:44:43 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (52.66s) === 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 "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:45:23 DEBUG : A1/B2: Making directory 2021/02/08 05:45:23 DEBUG : A1/B1/C3: Making directory fstest.go:249: Filtering empty directory "A1/B2" fstest.go:249: Filtering empty directory "A1/B1/C3" 2021/02/08 05:45:23 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:23 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:23 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:24 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:24 DEBUG : A1/B1/C2/five: SHA-1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2021/02/08 05:45:24 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2021/02/08 05:45:24 DEBUG : A1/B1/C1/four: SHA-1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2021/02/08 05:45:24 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2021/02/08 05:45:25 DEBUG : A1/B1/three: SHA-1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2021/02/08 05:45:25 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2021/02/08 05:45:25 INFO : A1/B1/C1/four: Deleted 2021/02/08 05:45:25 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:25 INFO : A1/B1/C2/five: Deleted 2021/02/08 05:45:25 DEBUG : A1/one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/02/08 05:45:25 INFO : A1/one: Copied (server-side copy) to: A2/one 2021/02/08 05:45:25 INFO : A1/B1/three: Deleted 2021/02/08 05:45:26 DEBUG : A1/two: SHA-1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2021/02/08 05:45:26 INFO : A1/two: Copied (server-side copy) to: A2/two 2021/02/08 05:45:27 INFO : A1/two: Deleted 2021/02/08 05:45:30 INFO : A1/one: Deleted fstest.go:249: Filtering empty directory "A2/B2" fstest.go:249: Filtering empty directory "A2/B1/C3" 2021/02/08 05:45:30 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:30 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:30 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:30 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:31 DEBUG : A2/B1/three: SHA-1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2021/02/08 05:45:31 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2021/02/08 05:45:31 DEBUG : A2/B1/C2/five: SHA-1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2021/02/08 05:45:31 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2021/02/08 05:45:31 INFO : A2/B1/three: Deleted 2021/02/08 05:45:31 INFO : A2/B1/C2/five: Deleted 2021/02/08 05:45:31 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:31 DEBUG : A2/one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/02/08 05:45:31 INFO : A2/one: Copied (server-side copy) to: A3/one 2021/02/08 05:45:31 DEBUG : A2/B1/C1/four: SHA-1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2021/02/08 05:45:31 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2021/02/08 05:45:32 INFO : A2/one: Deleted 2021/02/08 05:45:32 DEBUG : A2/two: SHA-1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2021/02/08 05:45:32 INFO : A2/two: Copied (server-side copy) to: A3/two 2021/02/08 05:45:32 INFO : A2/B1/C1/four: Deleted 2021/02/08 05:45:32 INFO : A2/two: Deleted fstest.go:249: Filtering empty directory "A3/B2" fstest.go:249: Filtering empty directory "A3/B1/C3" --- PASS: TestDirMove (16.43s) === RUN TestGetFsInfo run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" --- PASS: TestGetFsInfo (0.29s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:45:35 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: File to upload is small (34 bytes), uploading instead of streaming 2021/02/08 05:45:36 DEBUG : no_checksum_small_file_from_pipe: SHA-1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2021/02/08 05:45:36 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/02/08 05:45:36 DEBUG : no_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2021/02/08 05:45:36 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 "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:45:42 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: File to upload is small (34 bytes), uploading instead of streaming 2021/02/08 05:45:43 DEBUG : with_checksum_small_file_from_pipe: SHA-1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2021/02/08 05:45:43 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/02/08 05:45:43 DEBUG : with_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2021/02/08 05:45:44 DEBUG : with_checksum_big_file_from_pipe: SHA-1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2021/02/08 05:45:44 DEBUG : with_checksum_big_file_from_pipe: Size and SHA-1 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:45:46 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: File to upload is small (34 bytes), uploading instead of streaming 2021/02/08 05:45:47 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/02/08 05:45:47 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2021/02/08 05:45:48 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 "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:45:50 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: File to upload is small (34 bytes), uploading instead of streaming 2021/02/08 05:45:50 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/02/08 05:45:50 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2021/02/08 05:45:51 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (17.66s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.41s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (3.37s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (3.95s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (2.93s) === RUN TestRcatSize run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:45:54 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: File to upload is small (60 bytes), uploading instead of streaming 2021/02/08 05:45:55 DEBUG : potato2: SHA-1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2021/02/08 05:45:55 INFO : potato2: Copied (new) --- PASS: TestRcatSize (3.68s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "B2 bucket rclone-test-cuwidav4gapumuw4mixapif3", Local "Local file system at /tmp/rclone950041843", Modify Window "1ms" 2021/02/08 05:45:57 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:57 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/02/08 05:45:58 DEBUG : TestCopyFileMaxTransfer/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/02/08 05:45:58 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/02/08 05:45:58 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:58 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/02/08 05:45:58 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://pod-000-1153-03.backblaze.com/b2api/v1/b2_upload_file/1f822d73209d8b0b7f780e1b/c001_v0001153_t0019": Max transfer limit reached as set by --max-transfer 2021/02/08 05:45:59 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:59 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/02/08 05:45:59 DEBUG : Couldn't decode error response: EOF 2021/02/08 05:45:59 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/02/08 05:46:00 DEBUG : TestCopyFileMaxTransfer/file4: SHA-1 = 74cde024389263119ada4b296a2ffc66afa0f524 OK 2021/02/08 05:46:00 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (12.06s) === 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 2021/02/08 05:46:08 DEBUG : B2 bucket rclone-test-cuwidav4gapumuw4mixapif3: Purge remote 2021/02/08 05:46:09 DEBUG : A1/B1/C1/four: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11326cf0a9691bf7_d20210208_m054524_c001_v0001043_t0014") 2021/02/08 05:46:09 DEBUG : A1/B1/C1/four: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1053aa_d20210208_m054522_c001_v0001153_t0019") 2021/02/08 05:46:09 DEBUG : A1/B1/C1/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f118bbcb23c65be3d_d20210208_m054347_c001_v0001154_t0003") 2021/02/08 05:46:09 DEBUG : A1/B1/C1/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104e6d_d20210208_m054344_c001_v0001153_t0019") 2021/02/08 05:46:09 DEBUG : A1/B1/C2/five: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1076cdd50cdd69b8_d20210208_m054524_c001_v0001154_t0002") 2021/02/08 05:46:09 DEBUG : A1/B1/C2/five: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1053af_d20210208_m054522_c001_v0001153_t0019") 2021/02/08 05:46:09 DEBUG : A1/B1/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11503ad4fb2c7700_d20210208_m054525_c001_v0001144_t0032") 2021/02/08 05:46:09 DEBUG : A1/B1/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d10539d_d20210208_m054521_c001_v0001153_t0019") 2021/02/08 05:46:09 DEBUG : A1/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10676d5688e510da_d20210208_m054525_c001_v0001038_t0047") 2021/02/08 05:46:09 DEBUG : A1/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105378_d20210208_m054519_c001_v0001153_t0019") 2021/02/08 05:46:09 DEBUG : A1/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f107b08fbcd6e7743_d20210208_m054526_c001_v0001092_t0029") 2021/02/08 05:46:09 DEBUG : A1/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105394_d20210208_m054520_c001_v0001153_t0019") 2021/02/08 05:46:09 DEBUG : A1/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1146ced7979f479f_d20210208_m054347_c001_v0001144_t0016") 2021/02/08 05:46:09 DEBUG : A1/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104e77_d20210208_m054344_c001_v0001153_t0019") 2021/02/08 05:46:09 DEBUG : A2/B1/C1/four: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1128fbbf67579863_d20210208_m054532_c001_v0001153_t0025") 2021/02/08 05:46:09 DEBUG : A2/B1/C1/four: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1189952e5bebae7a_d20210208_m054524_c001_v0001136_t0049") 2021/02/08 05:46:09 DEBUG : A2/B1/C2/five: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1190a99392fc912c_d20210208_m054531_c001_v0001150_t0050") 2021/02/08 05:46:09 DEBUG : A2/B1/C2/five: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1103cf2df08a1b96_d20210208_m054524_c001_v0001113_t0005") 2021/02/08 05:46:09 DEBUG : A2/B1/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f110c1416f31b9d70_d20210208_m054531_c001_v0001091_t0049") 2021/02/08 05:46:09 DEBUG : A2/B1/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1010736f8a65230b_d20210208_m054524_c001_v0001145_t0030") 2021/02/08 05:46:09 DEBUG : A2/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10438c0fc70bdc2a_d20210208_m054531_c001_v0001150_t0040") 2021/02/08 05:46:09 DEBUG : A2/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f114e7ddb208a9b68_d20210208_m054524_c001_v0001092_t0012") 2021/02/08 05:46:09 DEBUG : A2/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f116148baa9b0e37f_d20210208_m054532_c001_v0001153_t0019") 2021/02/08 05:46:09 DEBUG : A2/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f101e63a801a7dec3_d20210208_m054525_c001_v0001153_t0002") 2021/02/08 05:46:10 DEBUG : A3/B1/C1/four: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1066ac0e8efbafd8_d20210208_m054533_c001_v0001131_t0010") 2021/02/08 05:46:10 DEBUG : A3/B1/C1/four: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10490f3c11a84be5_d20210208_m054531_c001_v0001146_t0012") 2021/02/08 05:46:10 DEBUG : A3/B1/C2/five: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1139072cba1aaf82_d20210208_m054533_c001_v0001026_t0008") 2021/02/08 05:46:10 DEBUG : A3/B1/C2/five: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f107541c72a797a71_d20210208_m054531_c001_v0001026_t0018") 2021/02/08 05:46:10 DEBUG : A3/B1/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f110de2319a77bc22_d20210208_m054534_c001_v0001153_t0023") 2021/02/08 05:46:10 DEBUG : A3/B1/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1065992af03b5c50_d20210208_m054531_c001_v0001040_t0032") 2021/02/08 05:46:10 DEBUG : A3/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f113c764fada271ab_d20210208_m054534_c001_v0001150_t0004") 2021/02/08 05:46:10 DEBUG : A3/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1122837a89039c16_d20210208_m054531_c001_v0001130_t0051") 2021/02/08 05:46:10 DEBUG : A3/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f117c524203c1963e_d20210208_m054534_c001_v0001153_t0000") 2021/02/08 05:46:10 DEBUG : A3/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f103e4392edbb3d23_d20210208_m054531_c001_v0001150_t0042") 2021/02/08 05:46:10 DEBUG : BackupDir/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f119b93a7b93b10e0_d20210208_m054443_c001_v0001154_t0022") 2021/02/08 05:46:10 DEBUG : BackupDir/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11110dbc8538c7b2_d20210208_m054436_c001_v0001154_t0003") 2021/02/08 05:46:10 DEBUG : CompareDest/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f108d41d060cbfc78_d20210208_m054424_c001_v0001150_t0059") 2021/02/08 05:46:10 DEBUG : CompareDest/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105048_d20210208_m054418_c001_v0001153_t0019") 2021/02/08 05:46:10 DEBUG : CompareDest/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11110dbc8538c6a0_d20210208_m054424_c001_v0001154_t0002") 2021/02/08 05:46:10 DEBUG : CompareDest/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105066_d20210208_m054419_c001_v0001153_t0019") 2021/02/08 05:46:10 DEBUG : CopyDest/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10821573da2172d9_d20210208_m054444_c001_v0001153_t0013") 2021/02/08 05:46:10 DEBUG : CopyDest/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105117_d20210208_m054432_c001_v0001153_t0019") 2021/02/08 05:46:10 DEBUG : CopyDest/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1132f62d0e583b85_d20210208_m054445_c001_v0001003_t0029") 2021/02/08 05:46:10 DEBUG : CopyDest/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105180_d20210208_m054439_c001_v0001153_t0019") 2021/02/08 05:46:10 DEBUG : CopyDest/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10726a233d703e12_d20210208_m054446_c001_v0001029_t0010") 2021/02/08 05:46:10 DEBUG : CopyDest/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105160_d20210208_m054437_c001_v0001153_t0019") 2021/02/08 05:46:10 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1052e4ddd9050536_d20210208_m054600_c001_v0001146_t0050") 2021/02/08 05:46:10 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105594_d20210208_m054557_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f106757d4455afc09_d20210208_m054601_c001_v0001113_t0005") 2021/02/08 05:46:11 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1055b9_d20210208_m054559_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : a.txt: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1188dbd6d2d7533f_d20210208_m054246_c001_v0001144_t0006") 2021/02/08 05:46:11 DEBUG : a.txt: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104a9c_d20210208_m054237_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : also/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f109480e1a229f995_d20210208_m054234_c001_v0001153_t0001") 2021/02/08 05:46:11 DEBUG : also/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104a51_d20210208_m054231_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : another: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11554790ff3540c0_d20210208_m054235_c001_v0001146_t0006") 2021/02/08 05:46:11 DEBUG : another: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104a5f_d20210208_m054232_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : backup/dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f101cb637d8fa2315_d20210208_m054412_c001_v0001043_t0055") 2021/02/08 05:46:11 DEBUG : backup/dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1102296ae3d9e6eb_d20210208_m054410_c001_v0001150_t0026") 2021/02/08 05:46:11 DEBUG : backup/dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1154f5cf4443798f_d20210208_m054404_c001_v0001136_t0039") 2021/02/08 05:46:11 DEBUG : backup/dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f101af8b3f8467689_d20210208_m054400_c001_v0001091_t0015") 2021/02/08 05:46:11 DEBUG : dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11554790ff3542c7_d20210208_m054412_c001_v0001146_t0040") 2021/02/08 05:46:11 DEBUG : dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104ff5_d20210208_m054411_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f116825919f8a3eab_d20210208_m054410_c001_v0001150_t0050") 2021/02/08 05:46:11 DEBUG : dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104fb9_d20210208_m054407_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f115f005397f43bed_d20210208_m054404_c001_v0001153_t0022") 2021/02/08 05:46:11 DEBUG : dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104f76_d20210208_m054402_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1067b7ed3a75297d_d20210208_m054401_c001_v0001120_t0003") 2021/02/08 05:46:11 DEBUG : dst/file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104f3c_d20210208_m054357_c001_v0001153_t0019") 2021/02/08 05:46:11 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f108ddebfe4d7217c_d20210208_m054446_c001_v0001120_t0002") 2021/02/08 05:46:11 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f108cc4bbf6621ab1_d20210208_m054437_c001_v0001154_t0023") 2021/02/08 05:46:11 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f112b2709223ff0e1_d20210208_m054436_c001_v0001150_t0029") 2021/02/08 05:46:11 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105105_d20210208_m054431_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f117857dd2ce78340_d20210208_m054430_c001_v0001120_t0022") 2021/02/08 05:46:12 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f117857dd2ce7833b_d20210208_m054429_c001_v0001120_t0022") 2021/02/08 05:46:12 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1027e4c02f759e6a_d20210208_m054424_c001_v0001144_t0011") 2021/02/08 05:46:12 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105044_d20210208_m054417_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1108bd8026744fb0_d20210208_m054416_c001_v0001144_t0049") 2021/02/08 05:46:12 DEBUG : dst/one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1108bd8026744fa5_d20210208_m054415_c001_v0001144_t0049") 2021/02/08 05:46:12 DEBUG : dst/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f108cc4bbf6621b4f_d20210208_m054447_c001_v0001154_t0009") 2021/02/08 05:46:12 DEBUG : dst/three: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f117857dd2ce7836c_d20210208_m054442_c001_v0001120_t0022") 2021/02/08 05:46:12 DEBUG : dst/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f113e16a93a7c47ab_d20210208_m054518_c001_v0001136_t0011") 2021/02/08 05:46:12 DEBUG : dst/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f103e56008736cbdf_d20210208_m054438_c001_v0001154_t0024") 2021/02/08 05:46:12 DEBUG : dst/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f116f8213be7e2909_d20210208_m054425_c001_v0001025_t0011") 2021/02/08 05:46:12 DEBUG : dst/two: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1108bd8026744ff1_d20210208_m054422_c001_v0001144_t0049") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f111b23b8afc8feb1_d20210208_m054328_c001_v0001031_t0030") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104d8f_d20210208_m054327_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f100485c5f86110dd_d20210208_m054325_c001_v0001038_t0005") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104d4e_d20210208_m054322_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10302d0a742e5ec6_d20210208_m054315_c001_v0001037_t0001") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104ce7_d20210208_m054314_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1139885e20606854_d20210208_m054311_c001_v0001153_t0014") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104cb4_d20210208_m054309_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10924d168b0c422d_d20210208_m054307_c001_v0001038_t0042") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104c70_d20210208_m054306_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f116b934b06823f16_d20210208_m054226_c001_v0001131_t0017") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1049d4_d20210208_m054222_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f117b680377775f42_d20210208_m054219_c001_v0001092_t0011") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104957_d20210208_m054214_c001_v0001153_t0019") 2021/02/08 05:46:12 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f107f3961ad48f568_d20210208_m054207_c001_v0001090_t0052") 2021/02/08 05:46:13 DEBUG : empty space: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1048bf_d20210208_m054204_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1146575bccf1408f_d20210208_m054351_c001_v0001015_t0028") 2021/02/08 05:46:13 DEBUG : file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104ead_d20210208_m054349_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f118944a3facf87de_d20210208_m054338_c001_v0001131_t0017") 2021/02/08 05:46:13 DEBUG : file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104de5_d20210208_m054333_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1129c0da7d8a93b2_d20210208_m054202_c001_v0001154_t0005") 2021/02/08 05:46:13 DEBUG : file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d10489a_d20210208_m054201_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d10487d_d20210208_m054159_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : file1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104856_d20210208_m054157_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : file2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1060834983f06767_d20210208_m054353_c001_v0001154_t0025") 2021/02/08 05:46:13 DEBUG : file2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104ebe_d20210208_m054350_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : file2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1132af33f8c99e2f_d20210208_m054339_c001_v0001146_t0045") 2021/02/08 05:46:13 DEBUG : file2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104df3_d20210208_m054335_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : filename.txt: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1030fe12578e2911_d20210208_m054354_c001_v0001144_t0038") 2021/02/08 05:46:13 DEBUG : filename.txt: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104eb8_d20210208_m054350_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1061ed6be8bdcfab_d20210208_m054552_c001_v0001150_t0050") 2021/02/08 05:46:13 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105534_d20210208_m054550_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f109480e1a22a0da2_d20210208_m054548_c001_v0001153_t0018") 2021/02/08 05:46:13 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105510_d20210208_m054547_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f102e543e99c95ecc_d20210208_m054552_c001_v0001091_t0001") 2021/02/08 05:46:13 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105530_d20210208_m054550_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1177dbb5649817a6_d20210208_m054548_c001_v0001154_t0011") 2021/02/08 05:46:13 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1054ff_d20210208_m054546_c001_v0001153_t0019") 2021/02/08 05:46:13 DEBUG : large: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f100e4da535c990d6_d20210208_m054333_c001_v0001153_t0003") 2021/02/08 05:46:14 DEBUG : large: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104dc4_d20210208_m054332_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : medium: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f116148baa9b0de1a_d20210208_m054332_c001_v0001153_t0011") 2021/02/08 05:46:14 DEBUG : medium: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104dbc_d20210208_m054331_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1043749d45a40599_d20210208_m054537_c001_v0001033_t0029") 2021/02/08 05:46:14 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d10546f_d20210208_m054536_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1054c4_d20210208_m054542_c001_v0001153_t0016") 2021/02/08 05:46:14 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105468_d20210208_m054535_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : not-one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1011462838f0a1d6_d20210208_m054235_c001_v0001018_t0012") 2021/02/08 05:46:14 DEBUG : not-one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104a6d_d20210208_m054233_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f108cc4bbf66213ea_d20210208_m054234_c001_v0001154_t0006") 2021/02/08 05:46:14 DEBUG : one: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104a43_d20210208_m054230_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : potato1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f119ff317abf9b92c_d20210208_m054556_c001_v0001134_t0001") 2021/02/08 05:46:14 DEBUG : potato1: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d105558_d20210208_m054553_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1188424d9acad724_d20210208_m054556_c001_v0001134_t0032") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d10556b_d20210208_m054554_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1137cdde7dd06c50_d20210208_m054328_c001_v0001154_t0020") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104d7c_d20210208_m054327_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f100eefba1ba9cd68_d20210208_m054326_c001_v0001150_t0057") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104d3b_d20210208_m054321_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f119b93a7b93b0bbd_d20210208_m054320_c001_v0001154_t0007") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104cd4_d20210208_m054313_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11769414e4f82961_d20210208_m054312_c001_v0001150_t0034") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104c9f_d20210208_m054308_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1027c6a76f85b847_d20210208_m054307_c001_v0001154_t0005") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104c4e_d20210208_m054304_c001_v0001153_t0019") 2021/02/08 05:46:14 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1132af33f8c99c36_d20210208_m054227_c001_v0001146_t0044") 2021/02/08 05:46:15 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1049e4_d20210208_m054223_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11103bacb6a89422_d20210208_m054220_c001_v0001137_t0024") 2021/02/08 05:46:15 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d10496a_d20210208_m054215_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10786f2483c498db_d20210208_m054207_c001_v0001011_t0022") 2021/02/08 05:46:15 DEBUG : potato2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1048cf_d20210208_m054204_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : remotepotato: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10832264aec9d8bd_d20210208_m054227_c001_v0001113_t0044") 2021/02/08 05:46:15 DEBUG : remotepotato: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1049fd_d20210208_m054225_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : remotepotato: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f116e368dc92c2d0b_d20210208_m054220_c001_v0001037_t0042") 2021/02/08 05:46:15 DEBUG : remotepotato: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104995_d20210208_m054217_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : remotepotato: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1048fd_d20210208_m054208_c001_v0001153_t0005") 2021/02/08 05:46:15 DEBUG : remotepotato: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1048dc_d20210208_m054205_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : rutabaga: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1177dbb564980daa_d20210208_m054227_c001_v0001154_t0025") 2021/02/08 05:46:15 DEBUG : rutabaga: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1049c7_d20210208_m054222_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : rutabaga: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f116825919f8a38dc_d20210208_m054221_c001_v0001150_t0055") 2021/02/08 05:46:15 DEBUG : rutabaga: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d10493a_d20210208_m054212_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : rutabaga: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1072b8cab693eed7_d20210208_m054208_c001_v0001042_t0037") 2021/02/08 05:46:15 DEBUG : rutabaga: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1048b2_d20210208_m054203_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : small: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f110de2319a77b656_d20210208_m054332_c001_v0001153_t0003") 2021/02/08 05:46:15 DEBUG : small: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104db6_d20210208_m054330_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : sub dir/hello world: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11807ea615254fb4_d20210208_m054304_c001_v0001113_t0017") 2021/02/08 05:46:15 DEBUG : sub dir/hello world: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104c30_d20210208_m054302_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : sub dir/hello world: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f103e56008736c0b4_d20210208_m054247_c001_v0001154_t0024") 2021/02/08 05:46:15 DEBUG : sub dir/hello world: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104ac1_d20210208_m054239_c001_v0001153_t0019") 2021/02/08 05:46:15 DEBUG : sub dir/hello world2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10757f2386920dfc_d20210208_m054248_c001_v0001153_t0012") 2021/02/08 05:46:16 DEBUG : sub dir/hello world2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104ad0_d20210208_m054240_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f106fb573556e3ea1_d20210208_m054250_c001_v0001092_t0027") 2021/02/08 05:46:16 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104ad2_d20210208_m054240_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10801740d87d9918_d20210208_m054250_c001_v0001146_t0058") 2021/02/08 05:46:16 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104ae3_d20210208_m054242_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : sub dir/potato3: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f116646dff8d3781c_d20210208_m054329_c001_v0001042_t0042") 2021/02/08 05:46:16 DEBUG : sub dir/potato3: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104d93_d20210208_m054327_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f100e4da535c98f46_d20210208_m054250_c001_v0001153_t0005") 2021/02/08 05:46:16 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104af8_d20210208_m054243_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : sub/file2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1112389f83ae6763_d20210208_m054406_c001_v0001131_t0004") 2021/02/08 05:46:16 DEBUG : sub/file2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104f9e_d20210208_m054405_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : sub/file2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f11403dd8d4b7eda4_d20210208_m054356_c001_v0001154_t0005") 2021/02/08 05:46:16 DEBUG : sub/file2: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104f08_d20210208_m054354_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f117c524203c1969e_d20210208_m054545_c001_v0001153_t0018") 2021/02/08 05:46:16 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1054dc_d20210208_m054543_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1068fe636782ebc6_d20210208_m054545_c001_v0001136_t0008") 2021/02/08 05:46:16 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d1054d1_d20210208_m054543_c001_v0001153_t0019") 2021/02/08 05:46:16 DEBUG : zend.txt: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f1155e5d94abed06e_d20210208_m054251_c001_v0001090_t0005") 2021/02/08 05:46:16 DEBUG : zend.txt: Deleting (id "4_z1f822d73209d8b0b7f780e1b_f10336ffb4d104aa4_d20210208_m054237_c001_v0001153_t0019") "./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 4m22.188812738s (try 1/5)