"./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2021/03/02 06:08:06 DEBUG : Creating backend with remote "TestB2:rclone-test-masuwib8wuxudex5tumovut8" 2021/03/02 06:08:07 DEBUG : Creating backend with remote "/tmp/rclone215163662" === 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-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/03/02 06:08:10 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/02 06:08:10 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2021/03/02 06:08:10 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/02 06:08:10 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2021/03/02 06:08:11 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/02 06:08:11 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/03/02 06:08:12 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/02 06:08:12 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2021/03/02 06:08:12 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/02 06:08:12 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2021/03/02 06:08:12 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/02 06:08:12 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/03/02 06:08:13 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2021/03/02 06:08:13 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/03/02 06:08:13 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2021/03/02 06:08:13 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/03/02 06:08:13 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2021/03/02 06:08:13 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (7.13s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (3.73s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (1.36s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (1.38s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/02 06:08:14 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/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/02 06:08:14 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/02 06:08:14 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-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", 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 (7.33s) --- PASS: TestCheck/1 (0.16s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (0.15s) --- PASS: TestCheck/4 (0.15s) --- PASS: TestCheck/5 (0.15s) --- PASS: TestCheck/6 (0.15s) --- PASS: TestCheck/7 (0.15s) === RUN TestCheckFsError 2021/03/02 06:08:21 DEBUG : Creating backend with remote "non-existent" 2021/03/02 06:08:21 DEBUG : Creating backend with remote "non-existent" 2021/03/02 06:08:21 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2021/03/02 06:08:21 ERROR : : error reading source directory: directory not found 2021/03/02 06:08:21 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/03/02 06:08:21 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-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:08:22 DEBUG : rutabaga: Clearing upload URL because of error: Post "https://pod-000-1154-19.backblaze.com/b2api/v1/b2_upload_file/3f720d9380ddfb1b7f780e1b/c001_v0001154_t0005": EOF 2021/03/02 06:08:22 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1154-19.backblaze.com/b2api/v1/b2_upload_file/3f720d9380ddfb1b7f780e1b/c001_v0001154_t0005": EOF) 2021/03/02 06:08:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:278: Retry Put of "rutabaga" to B2 bucket rclone-test-masuwib8wuxudex5tumovut8: 1/10 (Post "https://pod-000-1154-19.backblaze.com/b2api/v1/b2_upload_file/3f720d9380ddfb1b7f780e1b/c001_v0001154_t0005": EOF) 2021/03/02 06:08:24 DEBUG : pacer: Reducing sleep to 10ms === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (12.81s) --- PASS: TestCheckDownload/1 (0.78s) --- PASS: TestCheckDownload/2 (0.31s) --- PASS: TestCheckDownload/3 (0.31s) --- PASS: TestCheckDownload/4 (0.52s) --- PASS: TestCheckDownload/5 (0.32s) --- PASS: TestCheckDownload/6 (0.32s) --- PASS: TestCheckDownload/7 (0.32s) === RUN TestCheckSizeOnly run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", 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.75s) --- PASS: TestCheckSizeOnly/1 (0.16s) --- PASS: TestCheckSizeOnly/2 (0.16s) --- PASS: TestCheckSizeOnly/3 (0.15s) --- PASS: TestCheckSizeOnly/4 (0.15s) --- PASS: TestCheckSizeOnly/5 (0.15s) --- PASS: TestCheckSizeOnly/6 (0.15s) --- PASS: TestCheckSizeOnly/7 (0.15s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestDeduplicateInteractive run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.31s) === RUN TestDeduplicateSkip run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.31s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.33s) === RUN TestDeduplicateFirst run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.31s) === RUN TestDeduplicateNewest run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.31s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:08:46 INFO : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: Looking for duplicate SHA-1 hashes using newest mode. 2021/03/02 06:08:46 NOTICE: dbb1bb059cfe4677c1e6fbef4847e181c022e344: Found 3 files with duplicate SHA-1 hashes 2021/03/02 06:08:46 INFO : one: Deleted 2021/03/02 06:08:47 INFO : also/one: Deleted 2021/03/02 06:08:47 NOTICE: dbb1bb059cfe4677c1e6fbef4847e181c022e344: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (4.91s) === RUN TestDeduplicateOldest run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.31s) === RUN TestDeduplicateLargest run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.31s) === RUN TestDeduplicateSmallest run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.31s) === RUN TestDeduplicateRename run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.31s) === RUN TestMergeDirs run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" dedupe_test.go:267: Can't merge directories --- SKIP: TestMergeDirs (0.31s) === RUN TestListDirSorted run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:08:52 DEBUG : a.txt: Excluded 2021/03/02 06:08:53 DEBUG : sub dir/hello world: Excluded 2021/03/02 06:08:53 DEBUG : sub dir/hello world2: Excluded 2021/03/02 06:08:53 DEBUG : sub dir/hello world: Excluded 2021/03/02 06:08:53 DEBUG : sub dir/hello world2: Excluded 2021/03/02 06:08:53 DEBUG : sub dir/ignore dir: Excluded 2021/03/02 06:08:54 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:08:54 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (7.73s) === RUN TestMkdir run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:08:58 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: Making directory 2021/03/02 06:08:58 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: Making directory --- PASS: TestMkdir (0.46s) === RUN TestLsd run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" --- PASS: TestLsd (1.98s) === RUN TestLs run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" --- PASS: TestLs (2.28s) === RUN TestLsWithFilesFrom run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:03 DEBUG : empty space: Excluded 2021/03/02 06:09:04 DEBUG : Couldn't decode error response: EOF --- PASS: TestLsWithFilesFrom (2.78s) === RUN TestLsLong run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" --- PASS: TestLsLong (2.47s) === RUN TestHashSums run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:10 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/02 06:09:10 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/02 06:09:10 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/02 06:09:10 ERROR : empty space: Hash unsupported: hash type not supported --- PASS: TestHashSums (3.99s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" --- PASS: TestCount (4.87s) === RUN TestDelete run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:17 DEBUG : Waiting for deletions to finish 2021/03/02 06:09:17 DEBUG : large: Excluded from sync (and deletion) 2021/03/02 06:09:18 INFO : medium: Deleted 2021/03/02 06:09:18 INFO : small: Deleted --- PASS: TestDelete (3.13s) === RUN TestRetry 2021/03/02 06:09:20 DEBUG : Received error: EOF - low level retry 1/5 2021/03/02 06:09:20 DEBUG : Received error: EOF - low level retry 2/5 2021/03/02 06:09:20 DEBUG : Received error: EOF - low level retry 1/5 2021/03/02 06:09:20 DEBUG : Received error: EOF - low level retry 2/5 2021/03/02 06:09:20 DEBUG : Received error: EOF - low level retry 3/5 2021/03/02 06:09:20 DEBUG : Received error: EOF - low level retry 4/5 2021/03/02 06:09:20 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" --- PASS: TestCat (4.63s) === RUN TestPurge 2021/03/02 06:09:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/03/02 06:09:24 DEBUG : Creating backend with remote "TestB2:rclone-test-gaxelip4perehah5deyoyag4" 2021/03/02 06:09:25 DEBUG : Creating backend with remote "/tmp/rclone354795888" run.go:176: Remote "B2 bucket rclone-test-gaxelip4perehah5deyoyag4", Local "Local file system at /tmp/rclone354795888", Modify Window "1ms" 2021/03/02 06:09:27 DEBUG : A2: Making directory 2021/03/02 06:09:27 DEBUG : A1/B2: Making directory 2021/03/02 06:09:27 DEBUG : A1/B2/C2: Making directory 2021/03/02 06:09:27 DEBUG : A1/B1/C3: Making directory 2021/03/02 06:09:27 DEBUG : A3: Making directory 2021/03/02 06:09:27 DEBUG : A3/B3: Making directory 2021/03/02 06:09:27 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/03/02 06:09:28 DEBUG : A1/B1/C1/one: Deleting (id "4_z5f723d8380edfb1b7f780e1b_f116351973283b4aa_d20210302_m060926_c001_v0001022_t0035") 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/03/02 06:09:28 DEBUG : A1/two: Deleting (id "4_z5f723d8380edfb1b7f780e1b_f116351973283b4ac_d20210302_m060927_c001_v0001022_t0035") 2021/03/02 06:09:29 DEBUG : B2 bucket rclone-test-gaxelip4perehah5deyoyag4: Purge remote 2021/03/02 06:09:29 purge failed: directory not found --- PASS: TestPurge (4.73s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:30 DEBUG : A2: Making directory 2021/03/02 06:09:30 DEBUG : A1/B2: Making directory 2021/03/02 06:09:30 DEBUG : A1/B2/C2: Making directory 2021/03/02 06:09:30 DEBUG : A1/B1/C3: Making directory 2021/03/02 06:09:30 DEBUG : A3: Making directory 2021/03/02 06:09:30 DEBUG : A3/B3: Making directory 2021/03/02 06:09:30 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/03/02 06:09:30 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 (5.51s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:35 DEBUG : A1: Making directory 2021/03/02 06:09:35 DEBUG : A1/B1: Making directory 2021/03/02 06:09:35 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.78s) === RUN TestRmdirsWithFilter run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:35 DEBUG : A1: Making directory 2021/03/02 06:09:35 DEBUG : A1/B1: Making directory 2021/03/02 06:09:35 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: TestRmdirsWithFilter (0.78s) === RUN TestCopyURL run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" --- PASS: TestCopyURL (4.08s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:40 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:40 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/02 06:09:41 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/03/02 06:09:41 INFO : file1: Copied (new) to: sub/file2 2021/03/02 06:09:41 INFO : file1: Deleted 2021/03/02 06:09:41 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/02 06:09:41 DEBUG : file1: Unchanged skipping 2021/03/02 06:09:41 INFO : file1: Deleted 2021/03/02 06:09:41 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (2.06s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.31s) === RUN TestMoveFileBackupDir run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:43 DEBUG : Creating backend with remote "TestB2:rclone-test-masuwib8wuxudex5tumovut8/backup" 2021/03/02 06:09:45 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/02 06:09:45 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:46 DEBUG : dst/file1: SHA-1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2021/03/02 06:09:46 INFO : dst/file1: Copied (server-side copy) 2021/03/02 06:09:47 INFO : dst/file1: Deleted 2021/03/02 06:09:47 DEBUG : dst/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/03/02 06:09:47 INFO : dst/file1: Copied (new) 2021/03/02 06:09:47 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (5.93s) === RUN TestCopyFile run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:49 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:49 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/02 06:09:50 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/03/02 06:09:50 INFO : file1: Copied (new) to: sub/file2 2021/03/02 06:09:50 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2021/03/02 06:09:50 DEBUG : file1: Unchanged skipping 2021/03/02 06:09:50 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (2.70s) === RUN TestCopyFileBackupDir run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:52 DEBUG : Creating backend with remote "TestB2:rclone-test-masuwib8wuxudex5tumovut8/backup" 2021/03/02 06:09:53 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/02 06:09:53 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:55 DEBUG : dst/file1: SHA-1 = 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 OK 2021/03/02 06:09:55 INFO : dst/file1: Copied (server-side copy) 2021/03/02 06:09:55 INFO : dst/file1: Deleted 2021/03/02 06:09:56 DEBUG : dst/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/03/02 06:09:56 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (5.55s) === RUN TestCopyFileCompareDest run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:09:57 DEBUG : Creating backend with remote "TestB2:rclone-test-masuwib8wuxudex5tumovut8/dst" 2021/03/02 06:09:57 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:57 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:57 DEBUG : Creating backend with remote "TestB2:rclone-test-masuwib8wuxudex5tumovut8/CompareDest" 2021/03/02 06:09:58 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:58 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:09:58 DEBUG : one: Need to transfer - File not found at Destination 2021/03/02 06:09:59 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/03/02 06:09:59 INFO : one: Copied (new) 2021/03/02 06:10:00 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/02 06:10:01 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2021/03/02 06:10:01 INFO : one: Copied (replaced existing) 2021/03/02 06:10:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/02 06:10:02 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/02 06:10:03 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/02 06:10:03 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/02 06:10:03 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/02 06:10:04 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/02 06:10:04 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:04 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/03/02 06:10:04 DEBUG : two: Need to transfer - File not found at Destination 2021/03/02 06:10:04 DEBUG : two: SHA-1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2021/03/02 06:10:04 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (12.73s) === RUN TestCopyFileCopyDest run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:10:09 DEBUG : Creating backend with remote "TestB2:rclone-test-masuwib8wuxudex5tumovut8/dst" 2021/03/02 06:10:11 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:11 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:11 DEBUG : Creating backend with remote "TestB2:rclone-test-masuwib8wuxudex5tumovut8/CopyDest" 2021/03/02 06:10:11 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:11 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:11 DEBUG : one: Need to transfer - File not found at Destination 2021/03/02 06:10:14 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/03/02 06:10:14 INFO : one: Copied (new) 2021/03/02 06:10:14 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/02 06:10:15 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2021/03/02 06:10:15 INFO : one: Copied (replaced existing) 2021/03/02 06:10:17 DEBUG : Creating backend with remote "TestB2:rclone-test-masuwib8wuxudex5tumovut8/BackupDir" 2021/03/02 06:10:17 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/02 06:10:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/02 06:10:18 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:19 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/03/02 06:10:19 INFO : one: Copied (server-side copy) 2021/03/02 06:10:19 INFO : one: Deleted 2021/03/02 06:10:20 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2021/03/02 06:10:20 INFO : one: Copied (server-side copy) 2021/03/02 06:10:20 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/03/02 06:10:21 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/02 06:10:21 DEBUG : two: SHA-1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2021/03/02 06:10:21 INFO : two: Copied (server-side copy) 2021/03/02 06:10:21 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/03/02 06:10:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/02 06:10:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2021/03/02 06:10:22 DEBUG : two: Unchanged skipping 2021/03/02 06:10:23 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:23 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/03/02 06:10:23 DEBUG : three: Destination not found in --copy-dest 2021/03/02 06:10:23 DEBUG : three: Need to transfer - File not found at Destination 2021/03/02 06:10:24 DEBUG : three: SHA-1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2021/03/02 06:10:24 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (21.54s) === 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-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:10:33 DEBUG : A1/B2: Making directory 2021/03/02 06:10:33 DEBUG : A1/B1/C3: Making directory fstest.go:249: Filtering empty directory "A1/B2" fstest.go:249: Filtering empty directory "A1/B1/C3" 2021/03/02 06:10:34 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:34 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:34 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:34 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:34 DEBUG : A1/B1/C2/five: SHA-1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2021/03/02 06:10:34 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2021/03/02 06:10:34 DEBUG : A1/B1/three: SHA-1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2021/03/02 06:10:34 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2021/03/02 06:10:35 DEBUG : A1/two: SHA-1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2021/03/02 06:10:35 INFO : A1/two: Copied (server-side copy) to: A2/two 2021/03/02 06:10:35 DEBUG : A1/one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/03/02 06:10:35 INFO : A1/one: Copied (server-side copy) to: A2/one 2021/03/02 06:10:35 INFO : A1/B1/C2/five: Deleted 2021/03/02 06:10:35 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:35 INFO : A1/one: Deleted 2021/03/02 06:10:35 INFO : A1/two: Deleted 2021/03/02 06:10:35 INFO : A1/B1/three: Deleted 2021/03/02 06:10:36 DEBUG : A1/B1/C1/four: SHA-1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2021/03/02 06:10:36 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2021/03/02 06:10:36 INFO : A1/B1/C1/four: Deleted fstest.go:249: Filtering empty directory "A2/B2" fstest.go:249: Filtering empty directory "A2/B1/C3" 2021/03/02 06:10:36 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:36 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:36 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:36 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:37 DEBUG : A2/one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2021/03/02 06:10:37 INFO : A2/one: Copied (server-side copy) to: A3/one 2021/03/02 06:10:37 DEBUG : A2/B1/C1/four: SHA-1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2021/03/02 06:10:37 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2021/03/02 06:10:37 DEBUG : A2/B1/C2/five: SHA-1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2021/03/02 06:10:37 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2021/03/02 06:10:37 INFO : A2/one: Deleted 2021/03/02 06:10:37 INFO : A2/B1/C1/four: Deleted 2021/03/02 06:10:37 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:38 INFO : A2/B1/C2/five: Deleted 2021/03/02 06:10:38 DEBUG : A2/two: SHA-1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2021/03/02 06:10:38 INFO : A2/two: Copied (server-side copy) to: A3/two 2021/03/02 06:10:38 DEBUG : A2/B1/three: SHA-1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2021/03/02 06:10:38 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2021/03/02 06:10:38 INFO : A2/two: Deleted 2021/03/02 06:10:39 INFO : A2/B1/three: Deleted fstest.go:249: Filtering empty directory "A3/B2" fstest.go:249: Filtering empty directory "A3/B1/C3" --- PASS: TestDirMove (10.21s) === RUN TestGetFsInfo run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" --- PASS: TestGetFsInfo (0.32s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:10:42 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: File to upload is small (34 bytes), uploading instead of streaming 2021/03/02 06:10:42 DEBUG : no_checksum_small_file_from_pipe: SHA-1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2021/03/02 06:10:42 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/03/02 06:10:42 DEBUG : no_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2021/03/02 06:10:43 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-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:10:47 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: File to upload is small (34 bytes), uploading instead of streaming 2021/03/02 06:10:47 DEBUG : with_checksum_small_file_from_pipe: SHA-1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2021/03/02 06:10:47 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/03/02 06:10:47 DEBUG : with_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2021/03/02 06:10:48 DEBUG : with_checksum_big_file_from_pipe: SHA-1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2021/03/02 06:10:48 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-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:10:49 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: File to upload is small (34 bytes), uploading instead of streaming 2021/03/02 06:10:50 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/02 06:10:50 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2021/03/02 06:10:50 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-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:10:52 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: File to upload is small (34 bytes), uploading instead of streaming 2021/03/02 06:10:52 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/02 06:10:52 DEBUG : ignore_checksum_big_file_from_pipe: File has 102401 bytes, which makes only one chunk. Using direct upload. 2021/03/02 06:10:53 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (14.93s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.87s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.98s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (2.43s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.65s) === RUN TestRcatSize run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:10:57 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: File to upload is small (60 bytes), uploading instead of streaming 2021/03/02 06:10:57 DEBUG : potato2: SHA-1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2021/03/02 06:10:57 INFO : potato2: Copied (new) --- PASS: TestRcatSize (1.90s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "B2 bucket rclone-test-masuwib8wuxudex5tumovut8", Local "Local file system at /tmp/rclone215163662", Modify Window "1ms" 2021/03/02 06:10:59 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:10:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/03/02 06:10:59 DEBUG : TestCopyFileMaxTransfer/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2021/03/02 06:10:59 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/03/02 06:11:00 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:11:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/03/02 06:11:00 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://pod-000-1134-11.backblaze.com/b2api/v1/b2_upload_file/3f720d9380ddfb1b7f780e1b/c001_v0001134_t0055": Max transfer limit reached as set by --max-transfer 2021/03/02 06:11:00 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:11:00 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/03/02 06:11:00 DEBUG : Couldn't decode error response: EOF 2021/03/02 06:11:00 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/03/02 06:11:01 DEBUG : TestCopyFileMaxTransfer/file4: SHA-1 = 211f93881b8175c1dbe118976fabe99fdfeda024 OK 2021/03/02 06:11:01 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (4.69s) === 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/03/02 06:11:03 DEBUG : B2 bucket rclone-test-masuwib8wuxudex5tumovut8: Purge remote 2021/03/02 06:11:03 DEBUG : A1/B1/C1/four: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1156e9cf5a699010_d20210302_m061036_c001_v0001154_t0022") 2021/03/02 06:11:03 DEBUG : A1/B1/C1/four: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def412a1_d20210302_m061032_c001_v0001134_t0055") 2021/03/02 06:11:03 DEBUG : A1/B1/C1/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11023a32ebdf06e0_d20210302_m060932_c001_v0001093_t0011") 2021/03/02 06:11:03 DEBUG : A1/B1/C1/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41048_d20210302_m060930_c001_v0001134_t0055") 2021/03/02 06:11:03 DEBUG : A1/B1/C2/five: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1180dad90aa4697a_d20210302_m061034_c001_v0001032_t0009") 2021/03/02 06:11:03 DEBUG : A1/B1/C2/five: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def412a7_d20210302_m061032_c001_v0001134_t0055") 2021/03/02 06:11:03 DEBUG : A1/B1/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f112f1bdaca5c10b5_d20210302_m061034_c001_v0001113_t0032") 2021/03/02 06:11:03 DEBUG : A1/B1/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4129d_d20210302_m061032_c001_v0001134_t0055") 2021/03/02 06:11:03 DEBUG : A1/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f114197c2e268bdc7_d20210302_m061035_c001_v0001093_t0006") 2021/03/02 06:11:04 DEBUG : A1/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41295_d20210302_m061031_c001_v0001134_t0055") 2021/03/02 06:11:04 DEBUG : A1/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11435afbbe17dbee_d20210302_m061035_c001_v0001029_t0043") 2021/03/02 06:11:04 DEBUG : A1/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41299_d20210302_m061032_c001_v0001134_t0055") 2021/03/02 06:11:04 DEBUG : A1/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f117646d136df6438_d20210302_m060934_c001_v0001017_t0006") 2021/03/02 06:11:04 DEBUG : A1/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4104a_d20210302_m060930_c001_v0001134_t0055") 2021/03/02 06:11:04 DEBUG : A2/B1/C1/four: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10524d67dca0b997_d20210302_m061037_c001_v0001004_t0025") 2021/03/02 06:11:04 DEBUG : A2/B1/C1/four: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f106c95527cceb1bc_d20210302_m061035_c001_v0001145_t0038") 2021/03/02 06:11:04 DEBUG : A2/B1/C2/five: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111ece89ed415878_d20210302_m061037_c001_v0001144_t0019") 2021/03/02 06:11:04 DEBUG : A2/B1/C2/five: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1130c8304369eeb3_d20210302_m061034_c001_v0001136_t0059") 2021/03/02 06:11:04 DEBUG : A2/B1/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1173777b9ad52fe9_d20210302_m061038_c001_v0001113_t0024") 2021/03/02 06:11:04 DEBUG : A2/B1/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10204a9ca4c948c6_d20210302_m061034_c001_v0001154_t0018") 2021/03/02 06:11:04 DEBUG : A2/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f110fe5473a28024c_d20210302_m061037_c001_v0001038_t0052") 2021/03/02 06:11:04 DEBUG : A2/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1008679edbc6147f_d20210302_m061034_c001_v0001136_t0033") 2021/03/02 06:11:05 DEBUG : A2/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f110cd1b1e4071356_d20210302_m061038_c001_v0001015_t0034") 2021/03/02 06:11:05 DEBUG : A2/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10079264b8a2e4af_d20210302_m061034_c001_v0001021_t0026") 2021/03/02 06:11:05 DEBUG : A3/B1/C1/four: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11664f37d7beb127_d20210302_m061039_c001_v0001145_t0022") 2021/03/02 06:11:05 DEBUG : A3/B1/C1/four: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f786_d20210302_m061036_c001_v0001154_t0023") 2021/03/02 06:11:05 DEBUG : A3/B1/C2/five: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10688667b9c79d97_d20210302_m061040_c001_v0001146_t0015") 2021/03/02 06:11:05 DEBUG : A3/B1/C2/five: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1112c196d9c3ba99_d20210302_m061036_c001_v0001032_t0017") 2021/03/02 06:11:05 DEBUG : A3/B1/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1004feda46a7f61f_d20210302_m061040_c001_v0001150_t0013") 2021/03/02 06:11:05 DEBUG : A3/B1/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11013a2d6aafe609_d20210302_m061036_c001_v0001154_t0025") 2021/03/02 06:11:05 DEBUG : A3/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f114da6ce31dec877_d20210302_m061040_c001_v0001145_t0010") 2021/03/02 06:11:05 DEBUG : A3/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10481160d40c7402_d20210302_m061037_c001_v0001137_t0033") 2021/03/02 06:11:05 DEBUG : A3/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f105f00f2f802138c_d20210302_m061041_c001_v0001130_t0023") 2021/03/02 06:11:05 DEBUG : A3/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1137098879c14258_d20210302_m061037_c001_v0001120_t0040") 2021/03/02 06:11:05 DEBUG : BackupDir/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f107fb89b9514d1db_d20210302_m061024_c001_v0001042_t0024") 2021/03/02 06:11:05 DEBUG : BackupDir/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f100da7b256121791_d20210302_m061019_c001_v0001131_t0033") 2021/03/02 06:11:05 DEBUG : CompareDest/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1194ec079fb70a2c_d20210302_m061005_c001_v0001144_t0014") 2021/03/02 06:11:05 DEBUG : CompareDest/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4117e_d20210302_m061002_c001_v0001134_t0055") 2021/03/02 06:11:05 DEBUG : CompareDest/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f108e2d3b6358984a_d20210302_m061006_c001_v0001093_t0007") 2021/03/02 06:11:05 DEBUG : CompareDest/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41185_d20210302_m061002_c001_v0001134_t0055") 2021/03/02 06:11:05 DEBUG : CopyDest/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1057b16f9034abf8_d20210302_m061025_c001_v0001113_t0024") 2021/03/02 06:11:05 DEBUG : CopyDest/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def411f6_d20210302_m061016_c001_v0001134_t0055") 2021/03/02 06:11:05 DEBUG : CopyDest/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f108a2460ba309bdd_d20210302_m061028_c001_v0001032_t0000") 2021/03/02 06:11:05 DEBUG : CopyDest/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4123f_d20210302_m061022_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : CopyDest/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f100131e1713e24e3_d20210302_m061029_c001_v0001144_t0032") 2021/03/02 06:11:06 DEBUG : CopyDest/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41235_d20210302_m061020_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1133cdb7554de169_d20210302_m061102_c001_v0001145_t0046") 2021/03/02 06:11:06 DEBUG : TestCopyFileMaxTransfer/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def413bb_d20210302_m061059_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10758cd9f995520e_d20210302_m061103_c001_v0001131_t0035") 2021/03/02 06:11:06 DEBUG : TestCopyFileMaxTransfer/file4: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def413d2_d20210302_m061101_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : a.txt: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f100d7bfbf648e992_d20210302_m060854_c001_v0001145_t0000") 2021/03/02 06:11:06 DEBUG : a.txt: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40ec5_d20210302_m060850_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : also/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10236ec85cb1f774_d20210302_m060846_c001_v0001153_t0002") 2021/03/02 06:11:06 DEBUG : also/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40e8b_d20210302_m060844_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : another: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1186ed99576bfc32_d20210302_m060847_c001_v0001037_t0050") 2021/03/02 06:11:06 DEBUG : another: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40e91_d20210302_m060845_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : backup/dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1062bef6382dd90f_d20210302_m060956_c001_v0001041_t0023") 2021/03/02 06:11:06 DEBUG : backup/dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111e8ef26206adc2_d20210302_m060955_c001_v0001153_t0018") 2021/03/02 06:11:06 DEBUG : backup/dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f118edb9235f993e4_d20210302_m060948_c001_v0001136_t0054") 2021/03/02 06:11:06 DEBUG : backup/dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f116ea3af6aee84ee_d20210302_m060946_c001_v0001146_t0055") 2021/03/02 06:11:06 DEBUG : dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f108b732cb69da82d_d20210302_m060957_c001_v0001043_t0054") 2021/03/02 06:11:06 DEBUG : dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41146_d20210302_m060956_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10401c44c3705abd_d20210302_m060955_c001_v0001154_t0010") 2021/03/02 06:11:06 DEBUG : dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41124_d20210302_m060951_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1127d0225e392f74_d20210302_m060949_c001_v0001093_t0012") 2021/03/02 06:11:06 DEBUG : dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41101_d20210302_m060948_c001_v0001134_t0055") 2021/03/02 06:11:06 DEBUG : dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11299dc5c62c2ce6_d20210302_m060947_c001_v0001040_t0001") 2021/03/02 06:11:06 DEBUG : dst/file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def410d2_d20210302_m060943_c001_v0001134_t0055") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11386dffe70421f9_d20210302_m061030_c001_v0001091_t0023") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f106b72999ea62e04_d20210302_m061020_c001_v0001029_t0023") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f110a4a5112113e28_d20210302_m061019_c001_v0001033_t0044") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def411ee_d20210302_m061016_c001_v0001134_t0055") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11745c34b1596ba6_d20210302_m061014_c001_v0001012_t0002") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11745c34b1596ba4_d20210302_m061013_c001_v0001012_t0002") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f106e567a01ca7a99_d20210302_m061006_c001_v0001128_t0040") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4117c_d20210302_m061001_c001_v0001134_t0055") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f116b425f15eb8759_d20210302_m061000_c001_v0001128_t0016") 2021/03/02 06:11:07 DEBUG : dst/one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f116b425f15eb8755_d20210302_m060959_c001_v0001128_t0016") 2021/03/02 06:11:07 DEBUG : dst/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f117fed6965bd5ab0_d20210302_m061030_c001_v0001145_t0021") 2021/03/02 06:11:07 DEBUG : dst/three: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11745c34b1596baa_d20210302_m061024_c001_v0001012_t0002") 2021/03/02 06:11:07 DEBUG : dst/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f100303abb996330d_d20210302_m061031_c001_v0001154_t0011") 2021/03/02 06:11:07 DEBUG : dst/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11774cfb61a3a1e4_d20210302_m061021_c001_v0001150_t0030") 2021/03/02 06:11:07 DEBUG : dst/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1114fb1d2b195c71_d20210302_m061007_c001_v0001039_t0000") 2021/03/02 06:11:07 DEBUG : dst/two: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f116b425f15eb8768_d20210302_m061004_c001_v0001128_t0016") 2021/03/02 06:11:07 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10261c1bf0a0eda7_d20210302_m060913_c001_v0001150_t0023") 2021/03/02 06:11:07 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f87_d20210302_m060912_c001_v0001134_t0055") 2021/03/02 06:11:07 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111b8998546292be_d20210302_m060911_c001_v0001154_t0011") 2021/03/02 06:11:07 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f68_d20210302_m060908_c001_v0001134_t0055") 2021/03/02 06:11:07 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f105b888f7353d8f8_d20210302_m060906_c001_v0001037_t0041") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f58_d20210302_m060905_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f116a56a393a16017_d20210302_m060904_c001_v0001134_t0022") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f3b_d20210302_m060903_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1049d18d5cac8e73_d20210302_m060902_c001_v0001146_t0045") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f26_d20210302_m060901_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1008a0e92766e6d2_d20210302_m060838_c001_v0001146_t0045") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40e28_d20210302_m060836_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f100abd916b864b29_d20210302_m060829_c001_v0001128_t0035") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40d89_d20210302_m060826_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11565a4481149152_d20210302_m060817_c001_v0001032_t0032") 2021/03/02 06:11:08 DEBUG : empty space: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f205_d20210302_m060815_c001_v0001154_t0005") 2021/03/02 06:11:08 DEBUG : file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10585d58ad53aca5_d20210302_m060939_c001_v0001017_t0028") 2021/03/02 06:11:08 DEBUG : file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4109b_d20210302_m060937_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f105ea4931287c1bc_d20210302_m060923_c001_v0001032_t0043") 2021/03/02 06:11:08 DEBUG : file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40fd8_d20210302_m060920_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f110db685f000bf5c_d20210302_m060814_c001_v0001134_t0048") 2021/03/02 06:11:08 DEBUG : file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f1da_d20210302_m060812_c001_v0001154_t0005") 2021/03/02 06:11:08 DEBUG : file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f1ce_d20210302_m060811_c001_v0001154_t0005") 2021/03/02 06:11:08 DEBUG : file1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f1b1_d20210302_m060808_c001_v0001154_t0005") 2021/03/02 06:11:08 DEBUG : file2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f571_d20210302_m060940_c001_v0001154_t0015") 2021/03/02 06:11:08 DEBUG : file2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def410a9_d20210302_m060938_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : file2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11951fbd5b6cbcab_d20210302_m060924_c001_v0001134_t0035") 2021/03/02 06:11:08 DEBUG : file2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40fdd_d20210302_m060920_c001_v0001134_t0055") 2021/03/02 06:11:08 DEBUG : filename.txt: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f107ecee0268b628a_d20210302_m060940_c001_v0001154_t0012") 2021/03/02 06:11:09 DEBUG : filename.txt: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def410a5_d20210302_m060938_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f101c58f755c2bbd1_d20210302_m061053_c001_v0001006_t0001") 2021/03/02 06:11:09 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4137b_d20210302_m061052_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1180e9aee3ecec1f_d20210302_m061051_c001_v0001130_t0039") 2021/03/02 06:11:09 DEBUG : ignore_checksum_big_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41360_d20210302_m061050_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1004c319737c9b37_d20210302_m061056_c001_v0001137_t0002") 2021/03/02 06:11:09 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41376_d20210302_m061052_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f118d8c4dbc526375_d20210302_m061051_c001_v0001134_t0004") 2021/03/02 06:11:09 DEBUG : ignore_checksum_small_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41359_d20210302_m061050_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : large: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f112d1486e02417b2_d20210302_m060919_c001_v0001043_t0049") 2021/03/02 06:11:09 DEBUG : large: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40fc9_d20210302_m060917_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : medium: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f119aee31a722b30c_d20210302_m060918_c001_v0001137_t0047") 2021/03/02 06:11:09 DEBUG : medium: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40fc3_d20210302_m060917_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10213a3951a9985b_d20210302_m061044_c001_v0001042_t0036") 2021/03/02 06:11:09 DEBUG : no_checksum_big_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41317_d20210302_m061042_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1113f99350f9b299_d20210302_m061046_c001_v0001120_t0025") 2021/03/02 06:11:09 DEBUG : no_checksum_small_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41311_d20210302_m061042_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : not-one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11810672b3939b77_d20210302_m060848_c001_v0001001_t0027") 2021/03/02 06:11:09 DEBUG : not-one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40e9b_d20210302_m060845_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1189d6558516c4d1_d20210302_m060846_c001_v0001011_t0008") 2021/03/02 06:11:09 DEBUG : one: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40e83_d20210302_m060844_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : potato1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f101906597eaa755e_d20210302_m061057_c001_v0001040_t0050") 2021/03/02 06:11:09 DEBUG : potato1: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4139d_d20210302_m061056_c001_v0001134_t0055") 2021/03/02 06:11:09 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1189eb6e6d8a2b19_d20210302_m061058_c001_v0001092_t0034") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def413a5_d20210302_m061057_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f116b9e73252faeeb_d20210302_m060913_c001_v0001044_t0047") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f83_d20210302_m060912_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f104ccc8f28b64574_d20210302_m060911_c001_v0001093_t0012") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f66_d20210302_m060908_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1011347e535bb89f_d20210302_m060907_c001_v0001153_t0001") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f54_d20210302_m060906_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f100303abb9962fe7_d20210302_m060905_c001_v0001154_t0012") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f35_d20210302_m060903_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f115526c998e05bbd_d20210302_m060902_c001_v0001153_t0010") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f1e_d20210302_m060900_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f112d1486e0241782_d20210302_m060840_c001_v0001043_t0033") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40e2f_d20210302_m060836_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f112f095f0752da05_d20210302_m060829_c001_v0001011_t0011") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40d97_d20210302_m060826_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1094cfb1c8a7e9d6_d20210302_m060820_c001_v0001113_t0058") 2021/03/02 06:11:10 DEBUG : potato2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f215_d20210302_m060816_c001_v0001154_t0005") 2021/03/02 06:11:10 DEBUG : remotepotato: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10219a9a538a4447_d20210302_m060841_c001_v0001146_t0027") 2021/03/02 06:11:10 DEBUG : remotepotato: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40e3d_d20210302_m060837_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : remotepotato: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1145c6a1243306da_d20210302_m060830_c001_v0001037_t0015") 2021/03/02 06:11:10 DEBUG : remotepotato: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40db6_d20210302_m060828_c001_v0001134_t0055") 2021/03/02 06:11:10 DEBUG : remotepotato: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1156e9cf5a698bf0_d20210302_m060821_c001_v0001154_t0016") 2021/03/02 06:11:10 DEBUG : remotepotato: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f21e_d20210302_m060816_c001_v0001154_t0005") 2021/03/02 06:11:11 DEBUG : rutabaga: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f100131e1713e2133_d20210302_m060841_c001_v0001144_t0023") 2021/03/02 06:11:11 DEBUG : rutabaga: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40e1b_d20210302_m060835_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : rutabaga: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10014cc4a7ff1994_d20210302_m060833_c001_v0001153_t0007") 2021/03/02 06:11:11 DEBUG : rutabaga: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40d6b_d20210302_m060824_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : rutabaga: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f118f5e477e1f705a_d20210302_m060821_c001_v0001137_t0006") 2021/03/02 06:11:11 DEBUG : rutabaga: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11974e3186d4f1fc_d20210302_m060814_c001_v0001154_t0005") 2021/03/02 06:11:11 DEBUG : small: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1004c319737c9945_d20210302_m060918_c001_v0001137_t0035") 2021/03/02 06:11:11 DEBUG : small: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40fbd_d20210302_m060917_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1173777b9ad52e17_d20210302_m060900_c001_v0001113_t0048") 2021/03/02 06:11:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f16_d20210302_m060859_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10236ec85cb1f7aa_d20210302_m060855_c001_v0001153_t0019") 2021/03/02 06:11:11 DEBUG : sub dir/hello world: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40ed1_d20210302_m060851_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : sub dir/hello world2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1071f3e9adcf0039_d20210302_m060855_c001_v0001015_t0032") 2021/03/02 06:11:11 DEBUG : sub dir/hello world2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40ed7_d20210302_m060851_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f110f33321308f6f5_d20210302_m060855_c001_v0001145_t0031") 2021/03/02 06:11:11 DEBUG : sub dir/ignore dir/.ignore: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40edd_d20210302_m060851_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f110e7f4b13c4d3e7_d20210302_m060856_c001_v0001146_t0054") 2021/03/02 06:11:11 DEBUG : sub dir/ignore dir/should be ignored: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40ee1_d20210302_m060851_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : sub dir/potato3: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f117fed6965bd5826_d20210302_m060914_c001_v0001145_t0008") 2021/03/02 06:11:11 DEBUG : sub dir/potato3: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40f89_d20210302_m060912_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10172ce641bc88b2_d20210302_m060857_c001_v0001131_t0049") 2021/03/02 06:11:11 DEBUG : sub dir/sub sub dir/hello world3: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40ee3_d20210302_m060852_c001_v0001134_t0055") 2021/03/02 06:11:11 DEBUG : sub/file2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f10527521f913988d_d20210302_m060951_c001_v0001154_t0004") 2021/03/02 06:11:12 DEBUG : sub/file2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41115_d20210302_m060949_c001_v0001134_t0055") 2021/03/02 06:11:12 DEBUG : sub/file2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1020b437c99eac59_d20210302_m060941_c001_v0001144_t0011") 2021/03/02 06:11:12 DEBUG : sub/file2: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def410c2_d20210302_m060940_c001_v0001134_t0055") 2021/03/02 06:11:12 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f1081e285b55bb3b4_d20210302_m061048_c001_v0001145_t0010") 2021/03/02 06:11:12 DEBUG : with_checksum_big_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def4133c_d20210302_m061047_c001_v0001134_t0055") 2021/03/02 06:11:12 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f101121b36d3942e2_d20210302_m061049_c001_v0001113_t0035") 2021/03/02 06:11:12 DEBUG : with_checksum_small_file_from_pipe: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def41338_d20210302_m061047_c001_v0001134_t0055") 2021/03/02 06:11:12 DEBUG : zend.txt: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f11235f90c9144900_d20210302_m060857_c001_v0001137_t0006") 2021/03/02 06:11:12 DEBUG : zend.txt: Deleting (id "4_z3f720d9380ddfb1b7f780e1b_f111f53a1def40ecd_d20210302_m060850_c001_v0001134_t0055") "./operations.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 3m6.444151565s (try 1/5)