"./operations.test -test.v -test.timeout 1h0m0s -remote TestHubic: -verbose" - Starting (try 1/5) 2021/07/25 06:02:26 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1" 2021/07/25 06:02:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/07/25 06:02:26 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h32m28.180374812s) 2021/07/25 06:02:26 DEBUG : Creating backend with remote "/tmp/rclone388186657" === 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 "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" === RUN TestMultithreadCopy/{size:131071_streams:2} 2021/07/25 06:02:27 INFO : Swift container rclone-test-rifaraq1surehor1fipevef1: Container "rclone-test-rifaraq1surehor1fipevef1" created 2021/07/25 06:02:28 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64Ki 2021/07/25 06:02:28 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999Ki starting 2021/07/25 06:02:28 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki starting 2021/07/25 06:02:28 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999Ki finished 2021/07/25 06:02:28 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki finished 2021/07/25 06:02:28 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64Ki === RUN TestMultithreadCopy/{size:131072_streams:2} 2021/07/25 06:02:29 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64Ki 2021/07/25 06:02:29 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64Ki starting 2021/07/25 06:02:29 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki starting 2021/07/25 06:02:29 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64Ki finished 2021/07/25 06:02:29 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki finished 2021/07/25 06:02:29 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64Ki === RUN TestMultithreadCopy/{size:131073_streams:2} 2021/07/25 06:02:30 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128Ki 2021/07/25 06:02:30 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2021/07/25 06:02:30 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128Ki starting 2021/07/25 06:02:31 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2021/07/25 06:02:31 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128Ki finished 2021/07/25 06:02:31 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128Ki --- PASS: TestMultithreadCopy (4.89s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (1.85s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (1.21s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (1.28s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/07/25 06:02:31 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/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2021/07/25 06:02:31 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2021/07/25 06:02:31 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 "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (8.38s) --- PASS: TestCheck/1 (0.05s) --- PASS: TestCheck/2 (0.06s) --- PASS: TestCheck/3 (0.06s) --- PASS: TestCheck/4 (0.08s) --- PASS: TestCheck/5 (0.07s) --- PASS: TestCheck/6 (0.07s) --- PASS: TestCheck/7 (0.08s) === RUN TestCheckFsError 2021/07/25 06:02:40 DEBUG : Creating backend with remote "non-existent" 2021/07/25 06:02:40 DEBUG : Creating backend with remote "non-existent" 2021/07/25 06:02:40 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2021/07/25 06:02:40 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: error reading source root directory: directory not found 2021/07/25 06:02:40 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2021/07/25 06:02:40 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 "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (9.92s) --- PASS: TestCheckDownload/1 (0.30s) --- PASS: TestCheckDownload/2 (0.27s) --- PASS: TestCheckDownload/3 (0.29s) --- PASS: TestCheckDownload/4 (0.32s) --- PASS: TestCheckDownload/5 (0.30s) --- PASS: TestCheckDownload/6 (0.32s) --- PASS: TestCheckDownload/7 (0.32s) === RUN TestCheckSizeOnly run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (8.16s) --- PASS: TestCheckSizeOnly/1 (0.04s) --- PASS: TestCheckSizeOnly/2 (0.04s) --- PASS: TestCheckSizeOnly/3 (0.07s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- PASS: TestCheckSizeOnly/6 (0.09s) --- PASS: TestCheckSizeOnly/7 (0.03s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:02:59 NOTICE: test.sum: improperly formatted checksum line 4 2021/07/25 06:02:59 NOTICE: test.sum: improperly formatted checksum line 5 2021/07/25 06:02:59 NOTICE: test.sum: improperly formatted checksum line 6 2021/07/25 06:02:59 NOTICE: test.sum: more warnings suppressed... 2021/07/25 06:03:00 NOTICE: test.sum: improperly formatted checksum line 4 2021/07/25 06:03:00 NOTICE: test.sum: improperly formatted checksum line 5 2021/07/25 06:03:00 NOTICE: test.sum: improperly formatted checksum line 6 2021/07/25 06:03:00 NOTICE: test.sum: more warnings suppressed... --- PASS: TestParseSumFile (3.03s) === RUN TestCheckSum run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:03:01 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/data" 2021/07/25 06:03:01 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h31m53.667130806s) === RUN TestCheckSum/move1 === RUN TestCheckSum/move2 === RUN TestCheckSum/move3 === RUN TestCheckSum/move4 === RUN TestCheckSum/move5 === RUN TestCheckSum/move6 --- PASS: TestCheckSum (13.53s) --- PASS: TestCheckSum/move1 (0.37s) --- PASS: TestCheckSum/move2 (0.35s) --- PASS: TestCheckSum/move3 (0.38s) --- PASS: TestCheckSum/move4 (0.41s) --- PASS: TestCheckSum/move5 (0.46s) --- PASS: TestCheckSum/move6 (0.48s) === RUN TestCheckSumDownload run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:03:14 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/data" 2021/07/25 06:03:14 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h31m40.142445119s) === RUN TestCheckSumDownload/move1 === RUN TestCheckSumDownload/move2 === RUN TestCheckSumDownload/move3 === RUN TestCheckSumDownload/move4 === RUN TestCheckSumDownload/move5 === RUN TestCheckSumDownload/move6 --- PASS: TestCheckSumDownload (14.13s) --- PASS: TestCheckSumDownload/move1 (0.57s) --- PASS: TestCheckSumDownload/move2 (0.62s) --- PASS: TestCheckSumDownload/move3 (0.63s) --- PASS: TestCheckSumDownload/move4 (0.63s) --- PASS: TestCheckSumDownload/move5 (0.66s) --- PASS: TestCheckSumDownload/move6 (0.59s) === RUN TestDeduplicateInteractive run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.05s) === RUN TestDeduplicateSkip run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.07s) === RUN TestDeduplicateSizeOnly run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.06s) === RUN TestDeduplicateFirst run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.07s) === RUN TestDeduplicateNewest run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.09s) === RUN TestDeduplicateNewestByHash run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:03:33 INFO : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: Looking for duplicate md5 hashes using newest mode. 2021/07/25 06:03:34 NOTICE: 3027eb4fab618d1c8c4acb9d2b01cf59: Found 3 files with duplicate md5 hashes 2021/07/25 06:03:34 INFO : one: Deleted 2021/07/25 06:03:35 INFO : also/one: Deleted 2021/07/25 06:03:35 NOTICE: 3027eb4fab618d1c8c4acb9d2b01cf59: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (7.76s) === RUN TestDeduplicateOldest run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.05s) === RUN TestDeduplicateLargest run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.06s) === RUN TestDeduplicateSmallest run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.06s) === RUN TestDeduplicateRename run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.09s) === RUN TestMergeDirs run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" dedupe_test.go:267: Can't merge directories --- SKIP: TestMergeDirs (0.06s) === RUN TestListDirSorted run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:306: Error Trace: fstest.go:306 fstest.go:339 fstest.go:351 listdirsorted_test.go:37 Error: Should be true Test: TestListDirSorted Messages: listing wrong, want a.txt (11), sub dir/hello world (11), sub dir/hello world2 (11), sub dir/ignore dir/.ignore (1), sub dir/ignore dir/should be ignored (9), sub dir/sub sub dir/hello world3 (11), zend.txt (5) got a.txt (11), sub dir/hello world (11), sub dir/hello world2 (11), sub dir/ignore dir/.ignore (1), sub dir/ignore dir/should be ignored (9), zend.txt (5) fstest.go:204: Not found "sub dir/sub sub dir/hello world3" fstest.go:207: Error Trace: fstest.go:207 fstest.go:311 fstest.go:339 fstest.go:351 listdirsorted_test.go:37 Error: Not equal: expected: 0 actual : 1 Test: TestListDirSorted Messages: 1 objects not found 2021/07/25 06:03:52 DEBUG : a.txt: Excluded listdirsorted_test.go:71: Error Trace: listdirsorted_test.go:71 Error: "[sub dir/hello world sub dir/hello world2 sub dir/ignore dir]" should have 4 item(s), but has 3 Test: TestListDirSorted --- FAIL: TestListDirSorted (19.48s) === RUN TestMkdir run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:03:56 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: Making directory 2021/07/25 06:03:56 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: Making directory --- PASS: TestMkdir (0.09s) === RUN TestLsd run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" --- PASS: TestLsd (1.55s) === RUN TestLs run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" --- PASS: TestLs (3.89s) === RUN TestLsWithFilesFrom run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:04:04 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.00s) === RUN TestLsLong run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" --- PASS: TestLsLong (3.51s) === RUN TestHashSums run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:04:12 ERROR : potato2: Hash unsupported: hash type not supported 2021/07/25 06:04:12 ERROR : empty space: Hash unsupported: hash type not supported 2021/07/25 06:04:12 ERROR : potato2: Hash unsupported: hash type not supported 2021/07/25 06:04:12 ERROR : empty space: Hash unsupported: hash type not supported 2021/07/25 06:04:13 ERROR : potato2: Hash unsupported: hash type not supported 2021/07/25 06:04:13 ERROR : empty space: Hash unsupported: hash type not supported --- PASS: TestHashSums (5.16s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" --- PASS: TestCount (5.34s) === RUN TestDelete run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:04:30 DEBUG : Waiting for deletions to finish 2021/07/25 06:04:30 DEBUG : large: Excluded from sync (and deletion) 2021/07/25 06:04:31 INFO : medium: Deleted 2021/07/25 06:04:31 INFO : small: Deleted --- PASS: TestDelete (12.25s) === RUN TestRetry 2021/07/25 06:04:32 DEBUG : Received error: EOF - low level retry 1/5 2021/07/25 06:04:32 DEBUG : Received error: EOF - low level retry 2/5 2021/07/25 06:04:32 DEBUG : Received error: EOF - low level retry 1/5 2021/07/25 06:04:32 DEBUG : Received error: EOF - low level retry 2/5 2021/07/25 06:04:32 DEBUG : Received error: EOF - low level retry 3/5 2021/07/25 06:04:32 DEBUG : Received error: EOF - low level retry 4/5 2021/07/25 06:04:32 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" --- PASS: TestCat (5.43s) === RUN TestPurge 2021/07/25 06:04:37 DEBUG : Creating backend with remote "TestHubic:rclone-test-xeyiveh6qojucow9qolomum6" 2021/07/25 06:04:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/07/25 06:04:38 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h30m16.921143053s) 2021/07/25 06:04:38 DEBUG : Creating backend with remote "/tmp/rclone619231995" run.go:176: Remote "Hubic Swift container rclone-test-xeyiveh6qojucow9qolomum6", Local "Local file system at /tmp/rclone619231995", Modify Window "1ns" 2021/07/25 06:04:38 INFO : Swift container rclone-test-xeyiveh6qojucow9qolomum6: Container "rclone-test-xeyiveh6qojucow9qolomum6" created 2021/07/25 06:04:39 DEBUG : A2: Making directory 2021/07/25 06:04:39 DEBUG : A1/B2: Making directory 2021/07/25 06:04:39 DEBUG : A1/B2/C2: Making directory 2021/07/25 06:04:39 DEBUG : A1/B1/C3: Making directory 2021/07/25 06:04:39 DEBUG : A3: Making directory 2021/07/25 06:04:39 DEBUG : A3/B3: Making directory 2021/07/25 06:04:39 DEBUG : A3/B3/C4: Making directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2021/07/25 06:04:40 DEBUG : Waiting for deletions to finish 2021/07/25 06:04:40 INFO : A1/B1/C1/one: Deleted fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2021/07/25 06:04:41 DEBUG : Waiting for deletions to finish 2021/07/25 06:04:41 INFO : A1/two: Deleted 2021/07/25 06:04:41 INFO : Swift container rclone-test-xeyiveh6qojucow9qolomum6: Container "rclone-test-xeyiveh6qojucow9qolomum6" removed fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:293: Sleeping for 6s just to make sure 2021/07/25 06:04:48 DEBUG : Hubic Swift container rclone-test-xeyiveh6qojucow9qolomum6: Purge remote 2021/07/25 06:04:48 DEBUG : Waiting for deletions to finish 2021/07/25 06:04:48 purge failed: Container Not Found --- PASS: TestPurge (10.94s) === RUN TestRmdirsNoLeaveRoot run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:04:49 DEBUG : A2: Making directory 2021/07/25 06:04:49 DEBUG : A1/B2: Making directory 2021/07/25 06:04:49 DEBUG : A1/B2/C2: Making directory 2021/07/25 06:04:49 DEBUG : A1/B1/C3: Making directory 2021/07/25 06:04:49 DEBUG : A3: Making directory 2021/07/25 06:04:49 DEBUG : A3/B3: Making directory 2021/07/25 06:04:49 DEBUG : A3/B3/C4: Making directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" fstest.go:251: Filtering empty directory "A3/B3/C4" 2021/07/25 06:04:50 INFO : A3/B3/C4: Removing directory fstest.go:251: Filtering empty directory "A2" fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B2/C2" fstest.go:251: Filtering empty directory "A1/B1/C3" fstest.go:251: Filtering empty directory "A3" fstest.go:251: Filtering empty directory "A3/B3" --- PASS: TestRmdirsNoLeaveRoot (3.23s) === RUN TestRmdirsLeaveRoot run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:04:52 DEBUG : A1: Making directory 2021/07/25 06:04:52 DEBUG : A1/B1: Making directory 2021/07/25 06:04:52 DEBUG : A1/B1/C1: Making directory fstest.go:251: Filtering empty directory "A1" fstest.go:251: Filtering empty directory "A1/B1" fstest.go:251: Filtering empty directory "A1/B1/C1" fstest.go:251: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.18s) === RUN TestRmdirsWithFilter run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:04:52 DEBUG : A1: Making directory 2021/07/25 06:04:52 DEBUG : A1/B1: Making directory 2021/07/25 06:04:52 DEBUG : A1/B1/C1: Making directory fstest.go:251: Filtering empty directory "A1" fstest.go:251: Filtering empty directory "A1/B1" fstest.go:251: Filtering empty directory "A1/B1/C1" fstest.go:251: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.12s) === RUN TestCopyURL run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:04:53 DEBUG : filename.txt: File name found in url --- PASS: TestCopyURL (5.08s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:04:57 DEBUG : file1: Need to transfer - File not found at Destination 2021/07/25 06:05:02 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/07/25 06:05:02 INFO : file1: Copied (new) to: sub/file2 2021/07/25 06:05:02 INFO : file1: Deleted 2021/07/25 06:05:02 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:02 DEBUG : file1: Unchanged skipping 2021/07/25 06:05:02 INFO : file1: Deleted 2021/07/25 06:05:02 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (5.62s) === RUN TestCaseInsensitiveMoveFile run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.07s) === RUN TestMoveFileBackupDir run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:05:04 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/backup" 2021/07/25 06:05:04 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h29m50.208632972s) 2021/07/25 06:05:05 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/07/25 06:05:05 INFO : Swift container rclone-test-rifaraq1surehor1fipevef1 path backup: Container "rclone-test-rifaraq1surehor1fipevef1" created 2021/07/25 06:05:06 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2021/07/25 06:05:06 INFO : dst/file1: Copied (server-side copy) 2021/07/25 06:05:07 INFO : dst/file1: Deleted 2021/07/25 06:05:09 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/07/25 06:05:09 INFO : dst/file1: Copied (new) 2021/07/25 06:05:09 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (7.56s) === RUN TestCopyFile run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:05:10 DEBUG : file1: Need to transfer - File not found at Destination 2021/07/25 06:05:11 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/07/25 06:05:11 INFO : file1: Copied (new) to: sub/file2 2021/07/25 06:05:11 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:11 DEBUG : file1: Unchanged skipping 2021/07/25 06:05:12 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (2.13s) === RUN TestCopyFileBackupDir run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:05:14 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/backup" 2021/07/25 06:05:14 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h29m40.712327704s) 2021/07/25 06:05:14 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2021/07/25 06:05:14 INFO : Swift container rclone-test-rifaraq1surehor1fipevef1 path backup: Container "rclone-test-rifaraq1surehor1fipevef1" created 2021/07/25 06:05:16 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2021/07/25 06:05:16 INFO : dst/file1: Copied (server-side copy) 2021/07/25 06:05:16 INFO : dst/file1: Deleted 2021/07/25 06:05:18 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/07/25 06:05:18 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (6.75s) === RUN TestCopyFileCompareDest run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:05:19 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/dst" 2021/07/25 06:05:19 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h29m35.24569112s) 2021/07/25 06:05:20 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/CompareDest" 2021/07/25 06:05:20 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h29m34.654782034s) 2021/07/25 06:05:21 DEBUG : one: Need to transfer - File not found at Destination 2021/07/25 06:05:21 INFO : Swift container rclone-test-rifaraq1surehor1fipevef1 path dst: Container "rclone-test-rifaraq1surehor1fipevef1" created 2021/07/25 06:05:22 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/07/25 06:05:22 INFO : one: Copied (new) 2021/07/25 06:05:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/07/25 06:05:23 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/07/25 06:05:23 INFO : one: Copied (replaced existing) 2021/07/25 06:05:26 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:26 DEBUG : one: Destination found in --compare-dest, skipping 2021/07/25 06:05:27 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:27 DEBUG : two: Destination found in --compare-dest, skipping 2021/07/25 06:05:28 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:28 DEBUG : two: Destination found in --compare-dest, skipping 2021/07/25 06:05:28 DEBUG : two: Sizes differ (src 5 vs dst 3) 2021/07/25 06:05:28 DEBUG : two: Need to transfer - File not found at Destination 2021/07/25 06:05:30 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2021/07/25 06:05:30 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (13.56s) === RUN TestCopyFileCopyDest run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:05:33 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/dst" 2021/07/25 06:05:33 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h29m21.684467812s) 2021/07/25 06:05:33 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/CopyDest" 2021/07/25 06:05:33 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h29m21.264155075s) 2021/07/25 06:05:34 DEBUG : one: Need to transfer - File not found at Destination 2021/07/25 06:05:34 INFO : Swift container rclone-test-rifaraq1surehor1fipevef1 path dst: Container "rclone-test-rifaraq1surehor1fipevef1" created 2021/07/25 06:05:35 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/07/25 06:05:35 INFO : one: Copied (new) 2021/07/25 06:05:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/07/25 06:05:37 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/07/25 06:05:37 INFO : one: Copied (replaced existing) 2021/07/25 06:05:42 DEBUG : Creating backend with remote "TestHubic:rclone-test-rifaraq1surehor1fipevef1/BackupDir" 2021/07/25 06:05:42 DEBUG : Hubic: Got swift credentials (expiry 2021-07-26 07:34:55 +0200 +0200 in 23h29m12.021846464s) 2021/07/25 06:05:43 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2021/07/25 06:05:43 INFO : Swift container rclone-test-rifaraq1surehor1fipevef1 path BackupDir: Container "rclone-test-rifaraq1surehor1fipevef1" created 2021/07/25 06:05:44 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/07/25 06:05:44 INFO : one: Copied (server-side copy) 2021/07/25 06:05:45 INFO : one: Deleted 2021/07/25 06:05:46 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2021/07/25 06:05:46 INFO : one: Copied (server-side copy) 2021/07/25 06:05:46 DEBUG : one: Destination found in --copy-dest, using server-side copy 2021/07/25 06:05:51 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:53 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/07/25 06:05:53 INFO : two: Copied (server-side copy) 2021/07/25 06:05:53 DEBUG : two: Destination found in --copy-dest, using server-side copy 2021/07/25 06:05:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:05:53 DEBUG : two: Unchanged skipping 2021/07/25 06:05:55 DEBUG : three: Sizes differ (src 7 vs dst 5) 2021/07/25 06:05:55 DEBUG : three: Destination not found in --copy-dest 2021/07/25 06:05:55 DEBUG : three: Need to transfer - File not found at Destination 2021/07/25 06:05:56 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2021/07/25 06:05:56 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (28.55s) === 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 "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:06:06 DEBUG : A1/B2: Making directory 2021/07/25 06:06:06 DEBUG : A1/B1/C3: Making directory fstest.go:251: Filtering empty directory "A1/B2" fstest.go:251: Filtering empty directory "A1/B1/C3" 2021/07/25 06:06:08 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/07/25 06:06:08 INFO : A1/one: Copied (server-side copy) to: A2/one 2021/07/25 06:06:08 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/07/25 06:06:08 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2021/07/25 06:06:08 INFO : A1/one: Deleted 2021/07/25 06:06:08 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/07/25 06:06:08 INFO : A1/two: Copied (server-side copy) to: A2/two 2021/07/25 06:06:08 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/07/25 06:06:08 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2021/07/25 06:06:09 INFO : A1/B1/C1/four: Deleted 2021/07/25 06:06:09 INFO : A1/two: Deleted 2021/07/25 06:06:09 INFO : A1/B1/three: Deleted 2021/07/25 06:06:10 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/07/25 06:06:10 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2021/07/25 06:06:11 INFO : A1/B1/C2/five: Deleted fstest.go:251: Filtering empty directory "A2/B2" fstest.go:251: Filtering empty directory "A2/B1/C3" 2021/07/25 06:06:12 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2021/07/25 06:06:12 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2021/07/25 06:06:12 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2021/07/25 06:06:12 INFO : A2/two: Copied (server-side copy) to: A3/two 2021/07/25 06:06:13 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2021/07/25 06:06:13 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2021/07/25 06:06:13 INFO : A2/B1/C2/five: Deleted 2021/07/25 06:06:13 INFO : A2/two: Deleted 2021/07/25 06:06:13 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2021/07/25 06:06:13 INFO : A2/one: Copied (server-side copy) to: A3/one 2021/07/25 06:06:13 INFO : A2/B1/C1/four: Deleted 2021/07/25 06:06:13 INFO : A2/one: Deleted 2021/07/25 06:06:14 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2021/07/25 06:06:14 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2021/07/25 06:06:15 INFO : A2/B1/three: Deleted fstest.go:251: Filtering empty directory "A3/B2" fstest.go:251: Filtering empty directory "A3/B1/C3" --- PASS: TestDirMove (17.71s) === RUN TestGetFsInfo run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" --- PASS: TestGetFsInfo (0.07s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:06:19 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: File to upload is small (34 bytes), uploading instead of streaming 2021/07/25 06:06:20 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/07/25 06:06:20 INFO : no_checksum_small_file_from_pipe: Copied (new) 2021/07/25 06:06:21 DEBUG : no_checksum_big_file_from_pipe: Uploading segment file "no_checksum_big_file_from_pipe/1627193181.391366834/-1/00000000" into "rclone-test-rifaraq1surehor1fipevef1_segments" 2021/07/25 06:06:23 DEBUG : no_checksum_big_file_from_pipe: Uploading segments into "rclone-test-rifaraq1surehor1fipevef1_segments" seems done (EOF) 2021/07/25 06:06:24 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:06:25 DEBUG : no_checksum_big_file_from_pipe: Returning empty Md5sum for swift large object === RUN TestRcat/withChecksum=true,ignoreChecksum=false === CONT TestRcat run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:06:27 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: File to upload is small (34 bytes), uploading instead of streaming 2021/07/25 06:06:28 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2021/07/25 06:06:28 INFO : with_checksum_small_file_from_pipe: Copied (new) 2021/07/25 06:06:30 DEBUG : with_checksum_big_file_from_pipe: Uploading segment file "with_checksum_big_file_from_pipe/1627193190.137565887/-1/00000000" into "rclone-test-rifaraq1surehor1fipevef1_segments" 2021/07/25 06:06:31 DEBUG : with_checksum_big_file_from_pipe: Uploading segments into "rclone-test-rifaraq1surehor1fipevef1_segments" seems done (EOF) 2021/07/25 06:06:33 DEBUG : with_checksum_big_file_from_pipe: Returning empty Md5sum for swift large object 2021/07/25 06:06:33 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2021/07/25 06:06:33 DEBUG : with_checksum_big_file_from_pipe: Returning empty Md5sum for swift large object === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:06:36 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: File to upload is small (34 bytes), uploading instead of streaming 2021/07/25 06:06:38 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/07/25 06:06:38 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment file "ignore_checksum_big_file_from_pipe/1627193198.157586965/-1/00000000" into "rclone-test-rifaraq1surehor1fipevef1_segments" 2021/07/25 06:06:39 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segments into "rclone-test-rifaraq1surehor1fipevef1_segments" seems done (EOF) 2021/07/25 06:06:41 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) 2021/07/25 06:06:41 DEBUG : ignore_checksum_big_file_from_pipe: Returning empty Md5sum for swift large object === RUN TestRcat/withChecksum=true,ignoreChecksum=true === CONT TestRcat run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:06:45 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: File to upload is small (34 bytes), uploading instead of streaming 2021/07/25 06:06:46 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2021/07/25 06:06:46 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment file "ignore_checksum_big_file_from_pipe/1627193206.588367438/-1/00000000" into "rclone-test-rifaraq1surehor1fipevef1_segments" 2021/07/25 06:06:48 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segments into "rclone-test-rifaraq1surehor1fipevef1_segments" seems done (EOF) 2021/07/25 06:06:50 DEBUG : ignore_checksum_big_file_from_pipe: Returning empty Md5sum for swift large object 2021/07/25 06:06:50 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2021/07/25 06:06:50 DEBUG : ignore_checksum_big_file_from_pipe: Returning empty Md5sum for swift large object fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestRcat (41.02s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (8.34s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (8.95s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (8.13s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (15.60s) === RUN TestRcatSize run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:07:02 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: File to upload is small (60 bytes), uploading instead of streaming 2021/07/25 06:07:03 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2021/07/25 06:07:03 INFO : potato2: Copied (new) --- PASS: TestRcatSize (4.26s) === RUN TestCopyFileMaxTransfer run.go:176: Remote "Hubic Swift container rclone-test-rifaraq1surehor1fipevef1", Local "Local file system at /tmp/rclone388186657", Modify Window "1ns" 2021/07/25 06:07:04 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2021/07/25 06:07:06 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2021/07/25 06:07:06 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2021/07/25 06:07:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2021/07/25 06:07:06 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://lb9911.hubic.ovh.net/v1/AUTH_8ddbb879d8f66975e085651fc266c351/rclone-test-rifaraq1surehor1fipevef1/TestCopyFileMaxTransfer/file2": Max transfer limit reached as set by --max-transfer 2021/07/25 06:07:06 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2021/07/25 06:07:07 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2021/07/25 06:07:07 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 9e29b14b1ffdf55671ff280a82cc36b0 OK 2021/07/25 06:07:07 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (4.76s) === 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) FAIL 2021/07/25 06:07:09 DEBUG : Hubic Swift container rclone-test-rifaraq1surehor1fipevef1: Purge remote 2021/07/25 06:07:09 DEBUG : Waiting for deletions to finish 2021/07/25 06:07:09 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2021/07/25 06:07:09 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2021/07/25 06:07:09 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2021/07/25 06:07:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/07/25 06:07:09 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2021/07/25 06:07:09 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/07/25 06:07:09 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2021/07/25 06:07:09 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2021/07/25 06:07:09 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2021/07/25 06:07:09 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2021/07/25 06:07:09 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2021/07/25 06:07:09 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2021/07/25 06:07:10 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2021/07/25 06:07:10 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2021/07/25 06:07:10 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2021/07/25 06:07:10 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2021/07/25 06:07:11 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2021/07/25 06:07:11 DEBUG : pacer: Rate limited, increasing sleep to 2s 2021/07/25 06:07:12 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) 2021/07/25 06:07:12 purge failed: Container Not Empty "./operations.test -test.v -test.timeout 1h0m0s -remote TestHubic: -verbose" - Finished ERROR in 4m45.683623888s (try 1/5): exit status 1: Failed [TestListDirSorted]