"./operations.test -test.v -test.timeout 1h0m0s -remote TestSharefile: -verbose" - Starting (try 1/5) 2021/03/04 06:06:45 DEBUG : Creating backend with remote "TestSharefile:rclone-test-dipocaj9ruzedek8fubipek3" 2021/03/04 06:06:46 DEBUG : Creating backend with remote "/tmp/rclone880382505" === 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 "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/03/04 06:06:50 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/04 06:06:50 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2021/03/04 06:06:50 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/04 06:06:51 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2021/03/04 06:06:51 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/04 06:06:51 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/03/04 06:06:54 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2021/03/04 06:06:54 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2021/03/04 06:06:54 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2021/03/04 06:06:56 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2021/03/04 06:06:56 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2021/03/04 06:06:56 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/03/04 06:06:59 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2021/03/04 06:06:59 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2021/03/04 06:06:59 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/03/04 06:07:00 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/03/04 06:07:00 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2021/03/04 06:07:00 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (14.66s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (5.02s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (4.72s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (4.17s) === 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/04 06:07:01 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/04 06:07:01 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/04 06:07:01 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/03/04 06:07:01 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/03/04 06:07:01 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 "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.86s) --- PASS: TestCheck/1 (0.17s) --- PASS: TestCheck/2 (0.16s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.19s) --- PASS: TestCheck/5 (0.19s) --- PASS: TestCheck/6 (0.22s) --- PASS: TestCheck/7 (0.19s) === RUN TestCheckFsError 2021/03/04 06:07:14 DEBUG : Creating backend with remote "non-existent" 2021/03/04 06:07:14 DEBUG : Creating backend with remote "non-existent" 2021/03/04 06:07:14 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2021/03/04 06:07:14 ERROR : : error reading source directory: directory not found 2021/03/04 06:07:14 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/03/04 06:07:14 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 "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (21.54s) --- PASS: TestCheckDownload/1 (1.85s) --- PASS: TestCheckDownload/2 (2.21s) --- PASS: TestCheckDownload/3 (1.26s) --- PASS: TestCheckDownload/4 (2.16s) --- PASS: TestCheckDownload/5 (1.68s) --- PASS: TestCheckDownload/6 (1.80s) --- PASS: TestCheckDownload/7 (1.41s) === RUN TestCheckSizeOnly run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.62s) --- PASS: TestCheckSizeOnly/1 (0.19s) --- PASS: TestCheckSizeOnly/2 (0.34s) --- PASS: TestCheckSizeOnly/3 (0.19s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.19s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.21s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestDeduplicateInteractive run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.37s) === RUN TestDeduplicateSkip run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.31s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.37s) === RUN TestDeduplicateFirst run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.33s) === RUN TestDeduplicateNewest run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.35s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:07:56 INFO : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': Looking for duplicate MD5 hashes using newest mode. 2021/03/04 06:07:57 NOTICE: 1292b73c3f576ea02b09f0dac10befc0: Found 3 files with duplicate MD5 hashes 2021/03/04 06:07:57 INFO : one: Deleted 2021/03/04 06:07:57 INFO : also/one: Deleted 2021/03/04 06:07:57 NOTICE: 1292b73c3f576ea02b09f0dac10befc0: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (11.15s) === RUN TestDeduplicateOldest run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.37s) === RUN TestDeduplicateLargest run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.45s) === RUN TestDeduplicateSmallest run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.43s) === RUN TestDeduplicateRename run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.32s) === RUN TestMergeDirs run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" dedupe_test.go:267: Can't merge directories --- SKIP: TestMergeDirs (0.36s) === RUN TestListDirSorted run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:08:17 DEBUG : a.txt: Excluded 2021/03/04 06:08:17 DEBUG : sub dir/hello world2: Excluded 2021/03/04 06:08:17 DEBUG : sub dir/hello world: Excluded 2021/03/04 06:08:18 DEBUG : sub dir/ignore dir: Excluded 2021/03/04 06:08:18 DEBUG : sub dir/hello world2: Excluded 2021/03/04 06:08:18 DEBUG : sub dir/hello world: Excluded 2021/03/04 06:08:18 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (21.49s) === RUN TestMkdir run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:08:22 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': Making directory 2021/03/04 06:08:23 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': Making directory --- PASS: TestMkdir (0.45s) === RUN TestLsd run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" --- PASS: TestLsd (4.85s) === RUN TestLs run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" --- PASS: TestLs (5.27s) === RUN TestLsWithFilesFrom run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:08:38 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.89s) === RUN TestLsLong run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" --- PASS: TestLsLong (4.98s) === RUN TestHashSums run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:08:52 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/04 06:08:52 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/04 06:08:54 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/04 06:08:54 ERROR : potato2: Hash unsupported: hash type not supported 2021/03/04 06:08:55 ERROR : empty space: Hash unsupported: hash type not supported 2021/03/04 06:08:55 ERROR : potato2: Hash unsupported: hash type not supported --- PASS: TestHashSums (12.76s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" --- PASS: TestCount (8.27s) === RUN TestDelete run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:09:11 DEBUG : Waiting for deletions to finish 2021/03/04 06:09:11 DEBUG : large: Excluded 2021/03/04 06:09:12 INFO : medium: Deleted 2021/03/04 06:09:12 INFO : small: Deleted --- PASS: TestDelete (6.61s) === RUN TestRetry 2021/03/04 06:09:12 DEBUG : Received error: EOF - low level retry 1/5 2021/03/04 06:09:12 DEBUG : Received error: EOF - low level retry 2/5 2021/03/04 06:09:12 DEBUG : Received error: EOF - low level retry 1/5 2021/03/04 06:09:12 DEBUG : Received error: EOF - low level retry 2/5 2021/03/04 06:09:12 DEBUG : Received error: EOF - low level retry 3/5 2021/03/04 06:09:12 DEBUG : Received error: EOF - low level retry 4/5 2021/03/04 06:09:12 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" --- PASS: TestCat (14.81s) === RUN TestPurge 2021/03/04 06:09:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/03/04 06:09:27 DEBUG : Creating backend with remote "TestSharefile:rclone-test-majaham7numatur8riricip8" 2021/03/04 06:09:28 DEBUG : Creating backend with remote "/tmp/rclone543785539" run.go:176: Remote "sharefile root 'rclone-test-majaham7numatur8riricip8'", Local "Local file system at /tmp/rclone543785539", Modify Window "1s" 2021/03/04 06:09:32 DEBUG : A2: Making directory 2021/03/04 06:09:32 DEBUG : A1/B2: Making directory 2021/03/04 06:09:33 DEBUG : A1/B2/C2: Making directory 2021/03/04 06:09:33 DEBUG : A1/B1/C3: Making directory 2021/03/04 06:09:34 DEBUG : A3: Making directory 2021/03/04 06:09:34 DEBUG : A3/B3: Making directory 2021/03/04 06:09:35 DEBUG : A3/B3/C4: Making directory 2021/03/04 06:09:40 ERROR : : error listing: directory not found 2021/03/04 06:09:40 DEBUG : sharefile root 'rclone-test-majaham7numatur8riricip8': Purge remote 2021/03/04 06:09:40 purge failed: directory not found --- PASS: TestPurge (12.88s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:09:46 DEBUG : A2: Making directory 2021/03/04 06:09:46 DEBUG : A1/B2: Making directory 2021/03/04 06:09:47 DEBUG : A1/B2/C2: Making directory 2021/03/04 06:09:47 DEBUG : A1/B1/C3: Making directory 2021/03/04 06:09:48 DEBUG : A3: Making directory 2021/03/04 06:09:48 DEBUG : A3/B3: Making directory 2021/03/04 06:09:49 DEBUG : A3/B3/C4: Making directory 2021/03/04 06:09:54 DEBUG : A3/B3/C4: Removing directory 2021/03/04 06:09:56 DEBUG : A3/B3: Removing directory 2021/03/04 06:09:56 DEBUG : A3: Removing directory 2021/03/04 06:09:57 DEBUG : A2: Removing directory 2021/03/04 06:09:57 DEBUG : A1/B2/C2: Removing directory 2021/03/04 06:09:57 DEBUG : A1/B2: Removing directory 2021/03/04 06:09:58 DEBUG : A1/B1/C3: Removing directory --- PASS: TestRmdirsNoLeaveRoot (21.96s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:10:02 DEBUG : A1: Making directory 2021/03/04 06:10:03 DEBUG : A1/B1: Making directory 2021/03/04 06:10:04 DEBUG : A1/B1/C1: Making directory 2021/03/04 06:10:06 DEBUG : A1/B1/C1: Removing directory 2021/03/04 06:10:06 DEBUG : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (6.35s) === RUN TestRmdirsWithFilter run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:10:08 DEBUG : A1: Making directory 2021/03/04 06:10:09 DEBUG : A1/B1: Making directory 2021/03/04 06:10:09 DEBUG : A1/B1/C1: Making directory 2021/03/04 06:10:12 DEBUG : A1/B1/C1: Removing directory 2021/03/04 06:10:12 DEBUG : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (6.07s) === RUN TestCopyURL run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" --- PASS: TestCopyURL (8.34s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:10:23 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/04 06:10:26 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 06:10:26 INFO : file1: Copied (new) to: sub/file2 2021/03/04 06:10:26 INFO : file1: Deleted 2021/03/04 06:10:26 DEBUG : file1: Size and modification time the same (differ by 1ns, within tolerance 1s) 2021/03/04 06:10:26 DEBUG : file1: Unchanged skipping 2021/03/04 06:10:26 INFO : file1: Deleted 2021/03/04 06:10:27 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (6.08s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:10:29 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/04 06:10:32 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 06:10:32 INFO : file1: Copied (new) to: sub/file2 2021/03/04 06:10:32 INFO : file1: Deleted 2021/03/04 06:10:33 DEBUG : file1: Size and modification time the same (differ by 1ns, within tolerance 1s) 2021/03/04 06:10:33 DEBUG : file1: Unchanged skipping 2021/03/04 06:10:33 INFO : file1: Deleted 2021/03/04 06:10:34 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-soqoyip4 2021/03/04 06:10:34 INFO : sub/File2-rclone-move-soqoyip4: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (7.04s) === RUN TestMoveFileBackupDir run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:10:39 DEBUG : Creating backend with remote "TestSharefile:rclone-test-dipocaj9ruzedek8fubipek3/backup" 2021/03/04 06:10:40 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/04 06:10:42 INFO : dst/file1: Moved (server-side) 2021/03/04 06:10:44 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 06:10:44 INFO : dst/file1: Copied (new) 2021/03/04 06:10:44 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (10.65s) === RUN TestCopyFile run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:10:47 DEBUG : file1: Need to transfer - File not found at Destination 2021/03/04 06:10:49 DEBUG : file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 06:10:49 INFO : file1: Copied (new) to: sub/file2 2021/03/04 06:10:50 DEBUG : file1: Size and modification time the same (differ by 1ns, within tolerance 1s) 2021/03/04 06:10:50 DEBUG : file1: Unchanged skipping 2021/03/04 06:10:51 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (5.58s) === RUN TestCopyFileBackupDir run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:10:55 DEBUG : Creating backend with remote "TestSharefile:rclone-test-dipocaj9ruzedek8fubipek3/backup" 2021/03/04 06:10:56 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/03/04 06:10:59 INFO : dst/file1: Moved (server-side) 2021/03/04 06:11:02 DEBUG : dst/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 06:11:02 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (12.97s) === RUN TestCopyFileCompareDest run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:11:05 DEBUG : Creating backend with remote "TestSharefile:rclone-test-dipocaj9ruzedek8fubipek3/dst" 2021/03/04 06:11:06 DEBUG : Creating backend with remote "TestSharefile:rclone-test-dipocaj9ruzedek8fubipek3/CompareDest" 2021/03/04 06:11:07 DEBUG : one: Need to transfer - File not found at Destination 2021/03/04 06:11:10 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/04 06:11:10 INFO : one: Copied (new) 2021/03/04 06:11:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 06:11:13 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 06:11:13 INFO : one: Copied (replaced existing) 2021/03/04 06:11:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1s) 2021/03/04 06:11:19 DEBUG : one: Destination found in --compare-dest, skipping 2021/03/04 06:11:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1s) 2021/03/04 06:11:22 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/04 06:11:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1s) 2021/03/04 06:11:23 DEBUG : two: Destination found in --compare-dest, skipping 2021/03/04 06:11:24 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/03/04 06:11:24 DEBUG : two: Need to transfer - File not found at Destination 2021/03/04 06:11:25 DEBUG : two: MD5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/03/04 06:11:25 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (23.01s) === RUN TestCopyFileCopyDest run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:11:28 DEBUG : Creating backend with remote "TestSharefile:rclone-test-dipocaj9ruzedek8fubipek3/dst" 2021/03/04 06:11:29 DEBUG : Creating backend with remote "TestSharefile:rclone-test-dipocaj9ruzedek8fubipek3/CopyDest" 2021/03/04 06:11:30 DEBUG : one: Need to transfer - File not found at Destination 2021/03/04 06:11:33 DEBUG : one: MD5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/03/04 06:11:33 INFO : one: Copied (new) 2021/03/04 06:11:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 06:11:35 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 06:11:35 INFO : one: Copied (replaced existing) 2021/03/04 06:11:43 DEBUG : Creating backend with remote "TestSharefile:rclone-test-dipocaj9ruzedek8fubipek3/BackupDir" 2021/03/04 06:11:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1s) 2021/03/04 06:11:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/03/04 06:11:45 INFO : one: Moved (server-side) 2021/03/04 06:11:47 DEBUG : one: MD5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/03/04 06:11:47 INFO : one: Copied (server-side copy) 2021/03/04 06:11:47 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/03/04 06:11:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1s) 2021/03/04 06:11:53 DEBUG : two: MD5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/03/04 06:11:53 INFO : two: Copied (server-side copy) 2021/03/04 06:11:53 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/03/04 06:11:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1s) 2021/03/04 06:11:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1s) 2021/03/04 06:11:54 DEBUG : two: Unchanged skipping 2021/03/04 06:11:57 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/03/04 06:11:57 DEBUG : three: Destination not found in --copy-dest 2021/03/04 06:11:57 DEBUG : three: Need to transfer - File not found at Destination 2021/03/04 06:11:59 DEBUG : three: MD5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/03/04 06:11:59 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (34.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 "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:12:13 DEBUG : A1/B2: Making directory 2021/03/04 06:12:14 DEBUG : A1/B1/C3: Making directory 2021/03/04 06:12:20 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2021/03/04 06:12:20 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2021/03/04 06:12:20 INFO : A2/one: Moved (server-side) to: A3/one 2021/03/04 06:12:20 INFO : A2/two: Moved (server-side) to: A3/two 2021/03/04 06:12:20 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three --- PASS: TestDirMove (25.41s) === RUN TestGetFsInfo run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" --- PASS: TestGetFsInfo (0.32s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:12:29 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 06:12:31 DEBUG : no_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/03/04 06:12:31 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/03/04 06:12:32 DEBUG : no_checksum_big_file_from_pipe: Starting streaming upload of large file 2021/03/04 06:12:32 DEBUG : no_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/04 06:12:33 DEBUG : no_checksum_big_file_from_pipe: Finishing large file upload 2021/03/04 06:12:33 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:12:34 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 06:12:36 DEBUG : with_checksum_small_file_from_pipe: MD5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/03/04 06:12:36 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/03/04 06:12:37 DEBUG : with_checksum_big_file_from_pipe: Starting streaming upload of large file 2021/03/04 06:12:37 DEBUG : with_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/04 06:12:38 DEBUG : with_checksum_big_file_from_pipe: Finishing large file upload 2021/03/04 06:12:38 DEBUG : with_checksum_big_file_from_pipe: MD5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2021/03/04 06:12:38 DEBUG : with_checksum_big_file_from_pipe: Size and MD5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:12:40 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 06:12:41 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/04 06:12:43 DEBUG : ignore_checksum_big_file_from_pipe: Starting streaming upload of large file 2021/03/04 06:12:43 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/04 06:12:44 DEBUG : ignore_checksum_big_file_from_pipe: Finishing large file upload 2021/03/04 06:12:44 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:12:45 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': File to upload is small (34 bytes), uploading instead of streaming 2021/03/04 06:12:47 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/03/04 06:12:48 DEBUG : ignore_checksum_big_file_from_pipe: Starting streaming upload of large file 2021/03/04 06:12:48 DEBUG : ignore_checksum_big_file_from_pipe: Sending chunk 0 length 102401 2021/03/04 06:12:49 DEBUG : ignore_checksum_big_file_from_pipe: Finishing large file upload 2021/03/04 06:12:49 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.45s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.53s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.24s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.31s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.36s) === RUN TestRcatSize run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:12:52 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': File to upload is small (60 bytes), uploading instead of streaming 2021/03/04 06:12:54 DEBUG : potato2: MD5 = d6548b156ea68a4e003e786df99eee76 OK 2021/03/04 06:12:54 INFO : potato2: Copied (new) --- PASS: TestRcatSize (4.57s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3'", Local "Local file system at /tmp/rclone880382505", Modify Window "1s" 2021/03/04 06:12:55 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/03/04 06:12:57 DEBUG : TestCopyFileMaxTransfer/file1: MD5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/03/04 06:12:57 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/03/04 06:12:58 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/03/04 06:12:58 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: upload file: Post "https://storage-eu-207.sharefile.com/upload.aspx?uploadid=b0fd65f2-5b2c-48fe-8d8a-483ec1a7c6c4&cid=wuooDzKyNkmTHzGDBLL5Sg&tool=rclone%2fv1.55.0-DEV&batchid=ba87f018-1252-4243-8c24-9c51ba06d04e&overwrite=true&raw=1&encparams=ZnXQjsa_TwwUiv5_HwHqKy9lvefbdTIfFrkxlu-PjMvw3WU37qdVpHsIXipgScLEjislCaA6sl79LHU54rtmH4eRlTtqyUd0QZ7BbMFuI2EafvYnB23Vg-v3QgNevBDQathZMt68W9mp9ADamSLdmAMyum8sPDp3KRFitR-WdGl8g9zXO2onAd4mH6bRYA2XXQ_O5A_k6pUcJu_x-Ii42o5SOhNn6ZWSJUnEo47C3GRvlgbCJopbHJ00sAnmVA9OFTit3ENLZa6lEFf_49n7Qzb_4vwQsp0wPkmt6KF91uMeIH9wlHos8A5SMa8knj8BbvaEWfqEK5fdDuAUhDIJfIj0HgzBDIeacG876HtVWch6L-L2Dr7ne52foSb8glusCuZbaR1MuQqqLxrEpYTVvRo9tTWgmoUgDAT1AFMHef5ybTk8pnLIAsUf4baPGoDnRHuD0s9xVIUFTwvGa00dvU-O0lXTdBTvBAQqfREEWTviRPJcl1czB0jjvmbspC0c0MNIAxOo4vPOsIhcbwFKaz5F4PNzrvzeIt9ZX02u5d9svfuJtBpI-HXmQusf1mPM9YKmuiPN9gWf8D-iJIbjGUPRNX0aXSoREUh6gxfru6zIhnSgN3yJZKeKV3HqOEfjgglwLw4XdN5JSaSImqD4YUVU4sMcOhRqus2ZvtlVPZGt3kHoqEXDJ1F2TIDmNWLe9_lSba2ybN8AVBSF2PAKQEA7QGVCCYimftg-bQ8jqR4_3ZEHkWn0kdZK2DV6Zcj7FU6gxtdI9vs3F0j72VGYgGk$&zoneid=zpc3159d90-01f7-41a7-a8ab-3704157466&zsid=FB&h=6GnsvvYvl%2BO9kXcDTNdYFOaes4fmPpSaR2nDsiJT1N4%3D&fmt=json": Max transfer limit reached as set by --max-transfer 2021/03/04 06:12:58 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/03/04 06:12:59 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/03/04 06:13:01 DEBUG : TestCopyFileMaxTransfer/file4: MD5 = d03e46a0e22cda20d78c7bca0b28afc7 OK 2021/03/04 06:13:01 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (9.31s) === 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/04 06:13:04 DEBUG : sharefile root 'rclone-test-dipocaj9ruzedek8fubipek3': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestSharefile: -verbose" - Finished OK in 6m19.129869207s (try 1/5)