"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/02/01 02:18:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso" 2025/02/01 02:18:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:18:53 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg" 2025/02/01 02:18:54 DEBUG : Creating backend with remote "/tmp/rclone3495058206" === 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/02/01 02:18:54 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/01 02:18:54 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/01 02:18:54 DEBUG : potato: Seek from 10 to 0 2025/02/01 02:18:54 DEBUG : potato: Seek from 10 to 0 2025/02/01 02:18:54 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/01 02:18:54 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/01 02:18:54 DEBUG : potato: Seek from 5 to 2 2025/02/01 02:18:54 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/01 02:18:54 DEBUG : potato: Seek from 7 to 0 2025/02/01 02:18:54 DEBUG : potato: Seek from 7 to 0 2025/02/01 02:18:54 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/01 02:18:54 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/01 02:18:54 DEBUG : potato: Seek from 5 to 2 2025/02/01 02:18:54 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/01 02:18:54 DEBUG : potato: Seek from 8 to 0 2025/02/01 02:18:54 DEBUG : potato: Seek from 8 to 0 2025/02/01 02:18:54 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/01 02:18:54 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/01 02:18:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/01 02:18:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/01 02:18:54 DEBUG : potato: Seek from 5 to 2 2025/02/01 02:18:54 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/01 02:18:54 DEBUG : potato: Seek from 9 to 0 2025/02/01 02:18:54 DEBUG : potato: Seek from 9 to 0 2025/02/01 02:18:54 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:18:57 DEBUG : rutabaga: md5 = bc48f063c91c361cc5870dbd0ce1d9cc OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/01 02:19:00 DEBUG : empty space: md5 = c6e7a37826910b71fd91f2fe105d4aa6 OK === RUN TestCheck/3 2025/02/01 02:19:02 DEBUG : potato2: md5 = 9cb356160dd7061d29a23e65a8f55de2 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/01 02:19:04 DEBUG : remotepotato: md5 = d292ceef2b92eae9eab80c30830f28d5 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.06s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/02/01 02:19:08 DEBUG : Creating backend with remote "nonexistent" 2025/02/01 02:19:08 DEBUG : Creating backend with remote "nonexistent" 2025/02/01 02:19:08 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/01 02:19:08 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/02/01 02:19:08 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/01 02:19:08 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:19:09 DEBUG : rutabaga: md5 = 171d27efe05ca2e8031f920e537fdbb3 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/01 02:19:13 DEBUG : empty space: md5 = b9ca6ad6e07677bbf783d759a677efa3 OK === RUN TestCheckDownload/3 2025/02/01 02:19:16 DEBUG : potato2: md5 = 2f6206191cf09b3014af0ed0e36f6010 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/01 02:19:21 DEBUG : remotepotato: md5 = 5e1bb19bcdd81ad9d27bda55bbcc41ea OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.30s) --- PASS: TestCheckDownload/1 (1.11s) --- PASS: TestCheckDownload/2 (0.87s) --- PASS: TestCheckDownload/3 (1.02s) --- PASS: TestCheckDownload/4 (1.26s) --- PASS: TestCheckDownload/5 (1.19s) --- PASS: TestCheckDownload/6 (1.21s) --- PASS: TestCheckDownload/7 (1.02s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:19:27 DEBUG : rutabaga: md5 = 3175a69b9becb7ae4c67e7637e99d78a OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/01 02:19:30 DEBUG : empty space: md5 = f9066ff2179808c70c0a6588761b676d OK === RUN TestCheckSizeOnly/3 2025/02/01 02:19:32 DEBUG : potato2: md5 = 3a246da2a7acf05d2571fe5f56ba053c OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/01 02:19:35 DEBUG : remotepotato: md5 = 321f09f41a3743fcf342cdc16a24472a OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.20s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:19:40 DEBUG : test.sum: md5 = 73c52364fe1bc9fa145f6f72cc47672f OK 2025/02/01 02:19:41 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/01 02:19:41 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/01 02:19:41 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/01 02:19:41 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/01 02:19:42 DEBUG : test.sum: md5 = dec60e319164752eea947de6718c74da OK 2025/02/01 02:19:44 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/01 02:19:44 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/01 02:19:44 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/01 02:19:44 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.76s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:19:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/data" 2025/02/01 02:19:45 DEBUG : Config file has changed externally - reloading 2025/02/01 02:19:45 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:19:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/data" 2025/02/01 02:19:47 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/vjrnln8ratgmqakfosrqe8espk" 2025/02/01 02:19:51 DEBUG : data/banana: md5 = f6910a9d0fbb4bfa0b3d35794969a1e2 OK 2025/02/01 02:19:53 DEBUG : test.sum: md5 = 030e29b7468ac5fe63b8b9325ce97bd1 OK === RUN TestCheckSumDownload/subtest1 2025/02/01 02:19:57 DEBUG : data/potato: md5 = 9588132736ce1d19d0fca6eb16498ef7 OK 2025/02/01 02:19:59 DEBUG : test.sum: md5 = 8c65eaa71a66b0a0197284ceff304cb1 OK === RUN TestCheckSumDownload/subtest2 2025/02/01 02:20:03 DEBUG : test.sum: md5 = b65b8999d34d67d28499d0f121d0eabc OK === RUN TestCheckSumDownload/subtest3 2025/02/01 02:20:07 DEBUG : test.sum: md5 = fe8428d226fa25dc029f8ac8493bfafe OK === RUN TestCheckSumDownload/subtest4 2025/02/01 02:20:11 DEBUG : test.sum: md5 = cf5f0e9b452d34949f20ee2edd24c133 OK === RUN TestCheckSumDownload/subtest5 2025/02/01 02:20:15 DEBUG : test.sum: md5 = b1d16d1dbb6a7959bd6b2ee7c12b86a4 OK === RUN TestCheckSumDownload/subtest6 2025/02/01 02:20:20 DEBUG : data/banana: md5 = 49bace8f63d72274e322adef1b00c19a OK 2025/02/01 02:20:22 DEBUG : data/potato: md5 = 4d02438e245a4965b8fde79f7aef2c95 OK 2025/02/01 02:20:23 DEBUG : test.sum: md5 = 0293a4b3532b5df94f65be60a8badfef OK === RUN TestCheckSumDownload/subtest7 2025/02/01 02:20:28 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/02/01 02:20:28 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (42.27s) --- PASS: TestCheckSumDownload/subtest1 (2.50s) --- PASS: TestCheckSumDownload/subtest2 (1.98s) --- PASS: TestCheckSumDownload/subtest3 (2.24s) --- PASS: TestCheckSumDownload/subtest4 (2.18s) --- PASS: TestCheckSumDownload/subtest5 (2.00s) --- PASS: TestCheckSumDownload/subtest6 (2.69s) --- PASS: TestCheckSumDownload/subtest7 (2.15s) === RUN TestApplyTransforms 2025/02/01 02:20:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qimazeg8pece" 2025/02/01 02:20:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:20:29 DEBUG : Creating backend with remote "TestDrive:crypt/nms84ud55lhh0uv5vik1ps2n2k10g5m756spc298754c60nfaotg" 2025/02/01 02:20:30 DEBUG : Creating backend with remote "/tmp/rclone499128347" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qimazeg8pece'", Local "Local file system at /tmp/rclone499128347", Modify Window "1ms" 2025/02/01 02:20:33 DEBUG : hello, world!: md5 = 35258bc95e44fff401ea022bb7d98ad8 OK upper checkfile vs. lower remote (without normalization) 2025/02/01 02:20:33 ERROR : hello, world!: sum not found 2025/02/01 02:20:33 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qimazeg8pece' 2025/02/01 02:20:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimazeg8pece': 1 files missing 2025/02/01 02:20:33 NOTICE: 1 hashes missing 2025/02/01 02:20:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimazeg8pece': 2 differences found 2025/02/01 02:20:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimazeg8pece': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/01 02:20:34 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:20:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimazeg8pece': 0 differences found 2025/02/01 02:20:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimazeg8pece': 1 matching files 2025/02/01 02:20:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sidogix4lefu" 2025/02/01 02:20:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:20:34 DEBUG : Creating backend with remote "TestDrive:crypt/8dfo9uohpf1e4nv8hdgs3e4irife9374uhqc4s98vhdeur4t6mq0" 2025/02/01 02:20:35 DEBUG : Creating backend with remote "/tmp/rclone318199362" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sidogix4lefu'", Local "Local file system at /tmp/rclone318199362", Modify Window "1ms" 2025/02/01 02:20:38 DEBUG : HELLO, WORLD!: md5 = 2330bb83fdbc1b9916037035bfa51c91 OK lower checkfile vs. upper remote (without normalization) 2025/02/01 02:20:38 ERROR : HELLO, WORLD!: sum not found 2025/02/01 02:20:38 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sidogix4lefu' 2025/02/01 02:20:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidogix4lefu': 1 files missing 2025/02/01 02:20:38 NOTICE: 1 hashes missing 2025/02/01 02:20:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidogix4lefu': 2 differences found 2025/02/01 02:20:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidogix4lefu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/01 02:20:40 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:20:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidogix4lefu': 0 differences found 2025/02/01 02:20:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidogix4lefu': 1 matching files 2025/02/01 02:20:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-towofar9fexi" 2025/02/01 02:20:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:20:40 DEBUG : Creating backend with remote "TestDrive:crypt/1qk7247jsuklrh37p8ttpu1pi4r5837sl2h4ec2d29mqq2jafuag" 2025/02/01 02:20:41 DEBUG : Creating backend with remote "/tmp/rclone3337488483" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-towofar9fexi'", Local "Local file system at /tmp/rclone3337488483", Modify Window "1ms" 2025/02/01 02:20:43 DEBUG : HeLlO, wOrLd!: md5 = 78a5d700830c7b4ab133b2ab016b0860 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/01 02:20:44 ERROR : HeLlO, wOrLd!: sum not found 2025/02/01 02:20:44 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-towofar9fexi' 2025/02/01 02:20:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-towofar9fexi': 1 files missing 2025/02/01 02:20:44 NOTICE: 1 hashes missing 2025/02/01 02:20:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-towofar9fexi': 2 differences found 2025/02/01 02:20:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-towofar9fexi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/01 02:20:45 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:20:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-towofar9fexi': 0 differences found 2025/02/01 02:20:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-towofar9fexi': 1 matching files 2025/02/01 02:20:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hunaqac7koma" 2025/02/01 02:20:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:20:45 DEBUG : Creating backend with remote "TestDrive:crypt/n0t86183u7asvlbebv3v5m1r61elabsjopu3k63ok83mvmh1ir9g" 2025/02/01 02:20:46 DEBUG : Creating backend with remote "/tmp/rclone2890460977" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hunaqac7koma'", Local "Local file system at /tmp/rclone2890460977", Modify Window "1ms" 2025/02/01 02:20:48 DEBUG : HELLO, WORLD!: md5 = 15f4e135f2bb3c54bd07b1e16b922a87 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/01 02:20:49 ERROR : HELLO, WORLD!: sum not found 2025/02/01 02:20:49 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hunaqac7koma' 2025/02/01 02:20:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hunaqac7koma': 1 files missing 2025/02/01 02:20:49 NOTICE: 1 hashes missing 2025/02/01 02:20:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hunaqac7koma': 2 differences found 2025/02/01 02:20:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hunaqac7koma': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/01 02:20:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:20:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hunaqac7koma': 0 differences found 2025/02/01 02:20:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hunaqac7koma': 1 matching files 2025/02/01 02:20:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-feyahic7guke" 2025/02/01 02:20:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:20:50 DEBUG : Creating backend with remote "TestDrive:crypt/nrl4vurhkh2jib2j19pdsdar75u59de0c10i11oi5pjm24svo330" 2025/02/01 02:20:51 DEBUG : Creating backend with remote "/tmp/rclone3780743493" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-feyahic7guke'", Local "Local file system at /tmp/rclone3780743493", Modify Window "1ms" 2025/02/01 02:20:53 DEBUG : 測試_Русский___ě_áñ: md5 = c50bd0928ba6acb38cdc6e662654bead OK NFD checkfile vs. NFC remote (without normalization) 2025/02/01 02:20:54 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/01 02:20:54 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-feyahic7guke' 2025/02/01 02:20:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-feyahic7guke': 1 files missing 2025/02/01 02:20:54 NOTICE: 1 hashes missing 2025/02/01 02:20:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-feyahic7guke': 2 differences found 2025/02/01 02:20:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-feyahic7guke': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/01 02:20:55 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:20:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-feyahic7guke': 0 differences found 2025/02/01 02:20:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-feyahic7guke': 1 matching files 2025/02/01 02:20:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mafafib8vupi" 2025/02/01 02:20:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:20:55 DEBUG : Creating backend with remote "TestDrive:crypt/1pet82k4s3s9p560isn61iiuki1aqoctji9k7fsfaq442pqmgar0" 2025/02/01 02:20:56 DEBUG : Creating backend with remote "/tmp/rclone3323801126" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mafafib8vupi'", Local "Local file system at /tmp/rclone3323801126", Modify Window "1ms" 2025/02/01 02:20:59 DEBUG : 測試_Русский___ě_áñ: md5 = 6e30f1580def45b1f3bb06286615da5d OK NFC checkfile vs. NFD remote (without normalization) 2025/02/01 02:20:59 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/01 02:20:59 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mafafib8vupi' 2025/02/01 02:20:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafafib8vupi': 1 files missing 2025/02/01 02:20:59 NOTICE: 1 hashes missing 2025/02/01 02:20:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafafib8vupi': 2 differences found 2025/02/01 02:20:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafafib8vupi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/01 02:21:01 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:21:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafafib8vupi': 0 differences found 2025/02/01 02:21:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafafib8vupi': 1 matching files 2025/02/01 02:21:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lozilum0wole" 2025/02/01 02:21:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:21:01 DEBUG : Creating backend with remote "TestDrive:crypt/2eko9krl5r3jgachn0bqe0molmnlrm2voj42do4u8q84h6c23530" 2025/02/01 02:21:02 DEBUG : Creating backend with remote "/tmp/rclone1490569364" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lozilum0wole'", Local "Local file system at /tmp/rclone1490569364", Modify Window "1ms" 2025/02/01 02:21:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2511c0a519156e5906443bc67f2edef4 OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/01 02:21:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/01 02:21:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lozilum0wole' 2025/02/01 02:21:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lozilum0wole': 1 files missing 2025/02/01 02:21:05 NOTICE: 1 hashes missing 2025/02/01 02:21:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lozilum0wole': 2 differences found 2025/02/01 02:21:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lozilum0wole': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/01 02:21:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:21:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lozilum0wole': 0 differences found 2025/02/01 02:21:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lozilum0wole': 1 matching files 2025/02/01 02:21:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cetadis3guyu" 2025/02/01 02:21:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:21:06 DEBUG : Creating backend with remote "TestDrive:crypt/nk66fr1mn5cip4slms70sjrechiup3qk454ha4dqmsib5hhnnphg" 2025/02/01 02:21:07 DEBUG : Creating backend with remote "/tmp/rclone3803786211" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cetadis3guyu'", Local "Local file system at /tmp/rclone3803786211", Modify Window "1ms" 2025/02/01 02:21:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 43024fb3aa8f2ed09475aba4aad32176 OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/01 02:21:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/01 02:21:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cetadis3guyu' 2025/02/01 02:21:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cetadis3guyu': 1 files missing 2025/02/01 02:21:10 NOTICE: 1 hashes missing 2025/02/01 02:21:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cetadis3guyu': 2 differences found 2025/02/01 02:21:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cetadis3guyu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/01 02:21:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:21:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cetadis3guyu': 0 differences found 2025/02/01 02:21:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cetadis3guyu': 1 matching files 2025/02/01 02:21:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xiceliy2sune" 2025/02/01 02:21:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:21:11 DEBUG : Creating backend with remote "TestDrive:crypt/mqdgbigdsdr240pfsumo2hep95u8o7ujfs1eaf1eg0pla81cc3ig" 2025/02/01 02:21:12 DEBUG : Creating backend with remote "/tmp/rclone2452683978" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xiceliy2sune'", Local "Local file system at /tmp/rclone2452683978", Modify Window "1ms" 2025/02/01 02:21:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a05e9d822a848a79beea9b005003b933 OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/01 02:21:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/01 02:21:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xiceliy2sune' 2025/02/01 02:21:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiceliy2sune': 1 files missing 2025/02/01 02:21:15 NOTICE: 1 hashes missing 2025/02/01 02:21:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiceliy2sune': 2 differences found 2025/02/01 02:21:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiceliy2sune': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/01 02:21:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:21:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiceliy2sune': 0 differences found 2025/02/01 02:21:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiceliy2sune': 1 matching files 2025/02/01 02:21:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gepodol1suqo" 2025/02/01 02:21:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:21:17 DEBUG : Creating backend with remote "TestDrive:crypt/ljl6m8agm3d3e8pjql6icl6fudqr765hilsp0j5hk5r3fn5eucug" 2025/02/01 02:21:17 DEBUG : Creating backend with remote "/tmp/rclone3350117543" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gepodol1suqo'", Local "Local file system at /tmp/rclone3350117543", Modify Window "1ms" 2025/02/01 02:21:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c001ff7301b80be6c7b54d0c580d0582 OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/01 02:21:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/01 02:21:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gepodol1suqo' 2025/02/01 02:21:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gepodol1suqo': 1 files missing 2025/02/01 02:21:20 NOTICE: 1 hashes missing 2025/02/01 02:21:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gepodol1suqo': 2 differences found 2025/02/01 02:21:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gepodol1suqo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/01 02:21:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/01 02:21:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gepodol1suqo': 0 differences found 2025/02/01 02:21:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gepodol1suqo': 1 matching files 2025/02/01 02:21:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gepodol1suqo': Purge remote 2025/02/01 02:21:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xiceliy2sune': Purge remote 2025/02/01 02:21:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cetadis3guyu': Purge remote 2025/02/01 02:21:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lozilum0wole': Purge remote 2025/02/01 02:21:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mafafib8vupi': Purge remote 2025/02/01 02:21:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-feyahic7guke': Purge remote 2025/02/01 02:21:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hunaqac7koma': Purge remote 2025/02/01 02:21:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-towofar9fexi': Purge remote 2025/02/01 02:21:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sidogix4lefu': Purge remote 2025/02/01 02:21:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qimazeg8pece': Purge remote --- PASS: TestApplyTransforms (58.60s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:21:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/01 02:21:31 DEBUG : sub/file2: md5 = 59241b23fe202ea349b24f1b9eb4692f OK 2025/02/01 02:21:31 INFO : file1: Copied (new) to: sub/file2 2025/02/01 02:21:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/01 02:21:31 DEBUG : file1: Unchanged skipping 2025/02/01 02:21:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': don't need to copy/move sub/file2, it is already at target location 2025/02/01 02:21:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.86s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:21:40 DEBUG : dst/file1: md5 = ac2c705c322dec80d2395c32a6f5ea3f OK 2025/02/01 02:21:40 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/02/01 02:21:40 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/02/01 02:21:40 DEBUG : TestDrive: Saved new token in config file 2025/02/01 02:21:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/backup" 2025/02/01 02:21:40 DEBUG : Config file has changed externally - reloading 2025/02/01 02:21:41 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/1nrff024r7pq65ecp72fc28jb0" 2025/02/01 02:21:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/01 02:21:45 INFO : dst/file1: Moved (server-side) 2025/02/01 02:21:47 DEBUG : dst/file1: md5 = 5dbbb17d281fab88268218566fe8ac3c OK 2025/02/01 02:21:47 INFO : dst/file1: Copied (new) 2025/02/01 02:21:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/01 02:21:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/01 02:21:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.17s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:21:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/dst" 2025/02/01 02:21:52 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/01 02:21:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/CompareDest" 2025/02/01 02:21:54 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/gveqi14airsml4bgu7krj116o8" 2025/02/01 02:21:55 DEBUG : one: Need to transfer - File not found at Destination 2025/02/01 02:21:58 DEBUG : one: md5 = 1bc6b24d4e26687e7726ffb7b6de6d72 OK 2025/02/01 02:21:58 INFO : one: Copied (new) 2025/02/01 02:22:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/01 02:22:01 DEBUG : one: md5 = 54aac7d5892a12df5ba6b67446c22fa5 OK 2025/02/01 02:22:01 INFO : one: Copied (replaced existing) 2025/02/01 02:22:03 DEBUG : dst/one: md5 = 8f161e37382e01357548f0b0145023ee OK 2025/02/01 02:22:06 DEBUG : CompareDest/one: md5 = bc1267b93aecdf9ed5f6dc2e17294edb OK 2025/02/01 02:22:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/01 02:22:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/01 02:22:07 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/01 02:22:09 DEBUG : CompareDest/two: md5 = 99282968e7ad3903f2f4b3ea0f29a412 OK 2025/02/01 02:22:10 DEBUG : two: Need to transfer - File not found at Destination 2025/02/01 02:22:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/01 02:22:10 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/01 02:22:11 DEBUG : two: Need to transfer - File not found at Destination 2025/02/01 02:22:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/01 02:22:11 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/01 02:22:12 DEBUG : two: Need to transfer - File not found at Destination 2025/02/01 02:22:13 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/01 02:22:14 DEBUG : two: md5 = 096a6ba1725091e636c3be3d2dec55e4 OK 2025/02/01 02:22:14 INFO : two: Copied (new) 2025/02/01 02:22:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/01 02:22:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:22:19 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:22:19 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (27.36s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:22:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/dst" 2025/02/01 02:22:20 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/01 02:22:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/CopyDest" 2025/02/01 02:22:21 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/01 02:22:23 DEBUG : one: Need to transfer - File not found at Destination 2025/02/01 02:22:26 DEBUG : one: md5 = a9c182da2cc5de31a811dd5c81e8febe OK 2025/02/01 02:22:26 INFO : one: Copied (new) 2025/02/01 02:22:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/01 02:22:29 DEBUG : one: md5 = 476f2cfe75d623e5fdbe172177666bff OK 2025/02/01 02:22:29 INFO : one: Copied (replaced existing) 2025/02/01 02:22:31 DEBUG : dst/one: md5 = a0105ee55ab303e3096f2f77d80ba759 OK 2025/02/01 02:22:33 DEBUG : CopyDest/one: md5 = 29cbf85ccadcab5e294225f52952b312 OK 2025/02/01 02:22:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/BackupDir" 2025/02/01 02:22:34 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/01 02:22:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/01 02:22:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/01 02:22:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/01 02:22:38 INFO : one: Moved (server-side) 2025/02/01 02:22:39 INFO : one: Copied (server-side copy) 2025/02/01 02:22:39 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/01 02:22:42 DEBUG : CopyDest/two: md5 = dc87fab75bc2c80b13005d56181e3980 OK 2025/02/01 02:22:42 DEBUG : two: Need to transfer - File not found at Destination 2025/02/01 02:22:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/01 02:22:44 INFO : two: Copied (server-side copy) 2025/02/01 02:22:44 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/01 02:22:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/01 02:22:45 DEBUG : two: Unchanged skipping 2025/02/01 02:22:47 DEBUG : CopyDest/three: md5 = 5c318a533400f7cbe73b2ef5a2bee368 OK 2025/02/01 02:22:48 DEBUG : three: Need to transfer - File not found at Destination 2025/02/01 02:22:48 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/01 02:22:48 DEBUG : three: Destination not found in --copy-dest 2025/02/01 02:22:49 DEBUG : three: md5 = 8b9011f561d8acf2cd4e951aa93d46c4 OK 2025/02/01 02:22:49 INFO : three: Copied (new) 2025/02/01 02:22:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/01 02:22:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:22:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/01 02:22:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/01 02:22:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/01 02:22:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:22:56 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (37.43s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:22:58 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/01 02:23:00 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 51002358ab95487be677e173c947f2e2 OK 2025/02/01 02:23:00 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/01 02:23:01 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/01 02:23:01 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 2025/02/01 02:23:02 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/01 02:23:03 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/01 02:23:04 DEBUG : TestCopyFileMaxTransfer/file4: md5 = ae3e0eae3bf9b2eae2f1fe6d5b637f12 OK 2025/02/01 02:23:04 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/01 02:23:06 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/01 02:23:06 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.48s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:23:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Looking for duplicate names using skip mode. 2025/02/01 02:23:11 NOTICE: one: Found 2 files with duplicate names 2025/02/01 02:23:11 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.91s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:23:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Looking for duplicate names using skip mode. 2025/02/01 02:23:17 NOTICE: one: Found 3 files with duplicate names 2025/02/01 02:23:17 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/01 02:23:18 INFO : one: Deleted 2025/02/01 02:23:18 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.81s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:23:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Looking for duplicate names using first mode. 2025/02/01 02:23:24 NOTICE: one: Found 3 files with duplicate names 2025/02/01 02:23:25 INFO : one: Deleted 2025/02/01 02:23:26 INFO : one: Deleted 2025/02/01 02:23:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.46s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:23:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Looking for duplicate names using newest mode. 2025/02/01 02:23:32 NOTICE: one: Found 3 files with duplicate names 2025/02/01 02:23:32 INFO : one: Deleted 2025/02/01 02:23:33 INFO : one: Deleted 2025/02/01 02:23:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.36s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:23:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Looking for duplicate names using oldest mode. 2025/02/01 02:23:40 NOTICE: one: Found 3 files with duplicate names 2025/02/01 02:23:40 INFO : one: Deleted 2025/02/01 02:23:41 INFO : one: Deleted 2025/02/01 02:23:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.42s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:23:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Looking for duplicate names using largest mode. 2025/02/01 02:23:47 NOTICE: one: Found 3 files with duplicate names 2025/02/01 02:23:48 INFO : one: Deleted 2025/02/01 02:23:48 INFO : one: Deleted 2025/02/01 02:23:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.59s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:23:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Looking for duplicate names using smallest mode. 2025/02/01 02:23:55 NOTICE: one: Found 3 files with duplicate names 2025/02/01 02:23:55 INFO : one: Deleted 2025/02/01 02:23:56 INFO : one: Deleted 2025/02/01 02:23:56 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.57s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:24:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Looking for duplicate names using rename mode. 2025/02/01 02:24:04 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/01 02:24:05 INFO : one-2.txt: renamed from: one.txt 2025/02/01 02:24:07 INFO : one-3.txt: renamed from: one.txt 2025/02/01 02:24:08 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.69s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:24:14 DEBUG : dupe1/one.txt: md5 = 099c25ccf062bb6e325040bab7edcb5d OK 2025/02/01 02:24:17 DEBUG : dupe2/two.txt: md5 = 758e4d77ebf0b3d9820d81676b5e07e9 OK 2025/02/01 02:24:20 DEBUG : dupe3/three.txt: md5 = fd4a736aa8aa851f822d922268d62dc9 OK 2025/02/01 02:24:21 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/01 02:24:22 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/01 02:24:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/01 02:24:23 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/01 02:24:27 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/01 02:24:27 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/01 02:24:27 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (17.05s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:24:30 DEBUG : a.txt: md5 = df3018c1f861b3d804e5e8d4d3e6d355 OK 2025/02/01 02:24:31 DEBUG : zend.txt: md5 = ed36e0bf6a846d3b627dea99f9291452 OK 2025/02/01 02:24:34 DEBUG : sub dir/hello world: md5 = f1f46f83d56813e08fbfc6e75316434f OK 2025/02/01 02:24:36 DEBUG : sub dir/hello world2: md5 = ccfb4edf2c4673defded7a95611f6862 OK 2025/02/01 02:24:39 DEBUG : sub dir/ignore dir/.ignore: md5 = f4274be914f0ac973be0b9b5ace71480 OK 2025/02/01 02:24:40 DEBUG : sub dir/ignore dir/should be ignored: md5 = 53182509143d1b172206b819402c8d92 OK 2025/02/01 02:24:43 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4dc120cb3aa1e1fda74af1497d238878 OK 2025/02/01 02:24:44 DEBUG : a.txt: Excluded (Size Filter) 2025/02/01 02:24:44 DEBUG : a.txt: Excluded 2025/02/01 02:24:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/01 02:24:45 DEBUG : sub dir/hello world: Excluded 2025/02/01 02:24:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/01 02:24:45 DEBUG : sub dir/hello world2: Excluded 2025/02/01 02:24:45 DEBUG : sub dir/ignore dir: Excluded 2025/02/01 02:24:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/01 02:24:45 DEBUG : sub dir/hello world: Excluded 2025/02/01 02:24:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/01 02:24:45 DEBUG : sub dir/hello world2: Excluded 2025/02/01 02:24:46 DEBUG : sub dir/ignore dir: Excluded 2025/02/01 02:24:51 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/01 02:24:52 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/01 02:24:52 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/01 02:24:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/01 02:24:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/01 02:24:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/02/01 02:24:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (25.72s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:24:55 DEBUG : file1: md5 = dcaa4b482d6855911a1b9132de4abf5c OK 2025/02/01 02:24:58 DEBUG : sub/file2: md5 = 54c08b8959d06042bf3edbda22edc935 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 2025/02/01 02:25:01 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/01 02:25:01 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/01 02:25:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/01 02:25:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.74s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.21s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:06 DEBUG : file1: md5 = fc54efa1202857533f0f9c0edfad3527 OK 2025/02/01 02:25:09 DEBUG : sub/file2: md5 = 3a6c5db7d0f687fd74592d5068dde03a 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 2025/02/01 02:25:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/notfound" 2025/02/01 02:25:13 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/qe0i31qdkoejk60elps0ni5sqk" 2025/02/01 02:25:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.73s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.47s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.72s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Making directory 2025/02/01 02:25:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:21 DEBUG : sub dir/hello world: md5 = 614809ba5625b622beac8b7ad67eed5c OK 2025/02/01 02:25:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.70s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:25 DEBUG : potato2: md5 = 3703a0821b7396acc28bafde55ca8c4a OK 2025/02/01 02:25:27 DEBUG : empty space: md5 = 171f9089fc2f09371cc617128e88e01a OK --- PASS: TestLs (5.88s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:31 DEBUG : potato2: md5 = c4e7625da8fe77944b33b8384256f8fe OK 2025/02/01 02:25:33 DEBUG : empty space: md5 = f6628257adadfefcabc97dbeadcd006e OK 2025/02/01 02:25:33 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.67s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:37 DEBUG : potato2: md5 = 3f654eef56efdc36d1e9cb5e45bdf0e3 OK 2025/02/01 02:25:38 DEBUG : empty space: md5 = 2b1901e1bfc618b2f0cd0048882040ae OK --- PASS: TestLsLong (5.33s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:42 DEBUG : potato2: md5 = 20baa9d17d653344d22f5d2ed207e436 OK 2025/02/01 02:25:44 DEBUG : empty space: md5 = c227b6bd2b32525fe02b859ec3a7b0d4 OK --- PASS: TestHashSums (5.24s) === RUN TestHashSumsWithErrors 2025/02/01 02:25:46 DEBUG : Creating backend with remote ":memory:" 2025/02/01 02:25:46 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/01 02:25:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/01 02:25:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/01 02:25:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/01 02:25:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/01 02:25:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/01 02:25:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/01 02:25:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/01 02:25:46 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:47 DEBUG : potato2: md5 = ea8d3c2b7870bb4f236172a20dfcadd1 OK 2025/02/01 02:25:49 DEBUG : empty space: md5 = c1f258eda803ba801939e3ba22d626c5 OK 2025/02/01 02:25:52 DEBUG : sub dir/potato3: md5 = 9a9054f64324dcd940d0641d03068a06 OK 2025/02/01 02:25:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.21s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:25:58 DEBUG : small: md5 = d29011e2a68e7f50d30f4870daf077d4 OK 2025/02/01 02:25:59 DEBUG : medium: md5 = d4e9306020b0aac9c16ed70fd0daee91 OK 2025/02/01 02:26:01 DEBUG : large: md5 = 93c1dbbeffb46d194748ad504e82471d OK 2025/02/01 02:26:01 DEBUG : Waiting for deletions to finish 2025/02/01 02:26:02 DEBUG : large: Excluded (Size Filter) 2025/02/01 02:26:02 INFO : medium: Deleted 2025/02/01 02:26:02 INFO : small: Deleted --- PASS: TestDelete (7.44s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:26:05 DEBUG : small: md5 = c5729a297a3b43fcd738ec956d082e3d OK 2025/02/01 02:26:07 DEBUG : medium: md5 = 689d57117b624109f73065f590b19bda OK 2025/02/01 02:26:08 DEBUG : large: md5 = 73331c258967557a7e1ed9c65c3d59a4 OK 2025/02/01 02:26:09 DEBUG : Waiting for deletions to finish 2025/02/01 02:26:09 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/02/01 02:26:09 INFO : small: Deleted 2025/02/01 02:26:09 INFO : large: Deleted --- PASS: TestMaxDelete (7.79s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:26:13 DEBUG : small: md5 = 659ef1139ee6597a283aae5a42b849b5 OK 2025/02/01 02:26:14 DEBUG : medium: md5 = 074c3ec7a1f7fb07b1d7e8b7573610d3 OK 2025/02/01 02:26:16 DEBUG : large: md5 = 83ed9a888cd1bf64613bdb25d6f33dcc OK 2025/02/01 02:26:16 DEBUG : Waiting for deletions to finish 2025/02/01 02:26:17 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/01 02:26:17 INFO : small: Deleted 2025/02/01 02:26:17 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.92s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:26:21 DEBUG : small: md5 = b29dae55eeaa3f9e78d41493041ff81d OK 2025/02/01 02:26:22 DEBUG : medium: md5 = bed89d5b15ec96de8b023055405972e9 OK 2025/02/01 02:26:24 DEBUG : large: md5 = 4ef4a2229ce54d79d284ef1f37d05d6a OK 2025/02/01 02:26:24 DEBUG : Waiting for deletions to finish 2025/02/01 02:26:25 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/02/01 02:26:25 INFO : medium: Deleted 2025/02/01 02:26:25 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.94s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:26:29 DEBUG : ReadFile: md5 = 2e7aa06b7e4d5ca684763f984b2b77b7 OK --- PASS: TestReadFile (4.84s) === RUN TestRetry 2025/02/01 02:26:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/01 02:26:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/01 02:26:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/01 02:26:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/01 02:26:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/01 02:26:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/01 02:26:32 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:26:34 DEBUG : file1: md5 = 2de96c0753b275e0570fc245660fb407 OK 2025/02/01 02:26:35 DEBUG : file2: md5 = 98bc3630f476740c6117a375ca8c9bfa OK --- PASS: TestCat (16.80s) === RUN TestPurge 2025/02/01 02:26:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-powicaf3zewe" 2025/02/01 02:26:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/01 02:26:49 DEBUG : Creating backend with remote "TestDrive:crypt/qfcale6i1ha3k6a2d743d785grb72i5uftp81mkotci9hn9rnve0" 2025/02/01 02:26:50 DEBUG : Creating backend with remote "/tmp/rclone3824202799" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-powicaf3zewe'", Local "Local file system at /tmp/rclone3824202799", Modify Window "1ms" 2025/02/01 02:26:56 DEBUG : A1/B1/C1/one: md5 = ca6612c9facb30fc63fae5aa5eebb373 OK 2025/02/01 02:26:56 INFO : A2: Making directory 2025/02/01 02:26:57 INFO : A1/B2: Making directory 2025/02/01 02:26:57 INFO : A1/B2/C2: Making directory 2025/02/01 02:26:58 INFO : A1/B1/C3: Making directory 2025/02/01 02:26:59 INFO : A3: Making directory 2025/02/01 02:27:00 INFO : A3/B3: Making directory 2025/02/01 02:27:01 INFO : A3/B3/C4: Making directory 2025/02/01 02:27:04 DEBUG : A1/two: md5 = 52f1dbac61cfe8e379100f2d2deeeb26 OK 2025/02/01 02:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-powicaf3zewe': Purge remote 2025/02/01 02:27:07 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.62s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:27:12 DEBUG : A1/B1/C1/one: md5 = 77c8547bffe2d0230bfdde1f83c745ee OK 2025/02/01 02:27:12 INFO : A2: Making directory 2025/02/01 02:27:13 INFO : A1/B2: Making directory 2025/02/01 02:27:14 INFO : A1/B2/C2: Making directory 2025/02/01 02:27:15 INFO : A1/B1/C3: Making directory 2025/02/01 02:27:16 INFO : A3: Making directory 2025/02/01 02:27:17 INFO : A3/B3: Making directory 2025/02/01 02:27:18 INFO : A3/B3/C4: Making directory 2025/02/01 02:27:21 DEBUG : A1/two: md5 = 41294a45c1cac58738146999222b88e2 OK 2025/02/01 02:27:22 DEBUG : removing 1 level 3 directories 2025/02/01 02:27:22 INFO : A3/B3/C4: Removing directory 2025/02/01 02:27:25 DEBUG : removing 2 level 3 directories 2025/02/01 02:27:25 INFO : A1/B2/C2: Removing directory 2025/02/01 02:27:25 INFO : A1/B1/C3: Removing directory 2025/02/01 02:27:26 DEBUG : removing 2 level 2 directories 2025/02/01 02:27:26 INFO : A3/B3: Removing directory 2025/02/01 02:27:26 INFO : A1/B2: Removing directory 2025/02/01 02:27:26 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/01 02:27:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/01 02:27:27 DEBUG : removing 2 level 1 directories 2025/02/01 02:27:27 INFO : A3: Removing directory 2025/02/01 02:27:27 INFO : A2: Removing directory 2025/02/01 02:27:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/01 02:27:31 DEBUG : removing 1 level 3 directories 2025/02/01 02:27:31 INFO : A1/B1/C1: Removing directory 2025/02/01 02:27:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:32 DEBUG : removing 1 level 2 directories 2025/02/01 02:27:32 INFO : A1/B1: Removing directory 2025/02/01 02:27:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/01 02:27:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/01 02:27:33 DEBUG : removing 1 level 1 directories 2025/02/01 02:27:33 INFO : A1: Removing directory 2025/02/01 02:27:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/01 02:27:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/01 02:27:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/01 02:27:34 DEBUG : removing 1 level 0 directories 2025/02/01 02:27:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Removing directory 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/01 02:27:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (28.05s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:27:36 INFO : A1: Making directory 2025/02/01 02:27:37 INFO : A1/B1: Making directory 2025/02/01 02:27:38 INFO : A1/B1/C1: Making directory 2025/02/01 02:27:41 DEBUG : removing 1 level 3 directories 2025/02/01 02:27:41 INFO : A1/B1/C1: Removing directory 2025/02/01 02:27:42 DEBUG : removing 1 level 2 directories 2025/02/01 02:27:42 INFO : A1/B1: Removing directory 2025/02/01 02:27:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/01 02:27:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.96s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:27:45 INFO : A1: Making directory 2025/02/01 02:27:47 INFO : A1/B1: Making directory 2025/02/01 02:27:48 INFO : A1/B1/C1: Making directory 2025/02/01 02:27:50 DEBUG : removing 1 level 3 directories 2025/02/01 02:27:50 INFO : A1/B1/C1: Removing directory 2025/02/01 02:27:51 DEBUG : removing 1 level 2 directories 2025/02/01 02:27:51 INFO : A1/B1: Removing directory 2025/02/01 02:27:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/01 02:27:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.63s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:27:56 DEBUG : file1: md5 = 23c20c77d39aa3b9111694b649d13ce8 OK 2025/02/01 02:27:56 DEBUG : filename.txt: File name found in url 2025/02/01 02:27:58 DEBUG : filename.txt: md5 = b1ba716da8a8b8e8c201fe452ec12642 OK 2025/02/01 02:27:58 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/01 02:28:00 DEBUG : headerfilename.txt: md5 = f661a9a678f4bb51c37f67e56b153fba OK 2025/02/01 02:28:01 DEBUG : file2: md5 = 832a154efa48de07250ea22e7d154cb0 OK --- PASS: TestCopyURL (10.13s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:28:04 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/01 02:28:07 DEBUG : sub/file2: md5 = 2f226f3159130cd1ab3bce9870f5f7ca OK 2025/02/01 02:28:07 INFO : file1: Copied (new) to: sub/file2 2025/02/01 02:28:07 INFO : file1: Deleted 2025/02/01 02:28:08 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/01 02:28:08 DEBUG : file1: Unchanged skipping 2025/02/01 02:28:08 INFO : file1: Deleted 2025/02/01 02:28:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': don't need to copy/move sub/file2, it is already at target location 2025/02/01 02:28:10 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.56s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:28:11 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/01 02:28:12 DEBUG : file1: md5 = 9a405385e9abcdd58a4226d65ad869d4 OK 2025/02/01 02:28:12 INFO : file1: Copied (new) 2025/02/01 02:28:12 INFO : file1: Deleted 2025/02/01 02:28:13 DEBUG : file1: Destination exists, skipping 2025/02/01 02:28:13 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.66s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.41s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:28:18 DEBUG : dst/file1: md5 = 6b207619323862a764803efc4e480a4d OK 2025/02/01 02:28:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxenib0doso/backup" 2025/02/01 02:28:19 DEBUG : Creating backend with remote "TestDrive:crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg/1nrff024r7pq65ecp72fc28jb0" 2025/02/01 02:28:20 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/01 02:28:23 INFO : dst/file1: Moved (server-side) 2025/02/01 02:28:25 DEBUG : dst/file1: md5 = b4302503da79793a0780721efb603cb8 OK 2025/02/01 02:28:25 INFO : dst/file1: Copied (new) 2025/02/01 02:28:25 INFO : dst/file1: Deleted 2025/02/01 02:28:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/01 02:28:29 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/01 02:28:30 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.56s) === 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:28:33 DEBUG : A1/one: md5 = 9b2df6f525adf557f195fc18be9aa448 OK 2025/02/01 02:28:35 DEBUG : A1/two: md5 = 7fbda74599ec8ef9a000754ac0556504 OK 2025/02/01 02:28:38 DEBUG : A1/B1/three: md5 = d0957ceca42d2ee322330053cfd2c115 OK 2025/02/01 02:28:40 DEBUG : A1/B1/C1/four: md5 = cd04e079296b2ab0f95a2145dc4f459a OK 2025/02/01 02:28:43 DEBUG : A1/B1/C2/five: md5 = 505ee0c0f879740c5675804eef348e5c OK 2025/02/01 02:28:43 INFO : A1/B2: Making directory 2025/02/01 02:28:44 INFO : A1/B1/C3: Making directory 2025/02/01 02:28:56 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/01 02:28:56 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/01 02:28:56 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/01 02:28:56 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/01 02:28:56 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/01 02:29:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/01 02:29:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/01 02:29:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/01 02:29:01 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/01 02:29:01 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/01 02:29:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/01 02:29:11 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/01 02:29:11 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/01 02:29:11 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/01 02:29:11 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/01 02:29:11 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/01 02:29:15 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/01 02:29:15 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/01 02:29:15 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/01 02:29:16 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/01 02:29:16 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/01 02:29:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/01 02:29:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/01 02:29:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/01 02:29:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/01 02:29:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/01 02:29:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/01 02:29:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/01 02:29:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/01 02:29:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/01 02:29:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (56.01s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:29:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': File to upload is small (34 bytes), uploading instead of streaming 2025/02/01 02:29:29 DEBUG : no_checksum_small_file_from_pipe: md5 = c19f199b51f4707c81dd32ba84dc7ceb OK 2025/02/01 02:29:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/01 02:29:29 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/01 02:29:30 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/01 02:29:31 DEBUG : no_checksum_big_file_from_pipe: md5 = 762e0b8b3249090780e0bcaa2309f3f9 OK 2025/02/01 02:29:31 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:29:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': File to upload is small (34 bytes), uploading instead of streaming 2025/02/01 02:29:35 DEBUG : with_checksum_small_file_from_pipe: md5 = 494d340001d8d28be89fac8abdd25b8e OK 2025/02/01 02:29:35 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/01 02:29:36 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/01 02:29:37 DEBUG : with_checksum_big_file_from_pipe: md5 = f7c3f01058988fe42e68edc025287646 OK 2025/02/01 02:29:37 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:29:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': File to upload is small (34 bytes), uploading instead of streaming 2025/02/01 02:29:41 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/01 02:29:41 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/01 02:29:43 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-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:29:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': File to upload is small (34 bytes), uploading instead of streaming 2025/02/01 02:29:46 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/01 02:29:47 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/01 02:29:48 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.98s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.80s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.79s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.79s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.60s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/01 02:29:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': File to upload is small (48 bytes), uploading instead of streaming 2025/02/01 02:29:52 DEBUG : rcat_metadata: md5 = 54b84cb8390fa97ab386bceb526b898b OK 2025/02/01 02:29:52 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/01 02:29:54 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/01 02:29:55 DEBUG : rcat_metadata_uploadcutoff0: md5 = ed80b49a9122c5d61b74cb31e9324b6e OK 2025/02/01 02:29:55 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.57s) --- PASS: TestRcatMetadata/Normal (2.78s) --- PASS: TestRcatMetadata/ViaDisk (3.34s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:29:59 DEBUG : potato1: md5 = 69e5c513e9206bd4a347527b171d4cf5 OK 2025/02/01 02:29:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': File to upload is small (60 bytes), uploading instead of streaming 2025/02/01 02:30:00 DEBUG : potato2: md5 = 37940535bc1bf786471a61addaa7b0c9 OK 2025/02/01 02:30:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.53s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:30:04 DEBUG : potato1: md5 = 95faf039904fde99aa296c367cf598d1 OK 2025/02/01 02:30:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': File to upload is small (60 bytes), uploading instead of streaming 2025/02/01 02:30:06 DEBUG : potato2: md5 = 4f0fa275ff2e13038998cb5e9a14efdc OK 2025/02/01 02:30:06 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.45s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:30:11 DEBUG : potato2: md5 = 6f854e9c76713ced315284e0b5a2bd04 OK 2025/02/01 02:30:12 DEBUG : empty space: md5 = 023b7d9f0c8e68bb5590852e681990a8 OK 2025/02/01 02:30:15 DEBUG : sub dir/potato3: md5 = 614ca5d480d7194e1bcf9e458e15d527 OK 2025/02/01 02:30:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Touching "empty space" 2025/02/01 02:30:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Touching "potato2" 2025/02/01 02:30:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Touching "sub dir/potato3" 2025/02/01 02:30:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.78s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:30:22 DEBUG : dir with metadata: Making directory with metadata 2025/02/01 02:30:23 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.86s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:30:24 DEBUG : directory with modtime: Making directory with metadata 2025/02/01 02:30:26 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.88s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:30:27 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/01 02:30:27 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/01 02:30:28 DEBUG : Google drive root 'crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg': Skipping btime metadata as can't update it on an existing file: 2025-02-01T02:30:27.844427855Z 2025/02/01 02:30:28 INFO : non existent directory: Updated directory metadata 2025/02/01 02:30:31 DEBUG : Google drive root 'crypt/n5uuo4e851sfh50u9cbufpfcuak20sj2qdapnt0r3b9qmn9ojvmg': Skipping btime metadata as can't update it on an existing file: 2025-02-01T02:30:27.844427855Z 2025/02/01 02:30:31 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.67s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:30:33 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/01 02:30:35 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/01 02:30:36 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.46s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:30:37 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/01 02:30:37 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/01 02:30:37 DEBUG : dst: Making directory with metadata 2025/02/01 02:30:39 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/01 02:30:39 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/01 02:30:39 INFO : dst: Set directory modification time (using SetModTime) 2025/02/01 02:30:40 INFO : dst: Set directory modification time (using SetModTime) 2025/02/01 02:30:40 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/01 02:30:40 INFO : dst: Set directory modification time (using SetModTime) 2025/02/01 02:30:40 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.45s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso'", Local "Local file system at /tmp/rclone3495058206", Modify Window "1ms" 2025/02/01 02:30:44 DEBUG : sub dir/test remove existing: md5 = 5de2ca70142b9b5ed27d9c134b6ca602 OK 2025/02/01 02:30:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 8d0ad0af64a9611929db069129c91582 OK 2025/02/01 02:30:48 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.gujugil1" before starting 2025/02/01 02:30:49 DEBUG : sub dir/test remove existing.gujugil1: TEST: removing renamed existing file after operation 2025/02/01 02:30:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.moropap3" before starting 2025/02/01 02:30:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.moropap3: TEST: renaming existing back after failed operation 2025/02/01 02:30:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rufizox9" before starting 2025/02/01 02:30:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rufizox9: TEST: removing renamed existing file after operation 2025/02/01 02:30:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "dcpm27477s18kq5ri0r35fr642lh2c6cah7c88ffbsp7ik1340ah16bvvfda73eqrvje4jsn1jbpdhhduaicc9ohco7aiqsqounqtl28u36nchnp8jvkm9am01kilj2715kc2tsplapguvihfkgvuqn3ostmcsmrejkjvb6uro67dgrscb2g" 2025/02/01 02:30:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "it565tmi3o8h3etr78ssjduf7g13rfbp8b98b05jbbop6dphib6g" --- PASS: TestRemoveExisting (15.02s) === 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 2025/02/01 02:30:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxenib0doso': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m4.549280423s (try 1/5)