"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/02/10 01:02:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini" 2025/02/10 01:02:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:02:15 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0" 2025/02/10 01:02:16 DEBUG : Creating backend with remote "/tmp/rclone1371384286" === 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", 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/10 01:02:17 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/10 01:02:17 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/10 01:02:17 DEBUG : potato: Seek from 10 to 0 2025/02/10 01:02:17 DEBUG : potato: Seek from 10 to 0 2025/02/10 01:02:17 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/10 01:02:17 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/10 01:02:17 DEBUG : potato: Seek from 5 to 2 2025/02/10 01:02:17 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/10 01:02:17 DEBUG : potato: Seek from 7 to 0 2025/02/10 01:02:17 DEBUG : potato: Seek from 7 to 0 2025/02/10 01:02:17 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/10 01:02:17 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/10 01:02:17 DEBUG : potato: Seek from 5 to 2 2025/02/10 01:02:17 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/10 01:02:17 DEBUG : potato: Seek from 8 to 0 2025/02/10 01:02:17 DEBUG : potato: Seek from 8 to 0 2025/02/10 01:02:17 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/10 01:02:17 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/10 01:02:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/10 01:02:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/10 01:02:17 DEBUG : potato: Seek from 5 to 2 2025/02/10 01:02:17 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/10 01:02:17 DEBUG : potato: Seek from 9 to 0 2025/02/10 01:02:17 DEBUG : potato: Seek from 9 to 0 2025/02/10 01:02:17 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:02:19 DEBUG : rutabaga: md5 = fefb28e30ced8d01938e5270c5df912f OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/10 01:02:21 DEBUG : empty space: md5 = 6eb4305179ee0d19138b368e13484449 OK === RUN TestCheck/3 2025/02/10 01:02:23 DEBUG : potato2: md5 = d2c29b0a678680854dffa71f1852b32d OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/10 01:02:26 DEBUG : remotepotato: md5 = 481db28a54646b9ad0fca3e69f1ea145 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.12s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/02/10 01:02:29 DEBUG : Creating backend with remote "nonexistent" 2025/02/10 01:02:29 DEBUG : Creating backend with remote "nonexistent" 2025/02/10 01:02:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/10 01:02:29 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/10 01:02:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/10 01:02:29 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:02:30 DEBUG : rutabaga: md5 = edb434abb77c1db4c501bdf812138027 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/10 01:02:35 DEBUG : empty space: md5 = 25190aa96095b323bd3b44b3d1f5295e OK === RUN TestCheckDownload/3 2025/02/10 01:02:37 DEBUG : potato2: md5 = 9c4213943afe6ad66db806dee3e64abe OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/10 01:02:42 DEBUG : remotepotato: md5 = f6ae223891006f3d7d4d38a9ab02cb9a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.77s) --- PASS: TestCheckDownload/1 (1.39s) --- PASS: TestCheckDownload/2 (1.26s) --- PASS: TestCheckDownload/3 (1.00s) --- PASS: TestCheckDownload/4 (1.11s) --- PASS: TestCheckDownload/5 (1.29s) --- PASS: TestCheckDownload/6 (0.96s) --- PASS: TestCheckDownload/7 (1.37s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:02:48 DEBUG : rutabaga: md5 = 2894fd19213883a399303de715bca03d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/10 01:02:50 DEBUG : empty space: md5 = 1d04158f35b0f5928c3d57e402c9d99c OK === RUN TestCheckSizeOnly/3 2025/02/10 01:02:52 DEBUG : potato2: md5 = 308ad507c774e072b42ad9f50ddc6578 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/10 01:02:55 DEBUG : remotepotato: md5 = 7646a9746e98f2bd62b785507d3f8bf5 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.24s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.21s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:02:59 DEBUG : test.sum: md5 = 97b2a8d23a94a7c837040e50aa705764 OK 2025/02/10 01:03:00 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/10 01:03:00 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/10 01:03:00 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/10 01:03:00 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/10 01:03:02 DEBUG : test.sum: md5 = 6200f967bee38e77699b94783c8c5825 OK 2025/02/10 01:03:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/10 01:03:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/10 01:03:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/10 01:03:03 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.33s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:03:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/data" 2025/02/10 01:03:04 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini/data' lacks md5, skipping --- SKIP: TestCheckSum (1.94s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:03:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/data" 2025/02/10 01:03:06 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/vjrnln8ratgmqakfosrqe8espk" 2025/02/10 01:03:10 DEBUG : data/banana: md5 = 9536cb35a05b10ae7103a1893fbbb4e0 OK 2025/02/10 01:03:11 DEBUG : test.sum: md5 = ae6ff39f4cd5c5f1eeeb9bb0e8bd8552 OK === RUN TestCheckSumDownload/subtest1 2025/02/10 01:03:16 DEBUG : data/potato: md5 = 0ca146edaa92bc5eb37fd75b36ecf627 OK 2025/02/10 01:03:17 DEBUG : test.sum: md5 = a2b0a7dbe847c8a8b3d226fd29bdfe65 OK === RUN TestCheckSumDownload/subtest2 2025/02/10 01:03:22 DEBUG : test.sum: md5 = 317a67f3d326d2205e0eaa687eb7e2e4 OK === RUN TestCheckSumDownload/subtest3 2025/02/10 01:03:26 DEBUG : test.sum: md5 = 1eb56c4206568f3116385f0014e08ab9 OK === RUN TestCheckSumDownload/subtest4 2025/02/10 01:03:31 DEBUG : test.sum: md5 = 3ac938870c526d4cc638b93adc9c61f4 OK === RUN TestCheckSumDownload/subtest5 2025/02/10 01:03:35 DEBUG : test.sum: md5 = 1e12f8204aec429831aa7f61d09d8589 OK === RUN TestCheckSumDownload/subtest6 2025/02/10 01:03:40 DEBUG : data/banana: md5 = 74886ce275feef5c8ba77f12d0a64624 OK 2025/02/10 01:03:41 DEBUG : data/potato: md5 = 8ec163d77773dcf8c031034d7411f4cd OK 2025/02/10 01:03:42 DEBUG : test.sum: md5 = 76af162ef6b3bae81f4c2cd315317aac OK === RUN TestCheckSumDownload/subtest7 2025/02/10 01:03:48 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/02/10 01:03:48 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.35s) --- PASS: TestCheckSumDownload/subtest1 (2.65s) --- PASS: TestCheckSumDownload/subtest2 (2.64s) --- PASS: TestCheckSumDownload/subtest3 (2.47s) --- PASS: TestCheckSumDownload/subtest4 (2.39s) --- PASS: TestCheckSumDownload/subtest5 (2.02s) --- PASS: TestCheckSumDownload/subtest6 (2.66s) --- PASS: TestCheckSumDownload/subtest7 (2.52s) === RUN TestApplyTransforms 2025/02/10 01:03:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pucagab4kume" 2025/02/10 01:03:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:03:48 DEBUG : Creating backend with remote "TestDrive:crypt/344c9e7p91lcisjnqegbfepl7vjp7mov7cordhuctmqf9013e0vg" 2025/02/10 01:03:49 DEBUG : Creating backend with remote "/tmp/rclone2041107435" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pucagab4kume'", Local "Local file system at /tmp/rclone2041107435", Modify Window "1ms" 2025/02/10 01:03:52 DEBUG : hello, world!: md5 = 1d071b4bf178980284fcb546bdf376cc OK upper checkfile vs. lower remote (without normalization) 2025/02/10 01:03:52 ERROR : hello, world!: sum not found 2025/02/10 01:03:52 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pucagab4kume' 2025/02/10 01:03:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pucagab4kume': 1 files missing 2025/02/10 01:03:52 NOTICE: 1 hashes missing 2025/02/10 01:03:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pucagab4kume': 2 differences found 2025/02/10 01:03:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pucagab4kume': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/10 01:03:54 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:03:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pucagab4kume': 0 differences found 2025/02/10 01:03:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pucagab4kume': 1 matching files 2025/02/10 01:03:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nabeqem4xepi" 2025/02/10 01:03:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:03:54 DEBUG : Creating backend with remote "TestDrive:crypt/i3vhhsa45sdo16e2cga0srdmbq9dmdojj9dospgjugfh60f9nf10" 2025/02/10 01:03:55 DEBUG : Creating backend with remote "/tmp/rclone2475087897" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nabeqem4xepi'", Local "Local file system at /tmp/rclone2475087897", Modify Window "1ms" 2025/02/10 01:03:57 DEBUG : HELLO, WORLD!: md5 = 8005cb1e0ae2efb6af63f847c06adb82 OK lower checkfile vs. upper remote (without normalization) 2025/02/10 01:03:57 ERROR : HELLO, WORLD!: sum not found 2025/02/10 01:03:57 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nabeqem4xepi' 2025/02/10 01:03:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nabeqem4xepi': 1 files missing 2025/02/10 01:03:57 NOTICE: 1 hashes missing 2025/02/10 01:03:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nabeqem4xepi': 2 differences found 2025/02/10 01:03:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nabeqem4xepi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/10 01:03:58 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:03:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nabeqem4xepi': 0 differences found 2025/02/10 01:03:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nabeqem4xepi': 1 matching files 2025/02/10 01:03:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-raxaxiq4ziqe" 2025/02/10 01:03:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:03:58 DEBUG : Creating backend with remote "TestDrive:crypt/f9p6dfeg8sccq2v35trjc3jqakomj555kfn1e0mnb5dll1ul36f0" 2025/02/10 01:03:59 DEBUG : Creating backend with remote "/tmp/rclone3652889654" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-raxaxiq4ziqe'", Local "Local file system at /tmp/rclone3652889654", Modify Window "1ms" 2025/02/10 01:04:02 DEBUG : HeLlO, wOrLd!: md5 = e443b39dfbc0556b471725d07933496f OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/10 01:04:02 ERROR : HeLlO, wOrLd!: sum not found 2025/02/10 01:04:02 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-raxaxiq4ziqe' 2025/02/10 01:04:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raxaxiq4ziqe': 1 files missing 2025/02/10 01:04:02 NOTICE: 1 hashes missing 2025/02/10 01:04:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raxaxiq4ziqe': 2 differences found 2025/02/10 01:04:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raxaxiq4ziqe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/10 01:04:03 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:04:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raxaxiq4ziqe': 0 differences found 2025/02/10 01:04:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raxaxiq4ziqe': 1 matching files 2025/02/10 01:04:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xeguluz7hayi" 2025/02/10 01:04:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:04:03 DEBUG : Creating backend with remote "TestDrive:crypt/pglmckvk9rlakcs18agg8evph4rr5fmsbn9p549g3ck937js0kag" 2025/02/10 01:04:04 DEBUG : Creating backend with remote "/tmp/rclone807196927" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xeguluz7hayi'", Local "Local file system at /tmp/rclone807196927", Modify Window "1ms" 2025/02/10 01:04:07 DEBUG : HELLO, WORLD!: md5 = 671705387a265d23f682ae5693895769 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/10 01:04:07 ERROR : HELLO, WORLD!: sum not found 2025/02/10 01:04:07 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xeguluz7hayi' 2025/02/10 01:04:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeguluz7hayi': 1 files missing 2025/02/10 01:04:07 NOTICE: 1 hashes missing 2025/02/10 01:04:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeguluz7hayi': 2 differences found 2025/02/10 01:04:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeguluz7hayi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/10 01:04:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:04:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeguluz7hayi': 0 differences found 2025/02/10 01:04:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeguluz7hayi': 1 matching files 2025/02/10 01:04:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rujaxoc3qode" 2025/02/10 01:04:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:04:08 DEBUG : Creating backend with remote "TestDrive:crypt/0dhijh6qkr5dhq3c9edqm0tmg9s887tm7p9erd0iurtno6grnblg" 2025/02/10 01:04:09 DEBUG : Creating backend with remote "/tmp/rclone620212912" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rujaxoc3qode'", Local "Local file system at /tmp/rclone620212912", Modify Window "1ms" 2025/02/10 01:04:11 DEBUG : 測試_Русский___ě_áñ: md5 = ef473225683f300dfc1f624bc26e8bde OK NFD checkfile vs. NFC remote (without normalization) 2025/02/10 01:04:12 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/10 01:04:12 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rujaxoc3qode' 2025/02/10 01:04:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujaxoc3qode': 1 files missing 2025/02/10 01:04:12 NOTICE: 1 hashes missing 2025/02/10 01:04:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujaxoc3qode': 2 differences found 2025/02/10 01:04:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujaxoc3qode': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/10 01:04:13 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:04:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujaxoc3qode': 0 differences found 2025/02/10 01:04:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujaxoc3qode': 1 matching files 2025/02/10 01:04:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qitoxeq4bebe" 2025/02/10 01:04:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:04:13 DEBUG : Creating backend with remote "TestDrive:crypt/qi05ps0og0nhtuhe8q04iol0ibr7bko0re2v9i6eevnh3h46tjk0" 2025/02/10 01:04:14 DEBUG : Creating backend with remote "/tmp/rclone3382483542" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qitoxeq4bebe'", Local "Local file system at /tmp/rclone3382483542", Modify Window "1ms" 2025/02/10 01:04:16 DEBUG : 測試_Русский___ě_áñ: md5 = 1e6e7f0197280ef32da569d9dd301601 OK NFC checkfile vs. NFD remote (without normalization) 2025/02/10 01:04:17 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/10 01:04:17 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qitoxeq4bebe' 2025/02/10 01:04:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qitoxeq4bebe': 1 files missing 2025/02/10 01:04:17 NOTICE: 1 hashes missing 2025/02/10 01:04:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qitoxeq4bebe': 2 differences found 2025/02/10 01:04:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qitoxeq4bebe': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/10 01:04:18 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:04:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qitoxeq4bebe': 0 differences found 2025/02/10 01:04:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qitoxeq4bebe': 1 matching files 2025/02/10 01:04:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dilonab8juxo" 2025/02/10 01:04:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:04:18 DEBUG : Creating backend with remote "TestDrive:crypt/0sij27p2fom65kfbb413bkgpbh20n3uvmif6jbik8gk03anq11kg" 2025/02/10 01:04:19 DEBUG : Creating backend with remote "/tmp/rclone2226496860" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dilonab8juxo'", Local "Local file system at /tmp/rclone2226496860", Modify Window "1ms" 2025/02/10 01:04:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b9492f0630ccd020e2a788f2e9066be6 OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/10 01:04:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/10 01:04:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dilonab8juxo' 2025/02/10 01:04:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dilonab8juxo': 1 files missing 2025/02/10 01:04:22 NOTICE: 1 hashes missing 2025/02/10 01:04:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dilonab8juxo': 2 differences found 2025/02/10 01:04:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dilonab8juxo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/10 01:04:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:04:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dilonab8juxo': 0 differences found 2025/02/10 01:04:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dilonab8juxo': 1 matching files 2025/02/10 01:04:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-masehim4hiwa" 2025/02/10 01:04:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:04:23 DEBUG : Creating backend with remote "TestDrive:crypt/lh5bh9nc0ir7v7ur0kf3ljg6v9q03g76e3te0kdokb6qjamuhbag" 2025/02/10 01:04:24 DEBUG : Creating backend with remote "/tmp/rclone3322163028" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-masehim4hiwa'", Local "Local file system at /tmp/rclone3322163028", Modify Window "1ms" 2025/02/10 01:04:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a9a7dd24fd3d8e708e2e6a2d1db53080 OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/10 01:04:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/10 01:04:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-masehim4hiwa' 2025/02/10 01:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-masehim4hiwa': 1 files missing 2025/02/10 01:04:26 NOTICE: 1 hashes missing 2025/02/10 01:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-masehim4hiwa': 2 differences found 2025/02/10 01:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-masehim4hiwa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/10 01:04:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:04:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-masehim4hiwa': 0 differences found 2025/02/10 01:04:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-masehim4hiwa': 1 matching files 2025/02/10 01:04:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faremax8xepe" 2025/02/10 01:04:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:04:27 DEBUG : Creating backend with remote "TestDrive:crypt/7qah68t8r2sk3t5b90q5qij5ih3d9q21ua9dfhvtf6q263u7kmog" 2025/02/10 01:04:28 DEBUG : Creating backend with remote "/tmp/rclone3965544095" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faremax8xepe'", Local "Local file system at /tmp/rclone3965544095", Modify Window "1ms" 2025/02/10 01:04:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b5c66a15a01f21ab87368fdcd2bfd121 OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/10 01:04:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/10 01:04:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-faremax8xepe' 2025/02/10 01:04:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faremax8xepe': 1 files missing 2025/02/10 01:04:31 NOTICE: 1 hashes missing 2025/02/10 01:04:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faremax8xepe': 2 differences found 2025/02/10 01:04:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faremax8xepe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/10 01:04:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:04:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faremax8xepe': 0 differences found 2025/02/10 01:04:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faremax8xepe': 1 matching files 2025/02/10 01:04:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yebimeq1caxu" 2025/02/10 01:04:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:04:32 DEBUG : Creating backend with remote "TestDrive:crypt/gfp32cfosvqnbo51qilkqipstjm3kqch00irtqoepmndfptspn1g" 2025/02/10 01:04:33 DEBUG : Creating backend with remote "/tmp/rclone1964349803" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yebimeq1caxu'", Local "Local file system at /tmp/rclone1964349803", Modify Window "1ms" 2025/02/10 01:04:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8d33babe8bf62d09a8953a0108b1482e OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/10 01:04:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/10 01:04:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yebimeq1caxu' 2025/02/10 01:04:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yebimeq1caxu': 1 files missing 2025/02/10 01:04:36 NOTICE: 1 hashes missing 2025/02/10 01:04:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yebimeq1caxu': 2 differences found 2025/02/10 01:04:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yebimeq1caxu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/10 01:04:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/10 01:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yebimeq1caxu': 0 differences found 2025/02/10 01:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yebimeq1caxu': 1 matching files 2025/02/10 01:04:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yebimeq1caxu': Purge remote 2025/02/10 01:04:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faremax8xepe': Purge remote 2025/02/10 01:04:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-masehim4hiwa': Purge remote 2025/02/10 01:04:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dilonab8juxo': Purge remote 2025/02/10 01:04:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qitoxeq4bebe': Purge remote 2025/02/10 01:04:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rujaxoc3qode': Purge remote 2025/02/10 01:04:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xeguluz7hayi': Purge remote 2025/02/10 01:04:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-raxaxiq4ziqe': Purge remote 2025/02/10 01:04:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nabeqem4xepi': Purge remote 2025/02/10 01:04:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pucagab4kume': Purge remote --- PASS: TestApplyTransforms (53.07s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:04:42 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/10 01:04:44 DEBUG : sub/file2: md5 = 353bf5f27b4f347344dc651321ea106c OK 2025/02/10 01:04:44 INFO : file1: Copied (new) to: sub/file2 2025/02/10 01:04:45 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/10 01:04:45 DEBUG : file1: Unchanged skipping 2025/02/10 01:04:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': don't need to copy/move sub/file2, it is already at target location 2025/02/10 01:04:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.92s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:04:50 DEBUG : dst/file1: md5 = 4aba10fe4310587d6f5ab5c4f43ebb75 OK 2025/02/10 01:04:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/backup" 2025/02/10 01:04:51 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/1nrff024r7pq65ecp72fc28jb0" 2025/02/10 01:04:52 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/10 01:04:54 INFO : dst/file1: Moved (server-side) 2025/02/10 01:04:56 DEBUG : dst/file1: md5 = 8096797d31d265763a6cb781c0acd4fa OK 2025/02/10 01:04:56 INFO : dst/file1: Copied (new) 2025/02/10 01:04:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/10 01:04:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/10 01:05:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.81s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:05:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/dst" 2025/02/10 01:05:01 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/10 01:05:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/CompareDest" 2025/02/10 01:05:02 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/gveqi14airsml4bgu7krj116o8" 2025/02/10 01:05:04 DEBUG : one: Need to transfer - File not found at Destination 2025/02/10 01:05:06 DEBUG : one: md5 = 9558f9cd5d21db755cea84ef41c55c04 OK 2025/02/10 01:05:06 INFO : one: Copied (new) 2025/02/10 01:05:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/10 01:05:09 DEBUG : one: md5 = 5f3a06b4673d75331c5c3ee0ebe10084 OK 2025/02/10 01:05:09 INFO : one: Copied (replaced existing) 2025/02/10 01:05:11 DEBUG : dst/one: md5 = 52ae8e7b8ac2c4a7e33d19b4553524f4 OK 2025/02/10 01:05:13 DEBUG : CompareDest/one: md5 = f6d07ee5abc2c0584351a9635659b04f OK 2025/02/10 01:05:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/10 01:05:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/10 01:05:14 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/10 01:05:16 DEBUG : CompareDest/two: md5 = 35e15c3b7de68cb2d49748ee48c9807e OK 2025/02/10 01:05:17 DEBUG : two: Need to transfer - File not found at Destination 2025/02/10 01:05:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/10 01:05:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/10 01:05:18 DEBUG : two: Need to transfer - File not found at Destination 2025/02/10 01:05:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/10 01:05:18 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/10 01:05:19 DEBUG : two: Need to transfer - File not found at Destination 2025/02/10 01:05:19 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/10 01:05:21 DEBUG : two: md5 = 490ab43b4c26b9d1702123200b4e7ffe OK 2025/02/10 01:05:21 INFO : two: Copied (new) 2025/02/10 01:05:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/10 01:05:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:05:25 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/10 01:05:25 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.68s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:05:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/dst" 2025/02/10 01:05:25 DEBUG : Config file has changed externally - reloading 2025/02/10 01:05:25 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/10 01:05:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/CopyDest" 2025/02/10 01:05:27 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/10 01:05:28 DEBUG : one: Need to transfer - File not found at Destination 2025/02/10 01:05:31 DEBUG : one: md5 = aeb8074e0d0c06114dfad63a70316431 OK 2025/02/10 01:05:31 INFO : one: Copied (new) 2025/02/10 01:05:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/10 01:05:33 DEBUG : one: md5 = f95df7a0688281981d3fa121ed05784f OK 2025/02/10 01:05:33 INFO : one: Copied (replaced existing) 2025/02/10 01:05:35 DEBUG : dst/one: md5 = 0c95695d4752f4cf93588813fbc0e2f2 OK 2025/02/10 01:05:38 DEBUG : CopyDest/one: md5 = ed2de2ae58117d478de427fb153b1893 OK 2025/02/10 01:05:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/BackupDir" 2025/02/10 01:05:38 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/10 01:05:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/10 01:05:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/10 01:05:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/10 01:05:42 INFO : one: Moved (server-side) 2025/02/10 01:05:43 INFO : one: Copied (server-side copy) 2025/02/10 01:05:43 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/10 01:05:45 DEBUG : CopyDest/two: md5 = a2e230adb77007587bc0a0206ade7b1a OK 2025/02/10 01:05:45 DEBUG : two: Need to transfer - File not found at Destination 2025/02/10 01:05:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/10 01:05:46 INFO : two: Copied (server-side copy) 2025/02/10 01:05:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/10 01:05:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/10 01:05:47 DEBUG : two: Unchanged skipping 2025/02/10 01:05:49 DEBUG : CopyDest/three: md5 = 9b8de0ce89969978405850d2031d6f0f OK 2025/02/10 01:05:50 DEBUG : three: Need to transfer - File not found at Destination 2025/02/10 01:05:50 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/10 01:05:50 DEBUG : three: Destination not found in --copy-dest 2025/02/10 01:05:52 DEBUG : three: md5 = 1f85df54dfe67a0a5c768c235b22ed25 OK 2025/02/10 01:05:52 INFO : three: Copied (new) 2025/02/10 01:05:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/10 01:05:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/10 01:05:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:05:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/10 01:05:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/10 01:05:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:05:57 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.60s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.42s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:05:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/10 01:06:01 DEBUG : TestCopyFileMaxTransfer/file1: md5 = f1b914e77005584b5b09a550d07fe977 OK 2025/02/10 01:06:01 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/10 01:06:02 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/10 01:06:02 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/10 01:06:03 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/10 01:06:04 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/10 01:06:05 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 3556ef39d96f2b18722b99dc4a1e09cf OK 2025/02/10 01:06:05 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/10 01:06:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/10 01:06:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.91s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:06:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Looking for duplicate names using skip mode. 2025/02/10 01:06:11 NOTICE: one: Found 2 files with duplicate names 2025/02/10 01:06:11 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.58s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:06:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Looking for duplicate names using skip mode. 2025/02/10 01:06:17 NOTICE: one: Found 3 files with duplicate names 2025/02/10 01:06:17 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/10 01:06:18 INFO : one: Deleted 2025/02/10 01:06:18 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.54s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:06:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Looking for duplicate names using first mode. 2025/02/10 01:06:23 NOTICE: one: Found 3 files with duplicate names 2025/02/10 01:06:24 INFO : one: Deleted 2025/02/10 01:06:24 INFO : one: Deleted 2025/02/10 01:06:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.24s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:06:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Looking for duplicate names using newest mode. 2025/02/10 01:06:30 NOTICE: one: Found 3 files with duplicate names 2025/02/10 01:06:30 INFO : one: Deleted 2025/02/10 01:06:31 INFO : one: Deleted 2025/02/10 01:06:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.23s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:06:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Looking for duplicate names using oldest mode. 2025/02/10 01:06:36 NOTICE: one: Found 3 files with duplicate names 2025/02/10 01:06:37 INFO : one: Deleted 2025/02/10 01:06:37 INFO : one: Deleted 2025/02/10 01:06:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.24s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:06:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Looking for duplicate names using largest mode. 2025/02/10 01:06:43 NOTICE: one: Found 3 files with duplicate names 2025/02/10 01:06:43 INFO : one: Deleted 2025/02/10 01:06:44 INFO : one: Deleted 2025/02/10 01:06:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.27s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:06:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Looking for duplicate names using smallest mode. 2025/02/10 01:06:49 NOTICE: one: Found 3 files with duplicate names 2025/02/10 01:06:50 INFO : one: Deleted 2025/02/10 01:06:50 INFO : one: Deleted 2025/02/10 01:06:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.39s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:06:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Looking for duplicate names using rename mode. 2025/02/10 01:06:57 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/10 01:06:58 INFO : one-2.txt: renamed from: one.txt 2025/02/10 01:06:59 INFO : one-3.txt: renamed from: one.txt 2025/02/10 01:07:00 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.61s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:07:05 DEBUG : dupe1/one.txt: md5 = 7cba9174977a00b394c5fd4fee6f609f OK 2025/02/10 01:07:07 DEBUG : dupe2/two.txt: md5 = bab663ebd7609b5fb48a8cd0988ce8a1 OK 2025/02/10 01:07:09 DEBUG : dupe3/three.txt: md5 = 77203b907200584eab32113ebe7cf8bc OK 2025/02/10 01:07:10 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/10 01:07:10 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/10 01:07:11 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/10 01:07:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/10 01:07:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/10 01:07:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/10 01:07:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.94s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:07:17 DEBUG : a.txt: md5 = d71eaaf4e0439a806f820b3d50a44051 OK 2025/02/10 01:07:19 DEBUG : zend.txt: md5 = eeaf4e25f886f4dc49f083226a154c74 OK 2025/02/10 01:07:21 DEBUG : sub dir/hello world: md5 = 65d7ca38b3c84be8bd177cfcb91df6fa OK 2025/02/10 01:07:22 DEBUG : sub dir/hello world2: md5 = 255ce9146ddd122931cbdcb0ca2642c6 OK 2025/02/10 01:07:24 DEBUG : sub dir/ignore dir/.ignore: md5 = 55bfb0dd6b8dedfdd8c79db654e9cd70 OK 2025/02/10 01:07:25 DEBUG : sub dir/ignore dir/should be ignored: md5 = 086f6785d0abd8c859966eade9e7ae6f OK 2025/02/10 01:07:28 DEBUG : sub dir/sub sub dir/hello world3: md5 = bef3f2e680469ecbb0795475a7a8f5a9 OK 2025/02/10 01:07:29 DEBUG : a.txt: Excluded (Size Filter) 2025/02/10 01:07:29 DEBUG : a.txt: Excluded 2025/02/10 01:07:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/10 01:07:30 DEBUG : sub dir/hello world: Excluded 2025/02/10 01:07:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/10 01:07:30 DEBUG : sub dir/hello world2: Excluded 2025/02/10 01:07:30 DEBUG : sub dir/ignore dir: Excluded 2025/02/10 01:07:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/10 01:07:30 DEBUG : sub dir/hello world: Excluded 2025/02/10 01:07:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/10 01:07:30 DEBUG : sub dir/hello world2: Excluded 2025/02/10 01:07:30 DEBUG : sub dir/ignore dir: Excluded 2025/02/10 01:07:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/10 01:07:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/10 01:07:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/10 01:07:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/10 01:07:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/10 01:07:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/02/10 01:07:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.14s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:07:39 DEBUG : file1: md5 = df027541fa4995f0c6c32f6d53e9ba33 OK 2025/02/10 01:07:41 DEBUG : sub/file2: md5 = b71811845abdf6559ed26be9db238f59 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/10 01:07:44 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/10 01:07:44 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/10 01:07:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/10 01:07:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.29s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.64s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:07:48 DEBUG : file1: md5 = 6ce4947de6b8d940aa556bd02ecba4f1 OK 2025/02/10 01:07:51 DEBUG : sub/file2: md5 = ff2f0f53557cf50f402eb726652bb3f7 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/10 01:07:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/notfound" 2025/02/10 01:07:54 DEBUG : Config file has changed externally - reloading 2025/02/10 01:07:54 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/qe0i31qdkoejk60elps0ni5sqk" 2025/02/10 01:07:58 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.21s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.22s) --- PASS: TestStatJSON/RootNotFound (1.68s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:07:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Making directory 2025/02/10 01:07:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Making directory --- PASS: TestMkdir (0.74s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:01 DEBUG : sub dir/hello world: md5 = 888bb3bba1328e7d4f1c8e3e5877d05e OK 2025/02/10 01:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.81s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:05 DEBUG : potato2: md5 = 7e5a58f52395c79beba68750e2df424f OK 2025/02/10 01:08:07 DEBUG : empty space: md5 = 968e311540f5d711544c6845e5e921ac OK --- PASS: TestLs (4.64s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:10 DEBUG : potato2: md5 = b95d314f8f2741fdcea48e546f622f60 OK 2025/02/10 01:08:11 DEBUG : empty space: md5 = 9779c535c3193c6f71ffcda4499dd478 OK 2025/02/10 01:08:12 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/02/10 01:08:12 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.99s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:15 DEBUG : potato2: md5 = 9b72e78d922335aa31d0c16db1971126 OK 2025/02/10 01:08:16 DEBUG : empty space: md5 = 1fc04e591dec627656c0457544c07e16 OK --- PASS: TestLsLong (4.51s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:19 DEBUG : potato2: md5 = bdbb8596f29a726b27a6c2aabc6d9d67 OK 2025/02/10 01:08:21 DEBUG : empty space: md5 = 6ff442e54f918c55487c56026948ab9e OK --- PASS: TestHashSums (4.37s) === RUN TestHashSumsWithErrors 2025/02/10 01:08:22 DEBUG : Creating backend with remote ":memory:" 2025/02/10 01:08:22 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/10 01:08:22 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/10 01:08:22 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/10 01:08:22 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/10 01:08:22 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/10 01:08:22 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/10 01:08:22 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/10 01:08:22 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/10 01:08:22 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:24 DEBUG : potato2: md5 = fcf8def974faf7927fe2de67bd94c876 OK 2025/02/10 01:08:25 DEBUG : empty space: md5 = d76126c0a0ec1d3dde3b071467e6497b OK 2025/02/10 01:08:27 DEBUG : sub dir/potato3: md5 = 89c3b4b5cfa0c8d09debaca64e40f484 OK 2025/02/10 01:08:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.42s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:32 DEBUG : small: md5 = d8ea940fe7c9fc8e88683e2e060c5f91 OK 2025/02/10 01:08:33 DEBUG : medium: md5 = 541a7a3fd7cabc6cd233fe9b5b8e9a00 OK 2025/02/10 01:08:35 DEBUG : large: md5 = 0eee31130057db5d983b8c146d7901f7 OK 2025/02/10 01:08:35 DEBUG : Waiting for deletions to finish 2025/02/10 01:08:35 DEBUG : large: Excluded (Size Filter) 2025/02/10 01:08:36 INFO : medium: Deleted 2025/02/10 01:08:36 INFO : small: Deleted --- PASS: TestDelete (6.01s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:38 DEBUG : small: md5 = db37650a1accf513837b561faf4dc526 OK 2025/02/10 01:08:39 DEBUG : medium: md5 = 67e862fba0032c06c765d5f0f7912179 OK 2025/02/10 01:08:41 DEBUG : large: md5 = aae76ba90e63f38a478984425de4396f OK 2025/02/10 01:08:41 DEBUG : Waiting for deletions to finish 2025/02/10 01:08:41 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/02/10 01:08:42 INFO : large: Deleted 2025/02/10 01:08:42 INFO : small: Deleted --- PASS: TestMaxDelete (6.39s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:45 DEBUG : small: md5 = 95107267da32bbb57139a596a3a8d226 OK 2025/02/10 01:08:46 DEBUG : medium: md5 = 7d1f62a5145adabdb43716553160d00c OK 2025/02/10 01:08:47 DEBUG : large: md5 = e7c1941f971df931d80be710ade694f7 OK 2025/02/10 01:08:48 DEBUG : Waiting for deletions to finish 2025/02/10 01:08:48 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/10 01:08:48 INFO : medium: Deleted 2025/02/10 01:08:48 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.68s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:51 DEBUG : small: md5 = 84c5426b24e982040bbf84e94fb5d5e4 OK 2025/02/10 01:08:53 DEBUG : medium: md5 = 58f4ea918ad4294d7828ff03d69b3195 OK 2025/02/10 01:08:54 DEBUG : large: md5 = 57dfb6475bebaa51ca4da719af06bd00 OK 2025/02/10 01:08:54 DEBUG : Waiting for deletions to finish 2025/02/10 01:08:55 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/02/10 01:08:55 INFO : large: Deleted 2025/02/10 01:08:55 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.67s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:08:58 DEBUG : ReadFile: md5 = ef2235bbcfe9db34d5279341953e5e3a OK --- PASS: TestReadFile (4.18s) === RUN TestRetry 2025/02/10 01:09:01 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/10 01:09:01 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/10 01:09:01 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/10 01:09:01 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/10 01:09:01 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/10 01:09:01 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/10 01:09:01 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:09:02 DEBUG : file1: md5 = 1bc3c9ed2e496aeabd04977cbbd5c3c4 OK 2025/02/10 01:09:03 DEBUG : file2: md5 = bb902ff63cfdca397359c59e8487ad9d OK --- PASS: TestCat (16.43s) === RUN TestPurge 2025/02/10 01:09:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zujenaj6semi" 2025/02/10 01:09:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/10 01:09:17 DEBUG : Creating backend with remote "TestDrive:crypt/idpbs45o0krbjth85hutuknjd587vut009e296j3h3oe4uncactg" 2025/02/10 01:09:18 DEBUG : Creating backend with remote "/tmp/rclone1252235125" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zujenaj6semi'", Local "Local file system at /tmp/rclone1252235125", Modify Window "1ms" 2025/02/10 01:09:23 DEBUG : A1/B1/C1/one: md5 = 038535be60138f56c1e99822e6dc2c01 OK 2025/02/10 01:09:23 INFO : A2: Making directory 2025/02/10 01:09:23 INFO : A1/B2: Making directory 2025/02/10 01:09:24 INFO : A1/B2/C2: Making directory 2025/02/10 01:09:25 INFO : A1/B1/C3: Making directory 2025/02/10 01:09:26 INFO : A3: Making directory 2025/02/10 01:09:26 INFO : A3/B3: Making directory 2025/02/10 01:09:27 INFO : A3/B3/C4: Making directory 2025/02/10 01:09:29 DEBUG : A1/two: md5 = aa7dbd889837af9df4dfdb20604ba44c OK 2025/02/10 01:09:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zujenaj6semi': Purge remote 2025/02/10 01:09:33 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.40s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:09:36 DEBUG : A1/B1/C1/one: md5 = 500f8bbdcf7a85d834d87968747b3a81 OK 2025/02/10 01:09:36 INFO : A2: Making directory 2025/02/10 01:09:37 INFO : A1/B2: Making directory 2025/02/10 01:09:38 INFO : A1/B2/C2: Making directory 2025/02/10 01:09:38 INFO : A1/B1/C3: Making directory 2025/02/10 01:09:39 INFO : A3: Making directory 2025/02/10 01:09:40 INFO : A3/B3: Making directory 2025/02/10 01:09:41 INFO : A3/B3/C4: Making directory 2025/02/10 01:09:43 DEBUG : A1/two: md5 = 80c1ea6b3f26c02acdbed9129f8aefa0 OK 2025/02/10 01:09:44 DEBUG : removing 1 level 3 directories 2025/02/10 01:09:44 INFO : A3/B3/C4: Removing directory 2025/02/10 01:09:46 DEBUG : removing 2 level 3 directories 2025/02/10 01:09:46 INFO : A1/B2/C2: Removing directory 2025/02/10 01:09:46 INFO : A1/B1/C3: Removing directory 2025/02/10 01:09:47 DEBUG : removing 2 level 2 directories 2025/02/10 01:09:47 INFO : A3/B3: Removing directory 2025/02/10 01:09:47 INFO : A1/B2: Removing directory 2025/02/10 01:09:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/10 01:09:47 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/10 01:09:48 DEBUG : removing 2 level 1 directories 2025/02/10 01:09:48 INFO : A3: Removing directory 2025/02/10 01:09:48 INFO : A2: Removing directory 2025/02/10 01:09:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/10 01:09:52 DEBUG : removing 1 level 3 directories 2025/02/10 01:09:52 INFO : A1/B1/C1: Removing directory 2025/02/10 01:09:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:52 DEBUG : removing 1 level 2 directories 2025/02/10 01:09:52 INFO : A1/B1: Removing directory 2025/02/10 01:09:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/10 01:09:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/10 01:09:53 DEBUG : removing 1 level 1 directories 2025/02/10 01:09:53 INFO : A1: Removing directory 2025/02/10 01:09:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/10 01:09:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/10 01:09:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/10 01:09:54 DEBUG : removing 1 level 0 directories 2025/02/10 01:09:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Removing directory 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/10 01:09:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (22.46s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:09:56 INFO : A1: Making directory 2025/02/10 01:09:57 INFO : A1/B1: Making directory 2025/02/10 01:09:57 INFO : A1/B1/C1: Making directory 2025/02/10 01:10:00 DEBUG : removing 1 level 3 directories 2025/02/10 01:10:00 INFO : A1/B1/C1: Removing directory 2025/02/10 01:10:00 DEBUG : removing 1 level 2 directories 2025/02/10 01:10:00 INFO : A1/B1: Removing directory 2025/02/10 01:10:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/10 01:10:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.65s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:10:03 INFO : A1: Making directory 2025/02/10 01:10:04 INFO : A1/B1: Making directory 2025/02/10 01:10:04 INFO : A1/B1/C1: Making directory 2025/02/10 01:10:07 DEBUG : removing 1 level 3 directories 2025/02/10 01:10:07 INFO : A1/B1/C1: Removing directory 2025/02/10 01:10:08 DEBUG : removing 1 level 2 directories 2025/02/10 01:10:08 INFO : A1/B1: Removing directory 2025/02/10 01:10:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/10 01:10:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.24s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:10:12 DEBUG : file1: md5 = 223a719f95fe405ed1d96ec257cbf7e1 OK 2025/02/10 01:10:12 DEBUG : filename.txt: File name found in url 2025/02/10 01:10:13 DEBUG : filename.txt: md5 = 62e26c2fd8b5301d55881cc900d11f06 OK 2025/02/10 01:10:13 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/10 01:10:15 DEBUG : headerfilename.txt: md5 = 629465fe1c9ef32a1dc1c9ba89e3ec5c OK 2025/02/10 01:10:16 DEBUG : file2: md5 = a4cfc0602fdd364928e31a187804f781 OK --- PASS: TestCopyURL (8.70s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:10:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/10 01:10:21 DEBUG : sub/file2: md5 = 35c3a240b30eb0538d224f72e1891379 OK 2025/02/10 01:10:21 INFO : file1: Copied (new) to: sub/file2 2025/02/10 01:10:21 INFO : file1: Deleted 2025/02/10 01:10:22 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/10 01:10:22 DEBUG : file1: Unchanged skipping 2025/02/10 01:10:22 INFO : file1: Deleted 2025/02/10 01:10:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': don't need to copy/move sub/file2, it is already at target location 2025/02/10 01:10:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.06s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:10:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/10 01:10:26 DEBUG : file1: md5 = 6f8a2b7291a07c5d4db39bb30c046bdd OK 2025/02/10 01:10:26 INFO : file1: Copied (new) 2025/02/10 01:10:26 INFO : file1: Deleted 2025/02/10 01:10:27 DEBUG : file1: Destination exists, skipping 2025/02/10 01:10:27 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.25s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:10:31 DEBUG : dst/file1: md5 = 569f4f68eb40455a5438d6dbd5b9154a OK 2025/02/10 01:10:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidujos3cini/backup" 2025/02/10 01:10:32 DEBUG : Creating backend with remote "TestDrive:crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0/1nrff024r7pq65ecp72fc28jb0" 2025/02/10 01:10:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/10 01:10:36 INFO : dst/file1: Moved (server-side) 2025/02/10 01:10:37 DEBUG : dst/file1: md5 = 93e0f22cc8e207c6e747cf5d51adf076 OK 2025/02/10 01:10:37 INFO : dst/file1: Copied (new) 2025/02/10 01:10:37 INFO : dst/file1: Deleted 2025/02/10 01:10:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/10 01:10:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/10 01:10:41 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.90s) === 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:10:44 DEBUG : A1/one: md5 = 32630e4cffe0f3dc43258bdf91b23247 OK 2025/02/10 01:10:45 DEBUG : A1/two: md5 = 7fc5d392c980f1a2a31f218b8a070536 OK 2025/02/10 01:10:47 DEBUG : A1/B1/three: md5 = dc8a77d6e89728424434c7e68197317e OK 2025/02/10 01:10:49 DEBUG : A1/B1/C1/four: md5 = 7e5dc4e3ae4c5c3b9086709c56b85335 OK 2025/02/10 01:10:52 DEBUG : A1/B1/C2/five: md5 = 6c3792795d20498a929a670d27b926fe OK 2025/02/10 01:10:52 INFO : A1/B2: Making directory 2025/02/10 01:10:52 INFO : A1/B1/C3: Making directory 2025/02/10 01:11:02 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/10 01:11:02 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/10 01:11:02 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/10 01:11:03 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/10 01:11:03 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/10 01:11:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/10 01:11:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/10 01:11:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/10 01:11:06 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/10 01:11:06 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/10 01:11:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/10 01:11:14 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/10 01:11:14 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/10 01:11:14 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/10 01:11:14 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/10 01:11:14 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/10 01:11:17 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/10 01:11:17 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/10 01:11:17 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/10 01:11:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/10 01:11:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/10 01:11:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/10 01:11:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/10 01:11:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/10 01:11:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/10 01:11:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/10 01:11:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/10 01:11:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/10 01:11:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/10 01:11:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/10 01:11:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.75s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:11:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': File to upload is small (34 bytes), uploading instead of streaming 2025/02/10 01:11:29 DEBUG : no_checksum_small_file_from_pipe: md5 = df7b586bf21e84468b3cba387ebeff0d OK 2025/02/10 01:11:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/10 01:11:29 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/10 01:11:29 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/10 01:11:30 DEBUG : no_checksum_big_file_from_pipe: md5 = 9425ccdef8d2be902b5aa895eb19bead OK 2025/02/10 01:11:30 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:11:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': File to upload is small (34 bytes), uploading instead of streaming 2025/02/10 01:11:33 DEBUG : with_checksum_small_file_from_pipe: md5 = edd9a6a73676c30039cbcb0d4f5532df OK 2025/02/10 01:11:33 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/10 01:11:34 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/10 01:11:35 DEBUG : with_checksum_big_file_from_pipe: md5 = 668f1fdc2180e8bd14013968cce4e033 OK 2025/02/10 01:11:35 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:11:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': File to upload is small (34 bytes), uploading instead of streaming 2025/02/10 01:11:38 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/10 01:11:39 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/10 01:11:40 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-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:11:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': File to upload is small (34 bytes), uploading instead of streaming 2025/02/10 01:11:43 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/10 01:11:44 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/10 01:11:45 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.19s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.81s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.79s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.81s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.78s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/10 01:11:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': File to upload is small (48 bytes), uploading instead of streaming 2025/02/10 01:11:48 DEBUG : rcat_metadata: md5 = 47c343e7910a16b75936b683696c2437 OK 2025/02/10 01:11:48 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/10 01:11:50 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/10 01:11:51 DEBUG : rcat_metadata_uploadcutoff0: md5 = 614b8f49420ec6e341b17e03d55e4b11 OK 2025/02/10 01:11:51 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.89s) --- PASS: TestRcatMetadata/Normal (2.58s) --- PASS: TestRcatMetadata/ViaDisk (2.86s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:11:53 DEBUG : potato1: md5 = 44e77f91f4c7c45730bd16f89de0f657 OK 2025/02/10 01:11:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': File to upload is small (60 bytes), uploading instead of streaming 2025/02/10 01:11:55 DEBUG : potato2: md5 = 6113acb0f1a988492412428937b305cd OK 2025/02/10 01:11:55 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.42s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:11:58 DEBUG : potato1: md5 = f479ea451f813471e788821617f1ac6e OK 2025/02/10 01:11:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': File to upload is small (60 bytes), uploading instead of streaming 2025/02/10 01:11:59 DEBUG : potato2: md5 = 852cc3391e64eeb5366ab5176be9b8b9 OK 2025/02/10 01:11:59 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.82s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:12:03 DEBUG : potato2: md5 = a886cc5a61b390cb814e0b63a6474242 OK 2025/02/10 01:12:04 DEBUG : empty space: md5 = 5826473363bc612cff5d1f4d50ba1fe7 OK 2025/02/10 01:12:06 DEBUG : sub dir/potato3: md5 = 85a579b60c7eb303d0a49f6abdf1a8bb OK 2025/02/10 01:12:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Touching "empty space" 2025/02/10 01:12:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Touching "potato2" 2025/02/10 01:12:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Touching "sub dir/potato3" 2025/02/10 01:12:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.14s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:12:11 DEBUG : dir with metadata: Making directory with metadata 2025/02/10 01:12:12 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.32s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:12:14 DEBUG : directory with modtime: Making directory with metadata 2025/02/10 01:12:15 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.54s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:12:16 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/10 01:12:16 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/10 01:12:17 DEBUG : Google drive root 'crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0': Skipping btime metadata as can't update it on an existing file: 2025-02-10T01:12:16.834269979Z 2025/02/10 01:12:17 INFO : non existent directory: Updated directory metadata 2025/02/10 01:12:19 DEBUG : Google drive root 'crypt/sut67pcj3pfgk0dib39p5ej0g73nervrtknejog7uai0s7chc9f0': Skipping btime metadata as can't update it on an existing file: 2025-02-10T01:12:16.834269979Z 2025/02/10 01:12:19 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.66s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:12:21 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/10 01:12:23 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/10 01:12:23 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.84s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:12:25 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/10 01:12:25 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/10 01:12:25 DEBUG : dst: Making directory with metadata 2025/02/10 01:12:26 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/10 01:12:26 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/10 01:12:26 INFO : dst: Set directory modification time (using SetModTime) 2025/02/10 01:12:27 INFO : dst: Set directory modification time (using SetModTime) 2025/02/10 01:12:27 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/10 01:12:27 INFO : dst: Set directory modification time (using SetModTime) 2025/02/10 01:12:27 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.49s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini'", Local "Local file system at /tmp/rclone1371384286", Modify Window "1ms" 2025/02/10 01:12:30 DEBUG : sub dir/test remove existing: md5 = 69634c039ab0acecfd722876e7fd5262 OK 2025/02/10 01:12:32 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = eafa4a4bce208448ae447228e868c2e3 OK 2025/02/10 01:12:34 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.fiqelet4" before starting 2025/02/10 01:12:35 DEBUG : sub dir/test remove existing.fiqelet4: TEST: removing renamed existing file after operation 2025/02/10 01:12:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.haxuver8" before starting 2025/02/10 01:12:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.haxuver8: TEST: renaming existing back after failed operation 2025/02/10 01:12:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.deyefef1" before starting 2025/02/10 01:12:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.deyefef1: TEST: removing renamed existing file after operation 2025/02/10 01:12:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "o16gfdrqb383kesnrj6fd4pms6k56609oimu4hlfbsrfeutm3flvpbp52hhfbc8s4e056r1li1abcg5hs21io4d7lt53jutoj1h1avf0ikg1p9bhj3peajekv4rncikim2clgkvo1dfu2r1dmehmbgnfaua9n6mlhmtr1sdfk0ipc45bfb20" 2025/02/10 01:12:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9dabtpg8vtko6plhic21gh105ti7a93tntup6nd42hnk62oslm70" --- PASS: TestRemoveExisting (13.17s) === 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/10 01:12:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidujos3cini': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m26.87633378s (try 1/5)