"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/12/17 01:02:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive" 2024/12/17 01:02:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:02:24 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g" 2024/12/17 01:02:25 DEBUG : Creating backend with remote "/tmp/rclone2301836458" === 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-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", 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/17 01:02:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/17 01:02:25 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/17 01:02:25 DEBUG : potato: Seek from 10 to 0 2024/12/17 01:02:25 DEBUG : potato: Seek from 10 to 0 2024/12/17 01:02:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/17 01:02:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/17 01:02:25 DEBUG : potato: Seek from 5 to 2 2024/12/17 01:02:25 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/17 01:02:25 DEBUG : potato: Seek from 7 to 0 2024/12/17 01:02:25 DEBUG : potato: Seek from 7 to 0 2024/12/17 01:02:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/17 01:02:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/17 01:02:25 DEBUG : potato: Seek from 5 to 2 2024/12/17 01:02:25 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/17 01:02:25 DEBUG : potato: Seek from 8 to 0 2024/12/17 01:02:25 DEBUG : potato: Seek from 8 to 0 2024/12/17 01:02:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/17 01:02:25 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/17 01:02:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/17 01:02:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/17 01:02:25 DEBUG : potato: Seek from 5 to 2 2024/12/17 01:02:25 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/17 01:02:25 DEBUG : potato: Seek from 9 to 0 2024/12/17 01:02:25 DEBUG : potato: Seek from 9 to 0 2024/12/17 01:02:25 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-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:02:29 DEBUG : rutabaga: md5 = 67eb7fa665ccec60f678af0570190e79 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/17 01:02:31 DEBUG : empty space: md5 = 595979e018c7471a5054c6631fa3e026 OK === RUN TestCheck/3 2024/12/17 01:02:34 DEBUG : potato2: md5 = 6d0de8952e071cd583e43b5f2e07e841 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/17 01:02:37 DEBUG : remotepotato: md5 = 33c0976d699b0e8d72048fb1086b4f7b OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.60s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.34s) --- PASS: TestCheck/5 (0.37s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2024/12/17 01:02:41 DEBUG : Creating backend with remote "nonexistent" 2024/12/17 01:02:41 DEBUG : Creating backend with remote "nonexistent" 2024/12/17 01:02:41 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/17 01:02:41 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/17 01:02:41 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/17 01:02:41 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-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:02:43 DEBUG : rutabaga: md5 = 9e287fe6e6109ce87abf17b2c7aa5be0 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/17 01:02:48 DEBUG : empty space: md5 = 9fa3d864211d1cff169473d37403f539 OK === RUN TestCheckDownload/3 2024/12/17 01:02:51 DEBUG : potato2: md5 = 305e555c5381ca4a2360c8fa62d6dcf8 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/17 01:02:57 DEBUG : remotepotato: md5 = 251a8ba4228adf92f62021d034186000 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.53s) --- PASS: TestCheckDownload/1 (1.39s) --- PASS: TestCheckDownload/2 (1.17s) --- PASS: TestCheckDownload/3 (1.18s) --- PASS: TestCheckDownload/4 (2.12s) --- PASS: TestCheckDownload/5 (2.02s) --- PASS: TestCheckDownload/6 (1.06s) --- PASS: TestCheckDownload/7 (1.66s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:03:05 DEBUG : rutabaga: md5 = 691ddcbb75aa1c65d832f0d67eccf65e OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/17 01:03:08 DEBUG : empty space: md5 = 0273d66b7c2011a92089d1b7d8b928e2 OK === RUN TestCheckSizeOnly/3 2024/12/17 01:03:11 DEBUG : potato2: md5 = 624b6c8caaa9131b11bc53b5a37067b8 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/17 01:03:13 DEBUG : remotepotato: md5 = 4c945884a9874b9c393bf21f28dc06da OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.46s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:03:19 DEBUG : test.sum: md5 = 0d3631a1fd895ecff7a62d4bbfb92f28 OK 2024/12/17 01:03:21 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/17 01:03:21 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/17 01:03:21 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/17 01:03:21 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/17 01:03:23 DEBUG : test.sum: md5 = 2d7e850d48bc240e9fefd8aeaf5fc76b OK 2024/12/17 01:03:24 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/17 01:03:24 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/17 01:03:24 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/17 01:03:24 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.20s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:03:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/data" 2024/12/17 01:03:25 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive/data' lacks md5, skipping --- SKIP: TestCheckSum (2.18s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:03:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/data" 2024/12/17 01:03:27 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/vjrnln8ratgmqakfosrqe8espk" 2024/12/17 01:03:32 DEBUG : data/banana: md5 = 4f9dcba86bb0b718e2b5a1fb31390f88 OK 2024/12/17 01:03:34 DEBUG : test.sum: md5 = 7628607d1eda00115ea0399766e418a2 OK === RUN TestCheckSumDownload/subtest1 2024/12/17 01:03:39 DEBUG : data/potato: md5 = b8ed926168fae32f03a8daa5087f7c2c OK 2024/12/17 01:03:41 DEBUG : test.sum: md5 = b6810b35a20bdf36a16cc16c0ab72f58 OK === RUN TestCheckSumDownload/subtest2 2024/12/17 01:03:46 DEBUG : test.sum: md5 = 6c77916219f8f249596d664a72ef0dad OK === RUN TestCheckSumDownload/subtest3 2024/12/17 01:03:50 DEBUG : test.sum: md5 = e882a3bc5bcecd5fd4e40a25a2ab7bda OK === RUN TestCheckSumDownload/subtest4 2024/12/17 01:03:55 DEBUG : test.sum: md5 = 9476b639ff570abedb3429fd8fa68c51 OK === RUN TestCheckSumDownload/subtest5 2024/12/17 01:04:00 DEBUG : test.sum: md5 = 88da3cd2994009bb6c336f5104e803a8 OK === RUN TestCheckSumDownload/subtest6 2024/12/17 01:04:04 DEBUG : data/banana: md5 = 3f92ce5f6bf3f643680422e7cc562a35 OK 2024/12/17 01:04:06 DEBUG : data/potato: md5 = e50ec5caefd8acaf08c0589c6a4f5a34 OK 2024/12/17 01:04:08 DEBUG : test.sum: md5 = 606d3b509c2d7df70b6838b14f309d65 OK === RUN TestCheckSumDownload/subtest7 2024/12/17 01:04:14 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/17 01:04:14 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (47.70s) --- PASS: TestCheckSumDownload/subtest1 (3.36s) --- PASS: TestCheckSumDownload/subtest2 (2.50s) --- PASS: TestCheckSumDownload/subtest3 (2.47s) --- PASS: TestCheckSumDownload/subtest4 (2.50s) --- PASS: TestCheckSumDownload/subtest5 (2.51s) --- PASS: TestCheckSumDownload/subtest6 (2.21s) --- PASS: TestCheckSumDownload/subtest7 (3.24s) === RUN TestApplyTransforms 2024/12/17 01:04:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mutuzij9soga" 2024/12/17 01:04:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:04:15 DEBUG : Creating backend with remote "TestDrive:crypt/92gtqkl4d2s21eka399q7moncd1a79p3g8r5o7m0tnqr9pqr2lu0" 2024/12/17 01:04:16 DEBUG : Creating backend with remote "/tmp/rclone793738739" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mutuzij9soga'", Local "Local file system at /tmp/rclone793738739", Modify Window "1ms" 2024/12/17 01:04:19 DEBUG : hello, world!: md5 = 8133311cbcf115e1cd7b5265267c90b4 OK upper checkfile vs. lower remote (without normalization) 2024/12/17 01:04:20 ERROR : hello, world!: sum not found 2024/12/17 01:04:20 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mutuzij9soga' 2024/12/17 01:04:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mutuzij9soga': 1 files missing 2024/12/17 01:04:20 NOTICE: 1 hashes missing 2024/12/17 01:04:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mutuzij9soga': 2 differences found 2024/12/17 01:04:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mutuzij9soga': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/17 01:04:21 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:04:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mutuzij9soga': 0 differences found 2024/12/17 01:04:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mutuzij9soga': 1 matching files 2024/12/17 01:04:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zodolak7zeze" 2024/12/17 01:04:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:04:21 DEBUG : Creating backend with remote "TestDrive:crypt/h8t0rd0ip55mo526p4mv64icf5mcqeh170dmjkgg6clci1fgof7g" 2024/12/17 01:04:22 DEBUG : Creating backend with remote "/tmp/rclone120214342" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zodolak7zeze'", Local "Local file system at /tmp/rclone120214342", Modify Window "1ms" 2024/12/17 01:04:25 DEBUG : HELLO, WORLD!: md5 = f258670dc376f939400ed1b20a4013de OK lower checkfile vs. upper remote (without normalization) 2024/12/17 01:04:26 ERROR : HELLO, WORLD!: sum not found 2024/12/17 01:04:26 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zodolak7zeze' 2024/12/17 01:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zodolak7zeze': 1 files missing 2024/12/17 01:04:26 NOTICE: 1 hashes missing 2024/12/17 01:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zodolak7zeze': 2 differences found 2024/12/17 01:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zodolak7zeze': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/17 01:04:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:04:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zodolak7zeze': 0 differences found 2024/12/17 01:04:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zodolak7zeze': 1 matching files 2024/12/17 01:04:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zulubib1ziya" 2024/12/17 01:04:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:04:27 DEBUG : Creating backend with remote "TestDrive:crypt/rrevvejleiu52rq3t8nl2utdi9l0nndo2uvl6gkdiqeavvdkevhg" 2024/12/17 01:04:28 DEBUG : Creating backend with remote "/tmp/rclone3029549507" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zulubib1ziya'", Local "Local file system at /tmp/rclone3029549507", Modify Window "1ms" 2024/12/17 01:04:31 DEBUG : HeLlO, wOrLd!: md5 = bc0fbdda37c85fdadf0ad094868b5aec OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/17 01:04:32 ERROR : HeLlO, wOrLd!: sum not found 2024/12/17 01:04:32 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zulubib1ziya' 2024/12/17 01:04:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulubib1ziya': 1 files missing 2024/12/17 01:04:32 NOTICE: 1 hashes missing 2024/12/17 01:04:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulubib1ziya': 2 differences found 2024/12/17 01:04:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulubib1ziya': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/17 01:04:33 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:04:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulubib1ziya': 0 differences found 2024/12/17 01:04:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulubib1ziya': 1 matching files 2024/12/17 01:04:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lecekos9yate" 2024/12/17 01:04:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:04:33 DEBUG : Creating backend with remote "TestDrive:crypt/gs0kifbduianl0jkhap1m55tsa9k5il7kr29km4ovl3ac47se0bg" 2024/12/17 01:04:34 DEBUG : Creating backend with remote "/tmp/rclone376230813" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lecekos9yate'", Local "Local file system at /tmp/rclone376230813", Modify Window "1ms" 2024/12/17 01:04:37 DEBUG : HELLO, WORLD!: md5 = 8a27348fcdbba675ba044686191a92db OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/17 01:04:37 ERROR : HELLO, WORLD!: sum not found 2024/12/17 01:04:37 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lecekos9yate' 2024/12/17 01:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecekos9yate': 1 files missing 2024/12/17 01:04:37 NOTICE: 1 hashes missing 2024/12/17 01:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecekos9yate': 2 differences found 2024/12/17 01:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecekos9yate': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/17 01:04:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:04:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecekos9yate': 0 differences found 2024/12/17 01:04:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecekos9yate': 1 matching files 2024/12/17 01:04:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rerekot7difu" 2024/12/17 01:04:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:04:39 DEBUG : Creating backend with remote "TestDrive:crypt/1bpecv7egopq3t4ennqf5jadoq39ntvdt4t82a1e2jcmhph856h0" 2024/12/17 01:04:40 DEBUG : Creating backend with remote "/tmp/rclone754163047" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rerekot7difu'", Local "Local file system at /tmp/rclone754163047", Modify Window "1ms" 2024/12/17 01:04:42 DEBUG : 測試_Русский___ě_áñ: md5 = 5f2c63573b3e442b2de0ecd3625ebd1d OK NFD checkfile vs. NFC remote (without normalization) 2024/12/17 01:04:43 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/17 01:04:43 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rerekot7difu' 2024/12/17 01:04:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rerekot7difu': 1 files missing 2024/12/17 01:04:43 NOTICE: 1 hashes missing 2024/12/17 01:04:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rerekot7difu': 2 differences found 2024/12/17 01:04:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rerekot7difu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/17 01:04:44 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:04:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rerekot7difu': 0 differences found 2024/12/17 01:04:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rerekot7difu': 1 matching files 2024/12/17 01:04:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ticexuz1wumu" 2024/12/17 01:04:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:04:44 DEBUG : Creating backend with remote "TestDrive:crypt/nggqkb51k5id4vmepvusseov36qn0sqf9l7nnkjksoa7ms989tv0" 2024/12/17 01:04:45 DEBUG : Creating backend with remote "/tmp/rclone675183371" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ticexuz1wumu'", Local "Local file system at /tmp/rclone675183371", Modify Window "1ms" 2024/12/17 01:04:48 DEBUG : 測試_Русский___ě_áñ: md5 = a5424ade064088cb3bffba8a9fa6cb32 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/17 01:04:49 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/17 01:04:49 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ticexuz1wumu' 2024/12/17 01:04:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ticexuz1wumu': 1 files missing 2024/12/17 01:04:49 NOTICE: 1 hashes missing 2024/12/17 01:04:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ticexuz1wumu': 2 differences found 2024/12/17 01:04:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ticexuz1wumu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/17 01:04:51 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:04:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ticexuz1wumu': 0 differences found 2024/12/17 01:04:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ticexuz1wumu': 1 matching files 2024/12/17 01:04:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cupahod2dego" 2024/12/17 01:04:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:04:51 DEBUG : Creating backend with remote "TestDrive:crypt/fc556h9g7g5cbk08cbg1ll7glje51fbr49t8mrfoq1l3mjvp90e0" 2024/12/17 01:04:52 DEBUG : Creating backend with remote "/tmp/rclone667715616" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cupahod2dego'", Local "Local file system at /tmp/rclone667715616", Modify Window "1ms" 2024/12/17 01:04:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 03748e5b2dc95cb419d35873c0b02ad5 OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/17 01:04:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/17 01:04:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cupahod2dego' 2024/12/17 01:04:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cupahod2dego': 1 files missing 2024/12/17 01:04:55 NOTICE: 1 hashes missing 2024/12/17 01:04:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cupahod2dego': 2 differences found 2024/12/17 01:04:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cupahod2dego': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/17 01:04:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:04:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cupahod2dego': 0 differences found 2024/12/17 01:04:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cupahod2dego': 1 matching files 2024/12/17 01:04:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jexarav9toxe" 2024/12/17 01:04:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:04:57 DEBUG : Creating backend with remote "TestDrive:crypt/r7q5m8c7tbvqerlvkcs8shrtp3ob38enf6gopeo3vcjf8t2aq2n0" 2024/12/17 01:04:58 DEBUG : Creating backend with remote "/tmp/rclone2135469426" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jexarav9toxe'", Local "Local file system at /tmp/rclone2135469426", Modify Window "1ms" 2024/12/17 01:05:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5ab0c7c5b99683f5dbbfa91ecd905e26 OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/17 01:05:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/17 01:05:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jexarav9toxe' 2024/12/17 01:05:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jexarav9toxe': 1 files missing 2024/12/17 01:05:04 NOTICE: 1 hashes missing 2024/12/17 01:05:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jexarav9toxe': 2 differences found 2024/12/17 01:05:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jexarav9toxe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/17 01:05:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:05:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jexarav9toxe': 0 differences found 2024/12/17 01:05:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jexarav9toxe': 1 matching files 2024/12/17 01:05:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vebabej6divi" 2024/12/17 01:05:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:05:05 DEBUG : Creating backend with remote "TestDrive:crypt/2l1llft0u1hlj6mjv8rsvi33k9nc904kjmql2ka2dsrtn1sj7jqg" 2024/12/17 01:05:06 DEBUG : Creating backend with remote "/tmp/rclone3820392216" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vebabej6divi'", Local "Local file system at /tmp/rclone3820392216", Modify Window "1ms" 2024/12/17 01:05:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5369545cdedfa6d54635e3657bdeedc7 OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/17 01:05:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/17 01:05:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vebabej6divi' 2024/12/17 01:05:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vebabej6divi': 1 files missing 2024/12/17 01:05:10 NOTICE: 1 hashes missing 2024/12/17 01:05:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vebabej6divi': 2 differences found 2024/12/17 01:05:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vebabej6divi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/17 01:05:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:05:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vebabej6divi': 0 differences found 2024/12/17 01:05:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vebabej6divi': 1 matching files 2024/12/17 01:05:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hogewak7foti" 2024/12/17 01:05:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:05:12 DEBUG : Creating backend with remote "TestDrive:crypt/4qv24f59r2sq9ocsoeqm3okfb0do7oh5k5f032h422umnim8qiu0" 2024/12/17 01:05:13 DEBUG : Creating backend with remote "/tmp/rclone544311362" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hogewak7foti'", Local "Local file system at /tmp/rclone544311362", Modify Window "1ms" 2024/12/17 01:05:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8676d354e392dbe4900e18c1045ea006 OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/17 01:05:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/17 01:05:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hogewak7foti' 2024/12/17 01:05:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hogewak7foti': 1 files missing 2024/12/17 01:05:16 NOTICE: 1 hashes missing 2024/12/17 01:05:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hogewak7foti': 2 differences found 2024/12/17 01:05:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hogewak7foti': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/17 01:05:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 01:05:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hogewak7foti': 0 differences found 2024/12/17 01:05:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hogewak7foti': 1 matching files 2024/12/17 01:05:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hogewak7foti': Purge remote 2024/12/17 01:05:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vebabej6divi': Purge remote 2024/12/17 01:05:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jexarav9toxe': Purge remote 2024/12/17 01:05:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cupahod2dego': Purge remote 2024/12/17 01:05:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ticexuz1wumu': Purge remote 2024/12/17 01:05:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rerekot7difu': Purge remote 2024/12/17 01:05:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lecekos9yate': Purge remote 2024/12/17 01:05:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zulubib1ziya': Purge remote 2024/12/17 01:05:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zodolak7zeze': Purge remote 2024/12/17 01:05:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mutuzij9soga': Purge remote --- PASS: TestApplyTransforms (68.95s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:05:24 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/17 01:05:27 DEBUG : sub/file2: md5 = d1441ccb1276f0f8d33c9baa93b8eb8a OK 2024/12/17 01:05:27 INFO : file1: Copied (new) to: sub/file2 2024/12/17 01:05:28 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/17 01:05:28 DEBUG : file1: Unchanged skipping 2024/12/17 01:05:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': don't need to copy/move sub/file2, it is already at target location 2024/12/17 01:05:30 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.26s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:05:34 DEBUG : dst/file1: md5 = ec3f0d05dd08285cef9b45f0e79152ac OK 2024/12/17 01:05:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/backup" 2024/12/17 01:05:35 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/1nrff024r7pq65ecp72fc28jb0" 2024/12/17 01:05:37 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/17 01:05:41 INFO : dst/file1: Moved (server-side) 2024/12/17 01:05:42 DEBUG : dst/file1: md5 = e25ab372d39a6fb0e12ff3c5d75f54a9 OK 2024/12/17 01:05:42 INFO : dst/file1: Copied (new) 2024/12/17 01:05:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 01:05:46 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 01:05:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.30s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:05:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/dst" 2024/12/17 01:05:48 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 01:05:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/CompareDest" 2024/12/17 01:05:50 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/gveqi14airsml4bgu7krj116o8" 2024/12/17 01:05:52 DEBUG : one: Need to transfer - File not found at Destination 2024/12/17 01:05:55 DEBUG : one: md5 = 57c6057a36fd3830ff7801d33b3e6f89 OK 2024/12/17 01:05:55 INFO : one: Copied (new) 2024/12/17 01:05:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 01:05:57 DEBUG : one: md5 = d141a766ef31ec1c57294ff5180b2376 OK 2024/12/17 01:05:57 INFO : one: Copied (replaced existing) 2024/12/17 01:06:00 DEBUG : dst/one: md5 = c1a70f774c29f9d8c543ff20b7ff1266 OK 2024/12/17 01:06:11 DEBUG : CompareDest/one: md5 = 46ab596a8f5be4ecfce390186d600a11 OK 2024/12/17 01:06:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 01:06:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 01:06:12 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/17 01:06:15 DEBUG : CompareDest/two: md5 = 349ee7adc822bbe866a32d6f9fbbc6d0 OK 2024/12/17 01:06:16 DEBUG : two: Need to transfer - File not found at Destination 2024/12/17 01:06:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 01:06:16 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/17 01:06:17 DEBUG : two: Need to transfer - File not found at Destination 2024/12/17 01:06:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 01:06:17 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/17 01:06:18 DEBUG : two: Need to transfer - File not found at Destination 2024/12/17 01:06:18 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/17 01:06:20 DEBUG : two: md5 = 208a73bf0a54f1e5a359f5c577b7cf3e OK 2024/12/17 01:06:20 INFO : two: Copied (new) 2024/12/17 01:06:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 01:06:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:06:26 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 01:06:26 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (38.98s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:06:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/dst" 2024/12/17 01:06:27 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 01:06:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/CopyDest" 2024/12/17 01:06:29 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/17 01:06:30 DEBUG : one: Need to transfer - File not found at Destination 2024/12/17 01:06:34 DEBUG : one: md5 = 8141a0f20c46772ff5a2f10b535e16da OK 2024/12/17 01:06:34 INFO : one: Copied (new) 2024/12/17 01:06:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 01:06:36 DEBUG : one: md5 = fa71c176251ec4ffb29038332c3e9a33 OK 2024/12/17 01:06:36 INFO : one: Copied (replaced existing) 2024/12/17 01:06:39 DEBUG : dst/one: md5 = f7967767f5a1a05f8884d6c0222bf748 OK 2024/12/17 01:06:42 DEBUG : CopyDest/one: md5 = e30f5b5637afb922318932ec06d9ac30 OK 2024/12/17 01:06:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/BackupDir" 2024/12/17 01:06:42 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/17 01:06:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 01:06:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 01:06:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 01:06:47 INFO : one: Moved (server-side) 2024/12/17 01:06:48 INFO : one: Copied (server-side copy) 2024/12/17 01:06:48 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/17 01:06:51 DEBUG : CopyDest/two: md5 = e3eec082c28b2ad8db852e45866b2db3 OK 2024/12/17 01:06:51 DEBUG : two: Need to transfer - File not found at Destination 2024/12/17 01:06:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 01:06:53 INFO : two: Copied (server-side copy) 2024/12/17 01:06:53 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/17 01:06:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 01:06:54 DEBUG : two: Unchanged skipping 2024/12/17 01:06:56 DEBUG : CopyDest/three: md5 = c1764d0c76d7335d764afcd60385aa8e OK 2024/12/17 01:06:57 DEBUG : three: Need to transfer - File not found at Destination 2024/12/17 01:06:57 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/17 01:06:57 DEBUG : three: Destination not found in --copy-dest 2024/12/17 01:07:01 DEBUG : three: md5 = 0c23f837bb23a18553b9395beb3a0fbd OK 2024/12/17 01:07:01 INFO : three: Copied (new) 2024/12/17 01:07:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/17 01:07:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:07:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 01:07:07 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/17 01:07:07 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 01:07:07 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:07:08 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (41.53s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:07:10 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/17 01:07:12 DEBUG : TestCopyFileMaxTransfer/file1: md5 = aecc8d90db132d158cc2364cfb6297a2 OK 2024/12/17 01:07:12 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/17 01:07:13 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/17 01:07:13 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/17 01:07:14 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/17 01:07:15 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/17 01:07:17 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4c4d3a43842a25d900c3dd2e57b7a290 OK 2024/12/17 01:07:17 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/17 01:07:19 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/17 01:07:19 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.01s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:07:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Looking for duplicate names using skip mode. 2024/12/17 01:07:25 NOTICE: one: Found 2 files with duplicate names 2024/12/17 01:07:25 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.59s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:07:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Looking for duplicate names using skip mode. 2024/12/17 01:07:32 NOTICE: one: Found 3 files with duplicate names 2024/12/17 01:07:32 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/17 01:07:33 INFO : one: Deleted 2024/12/17 01:07:33 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.97s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:07:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Looking for duplicate names using first mode. 2024/12/17 01:07:40 NOTICE: one: Found 3 files with duplicate names 2024/12/17 01:07:41 INFO : one: Deleted 2024/12/17 01:07:41 INFO : one: Deleted 2024/12/17 01:07:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.09s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:07:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Looking for duplicate names using newest mode. 2024/12/17 01:07:48 NOTICE: one: Found 3 files with duplicate names 2024/12/17 01:07:49 INFO : one: Deleted 2024/12/17 01:07:49 INFO : one: Deleted 2024/12/17 01:07:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.98s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:07:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Looking for duplicate names using oldest mode. 2024/12/17 01:07:57 NOTICE: one: Found 3 files with duplicate names 2024/12/17 01:07:57 INFO : one: Deleted 2024/12/17 01:07:58 INFO : one: Deleted 2024/12/17 01:07:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (13.51s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:08:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Looking for duplicate names using largest mode. 2024/12/17 01:08:13 NOTICE: one: Found 3 files with duplicate names 2024/12/17 01:08:14 INFO : one: Deleted 2024/12/17 01:08:15 INFO : one: Deleted 2024/12/17 01:08:15 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (11.32s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:08:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Looking for duplicate names using smallest mode. 2024/12/17 01:08:21 NOTICE: one: Found 3 files with duplicate names 2024/12/17 01:08:22 INFO : one: Deleted 2024/12/17 01:08:23 INFO : one: Deleted 2024/12/17 01:08:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.25s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:08:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Looking for duplicate names using rename mode. 2024/12/17 01:08:31 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/17 01:08:32 INFO : one-2.txt: renamed from: one.txt 2024/12/17 01:08:34 INFO : one-3.txt: renamed from: one.txt 2024/12/17 01:08:35 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.20s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:08:41 DEBUG : dupe1/one.txt: md5 = ec74496c2cc86f9e3e94b9fc2fb32606 OK 2024/12/17 01:08:44 DEBUG : dupe2/two.txt: md5 = 20d1a89eefe69b477302c2dc3f5b2471 OK 2024/12/17 01:08:47 DEBUG : dupe3/three.txt: md5 = c9d6748f1820264cc061ca605402741e OK 2024/12/17 01:08:47 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/17 01:08:48 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/17 01:08:49 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/17 01:08:50 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/17 01:08:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/17 01:08:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/17 01:08:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.21s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:08:56 DEBUG : a.txt: md5 = 75c19abb8457e07365e26f14be860124 OK 2024/12/17 01:08:58 DEBUG : zend.txt: md5 = 40badf6185a1f374598d9e1250b2c2bf OK 2024/12/17 01:09:01 DEBUG : sub dir/hello world: md5 = 332d56802e8b84ed02f2b5dbaf2f624c OK 2024/12/17 01:09:03 DEBUG : sub dir/hello world2: md5 = 3f66b2c9487677521ecc971940818aee OK 2024/12/17 01:09:06 DEBUG : sub dir/ignore dir/.ignore: md5 = 98d4748ed5bf9ae1f4356dd74e64dbaa OK 2024/12/17 01:09:07 DEBUG : sub dir/ignore dir/should be ignored: md5 = 909c2dbf68ba2825efd8b17046731ba0 OK 2024/12/17 01:09:10 DEBUG : sub dir/sub sub dir/hello world3: md5 = 2456862db1d649ae36d679e30dd0e5fa OK 2024/12/17 01:09:11 DEBUG : a.txt: Excluded (Size Filter) 2024/12/17 01:09:11 DEBUG : a.txt: Excluded 2024/12/17 01:09:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/17 01:09:12 DEBUG : sub dir/hello world2: Excluded 2024/12/17 01:09:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/17 01:09:12 DEBUG : sub dir/hello world: Excluded 2024/12/17 01:09:12 DEBUG : sub dir/ignore dir: Excluded 2024/12/17 01:09:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/17 01:09:12 DEBUG : sub dir/hello world2: Excluded 2024/12/17 01:09:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/17 01:09:12 DEBUG : sub dir/hello world: Excluded 2024/12/17 01:09:13 DEBUG : sub dir/ignore dir: Excluded 2024/12/17 01:09:18 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/17 01:09:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/17 01:09:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/17 01:09:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/17 01:09:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/17 01:09:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/12/17 01:09:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (26.08s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:09:22 DEBUG : file1: md5 = b07edd0a2be14410075f86f66e25f5d9 OK 2024/12/17 01:09:25 DEBUG : sub/file2: md5 = d4952f160e061fd3e42001d4ff4d1920 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/17 01:09:28 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/17 01:09:29 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/17 01:09:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/17 01:09:31 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.29s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.31s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:09:34 DEBUG : file1: md5 = f1419a91bfd05a62aee876aff8bc3d91 OK 2024/12/17 01:09:37 DEBUG : sub/file2: md5 = 7b02e92b9210238da6443c3f989a6545 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/17 01:09:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/notfound" 2024/12/17 01:09:41 DEBUG : Config file has changed externally - reloading 2024/12/17 01:09:41 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/qe0i31qdkoejk60elps0ni5sqk" 2024/12/17 01:09:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.62s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.29s) --- PASS: TestStatJSON/RootNotFound (1.74s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:09:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Making directory 2024/12/17 01:09:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:09:49 DEBUG : sub dir/hello world: md5 = 14a7f52eb7eb430db1b9a1b0563e36dd OK 2024/12/17 01:09:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.59s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:09:54 DEBUG : potato2: md5 = e8d97e8e15762243079f23399fde9d39 OK 2024/12/17 01:09:55 DEBUG : empty space: md5 = b42aeabc228519bdd35a0a0249c845ee OK --- PASS: TestLs (5.64s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:09:59 DEBUG : potato2: md5 = 507b4e90a2b063b435958776cd2431e8 OK 2024/12/17 01:10:01 DEBUG : empty space: md5 = 4218ec6102616db66d4154800df6391a OK 2024/12/17 01:10:01 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.66s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:10:05 DEBUG : potato2: md5 = ef5d0aaf35c41fee1728958f2309a2ae OK 2024/12/17 01:10:06 DEBUG : empty space: md5 = 395b98b8d0677e92a9a8f7e9c3ccb0bc OK --- PASS: TestLsLong (5.43s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:10:10 DEBUG : potato2: md5 = fcd004ff1e5aaa6d7b8447ecc5229b79 OK 2024/12/17 01:10:12 DEBUG : empty space: md5 = 1cf8c8dd21eee5838c6306d8a5cf55e5 OK --- PASS: TestHashSums (5.05s) === RUN TestHashSumsWithErrors 2024/12/17 01:10:14 DEBUG : Creating backend with remote ":memory:" 2024/12/17 01:10:14 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.01s) === RUN TestHashStream 2024/12/17 01:10:14 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/17 01:10:14 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/17 01:10:14 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/17 01:10:14 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/17 01:10:14 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/17 01:10:14 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/17 01:10:14 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/17 01:10:14 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-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:10:15 DEBUG : potato2: md5 = cad836edc594ceb82a5e510f54c0b480 OK 2024/12/17 01:10:17 DEBUG : empty space: md5 = 503c9bce8bf55c82ca47835ab867d609 OK 2024/12/17 01:10:20 DEBUG : sub dir/potato3: md5 = b1823e2a12295f5bb14c8e829216af2b OK 2024/12/17 01:10:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.10s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:10:26 DEBUG : small: md5 = ddd10ce6800f3fda1deab673d0e5c179 OK 2024/12/17 01:10:27 DEBUG : medium: md5 = d90eede615e7052f66fd6ac883091ac5 OK 2024/12/17 01:10:29 DEBUG : large: md5 = 5f9a3fb2928e27f69b75580e8f7a231f OK 2024/12/17 01:10:29 DEBUG : Waiting for deletions to finish 2024/12/17 01:10:29 DEBUG : large: Excluded (Size Filter) 2024/12/17 01:10:30 INFO : medium: Deleted 2024/12/17 01:10:30 INFO : small: Deleted --- PASS: TestDelete (7.47s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:10:33 DEBUG : small: md5 = 4f41e60aa9ce8e6d069c44abb170f140 OK 2024/12/17 01:10:34 DEBUG : medium: md5 = bc07f6b338c1be38868c0f7cbb38d4e7 OK 2024/12/17 01:10:36 DEBUG : large: md5 = 749388a9551b95b8a1bc447e3d77c2b3 OK 2024/12/17 01:10:37 DEBUG : Waiting for deletions to finish 2024/12/17 01:10:37 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/12/17 01:10:37 INFO : large: Deleted 2024/12/17 01:10:37 INFO : small: Deleted --- PASS: TestMaxDelete (7.96s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:10:41 DEBUG : small: md5 = fd69ff3148aa212242032485f6cacc4a OK 2024/12/17 01:10:43 DEBUG : medium: md5 = 1049c9202f15659dd0711dac7fcf0b8c OK 2024/12/17 01:10:45 DEBUG : large: md5 = 42449e2cf97582fce549f553f6e14206 OK 2024/12/17 01:10:45 DEBUG : Waiting for deletions to finish 2024/12/17 01:10:45 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/17 01:10:46 INFO : small: Deleted 2024/12/17 01:10:46 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.75s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:10:50 DEBUG : small: md5 = c54898b35a66374fff83df68267021e8 OK 2024/12/17 01:10:52 DEBUG : medium: md5 = 1e99b5b3b0afc921396b972a9369f8d0 OK 2024/12/17 01:10:53 DEBUG : large: md5 = d72d4b473a862c722b4c9a63e80da6c7 OK 2024/12/17 01:10:54 DEBUG : Waiting for deletions to finish 2024/12/17 01:10:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/17 01:10:55 INFO : medium: Deleted 2024/12/17 01:10:55 INFO : small: Deleted --- PASS: TestMaxDeleteSize (9.79s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:10:59 DEBUG : ReadFile: md5 = ca86f4ad0482600185def0b719e802c8 OK --- PASS: TestReadFile (27.06s) === RUN TestRetry 2024/12/17 01:11:25 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/17 01:11:25 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/17 01:11:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/17 01:11:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/17 01:11:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/17 01:11:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/17 01:11:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:11:26 DEBUG : file1: md5 = 8797e9a39798cee253cc74c4af82ae5f OK 2024/12/17 01:11:29 DEBUG : file2: md5 = 76286df410d25cd79a0f03a186900aee OK --- PASS: TestCat (20.53s) === RUN TestPurge 2024/12/17 01:11:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-getiwey9neve" 2024/12/17 01:11:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:11:45 DEBUG : Creating backend with remote "TestDrive:crypt/hovfae0adam7kufmms3dl5a13a43roo78ohk1qrhfbmi2p2rqnrg" 2024/12/17 01:11:47 DEBUG : Creating backend with remote "/tmp/rclone991310153" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-getiwey9neve'", Local "Local file system at /tmp/rclone991310153", Modify Window "1ms" 2024/12/17 01:11:52 DEBUG : A1/B1/C1/one: md5 = 9b0df3af1102d9be0f2835ae4ae106da OK 2024/12/17 01:11:52 DEBUG : A2: Making directory 2024/12/17 01:11:54 DEBUG : A1/B2: Making directory 2024/12/17 01:11:55 DEBUG : A1/B2/C2: Making directory 2024/12/17 01:11:56 DEBUG : A1/B1/C3: Making directory 2024/12/17 01:11:57 DEBUG : A3: Making directory 2024/12/17 01:11:58 DEBUG : A3/B3: Making directory 2024/12/17 01:11:59 DEBUG : A3/B3/C4: Making directory 2024/12/17 01:12:03 DEBUG : A1/two: md5 = cfb5b74010d6e3da08b382a740030b95 OK 2024/12/17 01:12:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-getiwey9neve': Purge remote 2024/12/17 01:12:10 NOTICE: purge failed: directory not found --- PASS: TestPurge (24.38s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:12:15 DEBUG : A1/B1/C1/one: md5 = 4719539c541f8957f3f9536c502fa12d OK 2024/12/17 01:12:15 DEBUG : A2: Making directory 2024/12/17 01:12:16 DEBUG : A1/B2: Making directory 2024/12/17 01:12:17 DEBUG : A1/B2/C2: Making directory 2024/12/17 01:12:18 DEBUG : A1/B1/C3: Making directory 2024/12/17 01:12:19 DEBUG : A3: Making directory 2024/12/17 01:12:20 DEBUG : A3/B3: Making directory 2024/12/17 01:12:21 DEBUG : A3/B3/C4: Making directory 2024/12/17 01:12:24 DEBUG : A1/two: md5 = e177e9bd2e297ec24fc52eacdad3ab46 OK 2024/12/17 01:12:25 DEBUG : removing 1 level 3 directories 2024/12/17 01:12:25 INFO : A3/B3/C4: Removing directory 2024/12/17 01:12:28 DEBUG : removing 2 level 3 directories 2024/12/17 01:12:28 INFO : A1/B2/C2: Removing directory 2024/12/17 01:12:28 INFO : A1/B1/C3: Removing directory 2024/12/17 01:12:29 DEBUG : removing 2 level 2 directories 2024/12/17 01:12:29 INFO : A3/B3: Removing directory 2024/12/17 01:12:29 INFO : A1/B2: Removing directory 2024/12/17 01:12:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/17 01:12:29 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/17 01:12:29 DEBUG : removing 2 level 1 directories 2024/12/17 01:12:29 INFO : A3: Removing directory 2024/12/17 01:12:29 INFO : A2: Removing directory 2024/12/17 01:12:30 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/17 01:12:34 DEBUG : removing 1 level 3 directories 2024/12/17 01:12:34 INFO : A1/B1/C1: Removing directory 2024/12/17 01:12:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:35 DEBUG : removing 1 level 2 directories 2024/12/17 01:12:35 INFO : A1/B1: Removing directory 2024/12/17 01:12:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/17 01:12:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 01:12:36 DEBUG : removing 1 level 1 directories 2024/12/17 01:12:36 INFO : A1: Removing directory 2024/12/17 01:12:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/17 01:12:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/17 01:12:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 01:12:37 DEBUG : removing 1 level 0 directories 2024/12/17 01:12:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Removing directory 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/17 01:12:37 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" --- PASS: TestRmdirsNoLeaveRoot (28.89s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:12:40 DEBUG : A1: Making directory 2024/12/17 01:12:41 DEBUG : A1/B1: Making directory 2024/12/17 01:12:42 DEBUG : A1/B1/C1: Making directory 2024/12/17 01:12:44 DEBUG : removing 1 level 3 directories 2024/12/17 01:12:44 INFO : A1/B1/C1: Removing directory 2024/12/17 01:12:45 DEBUG : removing 1 level 2 directories 2024/12/17 01:12:45 INFO : A1/B1: Removing directory 2024/12/17 01:12:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 01:12:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.44s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:12:48 DEBUG : A1: Making directory 2024/12/17 01:12:49 DEBUG : A1/B1: Making directory 2024/12/17 01:12:50 DEBUG : A1/B1/C1: Making directory 2024/12/17 01:12:53 DEBUG : removing 1 level 3 directories 2024/12/17 01:12:53 INFO : A1/B1/C1: Removing directory 2024/12/17 01:12:54 DEBUG : removing 1 level 2 directories 2024/12/17 01:12:54 INFO : A1/B1: Removing directory 2024/12/17 01:12:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 01:12:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.00s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:12:59 DEBUG : file1: md5 = 0ad908d7d6dbb0e36e2d0619eaed85cf OK 2024/12/17 01:12:59 DEBUG : filename.txt: File name found in url 2024/12/17 01:13:01 DEBUG : filename.txt: md5 = b38ac3158c846f194b3bca7645c722c8 OK 2024/12/17 01:13:01 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/17 01:13:03 DEBUG : headerfilename.txt: md5 = d17a4bf1223a70fe007bec15b18d2521 OK 2024/12/17 01:13:05 DEBUG : file2: md5 = 229c55aae9f6da4ae9246971813e31a2 OK --- PASS: TestCopyURL (10.59s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:13:08 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/17 01:13:10 DEBUG : sub/file2: md5 = 8d8c20c527fe95b7a177f26f08f6eb95 OK 2024/12/17 01:13:10 INFO : file1: Copied (new) to: sub/file2 2024/12/17 01:13:10 INFO : file1: Deleted 2024/12/17 01:13:11 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/17 01:13:11 DEBUG : file1: Unchanged skipping 2024/12/17 01:13:11 INFO : file1: Deleted 2024/12/17 01:13:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': don't need to copy/move sub/file2, it is already at target location 2024/12/17 01:13:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.67s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:13:15 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/17 01:13:16 DEBUG : file1: md5 = e86305585184a7d9331fefd957b98df7 OK 2024/12/17 01:13:16 INFO : file1: Copied (new) 2024/12/17 01:13:16 INFO : file1: Deleted 2024/12/17 01:13:17 DEBUG : file1: Destination exists, skipping 2024/12/17 01:13:17 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.61s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.47s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.53s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:13:22 DEBUG : dst/file1: md5 = f359d448884d49e885bd611eef32dde6 OK 2024/12/17 01:13:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didinil9tive/backup" 2024/12/17 01:13:23 DEBUG : Creating backend with remote "TestDrive:crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g/1nrff024r7pq65ecp72fc28jb0" 2024/12/17 01:13:24 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/17 01:13:27 INFO : dst/file1: Moved (server-side) 2024/12/17 01:13:29 DEBUG : dst/file1: md5 = 208bc0235d5719b84f46088808109e5f OK 2024/12/17 01:13:29 INFO : dst/file1: Copied (new) 2024/12/17 01:13:29 INFO : dst/file1: Deleted 2024/12/17 01:13:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 01:13:33 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 01:13:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.58s) === 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-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:13:37 DEBUG : A1/one: md5 = fcd7029274d5cdb1a41a4310b163b701 OK 2024/12/17 01:13:39 DEBUG : A1/two: md5 = 8087cc76c700b68b7fda44329e85c5b9 OK 2024/12/17 01:13:42 DEBUG : A1/B1/three: md5 = 8221ea88ed4ab653d677ed7d16036047 OK 2024/12/17 01:13:44 DEBUG : A1/B1/C1/four: md5 = 80660dfdca8365d9de36c3c902b8ca5b OK 2024/12/17 01:13:47 DEBUG : A1/B1/C2/five: md5 = a8aab84ee0391cfc135d7914b95df600 OK 2024/12/17 01:13:47 DEBUG : A1/B2: Making directory 2024/12/17 01:13:48 DEBUG : A1/B1/C3: Making directory 2024/12/17 01:14:00 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/17 01:14:00 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/17 01:14:01 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/17 01:14:01 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/17 01:14:01 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/17 01:14:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/17 01:14:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/17 01:14:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 01:14:06 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/17 01:14:06 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/17 01:14:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/17 01:14:16 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/17 01:14:16 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/17 01:14:16 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/17 01:14:16 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/17 01:14:16 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/17 01:14:20 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/17 01:14:20 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/17 01:14:20 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 01:14:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/17 01:14:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/17 01:14:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/17 01:14:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/17 01:14:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/17 01:14:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/17 01:14:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 01:14:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/17 01:14:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/17 01:14:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/17 01:14:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 01:14:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (57.16s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:14:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': File to upload is small (34 bytes), uploading instead of streaming 2024/12/17 01:14:34 DEBUG : no_checksum_small_file_from_pipe: md5 = 886d0f93fe8d9a84c58868729a56b7a1 OK 2024/12/17 01:14:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/17 01:14:34 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/17 01:14:35 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/17 01:14:36 DEBUG : no_checksum_big_file_from_pipe: md5 = b8e6852dafd5015516a52655ddc1c00e OK 2024/12/17 01:14:36 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-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:14:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': File to upload is small (34 bytes), uploading instead of streaming 2024/12/17 01:14:40 DEBUG : with_checksum_small_file_from_pipe: md5 = bc4eb1cdc3447846e15a965969bcd53b OK 2024/12/17 01:14:40 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/17 01:14:40 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/17 01:14:41 DEBUG : with_checksum_big_file_from_pipe: md5 = 78e9bf239c7f76a40dbd095ff9e4c9b9 OK 2024/12/17 01:14:41 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-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:14:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': File to upload is small (34 bytes), uploading instead of streaming 2024/12/17 01:14:45 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/17 01:14:46 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/17 01:14:48 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:14:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': File to upload is small (34 bytes), uploading instead of streaming 2024/12/17 01:14:51 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/17 01:14:52 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/17 01:14:53 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.22s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.48s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.79s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.03s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.91s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/17 01:14:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': File to upload is small (48 bytes), uploading instead of streaming 2024/12/17 01:14:57 DEBUG : rcat_metadata: md5 = 08dbee29e5a8e9fd0d82e9d2f4059922 OK 2024/12/17 01:14:57 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/17 01:14:59 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/17 01:15:00 DEBUG : rcat_metadata_uploadcutoff0: md5 = f8b56a81943dbfa6196485ef72a6388e OK 2024/12/17 01:15:00 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.66s) --- PASS: TestRcatMetadata/Normal (3.05s) --- PASS: TestRcatMetadata/ViaDisk (3.14s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:04 DEBUG : potato1: md5 = 04a6566c889e2d0a84fd357f72506af3 OK 2024/12/17 01:15:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': File to upload is small (60 bytes), uploading instead of streaming 2024/12/17 01:15:05 DEBUG : potato2: md5 = c342dfb8ede0a743f4be29b2a5194807 OK 2024/12/17 01:15:05 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.35s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:09 DEBUG : potato1: md5 = 465f465c4cb33ea579bbedec42ce72d8 OK 2024/12/17 01:15:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': File to upload is small (60 bytes), uploading instead of streaming 2024/12/17 01:15:11 DEBUG : potato2: md5 = 577e00aa8ae2f06b6e9caf32a39a3873 OK 2024/12/17 01:15:11 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.78s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:15 DEBUG : potato2: md5 = dcc86830dfabdd53483127b1aa319707 OK 2024/12/17 01:15:16 DEBUG : empty space: md5 = 7db6e8f6f8c45ff11b2860cb83df5a56 OK 2024/12/17 01:15:19 DEBUG : sub dir/potato3: md5 = eb28559d756b90ab3030fec0d3dcda45 OK 2024/12/17 01:15:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Touching "empty space" 2024/12/17 01:15:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Touching "potato2" 2024/12/17 01:15:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Touching "sub dir/potato3" 2024/12/17 01:15:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.98s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:26 DEBUG : dir with metadata: Making directory with metadata 2024/12/17 01:15:27 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.97s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:29 DEBUG : directory with modtime: Making directory with metadata 2024/12/17 01:15:30 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.90s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:32 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/17 01:15:32 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/17 01:15:32 DEBUG : Google drive root 'crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g': Skipping btime metadata as can't update it on an existing file: 2024-12-17T01:15:32.516048697Z 2024/12/17 01:15:33 INFO : non existent directory: Updated directory metadata 2024/12/17 01:15:36 DEBUG : Google drive root 'crypt/gns5ce3j5o5aa2p2271pn7vqq1l17hhlkad87hnd2q6btpuldg8g': Skipping btime metadata as can't update it on an existing file: 2024-12-17T01:15:32.516048697Z 2024/12/17 01:15:37 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.48s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:39 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/17 01:15:41 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/17 01:15:42 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.03s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:44 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/17 01:15:44 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/17 01:15:44 DEBUG : dst: Making directory with metadata 2024/12/17 01:15:45 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/17 01:15:45 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/17 01:15:45 INFO : dst: Set directory modification time (using SetModTime) 2024/12/17 01:15:46 INFO : dst: Set directory modification time (using SetModTime) 2024/12/17 01:15:46 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/17 01:15:47 INFO : dst: Set directory modification time (using SetModTime) 2024/12/17 01:15:47 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.61s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive'", Local "Local file system at /tmp/rclone2301836458", Modify Window "1ms" 2024/12/17 01:15:51 DEBUG : sub dir/test remove existing: md5 = 30cd0c6f6be6fe44fba6d7d130a174e8 OK 2024/12/17 01:15:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 4ce8d797a1c94cb032c20a40b89735d2 OK 2024/12/17 01:15:55 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xebipez6" before starting 2024/12/17 01:15:56 DEBUG : sub dir/test remove existing.xebipez6: TEST: removing renamed existing file after operation 2024/12/17 01:15:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fedoguh2" before starting 2024/12/17 01:15:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fedoguh2: TEST: renaming existing back after failed operation 2024/12/17 01:16:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tuxopuv7" before starting 2024/12/17 01:16:01 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tuxopuv7: TEST: removing renamed existing file after operation 2024/12/17 01:16:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "sjli1o70hcg1bbbd271q62gntub6f7m6u31r05so7puq5771v4i0" 2024/12/17 01:16:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "n74kgjbj7mdmmdshqn72ahoiu9v2icodi764caufog86nuu53c33c268k7uvsn74hpcietc01b5vt95ts5monmqpcn9h1l3ha8mfc5fhcg62nuu653mfidjvm0ibtb9nfq1d8cpuf2qs6qaboaqglh1vc7kteeoamfrgilhk62m8p9aos950" --- PASS: TestRemoveExisting (15.21s) === 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/17 01:16:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didinil9tive': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 13m41.167969426s (try 1/5)