"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/12/13 01:41:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi" 2024/12/13 01:41:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:41:08 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0" 2024/12/13 01:41:09 DEBUG : Creating backend with remote "/tmp/rclone3809911779" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/13 01:41:10 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/13 01:41:10 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/13 01:41:10 DEBUG : potato: Seek from 10 to 0 2024/12/13 01:41:10 DEBUG : potato: Seek from 10 to 0 2024/12/13 01:41:10 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/13 01:41:10 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/13 01:41:10 DEBUG : potato: Seek from 5 to 2 2024/12/13 01:41:10 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/13 01:41:10 DEBUG : potato: Seek from 7 to 0 2024/12/13 01:41:10 DEBUG : potato: Seek from 7 to 0 2024/12/13 01:41:10 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/13 01:41:10 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/13 01:41:10 DEBUG : potato: Seek from 5 to 2 2024/12/13 01:41:10 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/13 01:41:10 DEBUG : potato: Seek from 8 to 0 2024/12/13 01:41:10 DEBUG : potato: Seek from 8 to 0 2024/12/13 01:41:10 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/13 01:41:10 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/13 01:41:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/13 01:41:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/13 01:41:10 DEBUG : potato: Seek from 5 to 2 2024/12/13 01:41:10 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/13 01:41:10 DEBUG : potato: Seek from 9 to 0 2024/12/13 01:41:10 DEBUG : potato: Seek from 9 to 0 2024/12/13 01:41:10 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:41:12 DEBUG : rutabaga: md5 = 9ffb9cddf9af7e00933ef98966453ae6 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/13 01:41:15 DEBUG : empty space: md5 = f7bad5f0aeaa6769f72eeb00614b58c6 OK === RUN TestCheck/3 2024/12/13 01:41:17 DEBUG : potato2: md5 = 73cb278f027236ac220f68cd49784505 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/13 01:41:20 DEBUG : remotepotato: md5 = 576f096cfab198a1a84076ed9754f508 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.48s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2024/12/13 01:41:23 DEBUG : Creating backend with remote "nonexistent" 2024/12/13 01:41:23 DEBUG : Creating backend with remote "nonexistent" 2024/12/13 01:41:23 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/13 01:41:23 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/12/13 01:41:23 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/13 01:41:23 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:41:25 DEBUG : rutabaga: md5 = e1b96d8b92088926350c191618c7ccdb OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/13 01:41:30 DEBUG : empty space: md5 = 74eede8d68772f02b1189f1eab92fab5 OK === RUN TestCheckDownload/3 2024/12/13 01:41:33 DEBUG : potato2: md5 = d7e5831ae5320ec65227e3eeecd9356c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/13 01:41:38 DEBUG : remotepotato: md5 = 60b6a3bc998b501a2654f4487c707140 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.80s) --- PASS: TestCheckDownload/1 (1.89s) --- PASS: TestCheckDownload/2 (1.32s) --- PASS: TestCheckDownload/3 (1.19s) --- PASS: TestCheckDownload/4 (1.33s) --- PASS: TestCheckDownload/5 (1.32s) --- PASS: TestCheckDownload/6 (1.69s) --- PASS: TestCheckDownload/7 (1.44s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:41:46 DEBUG : rutabaga: md5 = 3abb4725aca60ac62225aacfdd2555f8 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/13 01:41:48 DEBUG : empty space: md5 = 511b4ee6b93cc68515807d526aa037b8 OK === RUN TestCheckSizeOnly/3 2024/12/13 01:41:50 DEBUG : potato2: md5 = d7666ac353f84389fa9cf840758a6244 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/13 01:41:53 DEBUG : remotepotato: md5 = aa42f9b012e4cadd6265e3da5ad9854c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.43s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:41:58 DEBUG : test.sum: md5 = 498484b2751cb397cd2c81c5b37f2ae7 OK 2024/12/13 01:41:59 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/13 01:41:59 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/13 01:41:59 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/13 01:41:59 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/13 01:42:01 DEBUG : test.sum: md5 = 41e91ba2e84bca1a5b22c9d1889b095d OK 2024/12/13 01:42:03 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/13 01:42:03 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/13 01:42:03 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/13 01:42:03 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.43s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:42:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/data" 2024/12/13 01:42:04 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.03s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:42:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/data" 2024/12/13 01:42:06 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/vjrnln8ratgmqakfosrqe8espk" 2024/12/13 01:42:10 DEBUG : data/banana: md5 = 8828043529d0a2183aa3bae75724d638 OK 2024/12/13 01:42:12 DEBUG : test.sum: md5 = 4a06712aa74555214ee9312a5608e6c2 OK === RUN TestCheckSumDownload/subtest1 2024/12/13 01:42:17 DEBUG : data/potato: md5 = d5e74f6f29aa37e4015a0593f315759f OK 2024/12/13 01:42:18 DEBUG : test.sum: md5 = eb707ec77cf1e3df28acd813aac33e95 OK === RUN TestCheckSumDownload/subtest2 2024/12/13 01:42:23 DEBUG : test.sum: md5 = 0b4b80095074a953490040e399a1b349 OK === RUN TestCheckSumDownload/subtest3 2024/12/13 01:42:27 DEBUG : test.sum: md5 = 9a1afc371e5a5eafaa5323049c715e82 OK === RUN TestCheckSumDownload/subtest4 2024/12/13 01:42:32 DEBUG : test.sum: md5 = 68d2a294eee3024293093246fd48c8ef OK === RUN TestCheckSumDownload/subtest5 2024/12/13 01:42:37 DEBUG : test.sum: md5 = 4aa9006292f72adf83868b17c6381736 OK === RUN TestCheckSumDownload/subtest6 2024/12/13 01:42:41 DEBUG : data/banana: md5 = d642b3421e8d5ea7710de42b08d64912 OK 2024/12/13 01:42:43 DEBUG : data/potato: md5 = a3890c15e34c15481b8880414ea31ef5 OK 2024/12/13 01:42:44 DEBUG : test.sum: md5 = 7d9dd4ee2d3df5f74ee69029e0f7739b OK === RUN TestCheckSumDownload/subtest7 2024/12/13 01:42:50 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/13 01:42:50 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.42s) --- PASS: TestCheckSumDownload/subtest1 (2.94s) --- PASS: TestCheckSumDownload/subtest2 (2.54s) --- PASS: TestCheckSumDownload/subtest3 (2.35s) --- PASS: TestCheckSumDownload/subtest4 (2.72s) --- PASS: TestCheckSumDownload/subtest5 (2.47s) --- PASS: TestCheckSumDownload/subtest6 (2.54s) --- PASS: TestCheckSumDownload/subtest7 (3.14s) === RUN TestApplyTransforms 2024/12/13 01:42:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-podazun9roxe" 2024/12/13 01:42:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:42:51 DEBUG : Creating backend with remote "TestDrive:crypt/or4g3gih536tn8sapfnhve5qfhq2hosfsgsl94i37ba6c8cct1e0" 2024/12/13 01:42:52 DEBUG : Creating backend with remote "/tmp/rclone363507812" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-podazun9roxe'", Local "Local file system at /tmp/rclone363507812", Modify Window "1ms" 2024/12/13 01:42:55 DEBUG : hello, world!: md5 = 399f99589bb61be9fa98182ddc28d321 OK upper checkfile vs. lower remote (without normalization) 2024/12/13 01:42:55 ERROR : hello, world!: sum not found 2024/12/13 01:42:55 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-podazun9roxe' 2024/12/13 01:42:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podazun9roxe': 1 files missing 2024/12/13 01:42:55 NOTICE: 1 hashes missing 2024/12/13 01:42:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podazun9roxe': 2 differences found 2024/12/13 01:42:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podazun9roxe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/13 01:42:57 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:42:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podazun9roxe': 0 differences found 2024/12/13 01:42:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podazun9roxe': 1 matching files 2024/12/13 01:42:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yeliseh3kari" 2024/12/13 01:42:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:42:57 DEBUG : Creating backend with remote "TestDrive:crypt/4v7khi883uj85qkcechq10fdofutpsqg1ba2l0thsne9agvfdheg" 2024/12/13 01:42:58 DEBUG : Creating backend with remote "/tmp/rclone3469955675" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yeliseh3kari'", Local "Local file system at /tmp/rclone3469955675", Modify Window "1ms" 2024/12/13 01:43:01 DEBUG : HELLO, WORLD!: md5 = 66860f9253d00360031a690a9d71f46b OK lower checkfile vs. upper remote (without normalization) 2024/12/13 01:43:01 ERROR : HELLO, WORLD!: sum not found 2024/12/13 01:43:01 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yeliseh3kari' 2024/12/13 01:43:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yeliseh3kari': 1 files missing 2024/12/13 01:43:01 NOTICE: 1 hashes missing 2024/12/13 01:43:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yeliseh3kari': 2 differences found 2024/12/13 01:43:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yeliseh3kari': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/13 01:43:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yeliseh3kari': 0 differences found 2024/12/13 01:43:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yeliseh3kari': 1 matching files 2024/12/13 01:43:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-goxamoy8muta" 2024/12/13 01:43:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:43:03 DEBUG : Creating backend with remote "TestDrive:crypt/nnd71d88d205a60vpguam4ilj1dvvgse3i95d4c6nesvlok42irg" 2024/12/13 01:43:04 DEBUG : Creating backend with remote "/tmp/rclone2630427302" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-goxamoy8muta'", Local "Local file system at /tmp/rclone2630427302", Modify Window "1ms" 2024/12/13 01:43:06 DEBUG : HeLlO, wOrLd!: md5 = 5822e3d012d9853f1229f488ce8ecc5d OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/13 01:43:07 ERROR : HeLlO, wOrLd!: sum not found 2024/12/13 01:43:07 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-goxamoy8muta' 2024/12/13 01:43:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goxamoy8muta': 1 files missing 2024/12/13 01:43:07 NOTICE: 1 hashes missing 2024/12/13 01:43:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goxamoy8muta': 2 differences found 2024/12/13 01:43:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goxamoy8muta': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/13 01:43:08 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goxamoy8muta': 0 differences found 2024/12/13 01:43:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goxamoy8muta': 1 matching files 2024/12/13 01:43:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dozupik8yaqa" 2024/12/13 01:43:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:43:08 DEBUG : Creating backend with remote "TestDrive:crypt/4in1v83hd221vtr8vf0tl8l4smtoak211ubk896dpmmonm7njh7g" 2024/12/13 01:43:09 DEBUG : Creating backend with remote "/tmp/rclone6307249" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dozupik8yaqa'", Local "Local file system at /tmp/rclone6307249", Modify Window "1ms" 2024/12/13 01:43:12 DEBUG : HELLO, WORLD!: md5 = e090e534b000b5e2a31d04b865d95ddb OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/13 01:43:12 ERROR : HELLO, WORLD!: sum not found 2024/12/13 01:43:12 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dozupik8yaqa' 2024/12/13 01:43:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozupik8yaqa': 1 files missing 2024/12/13 01:43:12 NOTICE: 1 hashes missing 2024/12/13 01:43:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozupik8yaqa': 2 differences found 2024/12/13 01:43:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozupik8yaqa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/13 01:43:13 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozupik8yaqa': 0 differences found 2024/12/13 01:43:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozupik8yaqa': 1 matching files 2024/12/13 01:43:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-melivev4jiha" 2024/12/13 01:43:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:43:13 DEBUG : Creating backend with remote "TestDrive:crypt/5ub7ro4ojj9d7i0od3l9ahvc1iaeqq624kqto2qiljbfkn690ac0" 2024/12/13 01:43:14 DEBUG : Creating backend with remote "/tmp/rclone3772237563" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-melivev4jiha'", Local "Local file system at /tmp/rclone3772237563", Modify Window "1ms" 2024/12/13 01:43:17 DEBUG : 測試_Русский___ě_áñ: md5 = d0394eb84c51acbf8497d64a4df4505c OK NFD checkfile vs. NFC remote (without normalization) 2024/12/13 01:43:18 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/13 01:43:18 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-melivev4jiha' 2024/12/13 01:43:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melivev4jiha': 1 files missing 2024/12/13 01:43:18 NOTICE: 1 hashes missing 2024/12/13 01:43:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melivev4jiha': 2 differences found 2024/12/13 01:43:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melivev4jiha': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/13 01:43:19 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melivev4jiha': 0 differences found 2024/12/13 01:43:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melivev4jiha': 1 matching files 2024/12/13 01:43:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-joyicox5jiho" 2024/12/13 01:43:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:43:19 DEBUG : Creating backend with remote "TestDrive:crypt/ohsnr1irjgb386kmmj0kufmlmtqikj934cpgsnhuk9d9tfn4s1vg" 2024/12/13 01:43:20 DEBUG : Creating backend with remote "/tmp/rclone1740578272" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-joyicox5jiho'", Local "Local file system at /tmp/rclone1740578272", Modify Window "1ms" 2024/12/13 01:43:23 DEBUG : 測試_Русский___ě_áñ: md5 = 41e43c7a77bd85d6db6514db74ddd534 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/13 01:43:23 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/13 01:43:23 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-joyicox5jiho' 2024/12/13 01:43:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joyicox5jiho': 1 files missing 2024/12/13 01:43:23 NOTICE: 1 hashes missing 2024/12/13 01:43:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joyicox5jiho': 2 differences found 2024/12/13 01:43:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joyicox5jiho': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/13 01:43:25 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joyicox5jiho': 0 differences found 2024/12/13 01:43:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joyicox5jiho': 1 matching files 2024/12/13 01:43:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hacayox0qavi" 2024/12/13 01:43:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:43:25 DEBUG : Creating backend with remote "TestDrive:crypt/gmc2oolspuckjv3de2cfmcml6hu85dirpgis1cd2js2n8au0uje0" 2024/12/13 01:43:26 DEBUG : Creating backend with remote "/tmp/rclone1599063193" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hacayox0qavi'", Local "Local file system at /tmp/rclone1599063193", Modify Window "1ms" 2024/12/13 01:43:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e75d2856f4f0aa653e54371693230553 OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/13 01:43:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/13 01:43:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hacayox0qavi' 2024/12/13 01:43:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hacayox0qavi': 1 files missing 2024/12/13 01:43:29 NOTICE: 1 hashes missing 2024/12/13 01:43:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hacayox0qavi': 2 differences found 2024/12/13 01:43:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hacayox0qavi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/13 01:43:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hacayox0qavi': 0 differences found 2024/12/13 01:43:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hacayox0qavi': 1 matching files 2024/12/13 01:43:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nanohec9toco" 2024/12/13 01:43:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:43:31 DEBUG : Creating backend with remote "TestDrive:crypt/164mj858rlufq7evn1499ga78tjigks8912mgi88hdphupojgctg" 2024/12/13 01:43:32 DEBUG : Creating backend with remote "/tmp/rclone771087460" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nanohec9toco'", Local "Local file system at /tmp/rclone771087460", Modify Window "1ms" 2024/12/13 01:43:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9b417bdb629c3b3818413347aac9741d OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/13 01:43:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/13 01:43:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nanohec9toco' 2024/12/13 01:43:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanohec9toco': 1 files missing 2024/12/13 01:43:35 NOTICE: 1 hashes missing 2024/12/13 01:43:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanohec9toco': 2 differences found 2024/12/13 01:43:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanohec9toco': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/13 01:43:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanohec9toco': 0 differences found 2024/12/13 01:43:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanohec9toco': 1 matching files 2024/12/13 01:43:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedediy6ceme" 2024/12/13 01:43:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:43:36 DEBUG : Creating backend with remote "TestDrive:crypt/opc135224444bgong8qfh2j1t064anmtj0drmltfovjaocd67gdg" 2024/12/13 01:43:37 DEBUG : Creating backend with remote "/tmp/rclone306252002" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedediy6ceme'", Local "Local file system at /tmp/rclone306252002", Modify Window "1ms" 2024/12/13 01:43:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = bda47b5fa2970afd343cb0897ba878db OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/13 01:43:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/13 01:43:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wedediy6ceme' 2024/12/13 01:43:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wedediy6ceme': 1 files missing 2024/12/13 01:43:41 NOTICE: 1 hashes missing 2024/12/13 01:43:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wedediy6ceme': 2 differences found 2024/12/13 01:43:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wedediy6ceme': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/13 01:43:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wedediy6ceme': 0 differences found 2024/12/13 01:43:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wedediy6ceme': 1 matching files 2024/12/13 01:43:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-viyalam3pebi" 2024/12/13 01:43:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:43:42 DEBUG : Creating backend with remote "TestDrive:crypt/850o4k2ah64vchb1ai00r9k2p7je5i8941iattbd1p921si7ahpg" 2024/12/13 01:43:43 DEBUG : Creating backend with remote "/tmp/rclone1620078183" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-viyalam3pebi'", Local "Local file system at /tmp/rclone1620078183", Modify Window "1ms" 2024/12/13 01:43:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 30d5989f7d0d27939a5c3fb495b4fd35 OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/13 01:43:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/13 01:43:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-viyalam3pebi' 2024/12/13 01:43:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viyalam3pebi': 1 files missing 2024/12/13 01:43:46 NOTICE: 1 hashes missing 2024/12/13 01:43:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viyalam3pebi': 2 differences found 2024/12/13 01:43:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viyalam3pebi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/13 01:43:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/13 01:43:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viyalam3pebi': 0 differences found 2024/12/13 01:43:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viyalam3pebi': 1 matching files 2024/12/13 01:43:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-viyalam3pebi': Purge remote 2024/12/13 01:43:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedediy6ceme': Purge remote 2024/12/13 01:43:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nanohec9toco': Purge remote 2024/12/13 01:43:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hacayox0qavi': Purge remote 2024/12/13 01:43:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-joyicox5jiho': Purge remote 2024/12/13 01:43:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-melivev4jiha': Purge remote 2024/12/13 01:43:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dozupik8yaqa': Purge remote 2024/12/13 01:43:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-goxamoy8muta': Purge remote 2024/12/13 01:43:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yeliseh3kari': Purge remote 2024/12/13 01:43:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-podazun9roxe': Purge remote --- PASS: TestApplyTransforms (62.17s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:43:54 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/13 01:43:56 DEBUG : sub/file2: md5 = 4f5ff29fc3a2ea8f4e2eb08737b91d8b OK 2024/12/13 01:43:56 INFO : file1: Copied (new) to: sub/file2 2024/12/13 01:43:57 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:43:57 DEBUG : file1: Unchanged skipping 2024/12/13 01:43:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': don't need to copy/move sub/file2, it is already at target location 2024/12/13 01:44:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.95s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.49s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:44:04 DEBUG : dst/file1: md5 = a626853f8ba2a80137fa8eebff6715fd OK 2024/12/13 01:44:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/backup" 2024/12/13 01:44:04 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/1nrff024r7pq65ecp72fc28jb0" 2024/12/13 01:44:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/13 01:44:09 INFO : dst/file1: Moved (server-side) 2024/12/13 01:44:11 DEBUG : dst/file1: md5 = b7db129c6b257104b252415d60d25748 OK 2024/12/13 01:44:11 INFO : dst/file1: Copied (new) 2024/12/13 01:44:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/13 01:44:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/13 01:44:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.19s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:44:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/dst" 2024/12/13 01:44:16 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/13 01:44:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/CompareDest" 2024/12/13 01:44:18 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/gveqi14airsml4bgu7krj116o8" 2024/12/13 01:44:19 DEBUG : one: Need to transfer - File not found at Destination 2024/12/13 01:44:22 DEBUG : one: md5 = c0774882637ec2100f3984abac94a492 OK 2024/12/13 01:44:22 INFO : one: Copied (new) 2024/12/13 01:44:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:44:25 DEBUG : one: md5 = c636dd991b4a333a388821956622b865 OK 2024/12/13 01:44:25 INFO : one: Copied (replaced existing) 2024/12/13 01:44:28 DEBUG : dst/one: md5 = 7b7270919e7940ccd3f92da281096e6a OK 2024/12/13 01:44:31 DEBUG : CompareDest/one: md5 = f24c95c859fee9a365dab3dc759ee12b OK 2024/12/13 01:44:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:44:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:44:32 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/13 01:44:34 DEBUG : CompareDest/two: md5 = a253acd384266066d76f72fe34ceabcd OK 2024/12/13 01:44:35 DEBUG : two: Need to transfer - File not found at Destination 2024/12/13 01:44:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:44:35 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/13 01:44:36 DEBUG : two: Need to transfer - File not found at Destination 2024/12/13 01:44:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:44:36 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/13 01:44:37 DEBUG : two: Need to transfer - File not found at Destination 2024/12/13 01:44:37 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/13 01:44:39 DEBUG : two: md5 = 15384e1e872e481b78a105178180d833 OK 2024/12/13 01:44:39 INFO : two: Copied (new) 2024/12/13 01:44:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/13 01:44:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:44:44 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:44:44 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (29.14s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:44:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/dst" 2024/12/13 01:44:45 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/13 01:44:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/CopyDest" 2024/12/13 01:44:47 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/13 01:44:49 DEBUG : one: Need to transfer - File not found at Destination 2024/12/13 01:44:52 DEBUG : one: md5 = c77fcbed216ea6851aa7839339fd13e8 OK 2024/12/13 01:44:52 INFO : one: Copied (new) 2024/12/13 01:44:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:44:54 DEBUG : one: md5 = 40307a601a6a0c8103a289d7b8f10630 OK 2024/12/13 01:44:54 INFO : one: Copied (replaced existing) 2024/12/13 01:44:56 DEBUG : dst/one: md5 = d1fea5b7b74bee9517f8b39c827dadad OK 2024/12/13 01:44:59 DEBUG : CopyDest/one: md5 = 49c030a2e1bb548b2ede2f0d3dbfc21d OK 2024/12/13 01:45:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/BackupDir" 2024/12/13 01:45:00 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/13 01:45:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:45:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:45:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:45:04 INFO : one: Moved (server-side) 2024/12/13 01:45:05 INFO : one: Copied (server-side copy) 2024/12/13 01:45:05 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/13 01:45:08 DEBUG : CopyDest/two: md5 = 7d9471612b2c466c33263840c115fffe OK 2024/12/13 01:45:08 DEBUG : two: Need to transfer - File not found at Destination 2024/12/13 01:45:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:45:10 INFO : two: Copied (server-side copy) 2024/12/13 01:45:10 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/13 01:45:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:45:11 DEBUG : two: Unchanged skipping 2024/12/13 01:45:13 DEBUG : CopyDest/three: md5 = c0a0bbf3394f396e87b0acabc978a8db OK 2024/12/13 01:45:14 DEBUG : three: Need to transfer - File not found at Destination 2024/12/13 01:45:14 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/13 01:45:14 DEBUG : three: Destination not found in --copy-dest 2024/12/13 01:45:16 DEBUG : three: md5 = 6e038f58714bf99c7bec317459b8abd6 OK 2024/12/13 01:45:16 INFO : three: Copied (new) 2024/12/13 01:45:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/13 01:45:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/13 01:45:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:45:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/13 01:45:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:45:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/13 01:45:23 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.58s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.52s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:45:25 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/13 01:45:28 DEBUG : TestCopyFileMaxTransfer/file1: md5 = e992dc7ed3d01ac5d8a27a8913fc2c0a OK 2024/12/13 01:45:28 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/13 01:45:29 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/13 01:45:29 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/12/13 01:45:30 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/13 01:45:30 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/13 01:45:32 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 8b01db686fcdd3c57f2bff32a3a591d2 OK 2024/12/13 01:45:32 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/13 01:45:35 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/13 01:45:35 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.48s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:45:38 DEBUG : pacer: low level retry 1/1 (error googleapi: Error 500: Internal Error, internalError) 2024/12/13 01:45:38 DEBUG : pacer: Rate limited, increasing sleep to 1.405993717s run.go:281: Retry Put of "one" to Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': 1/10 (googleapi: Error 500: Internal Error, internalError) 2024/12/13 01:45:41 DEBUG : pacer: Reducing sleep to 0s 2024/12/13 01:45:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Looking for duplicate names using skip mode. 2024/12/13 01:45:43 NOTICE: one: Found 2 files with duplicate names 2024/12/13 01:45:43 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (8.56s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:45:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Looking for duplicate names using skip mode. 2024/12/13 01:45:50 NOTICE: one: Found 3 files with duplicate names 2024/12/13 01:45:50 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/13 01:45:51 INFO : one: Deleted 2024/12/13 01:45:51 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.73s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:45:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Looking for duplicate names using first mode. 2024/12/13 01:45:59 NOTICE: one: Found 3 files with duplicate names 2024/12/13 01:45:59 INFO : one: Deleted 2024/12/13 01:46:00 INFO : one: Deleted 2024/12/13 01:46:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.09s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:46:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Looking for duplicate names using newest mode. 2024/12/13 01:46:06 NOTICE: one: Found 3 files with duplicate names 2024/12/13 01:46:07 INFO : one: Deleted 2024/12/13 01:46:08 INFO : one: Deleted 2024/12/13 01:46:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.09s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:46:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Looking for duplicate names using oldest mode. 2024/12/13 01:46:15 NOTICE: one: Found 3 files with duplicate names 2024/12/13 01:46:15 INFO : one: Deleted 2024/12/13 01:46:16 INFO : one: Deleted 2024/12/13 01:46:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.62s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:46:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Looking for duplicate names using largest mode. 2024/12/13 01:46:22 NOTICE: one: Found 3 files with duplicate names 2024/12/13 01:46:23 INFO : one: Deleted 2024/12/13 01:46:24 INFO : one: Deleted 2024/12/13 01:46:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.56s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:46:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Looking for duplicate names using smallest mode. 2024/12/13 01:46:30 NOTICE: one: Found 3 files with duplicate names 2024/12/13 01:46:31 INFO : one: Deleted 2024/12/13 01:46:31 INFO : one: Deleted 2024/12/13 01:46:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.87s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:46:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Looking for duplicate names using rename mode. 2024/12/13 01:46:39 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/13 01:46:41 INFO : one-2.txt: renamed from: one.txt 2024/12/13 01:46:42 INFO : one-3.txt: renamed from: one.txt 2024/12/13 01:46:44 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.88s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:46:50 DEBUG : dupe1/one.txt: md5 = 5483e3c74013028a830f2491ea5d4c5c OK 2024/12/13 01:46:53 DEBUG : dupe2/two.txt: md5 = ba24a45a734ccd5eac58b1b27db0bbb5 OK 2024/12/13 01:46:55 DEBUG : dupe3/three.txt: md5 = 00fcdc858fa46c2c43ba7f203d45c841 OK 2024/12/13 01:46:56 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/13 01:46:57 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/13 01:46:57 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/13 01:46:58 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/13 01:47:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/13 01:47:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/13 01:47:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.84s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:47:05 DEBUG : a.txt: md5 = baa16e3f6eaea0f6a116bbca86c6b66b OK 2024/12/13 01:47:07 DEBUG : zend.txt: md5 = e010fb6d66bc11adfbcaaabddbfa2a88 OK 2024/12/13 01:47:09 DEBUG : sub dir/hello world: md5 = e4f198d8ea13212b6d7159317d93c24b OK 2024/12/13 01:47:11 DEBUG : sub dir/hello world2: md5 = 04914d8dfe31148eed2e43a908a45928 OK 2024/12/13 01:47:14 DEBUG : sub dir/ignore dir/.ignore: md5 = 577722e57d8d7d0b302653e96042f812 OK 2024/12/13 01:47:16 DEBUG : sub dir/ignore dir/should be ignored: md5 = d9448349ac0103077e73f226ce9bb0c3 OK 2024/12/13 01:47:18 DEBUG : sub dir/sub sub dir/hello world3: md5 = 66cce8eb1d7258b6896aadb3a07d3d05 OK 2024/12/13 01:47:20 DEBUG : a.txt: Excluded (Size Filter) 2024/12/13 01:47:20 DEBUG : a.txt: Excluded 2024/12/13 01:47:20 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/13 01:47:20 DEBUG : sub dir/hello world: Excluded 2024/12/13 01:47:20 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/13 01:47:20 DEBUG : sub dir/hello world2: Excluded 2024/12/13 01:47:21 DEBUG : sub dir/ignore dir: Excluded 2024/12/13 01:47:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/13 01:47:21 DEBUG : sub dir/hello world: Excluded 2024/12/13 01:47:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/13 01:47:21 DEBUG : sub dir/hello world2: Excluded 2024/12/13 01:47:21 DEBUG : sub dir/ignore dir: Excluded 2024/12/13 01:47:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/13 01:47:28 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/13 01:47:28 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/13 01:47:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/13 01:47:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/13 01:47:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/12/13 01:47:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (26.20s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:47:31 DEBUG : file1: md5 = 01901220b7da296646f2e4a9622dac26 OK 2024/12/13 01:47:34 DEBUG : sub/file2: md5 = 2a878eb1236144ad907bea876d88d8a1 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2024/12/13 01:47:37 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/13 01:47:38 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/13 01:47:38 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/13 01:47:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.16s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.31s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.29s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:47:42 DEBUG : file1: md5 = 86f8205f7367d293ef98f8dd4c64e163 OK 2024/12/13 01:47:45 DEBUG : sub/file2: md5 = 316f9be913cabc8d62facd3916831065 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2024/12/13 01:47:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/notfound" 2024/12/13 01:47:49 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/qe0i31qdkoejk60elps0ni5sqk" 2024/12/13 01:47:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.46s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.73s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:47:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Making directory 2024/12/13 01:47:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:47:57 DEBUG : sub dir/hello world: md5 = e8e4e5ca98951cff98d05494abbccab6 OK 2024/12/13 01:47:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.25s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:02 DEBUG : potato2: md5 = 69b9b89945ac0656065cae179da3e705 OK 2024/12/13 01:48:04 DEBUG : empty space: md5 = d5e65605d7aa7e95518022ca79875516 OK --- PASS: TestLs (5.65s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:08 DEBUG : potato2: md5 = 2ca40d52d8af6e67a949f77a8b78ab1d OK 2024/12/13 01:48:09 DEBUG : empty space: md5 = ef45ee8b65d669a9f458d06e309e2ec2 OK 2024/12/13 01:48:10 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/12/13 01:48:10 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.57s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:14 DEBUG : potato2: md5 = 91ca5d6823a4b800afbb8f4fd57d77e0 OK 2024/12/13 01:48:16 DEBUG : empty space: md5 = 2e44fd945fdf123f31a2990a52692ff6 OK --- PASS: TestLsLong (5.40s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:19 DEBUG : potato2: md5 = 8a0176938a51224ea61e9084033927a3 OK 2024/12/13 01:48:21 DEBUG : empty space: md5 = e8f1ecd33230268ca04a994d551bb30e OK --- PASS: TestHashSums (5.09s) === RUN TestHashSumsWithErrors 2024/12/13 01:48:23 DEBUG : Creating backend with remote ":memory:" 2024/12/13 01:48:23 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/13 01:48:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/13 01:48:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/13 01:48:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/13 01:48:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/13 01:48:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/13 01:48:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/13 01:48:23 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/13 01:48:23 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:25 DEBUG : potato2: md5 = 094c402899cccfa1778e9ce7631ee327 OK 2024/12/13 01:48:27 DEBUG : empty space: md5 = 650412e47f14c30008c593562f061f65 OK 2024/12/13 01:48:30 DEBUG : sub dir/potato3: md5 = b599363ff1c6f923cc0c986b037f580d OK 2024/12/13 01:48:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.37s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:36 DEBUG : small: md5 = d832e253bd5d8b333bd488d9766405fc OK 2024/12/13 01:48:38 DEBUG : medium: md5 = 631cd7c57f1c44a7c1a2f7a5781a5e5d OK 2024/12/13 01:48:39 DEBUG : large: md5 = f85ef4a900bec57962071ad264a36c3d OK 2024/12/13 01:48:40 DEBUG : Waiting for deletions to finish 2024/12/13 01:48:40 DEBUG : large: Excluded (Size Filter) 2024/12/13 01:48:40 INFO : medium: Deleted 2024/12/13 01:48:40 INFO : small: Deleted --- PASS: TestDelete (7.41s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:43 DEBUG : small: md5 = 6dc21aaa591dd5d0dffa7f5490989ea9 OK 2024/12/13 01:48:45 DEBUG : medium: md5 = 0b1babba100b1fca58ca83fdd8d18f46 OK 2024/12/13 01:48:46 DEBUG : large: md5 = f50e53a124990d7ad72a2b29b4302303 OK 2024/12/13 01:48:47 DEBUG : Waiting for deletions to finish 2024/12/13 01:48:47 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/12/13 01:48:47 INFO : small: Deleted 2024/12/13 01:48:48 INFO : large: Deleted --- PASS: TestMaxDelete (7.60s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:51 DEBUG : small: md5 = 6b600cfded252c12821968f3a222a542 OK 2024/12/13 01:48:53 DEBUG : medium: md5 = 32d60026b269afeb0f1db0dfb49ff78f OK 2024/12/13 01:48:55 DEBUG : large: md5 = 2e2723999d96d205b9779cc9a5dea3b4 OK 2024/12/13 01:48:55 DEBUG : Waiting for deletions to finish 2024/12/13 01:48:55 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/13 01:48:56 INFO : medium: Deleted 2024/12/13 01:48:56 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.36s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:48:59 DEBUG : small: md5 = a54264768d8798a5f9a6f89ad07b3fca OK 2024/12/13 01:49:01 DEBUG : medium: md5 = b8d4af34fb31e94d30105ef3a883af95 OK 2024/12/13 01:49:03 DEBUG : large: md5 = a3fb802e4358a1373779b144aa2c6d82 OK 2024/12/13 01:49:03 DEBUG : Waiting for deletions to finish 2024/12/13 01:49:04 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/12/13 01:49:04 INFO : large: Deleted 2024/12/13 01:49:04 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.32s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:49:07 DEBUG : ReadFile: md5 = 5a3eae274a8837eb98a9f1ec0671337c OK --- PASS: TestReadFile (4.53s) === RUN TestRetry 2024/12/13 01:49:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/13 01:49:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/13 01:49:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/13 01:49:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/13 01:49:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/13 01:49:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/13 01:49:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.06s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:49:12 DEBUG : file1: md5 = e1a33ed5ce9d63f2bbb8902efb3750fd OK 2024/12/13 01:49:14 DEBUG : file2: md5 = 2d782d07908a2519844108da78eb1850 OK --- PASS: TestCat (19.00s) === RUN TestPurge 2024/12/13 01:49:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cihizuz4yuvu" 2024/12/13 01:49:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:49:30 DEBUG : Creating backend with remote "TestDrive:crypt/74snhh25r0c8f9ia6hbu95092eb26opakum13v910iirv5ao7mf0" 2024/12/13 01:49:31 DEBUG : Creating backend with remote "/tmp/rclone6126111" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cihizuz4yuvu'", Local "Local file system at /tmp/rclone6126111", Modify Window "1ms" 2024/12/13 01:49:37 DEBUG : A1/B1/C1/one: md5 = 5356ff9e1e5784111ace5f3cf8d7531d OK 2024/12/13 01:49:37 DEBUG : A2: Making directory 2024/12/13 01:49:38 DEBUG : A1/B2: Making directory 2024/12/13 01:49:39 DEBUG : A1/B2/C2: Making directory 2024/12/13 01:49:40 DEBUG : A1/B1/C3: Making directory 2024/12/13 01:49:41 DEBUG : A3: Making directory 2024/12/13 01:49:42 DEBUG : A3/B3: Making directory 2024/12/13 01:49:43 DEBUG : A3/B3/C4: Making directory 2024/12/13 01:49:46 DEBUG : A1/two: md5 = 806e4422ec82165a6bbf75622a1c533c OK 2024/12/13 01:49:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cihizuz4yuvu': Purge remote 2024/12/13 01:49:50 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.18s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:49:54 DEBUG : A1/B1/C1/one: md5 = 9bd496e10f81e5509e1fccc6c9c71da4 OK 2024/12/13 01:49:54 DEBUG : A2: Making directory 2024/12/13 01:49:55 DEBUG : A1/B2: Making directory 2024/12/13 01:49:57 DEBUG : A1/B2/C2: Making directory 2024/12/13 01:49:58 DEBUG : A1/B1/C3: Making directory 2024/12/13 01:49:58 DEBUG : A3: Making directory 2024/12/13 01:49:59 DEBUG : A3/B3: Making directory 2024/12/13 01:50:00 DEBUG : A3/B3/C4: Making directory 2024/12/13 01:50:03 DEBUG : A1/two: md5 = c217114e50c3cf64738ccc0a26fd5960 OK 2024/12/13 01:50:04 DEBUG : removing 1 level 3 directories 2024/12/13 01:50:04 INFO : A3/B3/C4: Removing directory 2024/12/13 01:50:07 DEBUG : removing 2 level 3 directories 2024/12/13 01:50:07 INFO : A1/B2/C2: Removing directory 2024/12/13 01:50:07 INFO : A1/B1/C3: Removing directory 2024/12/13 01:50:08 DEBUG : removing 2 level 2 directories 2024/12/13 01:50:08 INFO : A3/B3: Removing directory 2024/12/13 01:50:08 INFO : A1/B2: Removing directory 2024/12/13 01:50:08 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/13 01:50:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/13 01:50:09 DEBUG : removing 2 level 1 directories 2024/12/13 01:50:09 INFO : A3: Removing directory 2024/12/13 01:50:09 INFO : A2: Removing directory 2024/12/13 01:50:09 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/13 01:50:14 DEBUG : removing 1 level 3 directories 2024/12/13 01:50:14 INFO : A1/B1/C1: Removing directory 2024/12/13 01:50:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:15 DEBUG : removing 1 level 2 directories 2024/12/13 01:50:15 INFO : A1/B1: Removing directory 2024/12/13 01:50:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/13 01:50:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/13 01:50:15 DEBUG : removing 1 level 1 directories 2024/12/13 01:50:15 INFO : A1: Removing directory 2024/12/13 01:50:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/13 01:50:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/13 01:50:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/13 01:50:16 DEBUG : removing 1 level 0 directories 2024/12/13 01:50:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Removing directory 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/13 01:50:17 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" --- PASS: TestRmdirsNoLeaveRoot (28.48s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:50:19 DEBUG : A1: Making directory 2024/12/13 01:50:20 DEBUG : A1/B1: Making directory 2024/12/13 01:50:21 DEBUG : A1/B1/C1: Making directory 2024/12/13 01:50:24 DEBUG : removing 1 level 3 directories 2024/12/13 01:50:24 INFO : A1/B1/C1: Removing directory 2024/12/13 01:50:25 DEBUG : removing 1 level 2 directories 2024/12/13 01:50:25 INFO : A1/B1: Removing directory 2024/12/13 01:50:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/13 01:50:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.86s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:50:28 DEBUG : A1: Making directory 2024/12/13 01:50:29 DEBUG : A1/B1: Making directory 2024/12/13 01:50:30 DEBUG : A1/B1/C1: Making directory 2024/12/13 01:50:33 DEBUG : removing 1 level 3 directories 2024/12/13 01:50:33 INFO : A1/B1/C1: Removing directory 2024/12/13 01:50:34 DEBUG : removing 1 level 2 directories 2024/12/13 01:50:34 INFO : A1/B1: Removing directory 2024/12/13 01:50:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/13 01:50:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.78s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:50:39 DEBUG : file1: md5 = 3e80961f4ba596fd4ced48d1fa89c42f OK 2024/12/13 01:50:39 DEBUG : filename.txt: File name found in url 2024/12/13 01:50:41 DEBUG : filename.txt: md5 = aa83b5de6a7c08854005a60686767c66 OK 2024/12/13 01:50:41 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/13 01:50:43 DEBUG : headerfilename.txt: md5 = acb69d25c59436ee6b20bb7fd7088b2f OK 2024/12/13 01:50:44 DEBUG : file2: md5 = d4594eb7308190db6cfae0f9a807c6fc OK --- PASS: TestCopyURL (10.68s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:50:48 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/13 01:50:51 DEBUG : sub/file2: md5 = bba7035cd36805aef12c1f4f1a52d617 OK 2024/12/13 01:50:51 INFO : file1: Copied (new) to: sub/file2 2024/12/13 01:50:51 INFO : file1: Deleted 2024/12/13 01:50:51 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:50:51 DEBUG : file1: Unchanged skipping 2024/12/13 01:50:51 INFO : file1: Deleted 2024/12/13 01:50:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': don't need to copy/move sub/file2, it is already at target location 2024/12/13 01:50:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.20s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:50:55 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/13 01:50:57 DEBUG : file1: md5 = 7abf763d50a8aab5a7a9f6942e91d578 OK 2024/12/13 01:50:57 INFO : file1: Copied (new) 2024/12/13 01:50:57 INFO : file1: Deleted 2024/12/13 01:50:57 DEBUG : file1: Destination exists, skipping 2024/12/13 01:50:57 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.63s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:51:02 DEBUG : dst/file1: md5 = 150ee899a2d1bfa6108f5617029f43d2 OK 2024/12/13 01:51:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hamizoh6kabi/backup" 2024/12/13 01:51:03 DEBUG : Config file has changed externally - reloading 2024/12/13 01:51:03 DEBUG : Creating backend with remote "TestDrive:crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0/1nrff024r7pq65ecp72fc28jb0" 2024/12/13 01:51:05 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/13 01:51:08 INFO : dst/file1: Moved (server-side) 2024/12/13 01:51:09 DEBUG : dst/file1: md5 = 6afbefdfd3ba4e880a9468690118bff1 OK 2024/12/13 01:51:09 INFO : dst/file1: Copied (new) 2024/12/13 01:51:09 INFO : dst/file1: Deleted 2024/12/13 01:51:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/13 01:51:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/13 01:51:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.42s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:51:17 DEBUG : A1/one: md5 = 3fd757c2e8ef23c247d6023f6325c8b8 OK 2024/12/13 01:51:19 DEBUG : A1/two: md5 = 54e30a6d9e49b8a64c3d556b75414f21 OK 2024/12/13 01:51:22 DEBUG : A1/B1/three: md5 = aa277388a4ff434c6f4b16677c5a0d18 OK 2024/12/13 01:51:25 DEBUG : A1/B1/C1/four: md5 = 94848d51733346acb5317bfd95d9468d OK 2024/12/13 01:51:28 DEBUG : A1/B1/C2/five: md5 = a30423dfe4372289743ce97e09bf28db OK 2024/12/13 01:51:28 DEBUG : A1/B2: Making directory 2024/12/13 01:51:29 DEBUG : A1/B1/C3: Making directory 2024/12/13 01:51:40 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/13 01:51:40 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/13 01:51:40 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/13 01:51:40 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/13 01:51:41 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/13 01:51:44 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/13 01:51:44 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/13 01:51:44 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/13 01:51:45 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/13 01:51:45 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/13 01:51:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/13 01:51:55 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/13 01:51:55 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/13 01:51:55 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/13 01:51:55 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/13 01:51:56 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/13 01:51:59 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/13 01:51:59 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/13 01:51:59 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/13 01:52:00 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/13 01:52:00 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/13 01:52:08 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/13 01:52:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/13 01:52:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/13 01:52:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/13 01:52:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/13 01:52:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/13 01:52:10 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/13 01:52:10 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/13 01:52:10 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/13 01:52:10 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (56.16s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:52:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/13 01:52:13 DEBUG : no_checksum_small_file_from_pipe: md5 = 606170d95a28b2ab1912e6da1f3ff2dc OK 2024/12/13 01:52:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/13 01:52:13 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/13 01:52:14 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/13 01:52:15 DEBUG : no_checksum_big_file_from_pipe: md5 = 7f0f9ae06d3dd462a4e15275ae40e37b OK 2024/12/13 01:52:15 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:52:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/13 01:52:19 DEBUG : with_checksum_small_file_from_pipe: md5 = 76e56e2e9b5ed8047ac5855e46a19a98 OK 2024/12/13 01:52:19 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/13 01:52:20 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/13 01:52:21 DEBUG : with_checksum_big_file_from_pipe: md5 = 80b5b784fd284e1fd856bb2ea2d0eb69 OK 2024/12/13 01:52:21 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:52:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/13 01:52:25 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:52:26 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/13 01:52:28 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 run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:52:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/13 01:52:31 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/13 01:52:32 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/13 01:52:33 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.81s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.06s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.22s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.70s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/13 01:52:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': File to upload is small (48 bytes), uploading instead of streaming 2024/12/13 01:52:37 DEBUG : rcat_metadata: md5 = d87ff324d9e7cc175485f9f4d31872c5 OK 2024/12/13 01:52:37 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/13 01:52:39 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/13 01:52:40 DEBUG : rcat_metadata_uploadcutoff0: md5 = 71edfc4b654e68b2893cf6a0a15ed8a6 OK 2024/12/13 01:52:40 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.81s) --- PASS: TestRcatMetadata/Normal (2.88s) --- PASS: TestRcatMetadata/ViaDisk (3.42s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:52:44 DEBUG : potato1: md5 = 196f28bc468293fe2b5f8cc5f840a2a7 OK 2024/12/13 01:52:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': File to upload is small (60 bytes), uploading instead of streaming 2024/12/13 01:52:45 DEBUG : potato2: md5 = 638b7cfb8a55b18f5bb5cc0c2fba4434 OK 2024/12/13 01:52:45 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.38s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:52:49 DEBUG : potato1: md5 = 3e4c1558fc6d8b5e93242d087f47db69 OK 2024/12/13 01:52:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': File to upload is small (60 bytes), uploading instead of streaming 2024/12/13 01:52:51 DEBUG : potato2: md5 = 99bf6eded83a0c0614729852672206b5 OK 2024/12/13 01:52:51 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.01s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:52:55 DEBUG : potato2: md5 = c80e5aaf06ad9ad9c91434df4c577b96 OK 2024/12/13 01:52:57 DEBUG : empty space: md5 = 53165e6522643a54b58cbf11b8d6f39a OK 2024/12/13 01:52:59 DEBUG : sub dir/potato3: md5 = a6332db563b7285183a7292ee64c7412 OK 2024/12/13 01:53:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Touching "empty space" 2024/12/13 01:53:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Touching "potato2" 2024/12/13 01:53:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Touching "sub dir/potato3" 2024/12/13 01:53:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.50s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:53:06 DEBUG : dir with metadata: Making directory with metadata 2024/12/13 01:53:07 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.02s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:53:09 DEBUG : directory with modtime: Making directory with metadata 2024/12/13 01:53:10 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.65s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:53:12 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/13 01:53:12 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/13 01:53:12 DEBUG : Google drive root 'crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0': Skipping btime metadata as can't update it on an existing file: 2024-12-13T01:53:12.053778577Z 2024/12/13 01:53:13 INFO : non existent directory: Updated directory metadata 2024/12/13 01:53:15 DEBUG : Google drive root 'crypt/6otk2fh8aldkosalkni9ob53l32f1uv03hb4bff891hjc2dnkgn0': Skipping btime metadata as can't update it on an existing file: 2024-12-13T01:53:12.053778577Z 2024/12/13 01:53:16 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.18s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:53:18 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/13 01:53:20 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/13 01:53:21 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.96s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:53:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/13 01:53:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/13 01:53:23 DEBUG : dst: Making directory with metadata 2024/12/13 01:53:24 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/13 01:53:24 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:53:25 INFO : dst: Set directory modification time (using SetModTime) 2024/12/13 01:53:25 INFO : dst: Set directory modification time (using SetModTime) 2024/12/13 01:53:25 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/13 01:53:26 INFO : dst: Set directory modification time (using SetModTime) 2024/12/13 01:53:26 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.07s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi'", Local "Local file system at /tmp/rclone3809911779", Modify Window "1ms" 2024/12/13 01:53:30 DEBUG : sub dir/test remove existing: md5 = 2d0b1216d2e56cbc3653adc729e932cc OK 2024/12/13 01:53:32 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = cf69fc788fb85496d80a262ed2e4926d OK 2024/12/13 01:53:34 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qaboqux9" before starting 2024/12/13 01:53:35 DEBUG : sub dir/test remove existing.qaboqux9: TEST: removing renamed existing file after operation 2024/12/13 01:53:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sijucex7" before starting 2024/12/13 01:53:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sijucex7: TEST: renaming existing back after failed operation 2024/12/13 01:53:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lutulix6" before starting 2024/12/13 01:53:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lutulix6: TEST: removing renamed existing file after operation 2024/12/13 01:53:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "2871pl6apkju0jmm28kvhc47vikscpss5blber8atb9itpv6hctjpl24cs252lbr4buemthhu4mk216s3u1ed136fv36nl6e892qr4j03gvdmqas63rsick69dvtvjaq1in4a0vmas5o7csmage57mc8pfbker15jtcc87fe277m7cbm718g" 2024/12/13 01:53:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "eedpp3bmtaa7fgpk15i8f133b1igun3i7r1g9kcb59q821b0ktvg" --- PASS: TestRemoveExisting (15.36s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/12/13 01:53:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hamizoh6kabi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m35.789180715s (try 1/5)