"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/02/18 03:11:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto" 2025/02/18 03:11:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:11:05 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0" 2025/02/18 03:11:06 DEBUG : Creating backend with remote "/tmp/rclone3764560263" === 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.38s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.28s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/02/18 03:11:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/18 03:11:07 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/18 03:11:07 DEBUG : potato: Seek from 10 to 0 2025/02/18 03:11:07 DEBUG : potato: Seek from 10 to 0 2025/02/18 03:11:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/18 03:11:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/18 03:11:07 DEBUG : potato: Seek from 5 to 2 2025/02/18 03:11:07 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/18 03:11:07 DEBUG : potato: Seek from 7 to 0 2025/02/18 03:11:07 DEBUG : potato: Seek from 7 to 0 2025/02/18 03:11:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/18 03:11:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/18 03:11:07 DEBUG : potato: Seek from 5 to 2 2025/02/18 03:11:07 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/18 03:11:07 DEBUG : potato: Seek from 8 to 0 2025/02/18 03:11:07 DEBUG : potato: Seek from 8 to 0 2025/02/18 03:11:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/18 03:11:07 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/18 03:11:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/18 03:11:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/18 03:11:07 DEBUG : potato: Seek from 5 to 2 2025/02/18 03:11:07 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/18 03:11:07 DEBUG : potato: Seek from 9 to 0 2025/02/18 03:11:07 DEBUG : potato: Seek from 9 to 0 2025/02/18 03:11:07 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:11:09 DEBUG : rutabaga: md5 = 891b6bb9f3f11c972f3aefa5feefd173 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/18 03:11:11 DEBUG : empty space: md5 = 50814c2f5fb4aa2c1f9056e982b25e93 OK === RUN TestCheck/3 2025/02/18 03:11:13 DEBUG : potato2: md5 = 5ecad2e64d8b6c0f14a6baab6a8e02d9 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/18 03:11:15 DEBUG : remotepotato: md5 = 71f79a7fd5a41efd6c0c7092bcb00ff4 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.09s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.30s) --- PASS: TestCheck/4 (0.34s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/02/18 03:11:19 DEBUG : Creating backend with remote "nonexistent" 2025/02/18 03:11:19 DEBUG : Creating backend with remote "nonexistent" 2025/02/18 03:11:19 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/18 03:11:19 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/02/18 03:11:19 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/18 03:11:19 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:11:20 DEBUG : rutabaga: md5 = 918f38d52c2ae77d56435202800443bf OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/18 03:11:24 DEBUG : empty space: md5 = 39763da16811e3d6d52042e4e3ab5695 OK === RUN TestCheckDownload/3 2025/02/18 03:11:27 DEBUG : potato2: md5 = 61fc2e821b388ec5a7d8063038ddaf95 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/18 03:11:30 DEBUG : remotepotato: md5 = 6edaed6a06ebe92f830d499d00391e69 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.03s) --- PASS: TestCheckDownload/1 (1.10s) --- PASS: TestCheckDownload/2 (0.99s) --- PASS: TestCheckDownload/3 (0.88s) --- PASS: TestCheckDownload/4 (1.13s) --- PASS: TestCheckDownload/5 (0.91s) --- PASS: TestCheckDownload/6 (1.02s) --- PASS: TestCheckDownload/7 (1.13s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:11:37 DEBUG : rutabaga: md5 = a381425e5dbfcb2b7f59bb89f0291374 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/18 03:11:39 DEBUG : empty space: md5 = 59e3b6bc6268054ba15cd55076d48cf0 OK === RUN TestCheckSizeOnly/3 2025/02/18 03:11:41 DEBUG : potato2: md5 = ba918f96635328cd7bb46c2c7bdb5914 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/18 03:11:44 DEBUG : remotepotato: md5 = 5c96607e033d8c55b9a5fafe65d25d1f OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.71s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.30s) --- PASS: TestCheckSizeOnly/4 (0.36s) --- PASS: TestCheckSizeOnly/5 (0.36s) --- PASS: TestCheckSizeOnly/6 (0.30s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:11:49 DEBUG : test.sum: md5 = 0a8fe9682894987814e3f25705365eb6 OK 2025/02/18 03:11:50 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/18 03:11:50 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/18 03:11:50 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/18 03:11:50 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/18 03:11:52 DEBUG : test.sum: md5 = 2c6fddd3dfea327ae6383a245b290695 OK 2025/02/18 03:11:53 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/18 03:11:53 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/18 03:11:53 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/18 03:11:53 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.52s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:11:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/data" 2025/02/18 03:11:54 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto/data' lacks md5, skipping --- SKIP: TestCheckSum (2.57s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:11:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/data" 2025/02/18 03:11:57 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/vjrnln8ratgmqakfosrqe8espk" 2025/02/18 03:12:01 DEBUG : data/banana: md5 = f7f382ba165dcce922d5a5fd05a87985 OK 2025/02/18 03:12:02 DEBUG : test.sum: md5 = 2ff687496b71677d7e0f69ecdd67b2c1 OK === RUN TestCheckSumDownload/subtest1 2025/02/18 03:12:06 DEBUG : data/potato: md5 = fc19c7926ad38f6875894b0fd7767fb9 OK 2025/02/18 03:12:08 DEBUG : test.sum: md5 = 64c849b1ce48f15fe5eb02e99afe5640 OK === RUN TestCheckSumDownload/subtest2 2025/02/18 03:12:12 DEBUG : test.sum: md5 = 85da8000560ac94c1170df6527790d6b OK === RUN TestCheckSumDownload/subtest3 2025/02/18 03:12:16 DEBUG : test.sum: md5 = 5c8c1921b5ab586f29d0e3518fc4f43e OK === RUN TestCheckSumDownload/subtest4 2025/02/18 03:12:21 DEBUG : test.sum: md5 = c3aa0d65cddcba9a2209f0139dcac40b OK === RUN TestCheckSumDownload/subtest5 2025/02/18 03:12:25 DEBUG : test.sum: md5 = 0f382c2fd8b7961bf38e318f0c13845d OK === RUN TestCheckSumDownload/subtest6 2025/02/18 03:12:29 DEBUG : data/banana: md5 = a8c3607dc264c1a514b9f8a021989247 OK 2025/02/18 03:12:31 DEBUG : data/potato: md5 = 4162f88949adea91ea1557c36d3c64f8 OK 2025/02/18 03:12:32 DEBUG : test.sum: md5 = 77793dffe0a997d3192b1da108ce6840 OK === RUN TestCheckSumDownload/subtest7 2025/02/18 03:12:38 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/02/18 03:12:38 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (42.07s) --- PASS: TestCheckSumDownload/subtest1 (2.50s) --- PASS: TestCheckSumDownload/subtest2 (1.97s) --- PASS: TestCheckSumDownload/subtest3 (2.22s) --- PASS: TestCheckSumDownload/subtest4 (2.87s) --- PASS: TestCheckSumDownload/subtest5 (2.01s) --- PASS: TestCheckSumDownload/subtest6 (2.21s) --- PASS: TestCheckSumDownload/subtest7 (2.79s) === RUN TestApplyTransforms 2025/02/18 03:12:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fivixug6yaqi" 2025/02/18 03:12:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:12:39 DEBUG : Creating backend with remote "TestDrive:crypt/hs3oh2cjad57rv40kjm3qnc9g08a4iqiaprjpk52fof44662un00" 2025/02/18 03:12:40 DEBUG : Creating backend with remote "/tmp/rclone445681371" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fivixug6yaqi'", Local "Local file system at /tmp/rclone445681371", Modify Window "1ms" 2025/02/18 03:12:42 DEBUG : hello, world!: md5 = 44a9fb12a78413e5af302bfe864de9c7 OK upper checkfile vs. lower remote (without normalization) 2025/02/18 03:12:43 ERROR : hello, world!: sum not found 2025/02/18 03:12:43 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fivixug6yaqi' 2025/02/18 03:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivixug6yaqi': 1 files missing 2025/02/18 03:12:43 NOTICE: 1 hashes missing 2025/02/18 03:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivixug6yaqi': 2 differences found 2025/02/18 03:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivixug6yaqi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/18 03:12:44 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:12:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivixug6yaqi': 0 differences found 2025/02/18 03:12:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivixug6yaqi': 1 matching files 2025/02/18 03:12:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fugowof9bofu" 2025/02/18 03:12:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:12:44 DEBUG : Creating backend with remote "TestDrive:crypt/mp02knd1inncq301ktf3gu2chd5jflbh9t9mtnaruei1r83scmf0" 2025/02/18 03:12:45 DEBUG : Creating backend with remote "/tmp/rclone1903892871" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fugowof9bofu'", Local "Local file system at /tmp/rclone1903892871", Modify Window "1ms" 2025/02/18 03:12:48 DEBUG : HELLO, WORLD!: md5 = feb0f95ff103bf4a05d727284aaf4c14 OK lower checkfile vs. upper remote (without normalization) 2025/02/18 03:12:48 ERROR : HELLO, WORLD!: sum not found 2025/02/18 03:12:48 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fugowof9bofu' 2025/02/18 03:12:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fugowof9bofu': 1 files missing 2025/02/18 03:12:48 NOTICE: 1 hashes missing 2025/02/18 03:12:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fugowof9bofu': 2 differences found 2025/02/18 03:12:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fugowof9bofu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/18 03:12:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:12:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fugowof9bofu': 0 differences found 2025/02/18 03:12:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fugowof9bofu': 1 matching files 2025/02/18 03:12:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zukutum7gaxu" 2025/02/18 03:12:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:12:50 DEBUG : Creating backend with remote "TestDrive:crypt/3i7tgpm95h9nrchqomhjof8kaim16u6qtfh2dmshi3eum8a75320" 2025/02/18 03:12:51 DEBUG : Creating backend with remote "/tmp/rclone274087746" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zukutum7gaxu'", Local "Local file system at /tmp/rclone274087746", Modify Window "1ms" 2025/02/18 03:12:53 DEBUG : HeLlO, wOrLd!: md5 = 6fe19b462b98146cd0f4bd4711bbe973 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/18 03:12:54 ERROR : HeLlO, wOrLd!: sum not found 2025/02/18 03:12:54 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zukutum7gaxu' 2025/02/18 03:12:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukutum7gaxu': 1 files missing 2025/02/18 03:12:54 NOTICE: 1 hashes missing 2025/02/18 03:12:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukutum7gaxu': 2 differences found 2025/02/18 03:12:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukutum7gaxu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/18 03:12:55 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:12:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukutum7gaxu': 0 differences found 2025/02/18 03:12:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukutum7gaxu': 1 matching files 2025/02/18 03:12:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bomacic4wahi" 2025/02/18 03:12:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:12:55 DEBUG : Creating backend with remote "TestDrive:crypt/r8ca59kfmit8c8n7bab7deu9kpse8me794ig2r9ud683g6ckikbg" 2025/02/18 03:12:56 DEBUG : Creating backend with remote "/tmp/rclone811829388" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bomacic4wahi'", Local "Local file system at /tmp/rclone811829388", Modify Window "1ms" 2025/02/18 03:12:58 DEBUG : HELLO, WORLD!: md5 = d42aad46f21944eda656d11daec4476a OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/18 03:12:59 ERROR : HELLO, WORLD!: sum not found 2025/02/18 03:12:59 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bomacic4wahi' 2025/02/18 03:12:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomacic4wahi': 1 files missing 2025/02/18 03:12:59 NOTICE: 1 hashes missing 2025/02/18 03:12:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomacic4wahi': 2 differences found 2025/02/18 03:12:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomacic4wahi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/18 03:13:00 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:13:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomacic4wahi': 0 differences found 2025/02/18 03:13:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomacic4wahi': 1 matching files 2025/02/18 03:13:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lorupat4zaji" 2025/02/18 03:13:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:13:00 DEBUG : Creating backend with remote "TestDrive:crypt/te5lhscsu2aedd0bu395dl522ggn94mmfmkpikhgoenpg890urv0" 2025/02/18 03:13:01 DEBUG : Creating backend with remote "/tmp/rclone965244339" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lorupat4zaji'", Local "Local file system at /tmp/rclone965244339", Modify Window "1ms" 2025/02/18 03:13:04 DEBUG : 測試_Русский___ě_áñ: md5 = 00a3026400c2aa4c395acba2588bfda0 OK NFD checkfile vs. NFC remote (without normalization) 2025/02/18 03:13:04 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/18 03:13:04 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lorupat4zaji' 2025/02/18 03:13:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorupat4zaji': 1 files missing 2025/02/18 03:13:04 NOTICE: 1 hashes missing 2025/02/18 03:13:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorupat4zaji': 2 differences found 2025/02/18 03:13:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorupat4zaji': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/18 03:13:05 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:13:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorupat4zaji': 0 differences found 2025/02/18 03:13:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorupat4zaji': 1 matching files 2025/02/18 03:13:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rapuyuy2gamu" 2025/02/18 03:13:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:13:06 DEBUG : Creating backend with remote "TestDrive:crypt/g44jtquk4gavkeg0624s4m141evqvckg81q3rk4fv1mj2snvp430" 2025/02/18 03:13:07 DEBUG : Creating backend with remote "/tmp/rclone1186081420" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rapuyuy2gamu'", Local "Local file system at /tmp/rclone1186081420", Modify Window "1ms" 2025/02/18 03:13:09 DEBUG : 測試_Русский___ě_áñ: md5 = 4dacfd24bd928cde629c30dfdf191a9a OK NFC checkfile vs. NFD remote (without normalization) 2025/02/18 03:13:09 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/18 03:13:09 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rapuyuy2gamu' 2025/02/18 03:13:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapuyuy2gamu': 1 files missing 2025/02/18 03:13:09 NOTICE: 1 hashes missing 2025/02/18 03:13:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapuyuy2gamu': 2 differences found 2025/02/18 03:13:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapuyuy2gamu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/18 03:13:10 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:13:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapuyuy2gamu': 0 differences found 2025/02/18 03:13:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapuyuy2gamu': 1 matching files 2025/02/18 03:13:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bujetoj8lecu" 2025/02/18 03:13:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:13:10 DEBUG : Creating backend with remote "TestDrive:crypt/kjev2oinvnbhl99hd28e71easdjfouchuu29skajpp3pvel4jccg" 2025/02/18 03:13:12 DEBUG : Creating backend with remote "/tmp/rclone1259764635" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bujetoj8lecu'", Local "Local file system at /tmp/rclone1259764635", Modify Window "1ms" 2025/02/18 03:13:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0efae3011f91930dbca63e7cfdfabfe6 OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/18 03:13:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/18 03:13:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bujetoj8lecu' 2025/02/18 03:13:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bujetoj8lecu': 1 files missing 2025/02/18 03:13:14 NOTICE: 1 hashes missing 2025/02/18 03:13:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bujetoj8lecu': 2 differences found 2025/02/18 03:13:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bujetoj8lecu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/18 03:13:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:13:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bujetoj8lecu': 0 differences found 2025/02/18 03:13:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bujetoj8lecu': 1 matching files 2025/02/18 03:13:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yavavaw6reqo" 2025/02/18 03:13:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:13:16 DEBUG : Creating backend with remote "TestDrive:crypt/sb6arbqg1q1c026340qvq10jrjp7ca30fhj7on8h7q8g4one75j0" 2025/02/18 03:13:17 DEBUG : Creating backend with remote "/tmp/rclone1665845871" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yavavaw6reqo'", Local "Local file system at /tmp/rclone1665845871", Modify Window "1ms" 2025/02/18 03:13:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = da3dfda5b7f379b7c060590fde04e7ba OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/18 03:13:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/18 03:13:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yavavaw6reqo' 2025/02/18 03:13:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yavavaw6reqo': 1 files missing 2025/02/18 03:13:20 NOTICE: 1 hashes missing 2025/02/18 03:13:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yavavaw6reqo': 2 differences found 2025/02/18 03:13:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yavavaw6reqo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/18 03:13:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:13:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yavavaw6reqo': 0 differences found 2025/02/18 03:13:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yavavaw6reqo': 1 matching files 2025/02/18 03:13:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-barepax1nufo" 2025/02/18 03:13:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:13:21 DEBUG : Creating backend with remote "TestDrive:crypt/eptnkf1d4vjej5tevhbjg4jj2lnkun700h6njq8isqmv51ssqj20" 2025/02/18 03:13:22 DEBUG : Creating backend with remote "/tmp/rclone3026829382" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-barepax1nufo'", Local "Local file system at /tmp/rclone3026829382", Modify Window "1ms" 2025/02/18 03:13:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4d8257aad222e0ac47db178ba3debd03 OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/18 03:13:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/18 03:13:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-barepax1nufo' 2025/02/18 03:13:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-barepax1nufo': 1 files missing 2025/02/18 03:13:25 NOTICE: 1 hashes missing 2025/02/18 03:13:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-barepax1nufo': 2 differences found 2025/02/18 03:13:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-barepax1nufo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/18 03:13:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:13:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-barepax1nufo': 0 differences found 2025/02/18 03:13:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-barepax1nufo': 1 matching files 2025/02/18 03:13:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvizol3tenu" 2025/02/18 03:13:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:13:26 DEBUG : Creating backend with remote "TestDrive:crypt/mjsffrmu7h0ag3pbk19tijrardd7no41ueul2g1n2qf6p9svm8q0" 2025/02/18 03:13:27 DEBUG : Creating backend with remote "/tmp/rclone4184812128" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvizol3tenu'", Local "Local file system at /tmp/rclone4184812128", Modify Window "1ms" 2025/02/18 03:13:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ddb9d1e77876c91872123dfa67e7afa9 OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/18 03:13:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/18 03:13:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fuvizol3tenu' 2025/02/18 03:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuvizol3tenu': 1 files missing 2025/02/18 03:13:30 NOTICE: 1 hashes missing 2025/02/18 03:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuvizol3tenu': 2 differences found 2025/02/18 03:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuvizol3tenu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/18 03:13:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/18 03:13:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuvizol3tenu': 0 differences found 2025/02/18 03:13:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuvizol3tenu': 1 matching files 2025/02/18 03:13:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvizol3tenu': Purge remote 2025/02/18 03:13:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-barepax1nufo': Purge remote 2025/02/18 03:13:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yavavaw6reqo': Purge remote 2025/02/18 03:13:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bujetoj8lecu': Purge remote 2025/02/18 03:13:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rapuyuy2gamu': Purge remote 2025/02/18 03:13:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lorupat4zaji': Purge remote 2025/02/18 03:13:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bomacic4wahi': Purge remote 2025/02/18 03:13:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zukutum7gaxu': Purge remote 2025/02/18 03:13:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fugowof9bofu': Purge remote 2025/02/18 03:13:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fivixug6yaqi': Purge remote --- PASS: TestApplyTransforms (57.99s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:13:37 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/18 03:13:39 DEBUG : sub/file2: md5 = 7adb48a0fa1f3e5c7ba3b72674638620 OK 2025/02/18 03:13:39 INFO : file1: Copied (new) to: sub/file2 2025/02/18 03:13:40 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/18 03:13:40 DEBUG : file1: Unchanged skipping 2025/02/18 03:13:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': don't need to copy/move sub/file2, it is already at target location 2025/02/18 03:13:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.29s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.58s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:13:46 DEBUG : dst/file1: md5 = efbef7b313da3c12024ef26bc68116a5 OK 2025/02/18 03:13:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/backup" 2025/02/18 03:13:47 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/1nrff024r7pq65ecp72fc28jb0" 2025/02/18 03:13:48 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/18 03:13:51 INFO : dst/file1: Moved (server-side) 2025/02/18 03:13:52 DEBUG : dst/file1: md5 = 5315bdf6a9e325c950cc8c5c465b00b6 OK 2025/02/18 03:13:52 INFO : dst/file1: Copied (new) 2025/02/18 03:13:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/18 03:13:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/18 03:13:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.19s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:13:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/dst" 2025/02/18 03:13:58 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/18 03:13:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/CompareDest" 2025/02/18 03:13:59 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/gveqi14airsml4bgu7krj116o8" 2025/02/18 03:14:01 DEBUG : one: Need to transfer - File not found at Destination 2025/02/18 03:14:03 DEBUG : one: md5 = 0005ecac69f26f47ce710986460f0dbc OK 2025/02/18 03:14:03 INFO : one: Copied (new) 2025/02/18 03:14:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/18 03:14:06 DEBUG : one: md5 = fc9dbfd55dead626559048da24fd3065 OK 2025/02/18 03:14:06 INFO : one: Copied (replaced existing) 2025/02/18 03:14:08 DEBUG : dst/one: md5 = d1a12b73eabeee55fce8e5730786c9d8 OK 2025/02/18 03:14:10 DEBUG : CompareDest/one: md5 = d5f4b22ff11b2d6b8cbdeada8108951b OK 2025/02/18 03:14:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/18 03:14:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/18 03:14:12 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/18 03:14:13 DEBUG : CompareDest/two: md5 = 03343045f35f238f4dea889b776f57a2 OK 2025/02/18 03:14:14 DEBUG : two: Need to transfer - File not found at Destination 2025/02/18 03:14:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/18 03:14:15 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/18 03:14:15 DEBUG : two: Need to transfer - File not found at Destination 2025/02/18 03:14:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/18 03:14:16 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/18 03:14:17 DEBUG : two: Need to transfer - File not found at Destination 2025/02/18 03:14:17 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/18 03:14:18 DEBUG : two: md5 = aa2b3c3c3f43b66a781eda344c9aafae OK 2025/02/18 03:14:18 INFO : two: Copied (new) 2025/02/18 03:14:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/18 03:14:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:14:23 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/18 03:14:23 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.81s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:14:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/dst" 2025/02/18 03:14:23 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/18 03:14:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/CopyDest" 2025/02/18 03:14:25 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/18 03:14:27 DEBUG : one: Need to transfer - File not found at Destination 2025/02/18 03:14:29 DEBUG : one: md5 = 99508b0f80489dd5f16839aedd866977 OK 2025/02/18 03:14:29 INFO : one: Copied (new) 2025/02/18 03:14:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/18 03:14:32 DEBUG : one: md5 = e0f319326047cb5c03054af25a2f2b35 OK 2025/02/18 03:14:32 INFO : one: Copied (replaced existing) 2025/02/18 03:14:34 DEBUG : dst/one: md5 = 10f14bcd58cb4b0163f272547f0b71e1 OK 2025/02/18 03:14:36 DEBUG : CopyDest/one: md5 = 82679a7b82f92f14d92fae019b654cf0 OK 2025/02/18 03:14:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/BackupDir" 2025/02/18 03:14:37 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/18 03:14:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/18 03:14:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/18 03:14:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/18 03:14:41 INFO : one: Moved (server-side) 2025/02/18 03:14:42 INFO : one: Copied (server-side copy) 2025/02/18 03:14:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/18 03:14:44 DEBUG : CopyDest/two: md5 = 4d18e4c6b73d1faca13a53f91896ccd9 OK 2025/02/18 03:14:45 DEBUG : two: Need to transfer - File not found at Destination 2025/02/18 03:14:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/18 03:14:46 INFO : two: Copied (server-side copy) 2025/02/18 03:14:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/18 03:14:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/18 03:14:47 DEBUG : two: Unchanged skipping 2025/02/18 03:14:49 DEBUG : CopyDest/three: md5 = cb1f8cdfedfe77267e5f0f53ee8c5eba OK 2025/02/18 03:14:50 DEBUG : three: Need to transfer - File not found at Destination 2025/02/18 03:14:50 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/18 03:14:50 DEBUG : three: Destination not found in --copy-dest 2025/02/18 03:14:51 DEBUG : three: md5 = 8e03e752dbb7ab16410b07b63f557b5c OK 2025/02/18 03:14:51 INFO : three: Copied (new) 2025/02/18 03:14:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/18 03:14:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:14:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/18 03:14:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/18 03:14:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/18 03:14:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:14:58 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (35.08s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.60s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:15:00 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/18 03:15:02 DEBUG : TestCopyFileMaxTransfer/file1: md5 = c3020f1e29aa711658b2c7678feffa93 OK 2025/02/18 03:15:02 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/18 03:15:03 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/18 03:15:03 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/02/18 03:15:04 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/18 03:15:05 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/18 03:15:06 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 65f02b0c9a9b9be56f4be21c4e421d18 OK 2025/02/18 03:15:06 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/18 03:15:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/18 03:15:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.61s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.51s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:15:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Looking for duplicate names using skip mode. 2025/02/18 03:15:13 NOTICE: one: Found 2 files with duplicate names 2025/02/18 03:15:13 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.01s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:15:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Looking for duplicate names using skip mode. 2025/02/18 03:15:19 NOTICE: one: Found 3 files with duplicate names 2025/02/18 03:15:19 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/18 03:15:20 INFO : one: Deleted 2025/02/18 03:15:20 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.79s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:15:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Looking for duplicate names using first mode. 2025/02/18 03:15:27 NOTICE: one: Found 3 files with duplicate names 2025/02/18 03:15:27 INFO : one: Deleted 2025/02/18 03:15:28 INFO : one: Deleted 2025/02/18 03:15:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.26s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:15:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Looking for duplicate names using newest mode. 2025/02/18 03:15:33 NOTICE: one: Found 3 files with duplicate names 2025/02/18 03:15:34 INFO : one: Deleted 2025/02/18 03:15:34 INFO : one: Deleted 2025/02/18 03:15:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.45s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:15:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Looking for duplicate names using oldest mode. 2025/02/18 03:15:40 NOTICE: one: Found 3 files with duplicate names 2025/02/18 03:15:40 INFO : one: Deleted 2025/02/18 03:15:41 INFO : one: Deleted 2025/02/18 03:15:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.82s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:15:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Looking for duplicate names using largest mode. 2025/02/18 03:15:47 NOTICE: one: Found 3 files with duplicate names 2025/02/18 03:15:47 INFO : one: Deleted 2025/02/18 03:15:48 INFO : one: Deleted 2025/02/18 03:15:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.32s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:15:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Looking for duplicate names using smallest mode. 2025/02/18 03:15:53 NOTICE: one: Found 3 files with duplicate names 2025/02/18 03:15:53 INFO : one: Deleted 2025/02/18 03:15:54 INFO : one: Deleted 2025/02/18 03:15:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.22s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:16:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Looking for duplicate names using rename mode. 2025/02/18 03:16:01 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/18 03:16:02 INFO : one-2.txt: renamed from: one.txt 2025/02/18 03:16:03 INFO : one-3.txt: renamed from: one.txt 2025/02/18 03:16:05 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.26s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:16:10 DEBUG : dupe1/one.txt: md5 = 8e149ef88d0e6f71e3ef7aac742eeb47 OK 2025/02/18 03:16:12 DEBUG : dupe2/two.txt: md5 = e50f80ac608052aed16af6f08fcd03e6 OK 2025/02/18 03:16:14 DEBUG : dupe3/three.txt: md5 = 63742c7622da9445e823d3c0a671ea15 OK 2025/02/18 03:16:15 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/18 03:16:15 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/18 03:16:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/18 03:16:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/18 03:16:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/18 03:16:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/18 03:16:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.52s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:16:22 DEBUG : a.txt: md5 = 42313132541e629fc5e23cd7fde3d6d9 OK 2025/02/18 03:16:24 DEBUG : zend.txt: md5 = ce9a9d93341d48fccd224c478cef1ef0 OK 2025/02/18 03:16:26 DEBUG : sub dir/hello world: md5 = db227347f110cbddf31625d9ef5a3039 OK 2025/02/18 03:16:27 DEBUG : sub dir/hello world2: md5 = 396f89c71283f4905d2b60d7030f1ff2 OK 2025/02/18 03:16:29 DEBUG : sub dir/ignore dir/.ignore: md5 = 6c78abb26272aa1a45eb659ca23d7d10 OK 2025/02/18 03:16:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = 8ca229a7f7b4c5379a501909d719b5fc OK 2025/02/18 03:16:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = f084b6e9a9601ee0c1c2ae1372a6224e OK 2025/02/18 03:16:34 DEBUG : a.txt: Excluded (Size Filter) 2025/02/18 03:16:34 DEBUG : a.txt: Excluded 2025/02/18 03:16:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/18 03:16:35 DEBUG : sub dir/hello world: Excluded 2025/02/18 03:16:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/18 03:16:35 DEBUG : sub dir/hello world2: Excluded 2025/02/18 03:16:35 DEBUG : sub dir/ignore dir: Excluded 2025/02/18 03:16:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/18 03:16:35 DEBUG : sub dir/hello world: Excluded 2025/02/18 03:16:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/18 03:16:35 DEBUG : sub dir/hello world2: Excluded 2025/02/18 03:16:36 DEBUG : sub dir/ignore dir: Excluded 2025/02/18 03:16:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/18 03:16:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/18 03:16:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/18 03:16:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/18 03:16:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/18 03:16:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/02/18 03:16:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.26s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:16:45 DEBUG : file1: md5 = d628302ca964aac4b9e38fdf439fa277 OK 2025/02/18 03:16:47 DEBUG : sub/file2: md5 = 75c05ba969f55ac697f00a2846dc1ff6 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/02/18 03:16:50 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/18 03:16:50 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/18 03:16:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/18 03:16:52 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.98s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.29s) --- PASS: TestListJSON/DirsOnly (0.36s) --- PASS: TestListJSON/Recurse (0.55s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:16:55 DEBUG : file1: md5 = 8a4ab835b66737c10c1a301ce73476b0 OK 2025/02/18 03:16:57 DEBUG : sub/file2: md5 = a8cf940962c5ad8a93e6fafb59517a65 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/02/18 03:17:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/notfound" 2025/02/18 03:17:01 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/qe0i31qdkoejk60elps0ni5sqk" 2025/02/18 03:17:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.92s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.47s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.22s) --- PASS: TestStatJSON/RootNotFound (1.81s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Making directory 2025/02/18 03:17:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Making directory --- PASS: TestMkdir (0.72s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:08 DEBUG : sub dir/hello world: md5 = f56f927fbf08831cd8cb3bd33b53a30e OK 2025/02/18 03:17:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.80s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:12 DEBUG : potato2: md5 = dffa5065d248dcae6d76db0b0e44584d OK 2025/02/18 03:17:13 DEBUG : empty space: md5 = f4eca35e2b287d598eb8c070ead5944b OK --- PASS: TestLs (4.73s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:17 DEBUG : potato2: md5 = 4d6a97df097717d57e532247623caf0d OK 2025/02/18 03:17:18 DEBUG : empty space: md5 = 8329e7068a880e916edfcd9c0bbd2a6f OK 2025/02/18 03:17:19 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/02/18 03:17:19 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.13s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:22 DEBUG : potato2: md5 = e3e53f5c7958a35b8e8059bc6d996e4e OK 2025/02/18 03:17:23 DEBUG : empty space: md5 = 9a8894d461a2db8f83c347e21109ab97 OK --- PASS: TestLsLong (4.90s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:27 DEBUG : potato2: md5 = 38ded4549cda1c5f319ca9bc351c6021 OK 2025/02/18 03:17:28 DEBUG : empty space: md5 = c4b101aa8a7c3df9e631614c87c7e581 OK --- PASS: TestHashSums (4.46s) === RUN TestHashSumsWithErrors 2025/02/18 03:17:30 DEBUG : Creating backend with remote ":memory:" 2025/02/18 03:17:30 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/18 03:17:30 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/18 03:17:30 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/18 03:17:30 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/18 03:17:30 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/18 03:17:30 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/18 03:17:30 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/18 03:17:30 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/18 03:17:30 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:31 DEBUG : potato2: md5 = 8808316d931fea6e609b645a41e35a0b OK 2025/02/18 03:17:33 DEBUG : empty space: md5 = 92796faac914e03062e69fae5bbedd83 OK 2025/02/18 03:17:35 DEBUG : sub dir/potato3: md5 = 5d973b76d7bef6ccb21c228b4a0e77d9 OK 2025/02/18 03:17:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.51s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:40 DEBUG : small: md5 = f97969e675dc4fa843fbf8d5677b8355 OK 2025/02/18 03:17:41 DEBUG : medium: md5 = 190493389a123629c0f56010627f0073 OK 2025/02/18 03:17:42 DEBUG : large: md5 = ff1afa5ae418b3346ff2db897a0efa54 OK 2025/02/18 03:17:43 DEBUG : Waiting for deletions to finish 2025/02/18 03:17:43 DEBUG : large: Excluded (Size Filter) 2025/02/18 03:17:43 INFO : small: Deleted 2025/02/18 03:17:43 INFO : medium: Deleted --- PASS: TestDelete (6.42s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:46 DEBUG : small: md5 = 67bdb80c8e40af477f071b291da4f971 OK 2025/02/18 03:17:48 DEBUG : medium: md5 = b4ba9dfd94aefb53737b5084da2328ee OK 2025/02/18 03:17:49 DEBUG : large: md5 = 8388ebaa73a7c221377716cc74ce90f3 OK 2025/02/18 03:17:49 DEBUG : Waiting for deletions to finish 2025/02/18 03:17:50 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/02/18 03:17:50 INFO : small: Deleted 2025/02/18 03:17:50 INFO : medium: Deleted --- PASS: TestMaxDelete (7.52s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:17:54 DEBUG : small: md5 = 87251f528968c7f5520ded7a29bc7e46 OK 2025/02/18 03:17:55 DEBUG : medium: md5 = 1767c348faae8dc3fa1228f81e177d3d OK 2025/02/18 03:17:56 DEBUG : large: md5 = df18d0af6cf1161f86b216e8b43a2773 OK 2025/02/18 03:17:57 DEBUG : Waiting for deletions to finish 2025/02/18 03:17:57 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/18 03:17:57 INFO : small: Deleted 2025/02/18 03:17:57 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.81s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:18:00 DEBUG : small: md5 = 030ec6b86b82ba81412c513587ced3cb OK 2025/02/18 03:18:02 DEBUG : medium: md5 = b78b7beefccc38afb3bd2f5394d39351 OK 2025/02/18 03:18:03 DEBUG : large: md5 = 14386625dc41c47da50c321a931201eb OK 2025/02/18 03:18:03 DEBUG : Waiting for deletions to finish 2025/02/18 03:18:04 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/18 03:18:04 INFO : small: Deleted 2025/02/18 03:18:04 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.96s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:18:07 DEBUG : ReadFile: md5 = e2e549b288128b283af7354bcc822d9c OK --- PASS: TestReadFile (4.74s) === RUN TestRetry 2025/02/18 03:18:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/18 03:18:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/18 03:18:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/18 03:18:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/18 03:18:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/18 03:18:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/18 03:18:11 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:18:12 DEBUG : file1: md5 = 85fe1fe3b8eac60480a1cfeb2b1dc569 OK 2025/02/18 03:18:14 DEBUG : file2: md5 = 676e1d017c8c7f9f78b9eeca54a515d7 OK --- PASS: TestCat (17.53s) === RUN TestPurge 2025/02/18 03:18:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekibiw2cedi" 2025/02/18 03:18:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/18 03:18:28 DEBUG : Creating backend with remote "TestDrive:crypt/bhfksd6pt0clldp2kaucbcehe629bl0v8poe7560nleulust4qcg" 2025/02/18 03:18:29 DEBUG : Creating backend with remote "/tmp/rclone1762850813" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekibiw2cedi'", Local "Local file system at /tmp/rclone1762850813", Modify Window "1ms" 2025/02/18 03:18:34 DEBUG : A1/B1/C1/one: md5 = 2dfd16d152ccad78dd59877b4f6ccc16 OK 2025/02/18 03:18:34 INFO : A2: Making directory 2025/02/18 03:18:35 INFO : A1/B2: Making directory 2025/02/18 03:18:36 INFO : A1/B2/C2: Making directory 2025/02/18 03:18:36 INFO : A1/B1/C3: Making directory 2025/02/18 03:18:37 INFO : A3: Making directory 2025/02/18 03:18:38 INFO : A3/B3: Making directory 2025/02/18 03:18:38 INFO : A3/B3/C4: Making directory 2025/02/18 03:18:41 DEBUG : A1/two: md5 = 33b007ae1e4a32f11ed28251deab26dc OK 2025/02/18 03:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekibiw2cedi': Purge remote 2025/02/18 03:18:45 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.21s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:18:49 DEBUG : A1/B1/C1/one: md5 = c8dbef30f3097258351868d748aee1a4 OK 2025/02/18 03:18:49 INFO : A2: Making directory 2025/02/18 03:18:49 INFO : A1/B2: Making directory 2025/02/18 03:18:50 INFO : A1/B2/C2: Making directory 2025/02/18 03:18:51 INFO : A1/B1/C3: Making directory 2025/02/18 03:18:52 INFO : A3: Making directory 2025/02/18 03:18:52 INFO : A3/B3: Making directory 2025/02/18 03:18:53 INFO : A3/B3/C4: Making directory 2025/02/18 03:18:56 DEBUG : A1/two: md5 = 70cc4e743c13fcfdffa9e1ffa99af958 OK 2025/02/18 03:18:57 DEBUG : removing 1 level 3 directories 2025/02/18 03:18:57 INFO : A3/B3/C4: Removing directory 2025/02/18 03:19:00 DEBUG : removing 2 level 3 directories 2025/02/18 03:19:00 INFO : A1/B2/C2: Removing directory 2025/02/18 03:19:00 INFO : A1/B1/C3: Removing directory 2025/02/18 03:19:00 DEBUG : removing 2 level 2 directories 2025/02/18 03:19:00 INFO : A3/B3: Removing directory 2025/02/18 03:19:00 INFO : A1/B2: Removing directory 2025/02/18 03:19:00 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/18 03:19:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/18 03:19:01 DEBUG : removing 2 level 1 directories 2025/02/18 03:19:01 INFO : A3: Removing directory 2025/02/18 03:19:01 INFO : A2: Removing directory 2025/02/18 03:19:01 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/18 03:19:05 DEBUG : removing 1 level 3 directories 2025/02/18 03:19:05 INFO : A1/B1/C1: Removing directory 2025/02/18 03:19:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:06 DEBUG : removing 1 level 2 directories 2025/02/18 03:19:06 INFO : A1/B1: Removing directory 2025/02/18 03:19:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/18 03:19:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/18 03:19:07 DEBUG : removing 1 level 1 directories 2025/02/18 03:19:07 INFO : A1: Removing directory 2025/02/18 03:19:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/18 03:19:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/18 03:19:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/18 03:19:07 DEBUG : removing 1 level 0 directories 2025/02/18 03:19:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Removing directory 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/18 03:19:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (24.52s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:19:10 INFO : A1: Making directory 2025/02/18 03:19:11 INFO : A1/B1: Making directory 2025/02/18 03:19:11 INFO : A1/B1/C1: Making directory 2025/02/18 03:19:14 DEBUG : removing 1 level 3 directories 2025/02/18 03:19:14 INFO : A1/B1/C1: Removing directory 2025/02/18 03:19:14 DEBUG : removing 1 level 2 directories 2025/02/18 03:19:14 INFO : A1/B1: Removing directory 2025/02/18 03:19:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/18 03:19:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.13s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:19:17 INFO : A1: Making directory 2025/02/18 03:19:18 INFO : A1/B1: Making directory 2025/02/18 03:19:19 INFO : A1/B1/C1: Making directory 2025/02/18 03:19:21 DEBUG : removing 1 level 3 directories 2025/02/18 03:19:21 INFO : A1/B1/C1: Removing directory 2025/02/18 03:19:22 DEBUG : removing 1 level 2 directories 2025/02/18 03:19:22 INFO : A1/B1: Removing directory 2025/02/18 03:19:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/18 03:19:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.52s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:19:26 DEBUG : file1: md5 = fc5ad4ecd46ab50c6372bfe7489e9e18 OK 2025/02/18 03:19:27 DEBUG : filename.txt: File name found in url 2025/02/18 03:19:28 DEBUG : filename.txt: md5 = 934c472d7f0f7742f5727294ac69e8ea OK 2025/02/18 03:19:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/18 03:19:30 DEBUG : headerfilename.txt: md5 = 770ea10815b0488046ddcf8a22eabae3 OK 2025/02/18 03:19:31 DEBUG : file2: md5 = 6d1a1ad995d3ba015a63f4827d694477 OK --- PASS: TestCopyURL (8.84s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:19:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/18 03:19:36 DEBUG : sub/file2: md5 = a620f4ac1143bb9cd767fb19e579b95c OK 2025/02/18 03:19:36 INFO : file1: Copied (new) to: sub/file2 2025/02/18 03:19:36 INFO : file1: Deleted 2025/02/18 03:19:37 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/18 03:19:37 DEBUG : file1: Unchanged skipping 2025/02/18 03:19:37 INFO : file1: Deleted 2025/02/18 03:19:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': don't need to copy/move sub/file2, it is already at target location 2025/02/18 03:19:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.95s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:19:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/18 03:19:41 DEBUG : file1: md5 = 4aa5afd16c650209fc4b6223d46dc8d9 OK 2025/02/18 03:19:41 INFO : file1: Copied (new) 2025/02/18 03:19:41 INFO : file1: Deleted 2025/02/18 03:19:42 DEBUG : file1: Destination exists, skipping 2025/02/18 03:19:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.20s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.51s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:19:46 DEBUG : dst/file1: md5 = 9d18e9d3d1f34479f76ed842a38967b6 OK 2025/02/18 03:19:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerewot1qeto/backup" 2025/02/18 03:19:47 DEBUG : Creating backend with remote "TestDrive:crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0/1nrff024r7pq65ecp72fc28jb0" 2025/02/18 03:19:48 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/18 03:19:51 INFO : dst/file1: Moved (server-side) 2025/02/18 03:19:52 DEBUG : dst/file1: md5 = be25e5f76a11a4cbb5ad4df43771eb27 OK 2025/02/18 03:19:52 INFO : dst/file1: Copied (new) 2025/02/18 03:19:52 INFO : dst/file1: Deleted 2025/02/18 03:19:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/18 03:19:55 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/18 03:19:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.28s) === 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:19:59 DEBUG : A1/one: md5 = b8abfcf2a11eeaa51bcbc1d0a1f37464 OK 2025/02/18 03:20:00 DEBUG : A1/two: md5 = e0a473806a7fb218d7517c9dbf7e6dd0 OK 2025/02/18 03:20:03 DEBUG : A1/B1/three: md5 = 4c931a811dae3f694eebd7d313afbb58 OK 2025/02/18 03:20:05 DEBUG : A1/B1/C1/four: md5 = cf0b018837ba24cb1717507624bc5757 OK 2025/02/18 03:20:07 DEBUG : A1/B1/C2/five: md5 = 401581489949a260ff6c3745393b1e11 OK 2025/02/18 03:20:07 INFO : A1/B2: Making directory 2025/02/18 03:20:08 INFO : A1/B1/C3: Making directory 2025/02/18 03:20:17 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/18 03:20:17 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/18 03:20:17 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/18 03:20:18 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/18 03:20:18 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/18 03:20:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/18 03:20:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/18 03:20:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/18 03:20:22 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/18 03:20:22 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/18 03:20:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/18 03:20:30 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/18 03:20:30 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/18 03:20:30 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/18 03:20:30 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/18 03:20:31 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/18 03:20:34 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/18 03:20:34 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/18 03:20:34 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/18 03:20:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/18 03:20:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/18 03:20:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/18 03:20:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/18 03:20:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/18 03:20:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/18 03:20:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/18 03:20:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/18 03:20:43 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/18 03:20:43 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/18 03:20:43 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/18 03:20:43 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (46.99s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" --- PASS: TestGetFsInfo (0.53s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:20:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': File to upload is small (34 bytes), uploading instead of streaming 2025/02/18 03:20:46 DEBUG : no_checksum_small_file_from_pipe: md5 = efc5d0287a2a72232284197333f4233a OK 2025/02/18 03:20:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/18 03:20:46 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/18 03:20:47 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/18 03:20:48 DEBUG : no_checksum_big_file_from_pipe: md5 = ed5704b40bdd646ef4d5a0e9908027a5 OK 2025/02/18 03:20:48 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:20:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': File to upload is small (34 bytes), uploading instead of streaming 2025/02/18 03:20:51 DEBUG : with_checksum_small_file_from_pipe: md5 = 9460b32cc9548bf05e5e38876e8f8365 OK 2025/02/18 03:20:51 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/18 03:20:52 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/18 03:20:53 DEBUG : with_checksum_big_file_from_pipe: md5 = 8eef8547e7d98870870e60fab3d4e1a7 OK 2025/02/18 03:20:53 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:20:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': File to upload is small (34 bytes), uploading instead of streaming 2025/02/18 03:20:56 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/18 03:20:57 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/18 03:20:58 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-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': File to upload is small (34 bytes), uploading instead of streaming 2025/02/18 03:21:01 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/18 03:21:02 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/18 03:21:03 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.03s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.79s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.27s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.96s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/18 03:21:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': File to upload is small (48 bytes), uploading instead of streaming 2025/02/18 03:21:06 DEBUG : rcat_metadata: md5 = 96cfcfd91db7cf845a7312d0cbdfd893 OK 2025/02/18 03:21:06 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/18 03:21:08 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/18 03:21:09 DEBUG : rcat_metadata_uploadcutoff0: md5 = 2cdebb921ac8a5fbbc8d60de69122698 OK 2025/02/18 03:21:09 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.71s) --- PASS: TestRcatMetadata/Normal (2.47s) --- PASS: TestRcatMetadata/ViaDisk (2.78s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:12 DEBUG : potato1: md5 = e3a415d3c386a71747311af41db626a5 OK 2025/02/18 03:21:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': File to upload is small (60 bytes), uploading instead of streaming 2025/02/18 03:21:13 DEBUG : potato2: md5 = 866dc7603245086973cacbab915678d6 OK 2025/02/18 03:21:13 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.47s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:16 DEBUG : potato1: md5 = f4fbb55af630a067ddc273e00f59e712 OK 2025/02/18 03:21:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': File to upload is small (60 bytes), uploading instead of streaming 2025/02/18 03:21:17 DEBUG : potato2: md5 = 7ceb0e3012e534d72c1e31a17c63ea30 OK 2025/02/18 03:21:17 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.84s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:21 DEBUG : potato2: md5 = 712052bc62fd57dfbc493cbc64456455 OK 2025/02/18 03:21:22 DEBUG : empty space: md5 = 5daf66b39d40a068b94f85c1101ce408 OK 2025/02/18 03:21:24 DEBUG : sub dir/potato3: md5 = a59fd8e8be21ca2bcf391d8a006a86c1 OK 2025/02/18 03:21:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Touching "empty space" 2025/02/18 03:21:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Touching "potato2" 2025/02/18 03:21:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Touching "sub dir/potato3" 2025/02/18 03:21:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.79s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:30 DEBUG : dir with metadata: Making directory with metadata 2025/02/18 03:21:30 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/02/18 03:21:30 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/02/18 03:21:30 DEBUG : TestDrive: Saved new token in config file 2025/02/18 03:21:31 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.65s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:33 DEBUG : directory with modtime: Making directory with metadata 2025/02/18 03:21:34 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.54s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:35 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/18 03:21:35 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/18 03:21:36 DEBUG : Google drive root 'crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0': Skipping btime metadata as can't update it on an existing file: 2025-02-18T03:21:35.971075938Z 2025/02/18 03:21:36 INFO : non existent directory: Updated directory metadata 2025/02/18 03:21:38 DEBUG : Google drive root 'crypt/r668avkvooau26ac43tmdkj0ml5o59ve8f3nf7oef50sisukjai0': Skipping btime metadata as can't update it on an existing file: 2025-02-18T03:21:35.971075938Z 2025/02/18 03:21:39 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.93s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:40 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/18 03:21:42 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/18 03:21:43 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.21s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:45 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/18 03:21:45 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/18 03:21:45 DEBUG : dst: Making directory with metadata 2025/02/18 03:21:45 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/18 03:21:45 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/18 03:21:46 INFO : dst: Set directory modification time (using SetModTime) 2025/02/18 03:21:46 INFO : dst: Set directory modification time (using SetModTime) 2025/02/18 03:21:46 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/18 03:21:47 INFO : dst: Set directory modification time (using SetModTime) 2025/02/18 03:21:47 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.66s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto'", Local "Local file system at /tmp/rclone3764560263", Modify Window "1ms" 2025/02/18 03:21:51 DEBUG : sub dir/test remove existing: md5 = 9f0f52f45e1b82cd602c1f8645c3bdbc OK 2025/02/18 03:21:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = eea3e9f7a30a930de224e0bbc922d6a5 OK 2025/02/18 03:21:54 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tiqezug8" before starting 2025/02/18 03:21:55 DEBUG : sub dir/test remove existing.tiqezug8: TEST: removing renamed existing file after operation 2025/02/18 03:21:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sivimap3" before starting 2025/02/18 03:21:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sivimap3: TEST: renaming existing back after failed operation 2025/02/18 03:21:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vetecef0" before starting 2025/02/18 03:22:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vetecef0: TEST: removing renamed existing file after operation 2025/02/18 03:22:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "b0kr9n9ehj46gpvm1pj1fjc140pvujk5urb3s3bfa6lvlbpn4omg" 2025/02/18 03:22:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "vs4igb1miv3p9um1nl4boe1re5g1ji7q3h85hgt70179vrn4h4gvkodng5ec3mdmajhfct0ndp7h75u783a5qeba2iecrb48ivaht95t120r5jiral60ofi76fp6n92nvj9fbaseaombuj9kbs3lda1lrvnlqrdk1m89lau9eg04pqq6r800" --- PASS: TestRemoveExisting (13.99s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/02/18 03:22:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerewot1qeto': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m58.042673633s (try 1/5)