"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/06/22 05:10:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku" 2025/06/22 05:10:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:10:29 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g" 2025/06/22 05:10:30 DEBUG : Creating backend with remote "/tmp/rclone3924969825" === 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", 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/06/22 05:10:31 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/22 05:10:31 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/22 05:10:31 DEBUG : potato: Seek from 10 to 0 2025/06/22 05:10:31 DEBUG : potato: Seek from 10 to 0 2025/06/22 05:10:31 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/22 05:10:31 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/22 05:10:31 DEBUG : potato: Seek from 5 to 2 2025/06/22 05:10:31 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/22 05:10:31 DEBUG : potato: Seek from 7 to 0 2025/06/22 05:10:31 DEBUG : potato: Seek from 7 to 0 2025/06/22 05:10:31 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/22 05:10:31 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/22 05:10:31 DEBUG : potato: Seek from 5 to 2 2025/06/22 05:10:31 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/22 05:10:31 DEBUG : potato: Seek from 8 to 0 2025/06/22 05:10:31 DEBUG : potato: Seek from 8 to 0 2025/06/22 05:10:31 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/22 05:10:31 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/22 05:10:31 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/22 05:10:31 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/22 05:10:31 DEBUG : potato: Seek from 5 to 2 2025/06/22 05:10:31 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/22 05:10:31 DEBUG : potato: Seek from 9 to 0 2025/06/22 05:10:31 DEBUG : potato: Seek from 9 to 0 2025/06/22 05:10:31 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:10:33 DEBUG : rutabaga: md5 = 24a5bd7e2519e4f3119127e6b42efffc OK === RUN TestCheck/1 === RUN TestCheck/2 2025/06/22 05:10:35 DEBUG : empty space: md5 = e3f44f3c28d53a68dc66dad1d9585116 OK === RUN TestCheck/3 2025/06/22 05:10:37 DEBUG : potato2: md5 = a33af65840f2f3079b24b5ea2504de31 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/06/22 05:10:39 DEBUG : remotepotato: md5 = a134535bdde0a41cff39bd49f224c08f OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.65s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/06/22 05:10:43 DEBUG : Creating backend with remote "nonexistent" 2025/06/22 05:10:43 DEBUG : Creating backend with remote "nonexistent" 2025/06/22 05:10:43 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/22 05:10:43 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/06/22 05:10:43 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/22 05:10:43 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:10:44 DEBUG : rutabaga: md5 = 0e27294e1d937acf67e85d09d7baa7fa OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/06/22 05:10:48 DEBUG : empty space: md5 = 288555cdb7ecaa48a8fcbd0635d558b9 OK === RUN TestCheckDownload/3 2025/06/22 05:10:51 DEBUG : potato2: md5 = 52fd9beb1e750255351fb8cf421c4877 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/06/22 05:10:55 DEBUG : remotepotato: md5 = 9f6957b15ecc9401e6308915102da10d OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.97s) --- PASS: TestCheckDownload/1 (1.13s) --- PASS: TestCheckDownload/2 (1.13s) --- PASS: TestCheckDownload/3 (1.00s) --- PASS: TestCheckDownload/4 (1.37s) --- PASS: TestCheckDownload/5 (1.25s) --- PASS: TestCheckDownload/6 (0.99s) --- PASS: TestCheckDownload/7 (0.97s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:11:01 DEBUG : rutabaga: md5 = 9dc5a9cc456858ef9bf31979881454e5 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/06/22 05:11:03 DEBUG : empty space: md5 = 0b26431992a5b4359e90237a8fa79f0c OK === RUN TestCheckSizeOnly/3 2025/06/22 05:11:05 DEBUG : potato2: md5 = 5067a5665890f8b0ea8e3fde79867f02 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/06/22 05:11:07 DEBUG : remotepotato: md5 = b36c0e6f745bac3351061a6483f746d4 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.47s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.35s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:11:11 DEBUG : test.sum: md5 = c002d448a45d8320ab2d63c296d98013 OK 2025/06/22 05:11:12 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/22 05:11:12 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/22 05:11:12 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/22 05:11:12 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/22 05:11:14 DEBUG : test.sum: md5 = b8cedc98f6c585f4ec4f579fe495afae OK 2025/06/22 05:11:15 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/22 05:11:15 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/22 05:11:15 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/22 05:11:15 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.79s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:11:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/data" 2025/06/22 05:11:16 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:11:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/data" 2025/06/22 05:11:18 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/vjrnln8ratgmqakfosrqe8espk" 2025/06/22 05:11:21 DEBUG : data/banana: md5 = c049fefd40a97551ed1bea3bdae5efc0 OK 2025/06/22 05:11:23 DEBUG : test.sum: md5 = 749ff21dc180db627c0ff4daa2cec6b6 OK === RUN TestCheckSumDownload/subtest1 2025/06/22 05:11:27 DEBUG : data/potato: md5 = e15d909546a71b09a841a82a55fd0824 OK 2025/06/22 05:11:28 DEBUG : test.sum: md5 = 31fb8a8b9cc82ce3da7f66764844fc90 OK === RUN TestCheckSumDownload/subtest2 2025/06/22 05:11:32 DEBUG : test.sum: md5 = 3c24fd44062d99a55d44e7242129b4dd OK === RUN TestCheckSumDownload/subtest3 2025/06/22 05:11:36 DEBUG : test.sum: md5 = 5446bc1749cd472c64aeed9e0657c93d OK === RUN TestCheckSumDownload/subtest4 2025/06/22 05:11:40 DEBUG : test.sum: md5 = 498d69237fe62b72fe38dfdfa9d496d9 OK === RUN TestCheckSumDownload/subtest5 2025/06/22 05:11:44 DEBUG : test.sum: md5 = ac49e95a8310e2249e176b9979eb27b6 OK === RUN TestCheckSumDownload/subtest6 2025/06/22 05:11:48 DEBUG : data/banana: md5 = 210c79631f9f0dbb86e4b7e3791a91ad OK 2025/06/22 05:11:49 DEBUG : data/potato: md5 = f724ef745ec632d593fc414290e9c706 OK 2025/06/22 05:11:51 DEBUG : test.sum: md5 = b30a688ce3f71c004cd90cfb84489def OK === RUN TestCheckSumDownload/subtest7 2025/06/22 05:11:55 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/06/22 05:11:55 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (38.50s) --- PASS: TestCheckSumDownload/subtest1 (2.36s) --- PASS: TestCheckSumDownload/subtest2 (2.05s) --- PASS: TestCheckSumDownload/subtest3 (2.08s) --- PASS: TestCheckSumDownload/subtest4 (2.05s) --- PASS: TestCheckSumDownload/subtest5 (2.15s) --- PASS: TestCheckSumDownload/subtest6 (2.01s) --- PASS: TestCheckSumDownload/subtest7 (2.18s) === RUN TestApplyTransforms 2025/06/22 05:11:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-falesum3qiki" 2025/06/22 05:11:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:11:56 DEBUG : Creating backend with remote "TestDrive:crypt/9jrlsv5amttggcnt668v98j62ot9u0ks5hqkubgojbdgjl53r560" 2025/06/22 05:11:57 DEBUG : Creating backend with remote "/tmp/rclone2517164765" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-falesum3qiki'", Local "Local file system at /tmp/rclone2517164765", Modify Window "1ms" 2025/06/22 05:11:59 DEBUG : hello, world!: md5 = 001baedd757df478545de31ba6fef98a OK upper checkfile vs. lower remote (without normalization) 2025/06/22 05:12:00 ERROR : hello, world!: sum not found 2025/06/22 05:12:00 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-falesum3qiki' 2025/06/22 05:12:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-falesum3qiki': 1 files missing 2025/06/22 05:12:00 NOTICE: 1 hashes missing 2025/06/22 05:12:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-falesum3qiki': 2 differences found 2025/06/22 05:12:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-falesum3qiki': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/22 05:12:01 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-falesum3qiki': 0 differences found 2025/06/22 05:12:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-falesum3qiki': 1 matching files 2025/06/22 05:12:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muhonok9pini" 2025/06/22 05:12:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:01 DEBUG : Creating backend with remote "TestDrive:crypt/dmsksc0cf05d6ovilgvehco85eummr0lt4tkid19o5vkps9t3450" 2025/06/22 05:12:02 DEBUG : Creating backend with remote "/tmp/rclone223735318" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muhonok9pini'", Local "Local file system at /tmp/rclone223735318", Modify Window "1ms" 2025/06/22 05:12:04 DEBUG : HELLO, WORLD!: md5 = d8a5aaf44a1f404cd3f36477927de371 OK lower checkfile vs. upper remote (without normalization) 2025/06/22 05:12:05 ERROR : HELLO, WORLD!: sum not found 2025/06/22 05:12:05 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-muhonok9pini' 2025/06/22 05:12:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muhonok9pini': 1 files missing 2025/06/22 05:12:05 NOTICE: 1 hashes missing 2025/06/22 05:12:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muhonok9pini': 2 differences found 2025/06/22 05:12:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muhonok9pini': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/22 05:12:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muhonok9pini': 0 differences found 2025/06/22 05:12:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muhonok9pini': 1 matching files 2025/06/22 05:12:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sobexin2jipa" 2025/06/22 05:12:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:06 DEBUG : Creating backend with remote "TestDrive:crypt/otirdq7g5s5gaj68r14g7ik4ghsa5ek3sbtcbnj2p7tmjeq9e6i0" 2025/06/22 05:12:07 DEBUG : Creating backend with remote "/tmp/rclone132008842" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sobexin2jipa'", Local "Local file system at /tmp/rclone132008842", Modify Window "1ms" 2025/06/22 05:12:09 DEBUG : HeLlO, wOrLd!: md5 = f6920b451672c3338927623bed1fa943 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/22 05:12:09 ERROR : HeLlO, wOrLd!: sum not found 2025/06/22 05:12:09 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sobexin2jipa' 2025/06/22 05:12:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sobexin2jipa': 1 files missing 2025/06/22 05:12:09 NOTICE: 1 hashes missing 2025/06/22 05:12:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sobexin2jipa': 2 differences found 2025/06/22 05:12:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sobexin2jipa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/22 05:12:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sobexin2jipa': 0 differences found 2025/06/22 05:12:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sobexin2jipa': 1 matching files 2025/06/22 05:12:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zidetok3coso" 2025/06/22 05:12:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:11 DEBUG : Creating backend with remote "TestDrive:crypt/rrtjh5pelkrj5gtmm8k8o6g93p462ehpqv3f727ht2hvdm6ctea0" 2025/06/22 05:12:12 DEBUG : Creating backend with remote "/tmp/rclone3153366345" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zidetok3coso'", Local "Local file system at /tmp/rclone3153366345", Modify Window "1ms" 2025/06/22 05:12:14 DEBUG : HELLO, WORLD!: md5 = 4de744dec066a98cd8856351874681b7 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/22 05:12:14 ERROR : HELLO, WORLD!: sum not found 2025/06/22 05:12:14 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zidetok3coso' 2025/06/22 05:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zidetok3coso': 1 files missing 2025/06/22 05:12:14 NOTICE: 1 hashes missing 2025/06/22 05:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zidetok3coso': 2 differences found 2025/06/22 05:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zidetok3coso': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/22 05:12:15 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zidetok3coso': 0 differences found 2025/06/22 05:12:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zidetok3coso': 1 matching files 2025/06/22 05:12:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xekofej2paxa" 2025/06/22 05:12:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:15 DEBUG : Creating backend with remote "TestDrive:crypt/cd38ifisjf8mgg0h40equdbuq9bab5l7hthg39ftjonii9rdccp0" 2025/06/22 05:12:16 DEBUG : Creating backend with remote "/tmp/rclone1677050585" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xekofej2paxa'", Local "Local file system at /tmp/rclone1677050585", Modify Window "1ms" 2025/06/22 05:12:18 DEBUG : 測試_Русский___ě_áñ: md5 = e8d3edb0fcad7433ccd23a1ba17a694d OK NFD checkfile vs. NFC remote (without normalization) 2025/06/22 05:12:19 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/22 05:12:19 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xekofej2paxa' 2025/06/22 05:12:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xekofej2paxa': 1 files missing 2025/06/22 05:12:19 NOTICE: 1 hashes missing 2025/06/22 05:12:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xekofej2paxa': 2 differences found 2025/06/22 05:12:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xekofej2paxa': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/22 05:12:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xekofej2paxa': 0 differences found 2025/06/22 05:12:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xekofej2paxa': 1 matching files 2025/06/22 05:12:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giveroz3ropa" 2025/06/22 05:12:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:20 DEBUG : Creating backend with remote "TestDrive:crypt/5f7898593nns2r3kc7h312t7gl9l1sjk0bt4r4mbdho7mo6i0270" 2025/06/22 05:12:21 DEBUG : Creating backend with remote "/tmp/rclone668222317" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giveroz3ropa'", Local "Local file system at /tmp/rclone668222317", Modify Window "1ms" 2025/06/22 05:12:23 DEBUG : 測試_Русский___ě_áñ: md5 = 98a0e0440acdde6040187a281bda5204 OK NFC checkfile vs. NFD remote (without normalization) 2025/06/22 05:12:23 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/22 05:12:23 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-giveroz3ropa' 2025/06/22 05:12:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giveroz3ropa': 1 files missing 2025/06/22 05:12:23 NOTICE: 1 hashes missing 2025/06/22 05:12:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giveroz3ropa': 2 differences found 2025/06/22 05:12:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giveroz3ropa': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/22 05:12:25 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giveroz3ropa': 0 differences found 2025/06/22 05:12:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giveroz3ropa': 1 matching files 2025/06/22 05:12:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giyociy2tesu" 2025/06/22 05:12:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:25 DEBUG : Creating backend with remote "TestDrive:crypt/3g8ammsvk1p22fvmne4q4r2e77spj59kj2k2gqaffs9h2e7pl9j0" 2025/06/22 05:12:26 DEBUG : Creating backend with remote "/tmp/rclone2711683948" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giyociy2tesu'", Local "Local file system at /tmp/rclone2711683948", Modify Window "1ms" 2025/06/22 05:12:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 37ada1f2b701e285938d78199825950c OK NFDx2 checkfile vs. both remote (without normalization) 2025/06/22 05:12:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/22 05:12:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-giyociy2tesu' 2025/06/22 05:12:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyociy2tesu': 1 files missing 2025/06/22 05:12:28 NOTICE: 1 hashes missing 2025/06/22 05:12:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyociy2tesu': 2 differences found 2025/06/22 05:12:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyociy2tesu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/22 05:12:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyociy2tesu': 0 differences found 2025/06/22 05:12:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyociy2tesu': 1 matching files 2025/06/22 05:12:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-coqeduf7xudi" 2025/06/22 05:12:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:30 DEBUG : Creating backend with remote "TestDrive:crypt/kmlmrv4l5vvlmhfut4gosdkn2q3c3o176pgm6744gns3mtg1ihf0" 2025/06/22 05:12:30 DEBUG : Creating backend with remote "/tmp/rclone3971771416" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-coqeduf7xudi'", Local "Local file system at /tmp/rclone3971771416", Modify Window "1ms" 2025/06/22 05:12:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a528c6ec2bef8abeca123226fedb1420 OK NFCx2 checkfile vs. both remote (without normalization) 2025/06/22 05:12:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/22 05:12:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-coqeduf7xudi' 2025/06/22 05:12:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coqeduf7xudi': 1 files missing 2025/06/22 05:12:33 NOTICE: 1 hashes missing 2025/06/22 05:12:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coqeduf7xudi': 2 differences found 2025/06/22 05:12:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coqeduf7xudi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/22 05:12:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coqeduf7xudi': 0 differences found 2025/06/22 05:12:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coqeduf7xudi': 1 matching files 2025/06/22 05:12:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyijij5vora" 2025/06/22 05:12:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:34 DEBUG : Creating backend with remote "TestDrive:crypt/55jl86qm8c6tsdn6eq9jd956kn6mp9s0p72nk5hlc4ni49g894d0" 2025/06/22 05:12:35 DEBUG : Creating backend with remote "/tmp/rclone857165102" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyijij5vora'", Local "Local file system at /tmp/rclone857165102", Modify Window "1ms" 2025/06/22 05:12:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e20d7f3cab942fb51a9c936077700539 OK both checkfile vs. NFDx2 remote (without normalization) 2025/06/22 05:12:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/22 05:12:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-diyijij5vora' 2025/06/22 05:12:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diyijij5vora': 1 files missing 2025/06/22 05:12:38 NOTICE: 1 hashes missing 2025/06/22 05:12:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diyijij5vora': 2 differences found 2025/06/22 05:12:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diyijij5vora': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/22 05:12:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diyijij5vora': 0 differences found 2025/06/22 05:12:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diyijij5vora': 1 matching files 2025/06/22 05:12:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-juludec0zequ" 2025/06/22 05:12:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:12:39 DEBUG : Creating backend with remote "TestDrive:crypt/o6gaugfr4ci1m86kaq9dbauelvmqtrhadi7kth90rharjtg9ipug" 2025/06/22 05:12:40 DEBUG : Creating backend with remote "/tmp/rclone3379650444" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-juludec0zequ'", Local "Local file system at /tmp/rclone3379650444", Modify Window "1ms" 2025/06/22 05:12:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3c0048218187c9b65439189e181c5bfd OK both checkfile vs. NFCx2 remote (without normalization) 2025/06/22 05:12:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/22 05:12:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-juludec0zequ' 2025/06/22 05:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juludec0zequ': 1 files missing 2025/06/22 05:12:43 NOTICE: 1 hashes missing 2025/06/22 05:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juludec0zequ': 2 differences found 2025/06/22 05:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juludec0zequ': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/22 05:12:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/22 05:12:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juludec0zequ': 0 differences found 2025/06/22 05:12:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juludec0zequ': 1 matching files 2025/06/22 05:12:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-juludec0zequ': Purge remote 2025/06/22 05:12:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyijij5vora': Purge remote 2025/06/22 05:12:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-coqeduf7xudi': Purge remote 2025/06/22 05:12:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giyociy2tesu': Purge remote 2025/06/22 05:12:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giveroz3ropa': Purge remote 2025/06/22 05:12:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xekofej2paxa': Purge remote 2025/06/22 05:12:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zidetok3coso': Purge remote 2025/06/22 05:12:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sobexin2jipa': Purge remote 2025/06/22 05:12:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muhonok9pini': Purge remote 2025/06/22 05:12:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-falesum3qiki': Purge remote --- PASS: TestApplyTransforms (52.28s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:12:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/22 05:12:51 DEBUG : sub/file2: md5 = 9637702b9b2882d857c3798243c6b4d3 OK 2025/06/22 05:12:51 INFO : file1: Copied (new) to: sub/file2 2025/06/22 05:12:52 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/22 05:12:52 DEBUG : file1: Unchanged skipping 2025/06/22 05:12:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': don't need to copy/move sub/file2, it is already at target location 2025/06/22 05:12:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.76s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:12:57 DEBUG : dst/file1: md5 = b4342fc18ea5909b0f6af91709540509 OK 2025/06/22 05:12:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/backup" 2025/06/22 05:12:58 DEBUG : Config file has changed externally - reloading 2025/06/22 05:12:58 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/1nrff024r7pq65ecp72fc28jb0" 2025/06/22 05:12:59 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/22 05:13:02 INFO : dst/file1: Moved (server-side) 2025/06/22 05:13:03 DEBUG : dst/file1: md5 = 96de294c454f40201bac105874965db1 OK 2025/06/22 05:13:03 INFO : dst/file1: Copied (new) 2025/06/22 05:13:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/22 05:13:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/22 05:13:07 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.75s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:13:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/dst" 2025/06/22 05:13:08 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/22 05:13:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/CompareDest" 2025/06/22 05:13:09 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/gveqi14airsml4bgu7krj116o8" 2025/06/22 05:13:11 DEBUG : one: Need to transfer - File not found at Destination 2025/06/22 05:13:13 DEBUG : one: md5 = 041e86d045546d7a93ea9be51dbb10ab OK 2025/06/22 05:13:13 INFO : one: Copied (new) 2025/06/22 05:13:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/22 05:13:16 DEBUG : one: md5 = 0f6209aa33dfa711a2b83b692838cf68 OK 2025/06/22 05:13:16 INFO : one: Copied (replaced existing) 2025/06/22 05:13:18 DEBUG : dst/one: md5 = 6d6ff364ea4094fa21aa3893721ac28e OK 2025/06/22 05:13:20 DEBUG : CompareDest/one: md5 = 4260fc73fede25e6596f1f9aa1f74fc9 OK 2025/06/22 05:13:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/22 05:13:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/22 05:13:21 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/22 05:13:23 DEBUG : CompareDest/two: md5 = 60741c67ffd6089908225443c916aeec OK 2025/06/22 05:13:23 DEBUG : two: Need to transfer - File not found at Destination 2025/06/22 05:13:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/22 05:13:24 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/22 05:13:24 DEBUG : two: Need to transfer - File not found at Destination 2025/06/22 05:13:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/22 05:13:25 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/22 05:13:26 DEBUG : two: Need to transfer - File not found at Destination 2025/06/22 05:13:26 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/22 05:13:27 DEBUG : two: md5 = 7c1f138107cbc9f80480a1e73b7cd245 OK 2025/06/22 05:13:27 INFO : two: Copied (new) 2025/06/22 05:13:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/22 05:13:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:13:32 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/22 05:13:32 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.66s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:13:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/dst" 2025/06/22 05:13:32 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/22 05:13:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/CopyDest" 2025/06/22 05:13:34 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/22 05:13:36 DEBUG : one: Need to transfer - File not found at Destination 2025/06/22 05:13:38 DEBUG : one: md5 = 5834f5b681ec0ccbfb9a1dd3af6527c8 OK 2025/06/22 05:13:38 INFO : one: Copied (new) 2025/06/22 05:13:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/22 05:13:41 DEBUG : one: md5 = 02b1333dfe7aecf91a8d34b5f02e1964 OK 2025/06/22 05:13:41 INFO : one: Copied (replaced existing) 2025/06/22 05:13:43 DEBUG : dst/one: md5 = d0baa5725d63fa3d0e6908be00005b8f OK 2025/06/22 05:13:45 DEBUG : CopyDest/one: md5 = 7155cba6b795e54eebeb77b300a6cbbd OK 2025/06/22 05:13:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/BackupDir" 2025/06/22 05:13:46 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/22 05:13:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/22 05:13:47 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/22 05:13:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/22 05:13:49 INFO : one: Moved (server-side) 2025/06/22 05:13:50 INFO : one: Copied (server-side copy) 2025/06/22 05:13:50 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/22 05:13:52 DEBUG : CopyDest/two: md5 = 5381f7d995c4c4c55c970ce20c7b38f0 OK 2025/06/22 05:13:53 DEBUG : two: Need to transfer - File not found at Destination 2025/06/22 05:13:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/22 05:13:54 INFO : two: Copied (server-side copy) 2025/06/22 05:13:54 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/22 05:13:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/22 05:13:55 DEBUG : two: Unchanged skipping 2025/06/22 05:13:57 DEBUG : CopyDest/three: md5 = dbbc97af3b873bee1246212a359b78d8 OK 2025/06/22 05:13:57 DEBUG : three: Need to transfer - File not found at Destination 2025/06/22 05:13:58 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/22 05:13:58 DEBUG : three: Destination not found in --copy-dest 2025/06/22 05:13:59 DEBUG : three: md5 = b7db64273f92724e4c5cd8513654ee17 OK 2025/06/22 05:13:59 INFO : three: Copied (new) 2025/06/22 05:14:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/22 05:14:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:14:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/22 05:14:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/22 05:14:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/22 05:14:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:14:05 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.49s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:14:08 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/22 05:14:10 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 20639c6da3818b318398c3540f25a378 OK 2025/06/22 05:14:10 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/22 05:14:11 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/22 05:14:11 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/06/22 05:14:12 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/22 05:14:12 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/22 05:14:14 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 61b6109ef42bd21d0818c2295a0ca67c OK 2025/06/22 05:14:14 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/06/22 05:14:16 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/06/22 05:14:16 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.09s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:14:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Looking for duplicate names using skip mode. 2025/06/22 05:14:20 NOTICE: one: Found 2 files with duplicate names 2025/06/22 05:14:20 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.46s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:14:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Looking for duplicate names using skip mode. 2025/06/22 05:14:26 NOTICE: one: Found 3 files with duplicate names 2025/06/22 05:14:26 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/06/22 05:14:26 INFO : one: Deleted 2025/06/22 05:14:26 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.13s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:14:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Looking for duplicate names using first mode. 2025/06/22 05:14:32 NOTICE: one: Found 3 files with duplicate names 2025/06/22 05:14:32 INFO : one: Deleted 2025/06/22 05:14:33 INFO : one: Deleted 2025/06/22 05:14:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.30s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:14:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Looking for duplicate names using newest mode. 2025/06/22 05:14:38 NOTICE: one: Found 3 files with duplicate names 2025/06/22 05:14:39 INFO : one: Deleted 2025/06/22 05:14:39 INFO : one: Deleted 2025/06/22 05:14:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.32s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:14:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Looking for duplicate names using oldest mode. 2025/06/22 05:14:45 NOTICE: one: Found 3 files with duplicate names 2025/06/22 05:14:45 INFO : one: Deleted 2025/06/22 05:14:46 INFO : one: Deleted 2025/06/22 05:14:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.80s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:14:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Looking for duplicate names using largest mode. 2025/06/22 05:14:51 NOTICE: one: Found 3 files with duplicate names 2025/06/22 05:14:51 INFO : one: Deleted 2025/06/22 05:14:52 INFO : one: Deleted 2025/06/22 05:14:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.07s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:14:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Looking for duplicate names using smallest mode. 2025/06/22 05:14:57 NOTICE: one: Found 3 files with duplicate names 2025/06/22 05:14:57 INFO : one: Deleted 2025/06/22 05:14:58 INFO : one: Deleted 2025/06/22 05:14:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.15s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:15:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Looking for duplicate names using rename mode. 2025/06/22 05:15:04 NOTICE: one.txt: Found 3 files with duplicate names 2025/06/22 05:15:05 INFO : one-2.txt: renamed from: one.txt 2025/06/22 05:15:07 INFO : one-3.txt: renamed from: one.txt 2025/06/22 05:15:08 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.39s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:15:12 DEBUG : dupe1/one.txt: md5 = fb76634b4973dc98b4747f1262566630 OK 2025/06/22 05:15:15 DEBUG : dupe2/two.txt: md5 = e2c77a981a1c8bec366b880679edc485 OK 2025/06/22 05:15:17 DEBUG : dupe3/three.txt: md5 = 0f604e6ef8e743185eda49048522d5b7 OK 2025/06/22 05:15:17 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/06/22 05:15:18 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/06/22 05:15:18 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/06/22 05:15:19 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/06/22 05:15:22 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/06/22 05:15:22 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/06/22 05:15:22 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.69s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:15:24 DEBUG : a.txt: md5 = b8fe4554355c94984b53955556b69f90 OK 2025/06/22 05:15:26 DEBUG : zend.txt: md5 = a075588edd6f9e0c7948f039a87305fb OK 2025/06/22 05:15:28 DEBUG : sub dir/hello world: md5 = 5b6a20590abd65b4f4c2c3601a589b77 OK 2025/06/22 05:15:29 DEBUG : sub dir/hello world2: md5 = bdc37ae69e983a5364fe82f98bbdd3b7 OK 2025/06/22 05:15:31 DEBUG : sub dir/ignore dir/.ignore: md5 = ca9f1f3231dc8cf6f922617bf99aaac5 OK 2025/06/22 05:15:33 DEBUG : sub dir/ignore dir/should be ignored: md5 = dbc12fa120975580d4699c2369f491f6 OK 2025/06/22 05:15:35 DEBUG : sub dir/sub sub dir/hello world3: md5 = d5191b43143c0c98b029873078cb45c5 OK 2025/06/22 05:15:36 DEBUG : a.txt: Excluded (Size Filter) 2025/06/22 05:15:36 DEBUG : a.txt: Excluded 2025/06/22 05:15:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/22 05:15:37 DEBUG : sub dir/hello world2: Excluded 2025/06/22 05:15:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/22 05:15:37 DEBUG : sub dir/hello world: Excluded 2025/06/22 05:15:37 DEBUG : sub dir/ignore dir: Excluded 2025/06/22 05:15:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/22 05:15:37 DEBUG : sub dir/hello world2: Excluded 2025/06/22 05:15:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/22 05:15:37 DEBUG : sub dir/hello world: Excluded 2025/06/22 05:15:38 DEBUG : sub dir/ignore dir: Excluded 2025/06/22 05:15:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/22 05:15:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/22 05:15:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/22 05:15:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/22 05:15:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/22 05:15:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/06/22 05:15:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.24s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:15:45 DEBUG : a.txt: md5 = 7e107ebd582432129cb5d6e97fda4d0b OK 2025/06/22 05:15:47 DEBUG : zend.txt: md5 = 74de0d3969fa7a64608f759309a91ef8 OK 2025/06/22 05:15:49 DEBUG : sub dir/hello world: md5 = d8c26c264b1ece0ce45658bc941d8cba OK 2025/06/22 05:15:50 DEBUG : sub dir/hello world2: md5 = 22035890e4bdd4a5f1470295c7bfb3da OK 2025/06/22 05:15:52 DEBUG : sub dir/ignore dir/.ignore: md5 = f04f4975845eb523bd56bfceab62a331 OK 2025/06/22 05:15:54 DEBUG : sub dir/ignore dir/should be ignored: md5 = 42c55d9a6c938128ef0cc3cfaa7d9c26 OK 2025/06/22 05:15:56 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0cfbef5ac10015457e5e9dccd302b0d0 OK 2025/06/22 05:15:57 DEBUG : a.txt: Excluded (Size Filter) 2025/06/22 05:15:57 DEBUG : a.txt: Excluded 2025/06/22 05:15:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/22 05:15:58 DEBUG : sub dir/hello world2: Excluded 2025/06/22 05:15:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/22 05:15:58 DEBUG : sub dir/hello world: Excluded 2025/06/22 05:15:58 DEBUG : sub dir/ignore dir: Excluded 2025/06/22 05:15:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/22 05:15:58 DEBUG : sub dir/hello world2: Excluded 2025/06/22 05:15:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/22 05:15:58 DEBUG : sub dir/hello world: Excluded 2025/06/22 05:15:58 DEBUG : sub dir/ignore dir: Excluded 2025/06/22 05:16:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/22 05:16:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/22 05:16:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/22 05:16:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/22 05:16:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/22 05:16:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/06/22 05:16:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.14s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:07 DEBUG : file1: md5 = 1c6522a1a291ae84ec6224da7bb81875 OK 2025/06/22 05:16:09 DEBUG : sub/file2: md5 = fb7f8dfc35ff35e5fd2e9b137206b383 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/06/22 05:16:12 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/06/22 05:16:12 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/06/22 05:16:12 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/06/22 05:16:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.42s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.64s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:16 DEBUG : file1: md5 = 39dd9d5139d55db20790fa48a3437509 OK 2025/06/22 05:16:18 DEBUG : sub/file2: md5 = cb456483198500e36d8a10063f9dbc3a 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/06/22 05:16:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/notfound" 2025/06/22 05:16:22 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/qe0i31qdkoejk60elps0ni5sqk" 2025/06/22 05:16:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.16s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.74s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Making directory 2025/06/22 05:16:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:29 DEBUG : sub dir/hello world: md5 = 01fb4346bd04edf82585480107ac4ae4 OK 2025/06/22 05:16:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.61s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:32 DEBUG : potato2: md5 = 18835697b6820a5a6e1c92a9e205f5e6 OK 2025/06/22 05:16:34 DEBUG : empty space: md5 = e94f0f4f5394878e5b9f66dec050c55c OK --- PASS: TestLs (4.75s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:37 DEBUG : potato2: md5 = 135ff6eb0b47e9dff20e4a6c8e166fed OK 2025/06/22 05:16:39 DEBUG : empty space: md5 = d10bde79f4c971b5a084f76a55c03c3a OK 2025/06/22 05:16:39 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.03s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:42 DEBUG : potato2: md5 = f2aa5cdda83c95cc53db1f640599d58a OK 2025/06/22 05:16:44 DEBUG : empty space: md5 = 98e90da572d3b55bd297b163f0b648b8 OK --- PASS: TestLsLong (4.58s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:47 DEBUG : potato2: md5 = dc71ee9d6bb92def9ede036ebb57dae3 OK 2025/06/22 05:16:48 DEBUG : empty space: md5 = c723059c061b9a7f0ac316cc2dccb504 OK --- PASS: TestHashSums (4.32s) === RUN TestHashSumsWithErrors 2025/06/22 05:16:50 DEBUG : Creating backend with remote ":memory:" 2025/06/22 05:16:50 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/22 05:16:50 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/22 05:16:50 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/22 05:16:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/22 05:16:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/22 05:16:50 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/22 05:16:50 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/22 05:16:50 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/22 05:16:50 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:16:51 DEBUG : potato2: md5 = 8672a2363a3d1b3a09c9d5ff00e6dc01 OK 2025/06/22 05:16:53 DEBUG : empty space: md5 = cfa921546f21a4fa1e1be6a9cf5c106f OK 2025/06/22 05:16:55 DEBUG : sub dir/potato3: md5 = 2ca7dc7194cd40af9e7abf841de6993d OK 2025/06/22 05:16:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.46s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:17:00 DEBUG : small: md5 = cf565ca8f7eebd22f191be749bf29c3a OK 2025/06/22 05:17:01 DEBUG : medium: md5 = 1539bbcdc9e71ffa2b1508e2f5e68878 OK 2025/06/22 05:17:02 DEBUG : large: md5 = d8faee2400b3451b95cc10eae3fef68c OK 2025/06/22 05:17:03 DEBUG : Waiting for deletions to finish 2025/06/22 05:17:03 DEBUG : large: Excluded (Size Filter) 2025/06/22 05:17:03 INFO : medium: Deleted 2025/06/22 05:17:03 INFO : small: Deleted --- PASS: TestDelete (6.10s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:17:06 DEBUG : small: md5 = 122a7b7c1d741800ad845661366c201b OK 2025/06/22 05:17:07 DEBUG : medium: md5 = 39dfd9377dd257adab66e80ba36ca788 OK 2025/06/22 05:17:09 DEBUG : large: md5 = ebfed6ed31ee8c9e0aa9994cce972609 OK 2025/06/22 05:17:09 DEBUG : Waiting for deletions to finish 2025/06/22 05:17:09 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/06/22 05:17:10 INFO : large: Deleted 2025/06/22 05:17:10 INFO : small: Deleted --- PASS: TestMaxDelete (6.85s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:17:13 DEBUG : small: md5 = b15cfa6289e8baac0673fa0998e1f139 OK 2025/06/22 05:17:14 DEBUG : medium: md5 = 48794c3a63862838206b7209fd29c305 OK 2025/06/22 05:17:15 DEBUG : large: md5 = 2eb7e6339b8c31cfc99a9e1ef021f197 OK 2025/06/22 05:17:15 DEBUG : Waiting for deletions to finish 2025/06/22 05:17:16 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/22 05:17:16 INFO : medium: Deleted 2025/06/22 05:17:16 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.54s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:17:19 DEBUG : small: md5 = dd8184c1b2bf1c692684ae96df10d690 OK 2025/06/22 05:17:21 DEBUG : medium: md5 = dcf729499fe7b29f8400473f699ad0a9 OK 2025/06/22 05:17:22 DEBUG : large: md5 = 593ca6fbc1f853eb22e2642c9baa988c OK 2025/06/22 05:17:22 DEBUG : Waiting for deletions to finish 2025/06/22 05:17:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/22 05:17:23 INFO : small: Deleted 2025/06/22 05:17:23 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.73s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:17:26 DEBUG : ReadFile: md5 = 7dcf747537e93ab7e311afbfe427c148 OK --- PASS: TestReadFile (4.13s) === RUN TestRetry 2025/06/22 05:17:29 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/22 05:17:29 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/22 05:17:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/22 05:17:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/22 05:17:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/22 05:17:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/22 05:17:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:17:30 DEBUG : file1: md5 = b67b83698e8b699118cbcf6614848f4a OK 2025/06/22 05:17:31 DEBUG : file2: md5 = 5b0d5ed9752f5b0e369b25404bc6ee31 OK --- PASS: TestCat (16.14s) === RUN TestPurge 2025/06/22 05:17:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yeyunid4puru" 2025/06/22 05:17:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/22 05:17:45 DEBUG : Creating backend with remote "TestDrive:crypt/96q52179sgifgb8dfeu0ue4e2h35hc1sdrkqrcknrkcmukddtgf0" 2025/06/22 05:17:46 DEBUG : Creating backend with remote "/tmp/rclone3687700015" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yeyunid4puru'", Local "Local file system at /tmp/rclone3687700015", Modify Window "1ms" 2025/06/22 05:17:50 DEBUG : A1/B1/C1/one: md5 = 8c79b83b6eb77ad97c0f991354c0446b OK 2025/06/22 05:17:50 INFO : A2: Making directory 2025/06/22 05:17:51 INFO : A1/B2: Making directory 2025/06/22 05:17:52 INFO : A1/B2/C2: Making directory 2025/06/22 05:17:53 INFO : A1/B1/C3: Making directory 2025/06/22 05:17:53 INFO : A3: Making directory 2025/06/22 05:17:54 INFO : A3/B3: Making directory 2025/06/22 05:17:55 INFO : A3/B3/C4: Making directory 2025/06/22 05:17:56 DEBUG : A1/two: md5 = 2ca59582ad72facba0b7f808ce407751 OK 2025/06/22 05:18:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yeyunid4puru': Purge remote 2025/06/22 05:18:00 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.16s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:18:04 DEBUG : A1/B1/C1/one: md5 = 40eb4822415f9d3526c316a6b15976ff OK 2025/06/22 05:18:04 INFO : A2: Making directory 2025/06/22 05:18:04 INFO : A1/B2: Making directory 2025/06/22 05:18:05 INFO : A1/B2/C2: Making directory 2025/06/22 05:18:06 INFO : A1/B1/C3: Making directory 2025/06/22 05:18:07 INFO : A3: Making directory 2025/06/22 05:18:07 INFO : A3/B3: Making directory 2025/06/22 05:18:08 INFO : A3/B3/C4: Making directory 2025/06/22 05:18:10 DEBUG : A1/two: md5 = 72ca8fab999c95333fe36b83be9d9610 OK 2025/06/22 05:18:11 DEBUG : removing 1 level 3 directories 2025/06/22 05:18:11 INFO : A3/B3/C4: Removing directory 2025/06/22 05:18:14 DEBUG : removing 2 level 3 directories 2025/06/22 05:18:14 INFO : A1/B2/C2: Removing directory 2025/06/22 05:18:14 INFO : A1/B1/C3: Removing directory 2025/06/22 05:18:14 DEBUG : removing 2 level 2 directories 2025/06/22 05:18:14 INFO : A3/B3: Removing directory 2025/06/22 05:18:14 INFO : A1/B2: Removing directory 2025/06/22 05:18:15 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/06/22 05:18:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/22 05:18:15 DEBUG : removing 2 level 1 directories 2025/06/22 05:18:15 INFO : A3: Removing directory 2025/06/22 05:18:15 INFO : A2: Removing directory 2025/06/22 05:18:16 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/06/22 05:18:20 DEBUG : removing 1 level 3 directories 2025/06/22 05:18:20 INFO : A1/B1/C1: Removing directory 2025/06/22 05:18:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:20 DEBUG : removing 1 level 2 directories 2025/06/22 05:18:20 INFO : A1/B1: Removing directory 2025/06/22 05:18:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/22 05:18:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/22 05:18:21 DEBUG : removing 1 level 1 directories 2025/06/22 05:18:21 INFO : A1: Removing directory 2025/06/22 05:18:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/22 05:18:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/22 05:18:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/22 05:18:22 DEBUG : removing 1 level 0 directories 2025/06/22 05:18:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Removing directory 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/22 05:18:22 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (24.50s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:18:26 INFO : A1: Making directory 2025/06/22 05:18:27 INFO : A1/B1: Making directory 2025/06/22 05:18:27 INFO : A1/B1/C1: Making directory 2025/06/22 05:18:30 DEBUG : removing 1 level 3 directories 2025/06/22 05:18:30 INFO : A1/B1/C1: Removing directory 2025/06/22 05:18:30 DEBUG : removing 1 level 2 directories 2025/06/22 05:18:30 INFO : A1/B1: Removing directory 2025/06/22 05:18:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/22 05:18:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.47s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:18:33 INFO : A1: Making directory 2025/06/22 05:18:34 INFO : A1/B1: Making directory 2025/06/22 05:18:34 INFO : A1/B1/C1: Making directory 2025/06/22 05:18:37 DEBUG : removing 1 level 3 directories 2025/06/22 05:18:37 INFO : A1/B1/C1: Removing directory 2025/06/22 05:18:38 DEBUG : removing 1 level 2 directories 2025/06/22 05:18:38 INFO : A1/B1: Removing directory 2025/06/22 05:18:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/22 05:18:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.24s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:18:43 DEBUG : file1: md5 = 15e94b1eac204355305362dfcd821e02 OK 2025/06/22 05:18:44 DEBUG : filename.txt: File name found in url 2025/06/22 05:18:45 DEBUG : filename.txt: md5 = 12a5dfde5ea9c24f7ee0b34d3feed6ee OK 2025/06/22 05:18:45 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/06/22 05:18:47 DEBUG : headerfilename.txt: md5 = 556317a94f6c7de7bb92b38bbb27f879 OK 2025/06/22 05:18:48 DEBUG : file2: md5 = daad40b93a15d50f9dcd53c40dab9f5d OK --- PASS: TestCopyURL (9.21s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:18:51 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/22 05:18:53 DEBUG : sub/file2: md5 = 25eb3620d921e072392bf5d8d0f49a4b OK 2025/06/22 05:18:53 INFO : file1: Copied (new) to: sub/file2 2025/06/22 05:18:53 INFO : file1: Deleted 2025/06/22 05:18:53 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/22 05:18:53 DEBUG : file1: Unchanged skipping 2025/06/22 05:18:53 INFO : file1: Deleted 2025/06/22 05:18:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': don't need to copy/move sub/file2, it is already at target location 2025/06/22 05:18:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.82s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:18:56 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/22 05:18:58 DEBUG : file1: md5 = ca530a692064a16e475ab071085f98c9 OK 2025/06/22 05:18:58 INFO : file1: Copied (new) 2025/06/22 05:18:58 INFO : file1: Deleted 2025/06/22 05:18:58 DEBUG : file1: Destination exists, skipping 2025/06/22 05:18:58 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.10s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:19:02 DEBUG : dst/file1: md5 = c30f0307f81d3fed90c2ac403dcab3c7 OK 2025/06/22 05:19:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gekebac2paku/backup" 2025/06/22 05:19:03 DEBUG : Config file has changed externally - reloading 2025/06/22 05:19:03 DEBUG : Creating backend with remote "TestDrive:crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g/1nrff024r7pq65ecp72fc28jb0" 2025/06/22 05:19:04 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/22 05:19:07 INFO : dst/file1: Moved (server-side) 2025/06/22 05:19:08 DEBUG : dst/file1: md5 = 2c7c61111e8bcf2e63ef5c2f3d431a72 OK 2025/06/22 05:19:08 INFO : dst/file1: Copied (new) 2025/06/22 05:19:08 INFO : dst/file1: Deleted 2025/06/22 05:19:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/22 05:19:11 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/22 05:19:12 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.35s) === 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:19:15 DEBUG : A1/one: md5 = d32c2fd76dfc20168deaa1fdab163e60 OK 2025/06/22 05:19:16 DEBUG : A1/two: md5 = 3afada970770205c48a81174e395def2 OK 2025/06/22 05:19:18 DEBUG : A1/B1/three: md5 = fdd8bd49110c0817750659e44cb79df9 OK 2025/06/22 05:19:21 DEBUG : A1/B1/C1/four: md5 = 02e5d831c040fd8890f5d06cf5d07e6d OK 2025/06/22 05:19:23 DEBUG : A1/B1/C2/five: md5 = 940a48defe7838557677b2144b7dc1e5 OK 2025/06/22 05:19:23 INFO : A1/B2: Making directory 2025/06/22 05:19:24 INFO : A1/B1/C3: Making directory 2025/06/22 05:19:33 INFO : A2/two: Moved (server-side) to: A3/two 2025/06/22 05:19:33 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/06/22 05:19:33 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/06/22 05:19:33 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/06/22 05:19:33 INFO : A2/one: Moved (server-side) to: A3/one 2025/06/22 05:19:36 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/22 05:19:36 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/22 05:19:36 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/22 05:19:37 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/22 05:19:37 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/22 05:19:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/06/22 05:19:44 INFO : A3/two: Moved (server-side) to: A4/two 2025/06/22 05:19:44 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/06/22 05:19:44 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/06/22 05:19:44 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/06/22 05:19:44 INFO : A3/one: Moved (server-side) to: A4/one 2025/06/22 05:19:47 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/22 05:19:47 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/22 05:19:47 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/22 05:19:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/22 05:19:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/22 05:19:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/06/22 05:19:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/06/22 05:19:55 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/22 05:19:55 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/22 05:19:55 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/22 05:19:55 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/22 05:19:56 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/22 05:19:56 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/22 05:19:56 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/22 05:19:56 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.73s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:19:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': File to upload is small (34 bytes), uploading instead of streaming 2025/06/22 05:19:58 DEBUG : no_checksum_small_file_from_pipe: md5 = 5ebfda6e5238fbc9a94a22ae14925c87 OK 2025/06/22 05:19:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/06/22 05:19:58 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/22 05:19:59 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/06/22 05:20:00 DEBUG : no_checksum_big_file_from_pipe: md5 = 6c03801e50c9c1cacafab5ce31e48352 OK 2025/06/22 05:20:00 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': File to upload is small (34 bytes), uploading instead of streaming 2025/06/22 05:20:03 DEBUG : with_checksum_small_file_from_pipe: md5 = e979141364ab187f54e6487a0887fd55 OK 2025/06/22 05:20:03 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/22 05:20:04 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/06/22 05:20:05 DEBUG : with_checksum_big_file_from_pipe: md5 = eeb64ff59062a3a3c949dbc7159d0fd3 OK 2025/06/22 05:20:05 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': File to upload is small (34 bytes), uploading instead of streaming 2025/06/22 05:20:08 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/22 05:20:09 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/22 05:20:09 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-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': File to upload is small (34 bytes), uploading instead of streaming 2025/06/22 05:20:12 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/22 05:20:13 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/22 05:20:14 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.93s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.78s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.92s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.43s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.80s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/06/22 05:20:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': File to upload is small (48 bytes), uploading instead of streaming 2025/06/22 05:20:17 DEBUG : rcat_metadata: md5 = 08507ee830c4faaabf3fb460f16c12bc OK 2025/06/22 05:20:17 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/06/22 05:20:19 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/06/22 05:20:20 DEBUG : rcat_metadata_uploadcutoff0: md5 = 262897c5698643cbffa5b7dac93569a7 OK 2025/06/22 05:20:20 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.70s) --- PASS: TestRcatMetadata/Normal (2.39s) --- PASS: TestRcatMetadata/ViaDisk (2.82s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:23 DEBUG : potato1: md5 = ae632c55849bf865a5c1c6dd35990fb3 OK 2025/06/22 05:20:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': File to upload is small (60 bytes), uploading instead of streaming 2025/06/22 05:20:24 DEBUG : potato2: md5 = 751b86c1011ddbaf6fc1164226f2f82d OK 2025/06/22 05:20:24 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.11s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:27 DEBUG : potato1: md5 = 98e8a12b245bb3635e64b596caea8f74 OK 2025/06/22 05:20:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': File to upload is small (60 bytes), uploading instead of streaming 2025/06/22 05:20:28 DEBUG : potato2: md5 = 983135d875006e452cf2f37f6ea6d9dc OK 2025/06/22 05:20:28 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.67s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:31 DEBUG : potato2: md5 = 170efe1d3892665d5b1c559600b19457 OK 2025/06/22 05:20:33 DEBUG : empty space: md5 = 06015ba2f04a40a2795d4459252d44b5 OK 2025/06/22 05:20:35 DEBUG : sub dir/potato3: md5 = 1ccfc3b646cb945cdcd5ce217cb86ede OK 2025/06/22 05:20:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Touching "sub dir/potato3" 2025/06/22 05:20:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Touching "empty space" 2025/06/22 05:20:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Touching "potato2" 2025/06/22 05:20:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.55s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:40 DEBUG : dir with metadata: Making directory with metadata 2025/06/22 05:20:40 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.24s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:42 DEBUG : directory with modtime: Making directory with metadata 2025/06/22 05:20:43 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.27s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:44 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/22 05:20:44 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/22 05:20:44 DEBUG : Google drive root 'crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g': Skipping btime metadata as can't update it on an existing file: 2025-06-22T05:20:44.690519366Z 2025/06/22 05:20:45 INFO : non existent directory: Updated directory metadata 2025/06/22 05:20:47 DEBUG : Google drive root 'crypt/8n0gasi3iepvg0it5bn0m8uthucfpa3qsq2kvkfteb952ij5kh2g': Skipping btime metadata as can't update it on an existing file: 2025-06-22T05:20:44.690519366Z 2025/06/22 05:20:47 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.71s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:49 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/06/22 05:20:51 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/06/22 05:20:51 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.97s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:53 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/22 05:20:53 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/22 05:20:53 DEBUG : dst: Making directory with metadata 2025/06/22 05:20:54 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/22 05:20:54 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/22 05:20:54 INFO : dst: Set directory modification time (using SetModTime) 2025/06/22 05:20:55 INFO : dst: Set directory modification time (using SetModTime) 2025/06/22 05:20:55 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/06/22 05:20:55 INFO : dst: Set directory modification time (using SetModTime) 2025/06/22 05:20:55 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.68s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku'", Local "Local file system at /tmp/rclone3924969825", Modify Window "1ms" 2025/06/22 05:20:59 DEBUG : sub dir/test remove existing: md5 = d851a3dc0372fd51f8a40f1ae614a0db OK 2025/06/22 05:21:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 6bfc30711bee3d821b5151d70d3e8f21 OK 2025/06/22 05:21:02 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.vageyun0" before starting 2025/06/22 05:21:03 DEBUG : sub dir/test remove existing.vageyun0: TEST: removing renamed existing file after operation 2025/06/22 05:21:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hiqaqex3" before starting 2025/06/22 05:21:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hiqaqex3: TEST: renaming existing back after failed operation 2025/06/22 05:21:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qomaqat7" before starting 2025/06/22 05:21:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qomaqat7: TEST: removing renamed existing file after operation 2025/06/22 05:21:08 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/06/22 05:21:08 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/06/22 05:21:08 DEBUG : TestDrive: Saved new token in config file 2025/06/22 05:21:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "726qqmfisa3u5digntirc6n8v90mocnd574k45m01ios38k0sajk3u1rkmmvlhe0qlordjth6lujheh74mgea9j36vl6lf70v149l3lg7khq6uqpepdovhdmoveogqt74g17pgie7sde9pmd7mktjjeauu674i1h5bojng6a8f0q5hik7790" 2025/06/22 05:21:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ltsol31e8s42ek2gg2557hu5acn5kmk3pt74irqhjcjkamp6r9p0" --- PASS: TestRemoveExisting (13.04s) === 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/06/22 05:21:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gekebac2paku': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m40.791033624s (try 1/5)