"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/08 02:20:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji" 2025/08/08 02:20:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:20:18 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg" 2025/08/08 02:20:19 DEBUG : Creating backend with remote "/tmp/rclone1777373580" === 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-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/08 02:20:19 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/08 02:20:19 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/08 02:20:19 DEBUG : potato: Seek from 10 to 0 2025/08/08 02:20:19 DEBUG : potato: Seek from 10 to 0 2025/08/08 02:20:19 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/08 02:20:19 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/08 02:20:19 DEBUG : potato: Seek from 5 to 2 2025/08/08 02:20:19 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/08 02:20:19 DEBUG : potato: Seek from 7 to 0 2025/08/08 02:20:19 DEBUG : potato: Seek from 7 to 0 2025/08/08 02:20:19 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/08 02:20:19 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/08 02:20:19 DEBUG : potato: Seek from 5 to 2 2025/08/08 02:20:19 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/08 02:20:19 DEBUG : potato: Seek from 8 to 0 2025/08/08 02:20:19 DEBUG : potato: Seek from 8 to 0 2025/08/08 02:20:19 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/08 02:20:19 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/08 02:20:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/08 02:20:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/08 02:20:19 DEBUG : potato: Seek from 5 to 2 2025/08/08 02:20:19 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/08 02:20:19 DEBUG : potato: Seek from 9 to 0 2025/08/08 02:20:19 DEBUG : potato: Seek from 9 to 0 2025/08/08 02:20:19 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-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:20:21 DEBUG : rutabaga: md5 = f41b29ebe7543c7dfb189d8a64d759a3 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/08 02:20:24 DEBUG : empty space: md5 = 83f93a89f43a626bbc377f75c573a98b OK === RUN TestCheck/3 2025/08/08 02:20:26 DEBUG : potato2: md5 = e0d0986c032d18dec606a14b6c597b06 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/08 02:20:28 DEBUG : remotepotato: md5 = 1bcb4af5a93e8dcda4823ca37cc20541 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.66s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.31s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/08/08 02:20:31 DEBUG : Creating backend with remote "nonexistent" 2025/08/08 02:20:31 DEBUG : Creating backend with remote "nonexistent" 2025/08/08 02:20:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/08 02:20:31 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/08/08 02:20:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/08 02:20:31 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-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:20:32 DEBUG : rutabaga: md5 = 3536c9e18e079c6adc10423bb226334b OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/08 02:20:36 DEBUG : empty space: md5 = 2c7f16f4c6c8a6e51b930632dbc862a9 OK === RUN TestCheckDownload/3 2025/08/08 02:20:39 DEBUG : potato2: md5 = 17678bc57ec4f556ab8bc21529363556 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/08 02:20:43 DEBUG : remotepotato: md5 = 9d548f960ac5515570a2da63a6030f7a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.02s) --- PASS: TestCheckDownload/1 (1.12s) --- PASS: TestCheckDownload/2 (1.04s) --- PASS: TestCheckDownload/3 (1.09s) --- PASS: TestCheckDownload/4 (1.09s) --- PASS: TestCheckDownload/5 (1.12s) --- PASS: TestCheckDownload/6 (1.00s) --- PASS: TestCheckDownload/7 (0.89s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:20:48 DEBUG : rutabaga: md5 = 437ed441b90d589032018197d6f76274 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/08 02:20:50 DEBUG : empty space: md5 = e31b4d2c410c766d035ca8c08aca802e OK === RUN TestCheckSizeOnly/3 2025/08/08 02:20:52 DEBUG : potato2: md5 = 1eac418fd72548069fc8b4f7712e6c18 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/08 02:20:55 DEBUG : remotepotato: md5 = 1b7c376ba0a16be3b7af744a4952fdda OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.05s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.30s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.20s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:20:59 DEBUG : test.sum: md5 = 9c96ca4bc796b1f526463b008da1b445 OK 2025/08/08 02:21:01 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/08 02:21:01 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/08 02:21:01 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/08 02:21:01 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/08 02:21:02 DEBUG : test.sum: md5 = 19bae9ce79d5c3ecd7e6633cb1d7854e OK 2025/08/08 02:21:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/08 02:21:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/08 02:21:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/08 02:21:03 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.26s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:21:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/data" 2025/08/08 02:21:04 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji/data' lacks md5, skipping --- SKIP: TestCheckSum (2.05s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:21:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/data" 2025/08/08 02:21:06 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/vjrnln8ratgmqakfosrqe8espk" 2025/08/08 02:21:10 DEBUG : data/banana: md5 = 09480370e2b56ba781de19784711b668 OK 2025/08/08 02:21:11 DEBUG : test.sum: md5 = 41989b6dfb4b144881b95d8a9f0aa6fe OK === RUN TestCheckSumDownload/subtest1 2025/08/08 02:21:15 DEBUG : data/potato: md5 = 03cace3b809bb68e3434e0b7ad4e7c26 OK 2025/08/08 02:21:17 DEBUG : test.sum: md5 = 8dbf29cfc67e1fd46a0545f95e676ee8 OK === RUN TestCheckSumDownload/subtest2 2025/08/08 02:21:21 DEBUG : test.sum: md5 = bccb1103f2df0a079132f04ecdea6cd3 OK === RUN TestCheckSumDownload/subtest3 2025/08/08 02:21:25 DEBUG : test.sum: md5 = 4185024a3743659109f0281cb83c881e OK === RUN TestCheckSumDownload/subtest4 2025/08/08 02:21:29 DEBUG : test.sum: md5 = 5d3866d570c04720d2e4fb8314c7f272 OK === RUN TestCheckSumDownload/subtest5 2025/08/08 02:21:34 DEBUG : test.sum: md5 = 9082ce9fe76fd000842db36bd90af03b OK === RUN TestCheckSumDownload/subtest6 2025/08/08 02:21:38 DEBUG : data/banana: md5 = ea2aaae97d6f865b7973fe47093726f5 OK 2025/08/08 02:21:39 DEBUG : data/potato: md5 = 4d76b734513e375f510dd9b974240c40 OK 2025/08/08 02:21:40 DEBUG : test.sum: md5 = ff6225b924fb664f7751734253e969fe OK === RUN TestCheckSumDownload/subtest7 2025/08/08 02:21:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/08 02:21:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.23s) --- PASS: TestCheckSumDownload/subtest1 (2.47s) --- PASS: TestCheckSumDownload/subtest2 (2.08s) --- PASS: TestCheckSumDownload/subtest3 (2.19s) --- PASS: TestCheckSumDownload/subtest4 (2.24s) --- PASS: TestCheckSumDownload/subtest5 (2.32s) --- PASS: TestCheckSumDownload/subtest6 (2.06s) --- PASS: TestCheckSumDownload/subtest7 (2.41s) === RUN TestApplyTransforms 2025/08/08 02:21:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mikulap3xawi" 2025/08/08 02:21:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:21:47 DEBUG : Creating backend with remote "TestDrive:crypt/j4lg79g3vipodljhvvel6d4dltohr870t45s1cec3dh443vcbbhg" 2025/08/08 02:21:47 DEBUG : Creating backend with remote "/tmp/rclone79829930" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mikulap3xawi'", Local "Local file system at /tmp/rclone79829930", Modify Window "1ms" 2025/08/08 02:21:50 DEBUG : hello, world!: md5 = fc589c631360a4f5a594d383fb4176eb OK upper checkfile vs. lower remote (without normalization) 2025/08/08 02:21:50 ERROR : hello, world!: sum not found 2025/08/08 02:21:50 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mikulap3xawi' 2025/08/08 02:21:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikulap3xawi': 1 files missing 2025/08/08 02:21:50 NOTICE: 1 hashes missing 2025/08/08 02:21:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikulap3xawi': 1 differences found 2025/08/08 02:21:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikulap3xawi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/08 02:21:51 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:21:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikulap3xawi': 0 differences found 2025/08/08 02:21:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikulap3xawi': 1 matching files 2025/08/08 02:21:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nawofoq0fexu" 2025/08/08 02:21:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:21:51 DEBUG : Creating backend with remote "TestDrive:crypt/5u0rfjk9duoedhd1deq51sstd68a1d3ut48jb9a3i4rn6gi8ps6g" 2025/08/08 02:21:52 DEBUG : Creating backend with remote "/tmp/rclone615604507" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nawofoq0fexu'", Local "Local file system at /tmp/rclone615604507", Modify Window "1ms" 2025/08/08 02:21:54 DEBUG : HELLO, WORLD!: md5 = d8233100b83521bfd388bd49bcb2973a OK lower checkfile vs. upper remote (without normalization) 2025/08/08 02:21:55 ERROR : HELLO, WORLD!: sum not found 2025/08/08 02:21:55 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nawofoq0fexu' 2025/08/08 02:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawofoq0fexu': 1 files missing 2025/08/08 02:21:55 NOTICE: 1 hashes missing 2025/08/08 02:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawofoq0fexu': 1 differences found 2025/08/08 02:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawofoq0fexu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/08 02:21:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:21:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawofoq0fexu': 0 differences found 2025/08/08 02:21:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawofoq0fexu': 1 matching files 2025/08/08 02:21:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wizeban4heyu" 2025/08/08 02:21:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:21:56 DEBUG : Creating backend with remote "TestDrive:crypt/b0gatrt0s3icu2v7j6vltoic9tpni0f3sa84dhhb0cu2tosaquhg" 2025/08/08 02:21:57 DEBUG : Creating backend with remote "/tmp/rclone1453554420" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wizeban4heyu'", Local "Local file system at /tmp/rclone1453554420", Modify Window "1ms" 2025/08/08 02:21:59 DEBUG : HeLlO, wOrLd!: md5 = f70c594ef31eaad2cbe82c63e3f06e8d OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/08 02:21:59 ERROR : HeLlO, wOrLd!: sum not found 2025/08/08 02:21:59 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wizeban4heyu' 2025/08/08 02:21:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizeban4heyu': 1 files missing 2025/08/08 02:21:59 NOTICE: 1 hashes missing 2025/08/08 02:21:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizeban4heyu': 1 differences found 2025/08/08 02:21:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizeban4heyu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/08 02:22:01 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:22:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizeban4heyu': 0 differences found 2025/08/08 02:22:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizeban4heyu': 1 matching files 2025/08/08 02:22:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tudebub6pifu" 2025/08/08 02:22:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:22:01 DEBUG : Creating backend with remote "TestDrive:crypt/pkdk45ag7rqgb4bjgnmk5264vstc78g0omvb1mpna0efeiks4j7g" 2025/08/08 02:22:02 DEBUG : Creating backend with remote "/tmp/rclone2289936377" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tudebub6pifu'", Local "Local file system at /tmp/rclone2289936377", Modify Window "1ms" 2025/08/08 02:22:04 DEBUG : HELLO, WORLD!: md5 = a52ed347758bfd4ed3f0483e36b6a78f OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/08 02:22:05 ERROR : HELLO, WORLD!: sum not found 2025/08/08 02:22:05 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tudebub6pifu' 2025/08/08 02:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tudebub6pifu': 1 files missing 2025/08/08 02:22:05 NOTICE: 1 hashes missing 2025/08/08 02:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tudebub6pifu': 1 differences found 2025/08/08 02:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tudebub6pifu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/08 02:22:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:22:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tudebub6pifu': 0 differences found 2025/08/08 02:22:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tudebub6pifu': 1 matching files 2025/08/08 02:22:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nujosed0wige" 2025/08/08 02:22:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:22:06 DEBUG : Creating backend with remote "TestDrive:crypt/2n44lj0887tlq8ntjl4m5cprqnko5kksq2gs2jsecp36afr3id30" 2025/08/08 02:22:07 DEBUG : Creating backend with remote "/tmp/rclone3925690855" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nujosed0wige'", Local "Local file system at /tmp/rclone3925690855", Modify Window "1ms" 2025/08/08 02:22:09 DEBUG : 測試_Русский___ě_áñ: md5 = 415ed8573f6cf49b5561689f586d47b7 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/08 02:22:09 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/08 02:22:09 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nujosed0wige' 2025/08/08 02:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nujosed0wige': 1 files missing 2025/08/08 02:22:09 NOTICE: 1 hashes missing 2025/08/08 02:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nujosed0wige': 1 differences found 2025/08/08 02:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nujosed0wige': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/08 02:22:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:22:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nujosed0wige': 0 differences found 2025/08/08 02:22:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nujosed0wige': 1 matching files 2025/08/08 02:22:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pozusud0wofe" 2025/08/08 02:22:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:22:11 DEBUG : Creating backend with remote "TestDrive:crypt/scfm2bpq7cuu0481247v62ltlfatec9fdi53tlmbp1ef1v44v7qg" 2025/08/08 02:22:12 DEBUG : Creating backend with remote "/tmp/rclone3727778442" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pozusud0wofe'", Local "Local file system at /tmp/rclone3727778442", Modify Window "1ms" 2025/08/08 02:22:14 DEBUG : 測試_Русский___ě_áñ: md5 = b463638c9a592e058405812b4a0fce5c OK NFC checkfile vs. NFD remote (without normalization) 2025/08/08 02:22:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/08 02:22:15 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pozusud0wofe' 2025/08/08 02:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozusud0wofe': 1 files missing 2025/08/08 02:22:15 NOTICE: 1 hashes missing 2025/08/08 02:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozusud0wofe': 1 differences found 2025/08/08 02:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozusud0wofe': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/08 02:22:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:22:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozusud0wofe': 0 differences found 2025/08/08 02:22:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozusud0wofe': 1 matching files 2025/08/08 02:22:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajopaf5tori" 2025/08/08 02:22:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:22:16 DEBUG : Creating backend with remote "TestDrive:crypt/hhfeojbnmv1j5a9q8ujksr9iqu6cfhkdmfjq24qpd995p8aj40h0" 2025/08/08 02:22:17 DEBUG : Creating backend with remote "/tmp/rclone2123230290" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajopaf5tori'", Local "Local file system at /tmp/rclone2123230290", Modify Window "1ms" 2025/08/08 02:22:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 63e4ae9fee2c29b1252745b7c81b2431 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/08 02:22:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/08 02:22:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hajopaf5tori' 2025/08/08 02:22:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hajopaf5tori': 1 files missing 2025/08/08 02:22:19 NOTICE: 1 hashes missing 2025/08/08 02:22:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hajopaf5tori': 1 differences found 2025/08/08 02:22:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hajopaf5tori': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/08 02:22:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:22:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hajopaf5tori': 0 differences found 2025/08/08 02:22:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hajopaf5tori': 1 matching files 2025/08/08 02:22:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cunanuz2yiha" 2025/08/08 02:22:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:22:21 DEBUG : Creating backend with remote "TestDrive:crypt/hal20mb0sese3noqadufedoce2702r621unbkam3v4bqf5fkmkug" 2025/08/08 02:22:22 DEBUG : Creating backend with remote "/tmp/rclone2053482954" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cunanuz2yiha'", Local "Local file system at /tmp/rclone2053482954", Modify Window "1ms" 2025/08/08 02:22:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 634a4adfb8284433455d7d06a7849f9e OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/08 02:22:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/08 02:22:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cunanuz2yiha' 2025/08/08 02:22:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunanuz2yiha': 1 files missing 2025/08/08 02:22:24 NOTICE: 1 hashes missing 2025/08/08 02:22:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunanuz2yiha': 1 differences found 2025/08/08 02:22:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunanuz2yiha': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/08 02:22:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:22:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunanuz2yiha': 0 differences found 2025/08/08 02:22:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunanuz2yiha': 1 matching files 2025/08/08 02:22:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qeredes5pore" 2025/08/08 02:22:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:22:26 DEBUG : Creating backend with remote "TestDrive:crypt/pvl55g74re79p3tejr4avmjphqsi543c7s30ckvqsds8nn231u0g" 2025/08/08 02:22:27 DEBUG : Creating backend with remote "/tmp/rclone3813814373" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qeredes5pore'", Local "Local file system at /tmp/rclone3813814373", Modify Window "1ms" 2025/08/08 02:22:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5e1bf8d6e03245178e40fe7c4598e718 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/08 02:22:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/08 02:22:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qeredes5pore' 2025/08/08 02:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qeredes5pore': 1 files missing 2025/08/08 02:22:30 NOTICE: 1 hashes missing 2025/08/08 02:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qeredes5pore': 1 differences found 2025/08/08 02:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qeredes5pore': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/08 02:22:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:22:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qeredes5pore': 0 differences found 2025/08/08 02:22:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qeredes5pore': 1 matching files 2025/08/08 02:22:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dicevul5kiwa" 2025/08/08 02:22:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:22:31 DEBUG : Creating backend with remote "TestDrive:crypt/a14tnqou929271lfljnjbgqmqr97lqo7pvdmqblsukdhm4q7ict0" 2025/08/08 02:22:32 DEBUG : Creating backend with remote "/tmp/rclone604365811" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dicevul5kiwa'", Local "Local file system at /tmp/rclone604365811", Modify Window "1ms" 2025/08/08 02:22:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = baa1b239a814a8a975f3ae492f80fed5 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/08 02:22:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/08 02:22:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dicevul5kiwa' 2025/08/08 02:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dicevul5kiwa': 1 files missing 2025/08/08 02:22:34 NOTICE: 1 hashes missing 2025/08/08 02:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dicevul5kiwa': 1 differences found 2025/08/08 02:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dicevul5kiwa': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/08 02:22:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 02:22:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dicevul5kiwa': 0 differences found 2025/08/08 02:22:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dicevul5kiwa': 1 matching files 2025/08/08 02:22:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dicevul5kiwa': Purge remote 2025/08/08 02:22:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeredes5pore': Purge remote 2025/08/08 02:22:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cunanuz2yiha': Purge remote 2025/08/08 02:22:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajopaf5tori': Purge remote 2025/08/08 02:22:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pozusud0wofe': Purge remote 2025/08/08 02:22:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nujosed0wige': Purge remote 2025/08/08 02:22:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tudebub6pifu': Purge remote 2025/08/08 02:22:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wizeban4heyu': Purge remote 2025/08/08 02:22:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nawofoq0fexu': Purge remote 2025/08/08 02:22:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mikulap3xawi': Purge remote --- PASS: TestApplyTransforms (53.80s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:22:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/08 02:22:43 DEBUG : sub/file2: md5 = a4edc9d7aaddebdf913552cc42362cba OK 2025/08/08 02:22:43 INFO : file1: Copied (new) to: sub/file2 2025/08/08 02:22:43 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/08 02:22:43 DEBUG : file1: Unchanged skipping 2025/08/08 02:22:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': don't need to copy/move sub/file2, it is already at target location 2025/08/08 02:22:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.96s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:22:49 DEBUG : dst/file1: md5 = d532dfdc1900a638a7aade0a8e61c2c5 OK 2025/08/08 02:22:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/backup" 2025/08/08 02:22:50 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/1nrff024r7pq65ecp72fc28jb0" 2025/08/08 02:22:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/08 02:22:54 INFO : dst/file1: Moved (server-side) 2025/08/08 02:22:55 DEBUG : dst/file1: md5 = ace8dad5cf5f9f00466d5e7a81adc237 OK 2025/08/08 02:22:55 INFO : dst/file1: Copied (new) 2025/08/08 02:22:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 02:22:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 02:22:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.81s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:23:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/dst" 2025/08/08 02:23:00 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 02:23:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/CompareDest" 2025/08/08 02:23:01 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/gveqi14airsml4bgu7krj116o8" 2025/08/08 02:23:03 DEBUG : one: Need to transfer - File not found at Destination 2025/08/08 02:23:05 DEBUG : one: md5 = 17650cdbf60069f990aa7d5662121bee OK 2025/08/08 02:23:05 INFO : one: Copied (new) 2025/08/08 02:23:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 02:23:08 DEBUG : one: md5 = b0f835fb7253ca3c45fec5c13fe0a038 OK 2025/08/08 02:23:08 INFO : one: Copied (replaced existing) 2025/08/08 02:23:10 DEBUG : dst/one: md5 = 0866dd869a1c1a18c8fba23a8f0decf7 OK 2025/08/08 02:23:12 DEBUG : CompareDest/one: md5 = a7af6c30e7043d6f0d61b68d2f97a7df OK 2025/08/08 02:23:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 02:23:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 02:23:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/08 02:23:15 DEBUG : CompareDest/two: md5 = 1af1665fd65427e904acc63b7979551b OK 2025/08/08 02:23:16 DEBUG : two: Need to transfer - File not found at Destination 2025/08/08 02:23:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 02:23:16 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/08 02:23:17 DEBUG : two: Need to transfer - File not found at Destination 2025/08/08 02:23:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 02:23:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/08 02:23:18 DEBUG : two: Need to transfer - File not found at Destination 2025/08/08 02:23:19 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/08 02:23:20 DEBUG : two: md5 = 1a6a1892c6ae5e9d26da65a3c6f71968 OK 2025/08/08 02:23:20 INFO : two: Copied (new) 2025/08/08 02:23:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 02:23:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:23:24 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 02:23:24 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.21s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:23:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/dst" 2025/08/08 02:23:25 DEBUG : Config file has changed externally - reloading 2025/08/08 02:23:25 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 02:23:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/CopyDest" 2025/08/08 02:23:27 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/08 02:23:28 DEBUG : one: Need to transfer - File not found at Destination 2025/08/08 02:23:30 DEBUG : one: md5 = 1cfbae0c99d95fb3ec87d0e61af13d35 OK 2025/08/08 02:23:30 INFO : one: Copied (new) 2025/08/08 02:23:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 02:23:33 DEBUG : one: md5 = 104b0625c69395e472a187f4e7e99e22 OK 2025/08/08 02:23:33 INFO : one: Copied (replaced existing) 2025/08/08 02:23:35 DEBUG : dst/one: md5 = d1d3fc56435b61876b3999f760f650be OK 2025/08/08 02:23:37 DEBUG : CopyDest/one: md5 = 9a5068c8e5aa03717ac9a5c2d4904aae OK 2025/08/08 02:23:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/BackupDir" 2025/08/08 02:23:38 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/08 02:23:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 02:23:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 02:23:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 02:23:41 INFO : one: Moved (server-side) 2025/08/08 02:23:42 INFO : one: Copied (server-side copy) 2025/08/08 02:23:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/08 02:23:44 DEBUG : CopyDest/two: md5 = 5530a5f8404dc671250bb002c4156b1a OK 2025/08/08 02:23:45 DEBUG : two: Need to transfer - File not found at Destination 2025/08/08 02:23:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 02:23:46 INFO : two: Copied (server-side copy) 2025/08/08 02:23:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/08 02:23:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 02:23:47 DEBUG : two: Unchanged skipping 2025/08/08 02:23:49 DEBUG : CopyDest/three: md5 = 806d77cdf4db6f660c2485bf9f92fe97 OK 2025/08/08 02:23:50 DEBUG : three: Need to transfer - File not found at Destination 2025/08/08 02:23:50 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/08 02:23:50 DEBUG : three: Destination not found in --copy-dest 2025/08/08 02:23:51 DEBUG : three: md5 = 161799a5651f847e67d4ec0b10987bb0 OK 2025/08/08 02:23:51 INFO : three: Copied (new) 2025/08/08 02:23:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/08 02:23:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 02:23:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:23:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/08 02:23:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:23:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 02:23:57 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.76s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:23:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/08 02:24:01 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 140137dc21cb5b105ab482e55f40c194 OK 2025/08/08 02:24:01 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/08 02:24:01 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/08 02:24: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/08/08 02:24:02 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/08 02:24:03 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/08 02:24:04 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 49bfc71637de218fd783b20c5b2ef38d OK 2025/08/08 02:24:04 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/08 02:24:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/08 02:24:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.15s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:24:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Looking for duplicate names using skip mode. 2025/08/08 02:24:11 NOTICE: one: Found 2 files with duplicate names 2025/08/08 02:24:11 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.79s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:24:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Looking for duplicate names using skip mode. 2025/08/08 02:24:17 NOTICE: one: Found 3 files with duplicate names 2025/08/08 02:24:17 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/08 02:24:17 INFO : one: Deleted 2025/08/08 02:24:17 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.08s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:24:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Looking for duplicate names using first mode. 2025/08/08 02:24:23 NOTICE: one: Found 3 files with duplicate names 2025/08/08 02:24:23 INFO : one: Deleted 2025/08/08 02:24:24 INFO : one: Deleted 2025/08/08 02:24:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.09s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:24:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Looking for duplicate names using newest mode. 2025/08/08 02:24:29 NOTICE: one: Found 3 files with duplicate names 2025/08/08 02:24:30 INFO : one: Deleted 2025/08/08 02:24:30 INFO : one: Deleted 2025/08/08 02:24:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.61s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:24:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Looking for duplicate names using oldest mode. 2025/08/08 02:24:36 NOTICE: one: Found 3 files with duplicate names 2025/08/08 02:24:37 INFO : one: Deleted 2025/08/08 02:24:37 INFO : one: Deleted 2025/08/08 02:24:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.46s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:24:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Looking for duplicate names using largest mode. 2025/08/08 02:24:43 NOTICE: one: Found 3 files with duplicate names 2025/08/08 02:24:43 INFO : one: Deleted 2025/08/08 02:24:44 INFO : one: Deleted 2025/08/08 02:24:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.59s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:24:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Looking for duplicate names using smallest mode. 2025/08/08 02:24:49 NOTICE: one: Found 3 files with duplicate names 2025/08/08 02:24:50 INFO : one: Deleted 2025/08/08 02:24:50 INFO : one: Deleted 2025/08/08 02:24:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.22s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:24:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Looking for duplicate names using rename mode. 2025/08/08 02:24:57 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/08 02:24:58 INFO : one-2.txt: renamed from: one.txt 2025/08/08 02:24:59 INFO : one-3.txt: renamed from: one.txt 2025/08/08 02:25:01 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.88s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:25:05 DEBUG : dupe1/one.txt: md5 = 0d10d77214068637c4a398d928384cc0 OK 2025/08/08 02:25:08 DEBUG : dupe2/two.txt: md5 = c0ccbd844d2c55c80e842301ed415680 OK 2025/08/08 02:25:10 DEBUG : dupe3/three.txt: md5 = 1b99e55799f8cb9580ebc4a5e09a993d OK 2025/08/08 02:25:10 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/08 02:25:11 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/08 02:25:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/08 02:25:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/08 02:25:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/08 02:25:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/08 02:25:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.92s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:25:17 DEBUG : a.txt: md5 = eb821b4e4c83d8b566c9eb7fc99e3201 OK 2025/08/08 02:25:19 DEBUG : zend.txt: md5 = 8c7e611cce7cea892b8415eabd00ab79 OK 2025/08/08 02:25:21 DEBUG : sub dir/hello world: md5 = 83babc9d6b266994b2ba58754a49522e OK 2025/08/08 02:25:22 DEBUG : sub dir/hello world2: md5 = 8fe5fc0712f53abe9479ac20bc8f56d8 OK 2025/08/08 02:25:24 DEBUG : sub dir/ignore dir/.ignore: md5 = 74d8be353f65337847a8f678fa071b37 OK 2025/08/08 02:25:26 DEBUG : sub dir/ignore dir/should be ignored: md5 = 3c204efc7a1b7909be58cb1178790202 OK 2025/08/08 02:25:28 DEBUG : sub dir/sub sub dir/hello world3: md5 = cb0deeb40c7e397d79e52e6f7e12494a OK 2025/08/08 02:25:29 DEBUG : a.txt: Excluded (Size Filter) 2025/08/08 02:25:29 DEBUG : a.txt: Excluded 2025/08/08 02:25:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/08 02:25:29 DEBUG : sub dir/hello world2: Excluded 2025/08/08 02:25:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/08 02:25:29 DEBUG : sub dir/hello world: Excluded 2025/08/08 02:25:30 DEBUG : sub dir/ignore dir: Excluded 2025/08/08 02:25:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/08 02:25:30 DEBUG : sub dir/hello world2: Excluded 2025/08/08 02:25:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/08 02:25:30 DEBUG : sub dir/hello world: Excluded 2025/08/08 02:25:30 DEBUG : sub dir/ignore dir: Excluded 2025/08/08 02:25:35 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/08 02:25:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/08 02:25:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/08 02:25:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/08 02:25:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/08 02:25:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/08 02:25:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.03s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:25:38 DEBUG : a.txt: md5 = 4ec546b0f16ab9db83e2143ab91c67ca OK 2025/08/08 02:25:40 DEBUG : zend.txt: md5 = 654111a4d5c2a0c2adea0144df84afcf OK 2025/08/08 02:25:42 DEBUG : sub dir/hello world: md5 = 152933af80bdd03b17ff1573567ea6c1 OK 2025/08/08 02:25:44 DEBUG : sub dir/hello world2: md5 = b89c07c83a68e7bf6e3950cab2c37b78 OK 2025/08/08 02:25:46 DEBUG : sub dir/ignore dir/.ignore: md5 = e3e4fe14d232f29b1e581f53390d582d OK 2025/08/08 02:25:47 DEBUG : sub dir/ignore dir/should be ignored: md5 = 6696f9fc646503b7389300113483a2bf OK 2025/08/08 02:25:49 DEBUG : sub dir/sub sub dir/hello world3: md5 = c6e4b3034d4fe85fd28c9c7bc8a8236e OK 2025/08/08 02:25:50 DEBUG : a.txt: Excluded (Size Filter) 2025/08/08 02:25:50 DEBUG : a.txt: Excluded 2025/08/08 02:25:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/08 02:25:51 DEBUG : sub dir/hello world: Excluded 2025/08/08 02:25:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/08 02:25:51 DEBUG : sub dir/hello world2: Excluded 2025/08/08 02:25:52 DEBUG : sub dir/ignore dir: Excluded 2025/08/08 02:25:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/08 02:25:52 DEBUG : sub dir/hello world: Excluded 2025/08/08 02:25:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/08 02:25:52 DEBUG : sub dir/hello world2: Excluded 2025/08/08 02:25:52 DEBUG : sub dir/ignore dir: Excluded 2025/08/08 02:25:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/08 02:25:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/08 02:25:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/08 02:25:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/08 02:25:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/08 02:25:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/08 02:25:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.82s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:00 DEBUG : file1: md5 = d322ad48f32a9b69dff36808819bb5e0 OK 2025/08/08 02:26:02 DEBUG : sub/file2: md5 = 1ec2aca84803135a6a4104aa6798ec19 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/08/08 02:26:06 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/08 02:26:06 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/08 02:26:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/08 02:26:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.75s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.44s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.21s) --- PASS: TestListJSON/ShowHash (0.40s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:10 DEBUG : file1: md5 = c786f68fe990580840c155e82962d979 OK 2025/08/08 02:26:12 DEBUG : sub/file2: md5 = 4430a8fd2cb18305df60c93854fa8094 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/08/08 02:26:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/notfound" 2025/08/08 02:26:16 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/qe0i31qdkoejk60elps0ni5sqk" 2025/08/08 02:26:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.55s) --- PASS: TestStatJSON/Root (0.31s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.21s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.21s) --- PASS: TestStatJSON/RootNotFound (1.83s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Making directory 2025/08/08 02:26:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Making directory --- PASS: TestMkdir (0.72s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:23 DEBUG : sub dir/hello world: md5 = 6fc6b594eb848644d972e2f323e8659a OK 2025/08/08 02:26:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.83s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:27 DEBUG : potato2: md5 = 149234343a56384063105d6a49599dd4 OK 2025/08/08 02:26:28 DEBUG : empty space: md5 = 795f4b9ddebd7db094e07f5c9a70becd OK --- PASS: TestLs (4.46s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:32 DEBUG : potato2: md5 = 49eb81469f4f4aa5cdcef448a1585a2e OK 2025/08/08 02:26:33 DEBUG : empty space: md5 = 2d1920012fce060c1a640912bf09dacc OK 2025/08/08 02:26:33 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.85s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:36 DEBUG : potato2: md5 = 9214a83cb74526dad663c96ef5855b2f OK 2025/08/08 02:26:38 DEBUG : empty space: md5 = 4c07f636bbac6fbbccb652f04e56d2d6 OK --- PASS: TestLsLong (4.71s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:41 DEBUG : potato2: md5 = b1381afc8d162d3e05c5e8d4203430de OK 2025/08/08 02:26:43 DEBUG : empty space: md5 = 77c28f106d7e7383fcbd4fe264d2913d OK --- PASS: TestHashSums (4.33s) === RUN TestHashSumsWithErrors 2025/08/08 02:26:44 DEBUG : Creating backend with remote ":memory:" 2025/08/08 02:26:44 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/08 02:26:44 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/08 02:26:44 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/08 02:26:44 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/08 02:26:44 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/08 02:26:44 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/08 02:26:44 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/08 02:26:44 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/08 02:26:44 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-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:46 DEBUG : potato2: md5 = 8f9d736a0106d7876be734e2374ea0fd OK 2025/08/08 02:26:47 DEBUG : empty space: md5 = edfcd4eeb7da1c9140edc6eae2ab7c4b OK 2025/08/08 02:26:49 DEBUG : sub dir/potato3: md5 = 39d63f84dd835f68b8a50d5ba0b88260 OK 2025/08/08 02:26:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.57s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:26:54 DEBUG : small: md5 = 0ccbcfd02a2c4bb2185b32109279b920 OK 2025/08/08 02:26:55 DEBUG : medium: md5 = 2bb4be869f6db4944d63dd7b9b2b1009 OK 2025/08/08 02:26:57 DEBUG : large: md5 = 0865f31b4b84fe9c3455154c00129f9f OK 2025/08/08 02:26:57 DEBUG : Waiting for deletions to finish 2025/08/08 02:26:57 DEBUG : large: Excluded (Size Filter) 2025/08/08 02:26:58 INFO : small: Deleted 2025/08/08 02:26:58 INFO : medium: Deleted --- PASS: TestDelete (6.23s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:27:00 DEBUG : small: md5 = 51e312118a4f7f5e10fed01a72ae4195 OK 2025/08/08 02:27:01 DEBUG : medium: md5 = 620fc23d1d7f3289d8772ca445f2e255 OK 2025/08/08 02:27:03 DEBUG : large: md5 = 2dcefb0a237df8b1b7c4e5c8a6b9d9e5 OK 2025/08/08 02:27:03 DEBUG : Waiting for deletions to finish 2025/08/08 02:27:03 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/08/08 02:27:04 INFO : large: Deleted 2025/08/08 02:27:04 INFO : small: Deleted --- PASS: TestMaxDelete (6.43s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:27:07 DEBUG : small: md5 = 5d5e3929ec54497a6f318265dbc76903 OK 2025/08/08 02:27:08 DEBUG : medium: md5 = ea51308a65208190f7c633ad4dd6541e OK 2025/08/08 02:27:10 DEBUG : large: md5 = 47dba67381158c2a2644a790c7837a2d OK 2025/08/08 02:27:10 DEBUG : Waiting for deletions to finish 2025/08/08 02:27:10 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/08 02:27:11 INFO : small: Deleted 2025/08/08 02:27:11 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.05s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:27:14 DEBUG : small: md5 = a105b127e9496d7462d272a6fc36470c OK 2025/08/08 02:27:15 DEBUG : medium: md5 = f33c6cdbb7344427a782458912869873 OK 2025/08/08 02:27:17 DEBUG : large: md5 = 41651811dac30c3f5427b3b86e1863e2 OK 2025/08/08 02:27:17 DEBUG : Waiting for deletions to finish 2025/08/08 02:27:17 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/08 02:27:17 INFO : large: Deleted 2025/08/08 02:27:18 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.93s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:27:21 DEBUG : ReadFile: md5 = 6f70022d561db27b086626b94925042a OK --- PASS: TestReadFile (4.17s) === RUN TestRetry 2025/08/08 02:27:23 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/08 02:27:23 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/08 02:27:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/08 02:27:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/08 02:27:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/08 02:27:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/08 02:27:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:27:25 DEBUG : file1: md5 = 46454ed9e188ae3d8ba55ec99be1d8be OK 2025/08/08 02:27:27 DEBUG : file2: md5 = 27b50c1a2b60659c4348ce0261b5caec OK --- PASS: TestCat (16.83s) === RUN TestPurge 2025/08/08 02:27:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dinehoz1nejo" 2025/08/08 02:27:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 02:27:40 DEBUG : Creating backend with remote "TestDrive:crypt/adgsm25a116j6cnfm215isdf3o9kljknpqj705v1dgfmqk167heg" 2025/08/08 02:27:41 DEBUG : Creating backend with remote "/tmp/rclone3795948895" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dinehoz1nejo'", Local "Local file system at /tmp/rclone3795948895", Modify Window "1ms" 2025/08/08 02:27:46 DEBUG : A1/B1/C1/one: md5 = fdef4fa89f3cfb3528601eeae2580aee OK 2025/08/08 02:27:46 INFO : A2: Making directory 2025/08/08 02:27:46 INFO : A1/B2: Making directory 2025/08/08 02:27:47 INFO : A1/B2/C2: Making directory 2025/08/08 02:27:48 INFO : A1/B1/C3: Making directory 2025/08/08 02:27:49 INFO : A3: Making directory 2025/08/08 02:27:50 INFO : A3/B3: Making directory 2025/08/08 02:27:50 INFO : A3/B3/C4: Making directory 2025/08/08 02:27:53 DEBUG : A1/two: md5 = 9e6011d78c10baec6bf04cfe5d951897 OK 2025/08/08 02:27:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dinehoz1nejo': Purge remote 2025/08/08 02:27:56 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.79s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:28:00 DEBUG : A1/B1/C1/one: md5 = 4d85ae519446c9da06264681bf3a5660 OK 2025/08/08 02:28:00 INFO : A2: Making directory 2025/08/08 02:28:00 INFO : A1/B2: Making directory 2025/08/08 02:28:01 INFO : A1/B2/C2: Making directory 2025/08/08 02:28:02 INFO : A1/B1/C3: Making directory 2025/08/08 02:28:03 INFO : A3: Making directory 2025/08/08 02:28:03 INFO : A3/B3: Making directory 2025/08/08 02:28:04 INFO : A3/B3/C4: Making directory 2025/08/08 02:28:07 DEBUG : A1/two: md5 = 08044fc15b347ef3155405f98c68ba8e OK 2025/08/08 02:28:08 DEBUG : removing 1 level 3 directories 2025/08/08 02:28:08 INFO : A3/B3/C4: Removing directory 2025/08/08 02:28:10 DEBUG : removing 2 level 3 directories 2025/08/08 02:28:10 INFO : A1/B2/C2: Removing directory 2025/08/08 02:28:10 INFO : A1/B1/C3: Removing directory 2025/08/08 02:28:11 DEBUG : removing 2 level 2 directories 2025/08/08 02:28:11 INFO : A3/B3: Removing directory 2025/08/08 02:28:11 INFO : A1/B2: Removing directory 2025/08/08 02:28:11 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/08 02:28:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/08 02:28:12 DEBUG : removing 2 level 1 directories 2025/08/08 02:28:12 INFO : A3: Removing directory 2025/08/08 02:28:12 INFO : A2: Removing directory 2025/08/08 02:28:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/08 02:28:16 DEBUG : removing 1 level 3 directories 2025/08/08 02:28:16 INFO : A1/B1/C1: Removing directory 2025/08/08 02:28:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:17 DEBUG : removing 1 level 2 directories 2025/08/08 02:28:17 INFO : A1/B1: Removing directory 2025/08/08 02:28:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/08 02:28:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 02:28:17 DEBUG : removing 1 level 1 directories 2025/08/08 02:28:17 INFO : A1: Removing directory 2025/08/08 02:28:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/08 02:28:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/08 02:28:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 02:28:18 DEBUG : removing 1 level 0 directories 2025/08/08 02:28:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Removing directory 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 02:28:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.19s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:28:20 INFO : A1: Making directory 2025/08/08 02:28:21 INFO : A1/B1: Making directory 2025/08/08 02:28:22 INFO : A1/B1/C1: Making directory 2025/08/08 02:28:24 DEBUG : removing 1 level 3 directories 2025/08/08 02:28:24 INFO : A1/B1/C1: Removing directory 2025/08/08 02:28:25 DEBUG : removing 1 level 2 directories 2025/08/08 02:28:25 INFO : A1/B1: Removing directory 2025/08/08 02:28:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 02:28:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.86s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:28:27 INFO : A1: Making directory 2025/08/08 02:28:28 INFO : A1/B1: Making directory 2025/08/08 02:28:29 INFO : A1/B1/C1: Making directory 2025/08/08 02:28:32 DEBUG : removing 1 level 3 directories 2025/08/08 02:28:32 INFO : A1/B1/C1: Removing directory 2025/08/08 02:28:32 DEBUG : removing 1 level 2 directories 2025/08/08 02:28:32 INFO : A1/B1: Removing directory 2025/08/08 02:28:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 02:28:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.78s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:28:37 DEBUG : file1: md5 = 7c7f80e0c421eab7d0be2b93bb56fca8 OK 2025/08/08 02:28:37 DEBUG : filename.txt: File name found in url 2025/08/08 02:28:38 DEBUG : filename.txt: md5 = 35758fa321c327425bf8e5402075596c OK 2025/08/08 02:28:38 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/08 02:28:40 DEBUG : headerfilename.txt: md5 = b80219d1dba86611c58f4df23193fa16 OK 2025/08/08 02:28:41 DEBUG : file2: md5 = 14f775719502d4c6a06107c4ebdb4d75 OK --- PASS: TestCopyURL (8.86s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:28:44 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/08 02:28:46 DEBUG : sub/file2: md5 = 60503acf0a4b0d771847598013d1a775 OK 2025/08/08 02:28:46 INFO : file1: Copied (new) to: sub/file2 2025/08/08 02:28:46 INFO : file1: Deleted 2025/08/08 02:28:47 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/08 02:28:47 DEBUG : file1: Unchanged skipping 2025/08/08 02:28:47 INFO : file1: Deleted 2025/08/08 02:28:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': don't need to copy/move sub/file2, it is already at target location 2025/08/08 02:28:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.00s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:28:50 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/08 02:28:52 DEBUG : file1: md5 = 66e7d7661ea4a997064295c1386ea599 OK 2025/08/08 02:28:52 INFO : file1: Copied (new) 2025/08/08 02:28:52 INFO : file1: Deleted 2025/08/08 02:28:52 DEBUG : file1: Destination exists, skipping 2025/08/08 02:28:52 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.59s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:28:57 DEBUG : dst/file1: md5 = aaff26133d2fe438480c6d19b02393a1 OK 2025/08/08 02:28:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zefuyup9siji/backup" 2025/08/08 02:28:57 DEBUG : Creating backend with remote "TestDrive:crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg/1nrff024r7pq65ecp72fc28jb0" 2025/08/08 02:28:59 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/08 02:29:01 INFO : dst/file1: Moved (server-side) 2025/08/08 02:29:03 DEBUG : dst/file1: md5 = 3d8aa0bb7004bd8b721c48350c711a88 OK 2025/08/08 02:29:03 INFO : dst/file1: Copied (new) 2025/08/08 02:29:03 INFO : dst/file1: Deleted 2025/08/08 02:29:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 02:29:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 02:29:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.68s) === 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-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:29:09 DEBUG : A1/one: md5 = 41d39dd5e2ff18155266256baa911d5e OK 2025/08/08 02:29:11 DEBUG : A1/two: md5 = f26a0782e9b73b8ef50ca8955c5b7f5d OK 2025/08/08 02:29:13 DEBUG : A1/B1/three: md5 = 7cfcae0a1e24621466be8b66478d8aa7 OK 2025/08/08 02:29:15 DEBUG : A1/B1/C1/four: md5 = 6d7672aa17db20bbb3466a60f97bbbdd OK 2025/08/08 02:29:17 DEBUG : A1/B1/C2/five: md5 = e7f1782e6e6456b696765747d5bad183 OK 2025/08/08 02:29:17 INFO : A1/B2: Making directory 2025/08/08 02:29:18 INFO : A1/B1/C3: Making directory 2025/08/08 02:29:28 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/08 02:29:28 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/08 02:29:28 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/08 02:29:28 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/08 02:29:28 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/08 02:29:31 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/08 02:29:31 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/08 02:29:31 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 02:29:32 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/08 02:29:32 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/08 02:29:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/08 02:29:39 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/08 02:29:39 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/08 02:29:39 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/08 02:29:39 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/08 02:29:39 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/08 02:29:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/08 02:29:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/08 02:29:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 02:29:43 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/08 02:29:43 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/08 02:29:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/08 02:29:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/08 02:29:51 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/08 02:29:51 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/08 02:29:51 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 02:29:51 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/08 02:29:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/08 02:29:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/08 02:29:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 02:29:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.95s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:29:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': File to upload is small (34 bytes), uploading instead of streaming 2025/08/08 02:29:54 DEBUG : no_checksum_small_file_from_pipe: md5 = d0f981406dfb717f47efa34028a3ff6b OK 2025/08/08 02:29:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/08 02:29:54 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/08 02:29:55 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/08 02:29:56 DEBUG : no_checksum_big_file_from_pipe: md5 = 5474ec437fee130e588de770c0664f19 OK 2025/08/08 02:29:56 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-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:29:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': File to upload is small (34 bytes), uploading instead of streaming 2025/08/08 02:30:00 DEBUG : with_checksum_small_file_from_pipe: md5 = f8cfcbf97067b33dc113a736b2c901c8 OK 2025/08/08 02:30:00 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/08 02:30:01 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/08 02:30:01 DEBUG : with_checksum_big_file_from_pipe: md5 = b1a85c3fee7e86ffce9273f9ac5de159 OK 2025/08/08 02:30:01 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-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': File to upload is small (34 bytes), uploading instead of streaming 2025/08/08 02:30:05 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/08 02:30:05 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/08 02:30:06 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-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': File to upload is small (34 bytes), uploading instead of streaming 2025/08/08 02:30:10 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/08 02:30:11 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/08 02:30:12 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.05s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.31s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.37s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.51s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.86s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/08 02:30:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': File to upload is small (48 bytes), uploading instead of streaming 2025/08/08 02:30:15 DEBUG : rcat_metadata: md5 = 2368adacfcd8d8fc2833abe580a1c9c2 OK 2025/08/08 02:30:15 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/08 02:30:17 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/08 02:30:18 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3efad932479ea69d42d668d521c5fee5 OK 2025/08/08 02:30:18 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.02s) --- PASS: TestRcatMetadata/Normal (2.56s) --- PASS: TestRcatMetadata/ViaDisk (2.87s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:21 DEBUG : potato1: md5 = 6ee562936565d16d27fbeb13bd9662b2 OK 2025/08/08 02:30:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': File to upload is small (60 bytes), uploading instead of streaming 2025/08/08 02:30:22 DEBUG : potato2: md5 = 8fe81732c8a06c1a93c8c3e8007d3a51 OK 2025/08/08 02:30:22 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.43s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:25 DEBUG : potato1: md5 = bd1e221706d51cca3139246d46afe511 OK 2025/08/08 02:30:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': File to upload is small (60 bytes), uploading instead of streaming 2025/08/08 02:30:27 DEBUG : potato2: md5 = cdbfccbe02e02fd12f7cf1f3d3a94cfb OK 2025/08/08 02:30:27 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.35s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:31 DEBUG : potato2: md5 = dd63e2add8ff44f62bbde6fdb78130d9 OK 2025/08/08 02:30:32 DEBUG : empty space: md5 = 189d0efff286a10833398c05b4403f84 OK 2025/08/08 02:30:34 DEBUG : sub dir/potato3: md5 = a23733b43185ec3c09755b9f02e8d224 OK 2025/08/08 02:30:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Touching "sub dir/potato3" 2025/08/08 02:30:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Touching "empty space" 2025/08/08 02:30:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Touching "potato2" 2025/08/08 02:30:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.46s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:40 DEBUG : dir with metadata: Making directory with metadata 2025/08/08 02:30:41 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (4.26s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:44 DEBUG : directory with modtime: Making directory with metadata 2025/08/08 02:30:45 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.58s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:48 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/08 02:30:48 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/08 02:30:48 DEBUG : Google drive root 'crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg': Skipping btime metadata as can't update it on an existing file: 2025-08-08T02:30:48.072458772Z 2025/08/08 02:30:49 INFO : non existent directory: Updated directory metadata 2025/08/08 02:30:51 DEBUG : Google drive root 'crypt/gajpg8j8mdd9fs3rr93sin14k1giukia5vqplf1cbe1i1v0nfqhg': Skipping btime metadata as can't update it on an existing file: 2025-08-08T02:30:48.072458772Z 2025/08/08 02:30:52 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.67s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:53 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/08 02:30:55 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/08 02:30:56 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.31s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:30:58 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/08 02:30:58 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/08 02:30:58 DEBUG : dst: Making directory with metadata 2025/08/08 02:30:58 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/08 02:30:58 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/08 02:30:59 INFO : dst: Set directory modification time (using SetModTime) 2025/08/08 02:30:59 INFO : dst: Set directory modification time (using SetModTime) 2025/08/08 02:30:59 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/08 02:31:00 INFO : dst: Set directory modification time (using SetModTime) 2025/08/08 02:31:00 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.50s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji'", Local "Local file system at /tmp/rclone1777373580", Modify Window "1ms" 2025/08/08 02:31:03 DEBUG : sub dir/test remove existing: md5 = 75d040140ad201867afa82bfb948541b OK 2025/08/08 02:31:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 80e9bc978f1049cccfa4b3a75a27e129 OK 2025/08/08 02:31:06 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.sajakib1" before starting 2025/08/08 02:31:07 DEBUG : sub dir/test remove existing.sajakib1: TEST: removing renamed existing file after operation 2025/08/08 02:31:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.layezop2" before starting 2025/08/08 02:31:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.layezop2: TEST: renaming existing back after failed operation 2025/08/08 02:31:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yopirul4" before starting 2025/08/08 02:31:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yopirul4: TEST: removing renamed existing file after operation 2025/08/08 02:31:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1087q28hhupcrah5k4nldpppmm3hd6c16mm8k7croqkno1071su0" 2025/08/08 02:31:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "o1pf1ajjsigc3e4fcbp3ijnfug3vc5fjiipvh8rr8r2titg75o5nnv7ovbf8t2l3f1u61nibsiqrh2ts05qh0qeu6o5t0kmebt5uuiqki9iq3nef8buhcmdt382apcgiapf1blptaki8l846s9mcil1ef83birk1r70kes0a2gfn70jtn55g" --- PASS: TestRemoveExisting (13.57s) === 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/08/08 02:31:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zefuyup9siji': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m57.392401847s (try 1/5)