"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/04/19 05:53:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija" 2025/04/19 05:53:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:53:54 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g" 2025/04/19 05:53:55 DEBUG : Creating backend with remote "/tmp/rclone3633152632" === 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-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/19 05:53:56 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/19 05:53:56 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/19 05:53:56 DEBUG : potato: Seek from 10 to 0 2025/04/19 05:53:56 DEBUG : potato: Seek from 10 to 0 2025/04/19 05:53:56 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/19 05:53:56 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/19 05:53:56 DEBUG : potato: Seek from 5 to 2 2025/04/19 05:53:56 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/19 05:53:56 DEBUG : potato: Seek from 7 to 0 2025/04/19 05:53:56 DEBUG : potato: Seek from 7 to 0 2025/04/19 05:53:56 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/19 05:53:56 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/19 05:53:56 DEBUG : potato: Seek from 5 to 2 2025/04/19 05:53:56 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/19 05:53:56 DEBUG : potato: Seek from 8 to 0 2025/04/19 05:53:56 DEBUG : potato: Seek from 8 to 0 2025/04/19 05:53:56 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/19 05:53:56 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/19 05:53:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/19 05:53:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/19 05:53:56 DEBUG : potato: Seek from 5 to 2 2025/04/19 05:53:56 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/19 05:53:56 DEBUG : potato: Seek from 9 to 0 2025/04/19 05:53:56 DEBUG : potato: Seek from 9 to 0 2025/04/19 05:53:56 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-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:53:58 DEBUG : rutabaga: md5 = f2fe411d3fb220dc5bd8391dda469c7f OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/19 05:54:00 DEBUG : empty space: md5 = 70eb0a24a85ced03632a2fce3c6254c0 OK === RUN TestCheck/3 2025/04/19 05:54:02 DEBUG : potato2: md5 = cde55bd2defc192c6c28de878f243f44 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/19 05:54:04 DEBUG : remotepotato: md5 = 8d15a319586ca973eeb04b6a58a3827d OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.93s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.21s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.22s) === RUN TestCheckFsError 2025/04/19 05:54:07 DEBUG : Creating backend with remote "nonexistent" 2025/04/19 05:54:07 DEBUG : Creating backend with remote "nonexistent" 2025/04/19 05:54:07 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/19 05:54:07 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/04/19 05:54:07 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/19 05:54:07 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-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:54:08 DEBUG : rutabaga: md5 = fc8d0648d02746d833b4c4346fc18d8b OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/19 05:54:12 DEBUG : empty space: md5 = 40350968708776ac70570cab2dfb72b1 OK === RUN TestCheckDownload/3 2025/04/19 05:54:14 DEBUG : potato2: md5 = 0ce76c986665d32d54a7bbb16cb41d83 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/19 05:54:18 DEBUG : remotepotato: md5 = 524c8674699339149353c7079351403a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.79s) --- PASS: TestCheckDownload/1 (1.07s) --- PASS: TestCheckDownload/2 (1.00s) --- PASS: TestCheckDownload/3 (1.11s) --- PASS: TestCheckDownload/4 (1.16s) --- PASS: TestCheckDownload/5 (1.05s) --- PASS: TestCheckDownload/6 (1.17s) --- PASS: TestCheckDownload/7 (0.83s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:54:24 DEBUG : rutabaga: md5 = 3f4f95bbc365c84de5fe523abf1f2165 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/19 05:54:26 DEBUG : empty space: md5 = e82acbade00aa929e84d7567c0ab4ae5 OK === RUN TestCheckSizeOnly/3 2025/04/19 05:54:28 DEBUG : potato2: md5 = 696803eeb3426c0900430685ae1a6600 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/19 05:54:30 DEBUG : remotepotato: md5 = 0b33e0b928f441a6c4066c29724adbfb OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.21s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.22s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:54:34 DEBUG : test.sum: md5 = 4e100c21432aa557887118ab0c2c82df OK 2025/04/19 05:54:35 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/19 05:54:35 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/19 05:54:35 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/19 05:54:35 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/19 05:54:36 DEBUG : test.sum: md5 = e953367978543238e2d23774f5350e7c OK 2025/04/19 05:54:37 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/19 05:54:37 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/19 05:54:37 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/19 05:54:37 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.51s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:54:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/data" 2025/04/19 05:54:38 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija/data' lacks md5, skipping --- SKIP: TestCheckSum (1.91s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:54:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/data" 2025/04/19 05:54:40 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/vjrnln8ratgmqakfosrqe8espk" 2025/04/19 05:54:44 DEBUG : data/banana: md5 = 916c8dfb926111a150e83b38e355cb7f OK 2025/04/19 05:54:45 DEBUG : test.sum: md5 = 099111c6550f26bbd9e76ab16428d43a OK === RUN TestCheckSumDownload/subtest1 2025/04/19 05:54:49 DEBUG : data/potato: md5 = ca679781610267d6a61f8411448b4da9 OK 2025/04/19 05:54:51 DEBUG : test.sum: md5 = 43e11ba2dad24affe074f3bf3f25c20b OK === RUN TestCheckSumDownload/subtest2 2025/04/19 05:54:55 DEBUG : test.sum: md5 = 630f6e2b44179fd86aa9b8e460fc8986 OK === RUN TestCheckSumDownload/subtest3 2025/04/19 05:54:58 DEBUG : test.sum: md5 = de2aaf1db042f34e7d6f1ce33d6cf96c OK === RUN TestCheckSumDownload/subtest4 2025/04/19 05:55:03 DEBUG : test.sum: md5 = b280001d580095fe5b1c546836352cf2 OK === RUN TestCheckSumDownload/subtest5 2025/04/19 05:55:07 DEBUG : test.sum: md5 = ded17cda33d2357ae2980f0eb993e21a OK === RUN TestCheckSumDownload/subtest6 2025/04/19 05:55:11 DEBUG : data/banana: md5 = 43bd21a74f34b4fb94b81897a7dce72d OK 2025/04/19 05:55:12 DEBUG : data/potato: md5 = 2be3e0744dd09b54c2fcbd25379e5256 OK 2025/04/19 05:55:14 DEBUG : test.sum: md5 = aeccd183d2feaf325d21376ae216acba OK === RUN TestCheckSumDownload/subtest7 2025/04/19 05:55:19 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/19 05:55:19 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (39.55s) --- PASS: TestCheckSumDownload/subtest1 (2.46s) --- PASS: TestCheckSumDownload/subtest2 (2.54s) --- PASS: TestCheckSumDownload/subtest3 (1.93s) --- PASS: TestCheckSumDownload/subtest4 (3.16s) --- PASS: TestCheckSumDownload/subtest5 (2.42s) --- PASS: TestCheckSumDownload/subtest6 (1.88s) --- PASS: TestCheckSumDownload/subtest7 (2.57s) === RUN TestApplyTransforms 2025/04/19 05:55:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tomonay8zote" 2025/04/19 05:55:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:20 DEBUG : Creating backend with remote "TestDrive:crypt/b9a4nhcoetk2c9fn98u1030ojbl12bh9g09rg5iv1q1mgt0bpjm0" 2025/04/19 05:55:20 DEBUG : Creating backend with remote "/tmp/rclone779508866" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tomonay8zote'", Local "Local file system at /tmp/rclone779508866", Modify Window "1ms" 2025/04/19 05:55:22 DEBUG : hello, world!: md5 = a2e5ab629178d91843b950bdeb94bc2e OK upper checkfile vs. lower remote (without normalization) 2025/04/19 05:55:23 ERROR : hello, world!: sum not found 2025/04/19 05:55:23 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tomonay8zote' 2025/04/19 05:55:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomonay8zote': 1 files missing 2025/04/19 05:55:23 NOTICE: 1 hashes missing 2025/04/19 05:55:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomonay8zote': 2 differences found 2025/04/19 05:55:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomonay8zote': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/19 05:55:24 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:55:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomonay8zote': 0 differences found 2025/04/19 05:55:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomonay8zote': 1 matching files 2025/04/19 05:55:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-goyudil2duca" 2025/04/19 05:55:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:24 DEBUG : Creating backend with remote "TestDrive:crypt/tgb2g9av4ucgh2u71v5qlv4kernf7s2475q5ca9gg5n8lat0otl0" 2025/04/19 05:55:25 DEBUG : Creating backend with remote "/tmp/rclone3509657736" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-goyudil2duca'", Local "Local file system at /tmp/rclone3509657736", Modify Window "1ms" 2025/04/19 05:55:27 DEBUG : HELLO, WORLD!: md5 = 5d358a9a990182f2945d263dba0686af OK lower checkfile vs. upper remote (without normalization) 2025/04/19 05:55:27 ERROR : HELLO, WORLD!: sum not found 2025/04/19 05:55:27 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-goyudil2duca' 2025/04/19 05:55:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goyudil2duca': 1 files missing 2025/04/19 05:55:27 NOTICE: 1 hashes missing 2025/04/19 05:55:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goyudil2duca': 2 differences found 2025/04/19 05:55:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goyudil2duca': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/19 05:55:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:55:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goyudil2duca': 0 differences found 2025/04/19 05:55:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goyudil2duca': 1 matching files 2025/04/19 05:55:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jebaxih8wusu" 2025/04/19 05:55:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:28 DEBUG : Creating backend with remote "TestDrive:crypt/t52236lt9oe0vboomr93qtr1vqq6dmi4gl1hbpf81ndrict8h9t0" 2025/04/19 05:55:29 DEBUG : Creating backend with remote "/tmp/rclone914152540" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jebaxih8wusu'", Local "Local file system at /tmp/rclone914152540", Modify Window "1ms" 2025/04/19 05:55:31 DEBUG : HeLlO, wOrLd!: md5 = 6a41c33ee65d0be76c1db36223ed676e OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/19 05:55:32 ERROR : HeLlO, wOrLd!: sum not found 2025/04/19 05:55:32 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jebaxih8wusu' 2025/04/19 05:55:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebaxih8wusu': 1 files missing 2025/04/19 05:55:32 NOTICE: 1 hashes missing 2025/04/19 05:55:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebaxih8wusu': 2 differences found 2025/04/19 05:55:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebaxih8wusu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/19 05:55:33 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:55:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebaxih8wusu': 0 differences found 2025/04/19 05:55:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebaxih8wusu': 1 matching files 2025/04/19 05:55:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuxoram3doka" 2025/04/19 05:55:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:33 DEBUG : Creating backend with remote "TestDrive:crypt/nt9j19nk27u5jj8dun6l4bgpis2q6h58a4t7iq4jcsofu3ac20f0" 2025/04/19 05:55:33 DEBUG : Creating backend with remote "/tmp/rclone3739378298" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuxoram3doka'", Local "Local file system at /tmp/rclone3739378298", Modify Window "1ms" 2025/04/19 05:55:35 DEBUG : HELLO, WORLD!: md5 = e8238e3a1964a59ab06dcf204b94a7a0 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/19 05:55:36 ERROR : HELLO, WORLD!: sum not found 2025/04/19 05:55:36 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fuxoram3doka' 2025/04/19 05:55:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxoram3doka': 1 files missing 2025/04/19 05:55:36 NOTICE: 1 hashes missing 2025/04/19 05:55:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxoram3doka': 2 differences found 2025/04/19 05:55:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxoram3doka': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/19 05:55:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:55:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxoram3doka': 0 differences found 2025/04/19 05:55:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxoram3doka': 1 matching files 2025/04/19 05:55:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vocozuk8ciga" 2025/04/19 05:55:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:37 DEBUG : Creating backend with remote "TestDrive:crypt/sh0mg72o4udfbjf1urnqcel3icj1p6gb2a0494flvl3hq0cu715g" 2025/04/19 05:55:38 DEBUG : Creating backend with remote "/tmp/rclone281944321" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vocozuk8ciga'", Local "Local file system at /tmp/rclone281944321", Modify Window "1ms" 2025/04/19 05:55:40 DEBUG : 測試_Русский___ě_áñ: md5 = 17f67a56b03c4158289b6cd2b0c94f0e OK NFD checkfile vs. NFC remote (without normalization) 2025/04/19 05:55:41 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/19 05:55:41 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vocozuk8ciga' 2025/04/19 05:55:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vocozuk8ciga': 1 files missing 2025/04/19 05:55:41 NOTICE: 1 hashes missing 2025/04/19 05:55:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vocozuk8ciga': 2 differences found 2025/04/19 05:55:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vocozuk8ciga': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/19 05:55:42 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:55:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vocozuk8ciga': 0 differences found 2025/04/19 05:55:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vocozuk8ciga': 1 matching files 2025/04/19 05:55:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dozinoc7bula" 2025/04/19 05:55:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:42 DEBUG : Creating backend with remote "TestDrive:crypt/ugnodauokcmsc5vccq88fvvnv4lk2shocac2i4o3lfuctsi00ga0" 2025/04/19 05:55:43 DEBUG : Creating backend with remote "/tmp/rclone3923501531" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dozinoc7bula'", Local "Local file system at /tmp/rclone3923501531", Modify Window "1ms" 2025/04/19 05:55:45 DEBUG : 測試_Русский___ě_áñ: md5 = dc0d414f91a24b54587727b583fdab4d OK NFC checkfile vs. NFD remote (without normalization) 2025/04/19 05:55:45 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/19 05:55:45 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dozinoc7bula' 2025/04/19 05:55:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozinoc7bula': 1 files missing 2025/04/19 05:55:45 NOTICE: 1 hashes missing 2025/04/19 05:55:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozinoc7bula': 2 differences found 2025/04/19 05:55:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozinoc7bula': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/19 05:55:46 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:55:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozinoc7bula': 0 differences found 2025/04/19 05:55:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozinoc7bula': 1 matching files 2025/04/19 05:55:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xuqebuq2sofo" 2025/04/19 05:55:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:46 DEBUG : Creating backend with remote "TestDrive:crypt/l55t29r5qd2n856cag2bbipovk74vr3ilkpqcddndcvrtuejf6lg" 2025/04/19 05:55:48 DEBUG : Creating backend with remote "/tmp/rclone4100987599" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xuqebuq2sofo'", Local "Local file system at /tmp/rclone4100987599", Modify Window "1ms" 2025/04/19 05:55:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d9b4d75e54c2cba98cf5e8e831caf643 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/19 05:55:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/19 05:55:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xuqebuq2sofo' 2025/04/19 05:55:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuqebuq2sofo': 1 files missing 2025/04/19 05:55:50 NOTICE: 1 hashes missing 2025/04/19 05:55:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuqebuq2sofo': 2 differences found 2025/04/19 05:55:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuqebuq2sofo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/19 05:55:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:55:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuqebuq2sofo': 0 differences found 2025/04/19 05:55:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuqebuq2sofo': 1 matching files 2025/04/19 05:55:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suxasej2fega" 2025/04/19 05:55:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:51 DEBUG : Creating backend with remote "TestDrive:crypt/es296h4nm8heibfme8s8pp419nmqas904r6026fmj7o75k99lnog" 2025/04/19 05:55:52 DEBUG : Creating backend with remote "/tmp/rclone3773317303" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suxasej2fega'", Local "Local file system at /tmp/rclone3773317303", Modify Window "1ms" 2025/04/19 05:55:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5f828d12225d990e7342045b2c291264 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/19 05:55:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/19 05:55:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-suxasej2fega' 2025/04/19 05:55:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suxasej2fega': 1 files missing 2025/04/19 05:55:55 NOTICE: 1 hashes missing 2025/04/19 05:55:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suxasej2fega': 2 differences found 2025/04/19 05:55:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suxasej2fega': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/19 05:55:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:55:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suxasej2fega': 0 differences found 2025/04/19 05:55:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suxasej2fega': 1 matching files 2025/04/19 05:55:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vapuded5nape" 2025/04/19 05:55:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:55:56 DEBUG : Creating backend with remote "TestDrive:crypt/7feb11tq3r2ljaht4idn38po7vk9ic0vietd2ke4maf4fmk3lrvg" 2025/04/19 05:55:57 DEBUG : Creating backend with remote "/tmp/rclone4203289376" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vapuded5nape'", Local "Local file system at /tmp/rclone4203289376", Modify Window "1ms" 2025/04/19 05:55:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 80a22b319b7ce1b70342bf4320358f78 OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/19 05:55:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/19 05:55:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vapuded5nape' 2025/04/19 05:55:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapuded5nape': 1 files missing 2025/04/19 05:55:59 NOTICE: 1 hashes missing 2025/04/19 05:55:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapuded5nape': 2 differences found 2025/04/19 05:55:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapuded5nape': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/19 05:56:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:56:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapuded5nape': 0 differences found 2025/04/19 05:56:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapuded5nape': 1 matching files 2025/04/19 05:56:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-galukiq6yiru" 2025/04/19 05:56:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 05:56:00 DEBUG : Creating backend with remote "TestDrive:crypt/us1lc4ad6lholbbh71i025hmqnavbm25oq9v36knu78hjskp444g" 2025/04/19 05:56:01 DEBUG : Creating backend with remote "/tmp/rclone3993619454" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-galukiq6yiru'", Local "Local file system at /tmp/rclone3993619454", Modify Window "1ms" 2025/04/19 05:56:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 520d096010297b34e24fb72af2e790ee OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/19 05:56:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/19 05:56:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-galukiq6yiru' 2025/04/19 05:56:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galukiq6yiru': 1 files missing 2025/04/19 05:56:03 NOTICE: 1 hashes missing 2025/04/19 05:56:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galukiq6yiru': 2 differences found 2025/04/19 05:56:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galukiq6yiru': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/19 05:56:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/19 05:56:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galukiq6yiru': 0 differences found 2025/04/19 05:56:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galukiq6yiru': 1 matching files 2025/04/19 05:56:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-galukiq6yiru': Purge remote 2025/04/19 05:56:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vapuded5nape': Purge remote 2025/04/19 05:56:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suxasej2fega': Purge remote 2025/04/19 05:56:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xuqebuq2sofo': Purge remote 2025/04/19 05:56:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dozinoc7bula': Purge remote 2025/04/19 05:56:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vocozuk8ciga': Purge remote 2025/04/19 05:56:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuxoram3doka': Purge remote 2025/04/19 05:56:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jebaxih8wusu': Purge remote 2025/04/19 05:56:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-goyudil2duca': Purge remote 2025/04/19 05:56:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tomonay8zote': Purge remote --- PASS: TestApplyTransforms (49.30s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:56:09 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/19 05:56:11 DEBUG : sub/file2: md5 = 1f12011078796cee42568703e46b7661 OK 2025/04/19 05:56:11 INFO : file1: Copied (new) to: sub/file2 2025/04/19 05:56:12 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/19 05:56:12 DEBUG : file1: Unchanged skipping 2025/04/19 05:56:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': don't need to copy/move sub/file2, it is already at target location 2025/04/19 05:56:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.72s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.40s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:56:17 DEBUG : dst/file1: md5 = 328d28d9d3af0c9b18eb8f09818ede1f OK 2025/04/19 05:56:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/backup" 2025/04/19 05:56:18 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/1nrff024r7pq65ecp72fc28jb0" 2025/04/19 05:56:19 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/19 05:56:21 INFO : dst/file1: Moved (server-side) 2025/04/19 05:56:22 DEBUG : dst/file1: md5 = 92c4b601d6b1ccef5af308942323dfd6 OK 2025/04/19 05:56:22 INFO : dst/file1: Copied (new) 2025/04/19 05:56:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/19 05:56:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/19 05:56:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (11.87s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:56:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/dst" 2025/04/19 05:56:27 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/19 05:56:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/CompareDest" 2025/04/19 05:56:29 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/gveqi14airsml4bgu7krj116o8" 2025/04/19 05:56:30 DEBUG : one: Need to transfer - File not found at Destination 2025/04/19 05:56:32 DEBUG : one: md5 = 714f0eb6ba4f795860b5480b4403b003 OK 2025/04/19 05:56:32 INFO : one: Copied (new) 2025/04/19 05:56:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/19 05:56:35 DEBUG : one: md5 = 0af5240571721c35bf26e05be250dd80 OK 2025/04/19 05:56:35 INFO : one: Copied (replaced existing) 2025/04/19 05:56:37 DEBUG : dst/one: md5 = 25c8658a7bab64981a689c0d88b4aa69 OK 2025/04/19 05:56:39 DEBUG : CompareDest/one: md5 = 4c289dfbbeaac67be6766754364d1e0f OK 2025/04/19 05:56:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/19 05:56:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/19 05:56:40 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/19 05:56:42 DEBUG : CompareDest/two: md5 = 3cf6ce6735e4e15c1530e97cab604cf8 OK 2025/04/19 05:56:42 DEBUG : two: Need to transfer - File not found at Destination 2025/04/19 05:56:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/19 05:56:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/19 05:56:43 DEBUG : two: Need to transfer - File not found at Destination 2025/04/19 05:56:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/19 05:56:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/19 05:56:45 DEBUG : two: Need to transfer - File not found at Destination 2025/04/19 05:56:45 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/19 05:56:46 DEBUG : two: md5 = 2d340851eff9418387db6988dc37f75c OK 2025/04/19 05:56:46 INFO : two: Copied (new) 2025/04/19 05:56:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/19 05:56:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 05:56:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/19 05:56:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (23.48s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:56:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/dst" 2025/04/19 05:56:50 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/19 05:56:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/CopyDest" 2025/04/19 05:56:52 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/19 05:56:53 DEBUG : one: Need to transfer - File not found at Destination 2025/04/19 05:56:56 DEBUG : one: md5 = c8b87b7ae974f5c437cf8a763394b3cb OK 2025/04/19 05:56:56 INFO : one: Copied (new) 2025/04/19 05:56:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/19 05:56:58 DEBUG : one: md5 = e6180c426805d29a3ecddda1b9207e3b OK 2025/04/19 05:56:58 INFO : one: Copied (replaced existing) 2025/04/19 05:57:00 DEBUG : dst/one: md5 = f4da9bf25abeeac6c8138590235eb225 OK 2025/04/19 05:57:02 DEBUG : CopyDest/one: md5 = 4fffb1a05820a0b7af7faae9bbd98486 OK 2025/04/19 05:57:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/BackupDir" 2025/04/19 05:57:03 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/19 05:57:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/19 05:57:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/19 05:57:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/19 05:57:06 INFO : one: Moved (server-side) 2025/04/19 05:57:07 INFO : one: Copied (server-side copy) 2025/04/19 05:57:07 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/19 05:57:09 DEBUG : CopyDest/two: md5 = 8526bfe2edfedbf50474a2d7e3595aad OK 2025/04/19 05:57:09 DEBUG : two: Need to transfer - File not found at Destination 2025/04/19 05:57:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/19 05:57:11 INFO : two: Copied (server-side copy) 2025/04/19 05:57:11 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/19 05:57:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/19 05:57:11 DEBUG : two: Unchanged skipping 2025/04/19 05:57:13 DEBUG : CopyDest/three: md5 = 145cd08310b69b977f5ccfd4a3607f18 OK 2025/04/19 05:57:14 DEBUG : three: Need to transfer - File not found at Destination 2025/04/19 05:57:14 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/19 05:57:14 DEBUG : three: Destination not found in --copy-dest 2025/04/19 05:57:15 DEBUG : three: md5 = 5574c797f775c898b750c5bebe59df47 OK 2025/04/19 05:57:15 INFO : three: Copied (new) 2025/04/19 05:57:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/19 05:57:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 05:57:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/19 05:57:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 05:57:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/19 05:57:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/19 05:57:21 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (30.94s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.42s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:57:22 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/19 05:57:24 DEBUG : TestCopyFileMaxTransfer/file1: md5 = c48567996eac54239449834addeef892 OK 2025/04/19 05:57:24 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/19 05:57:25 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/19 05:57:25 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/04/19 05:57:26 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/19 05:57:26 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/19 05:57:28 DEBUG : TestCopyFileMaxTransfer/file4: md5 = db9ac4d12dd578d440020c1feaeb494f OK 2025/04/19 05:57:28 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/19 05:57:30 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/19 05:57:30 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.38s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.38s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:57:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Looking for duplicate names using skip mode. 2025/04/19 05:57:34 NOTICE: one: Found 2 files with duplicate names 2025/04/19 05:57:34 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.41s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:57:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Looking for duplicate names using skip mode. 2025/04/19 05:57:39 NOTICE: one: Found 3 files with duplicate names 2025/04/19 05:57:39 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/19 05:57:40 INFO : one: Deleted 2025/04/19 05:57:40 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.87s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:57:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Looking for duplicate names using first mode. 2025/04/19 05:57:45 NOTICE: one: Found 3 files with duplicate names 2025/04/19 05:57:45 INFO : one: Deleted 2025/04/19 05:57:46 INFO : one: Deleted 2025/04/19 05:57:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.70s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:57:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Looking for duplicate names using newest mode. 2025/04/19 05:57:51 NOTICE: one: Found 3 files with duplicate names 2025/04/19 05:57:51 INFO : one: Deleted 2025/04/19 05:57:52 INFO : one: Deleted 2025/04/19 05:57:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.03s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:57:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Looking for duplicate names using oldest mode. 2025/04/19 05:57:57 NOTICE: one: Found 3 files with duplicate names 2025/04/19 05:57:58 INFO : one: Deleted 2025/04/19 05:57:58 INFO : one: Deleted 2025/04/19 05:57:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.84s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:58:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Looking for duplicate names using largest mode. 2025/04/19 05:58:03 NOTICE: one: Found 3 files with duplicate names 2025/04/19 05:58:03 INFO : one: Deleted 2025/04/19 05:58:04 INFO : one: Deleted 2025/04/19 05:58:04 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.00s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:58:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Looking for duplicate names using smallest mode. 2025/04/19 05:58:09 NOTICE: one: Found 3 files with duplicate names 2025/04/19 05:58:09 INFO : one: Deleted 2025/04/19 05:58:10 INFO : one: Deleted 2025/04/19 05:58:10 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.08s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:58:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Looking for duplicate names using rename mode. 2025/04/19 05:58:16 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/19 05:58:18 INFO : one-2.txt: renamed from: one.txt 2025/04/19 05:58:19 INFO : one-3.txt: renamed from: one.txt 2025/04/19 05:58:20 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.89s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:58:24 DEBUG : dupe1/one.txt: md5 = d97114c12787e95fba5b2739a463a768 OK 2025/04/19 05:58:26 DEBUG : dupe2/two.txt: md5 = 57d4e697a3836470e9ca0935b744b3b8 OK 2025/04/19 05:58:28 DEBUG : dupe3/three.txt: md5 = 23383dfb864d76e78bf9ce83873dfedd OK 2025/04/19 05:58:29 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/19 05:58:29 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/19 05:58:30 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/19 05:58:30 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/19 05:58:34 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/19 05:58:34 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/19 05:58:34 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.29s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:58:36 DEBUG : a.txt: md5 = b2583cc2434c7f0b85b1588ca8c9afbb OK 2025/04/19 05:58:37 DEBUG : zend.txt: md5 = 5a97282725e211f7e27d8cf7568ea831 OK 2025/04/19 05:58:39 DEBUG : sub dir/hello world: md5 = 1d4837115715d79601b68ff794d26f76 OK 2025/04/19 05:58:40 DEBUG : sub dir/hello world2: md5 = 4aafdf323d11daf3ad16bef3ed55ed5e OK 2025/04/19 05:58:42 DEBUG : sub dir/ignore dir/.ignore: md5 = b967d290a6946b5c9e386ad47c24b1fd OK 2025/04/19 05:58:43 DEBUG : sub dir/ignore dir/should be ignored: md5 = dfe1e35917a8df9ddcdfaa0d26a6e535 OK 2025/04/19 05:58:46 DEBUG : sub dir/sub sub dir/hello world3: md5 = 80c4b012310046f418e4cd7cf3ca7144 OK 2025/04/19 05:58:47 DEBUG : a.txt: Excluded (Size Filter) 2025/04/19 05:58:47 DEBUG : a.txt: Excluded 2025/04/19 05:58:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/19 05:58:47 DEBUG : sub dir/hello world2: Excluded 2025/04/19 05:58:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/19 05:58:47 DEBUG : sub dir/hello world: Excluded 2025/04/19 05:58:48 DEBUG : sub dir/ignore dir: Excluded 2025/04/19 05:58:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/19 05:58:48 DEBUG : sub dir/hello world2: Excluded 2025/04/19 05:58:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/19 05:58:48 DEBUG : sub dir/hello world: Excluded 2025/04/19 05:58:48 DEBUG : sub dir/ignore dir: Excluded 2025/04/19 05:58:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/19 05:58:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/19 05:58:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/19 05:58:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/19 05:58:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/19 05:58:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/19 05:58:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.32s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:58:56 DEBUG : a.txt: md5 = 8cecc01b886e8f94363829b552754019 OK 2025/04/19 05:58:57 DEBUG : zend.txt: md5 = 7293e5d4a7a39f69951042fa3d3b5cfd OK 2025/04/19 05:58:59 DEBUG : sub dir/hello world: md5 = 575dac1122d418159dc0192f68272bd5 OK 2025/04/19 05:59:01 DEBUG : sub dir/hello world2: md5 = 8e0319d02d78d7dc6caf64017c0aaabc OK 2025/04/19 05:59:02 DEBUG : sub dir/ignore dir/.ignore: md5 = 01e02a658a48d8422b76bec61383158b OK 2025/04/19 05:59:04 DEBUG : sub dir/ignore dir/should be ignored: md5 = 85dc0c83ebf41cbb47065edc39eed24c OK 2025/04/19 05:59:06 DEBUG : sub dir/sub sub dir/hello world3: md5 = 835b759a1c91116d88d75255e9c0ca42 OK 2025/04/19 05:59:07 DEBUG : a.txt: Excluded (Size Filter) 2025/04/19 05:59:07 DEBUG : a.txt: Excluded 2025/04/19 05:59:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/19 05:59:07 DEBUG : sub dir/hello world: Excluded 2025/04/19 05:59:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/19 05:59:07 DEBUG : sub dir/hello world2: Excluded 2025/04/19 05:59:08 DEBUG : sub dir/ignore dir: Excluded 2025/04/19 05:59:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/19 05:59:08 DEBUG : sub dir/hello world: Excluded 2025/04/19 05:59:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/19 05:59:08 DEBUG : sub dir/hello world2: Excluded 2025/04/19 05:59:08 DEBUG : sub dir/ignore dir: Excluded 2025/04/19 05:59:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/19 05:59:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/19 05:59:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/19 05:59:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/19 05:59:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/19 05:59:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/19 05:59:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (20.04s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:59:16 DEBUG : file1: md5 = 2b9bb71f3dd66f0f160d34400c906cce OK 2025/04/19 05:59:18 DEBUG : sub/file2: md5 = 02ce7baa94db5e8228ae2efba754bc2e 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/04/19 05:59:21 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/19 05:59:21 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/19 05:59:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/19 05:59:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (8.90s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.22s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.61s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:59:25 DEBUG : file1: md5 = b0bcd9513bcaebd2b434b0f1e6f00a39 OK 2025/04/19 05:59:27 DEBUG : sub/file2: md5 = 8868fb9fe2f755bc525ae54dd6742349 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/04/19 05:59:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/notfound" 2025/04/19 05:59:32 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/qe0i31qdkoejk60elps0ni5sqk" 2025/04/19 05:59:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.87s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.43s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.44s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.81s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.67s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:59:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Making directory 2025/04/19 05:59:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Making directory --- PASS: TestMkdir (0.61s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:59:38 DEBUG : sub dir/hello world: md5 = dd58e0cf786f0704e8b7afa68caf26f8 OK 2025/04/19 05:59:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.57s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:59:42 DEBUG : potato2: md5 = 2ba4705d0009123232f1d1f2c82b3aa7 OK 2025/04/19 05:59:43 DEBUG : empty space: md5 = b8cbd9b748bdfa56180e71a5c065aa52 OK --- PASS: TestLs (4.26s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:59:46 DEBUG : potato2: md5 = c74f55a8fc915d5987d08b551e3fc283 OK 2025/04/19 05:59:48 DEBUG : empty space: md5 = 55492eb4bb464142c1484feaf7067f37 OK 2025/04/19 05:59:48 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/19 05:59:48 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.84s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:59:51 DEBUG : potato2: md5 = 5f85ba87494945f6bca9dc4ff60af848 OK 2025/04/19 05:59:52 DEBUG : empty space: md5 = 43eaddc7c4f1fb22f026c812c8b4c165 OK --- PASS: TestLsLong (4.52s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 05:59:56 DEBUG : potato2: md5 = 5dabc5a6704c55f3a7ec80fbad4c5673 OK 2025/04/19 05:59:57 DEBUG : empty space: md5 = e5a4cb1d55897b203f618b29aad0ca32 OK --- PASS: TestHashSums (4.07s) === RUN TestHashSumsWithErrors 2025/04/19 05:59:58 DEBUG : Creating backend with remote ":memory:" 2025/04/19 05:59:58 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/19 05:59:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/19 05:59:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/19 05:59:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/19 05:59:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/19 05:59:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/19 05:59:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/19 05:59:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/19 05:59:58 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-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:00:00 DEBUG : potato2: md5 = 1a68735cade5af50378a3d2ad4300683 OK 2025/04/19 06:00:01 DEBUG : empty space: md5 = 81ae1a2ba596aff5483c5a0a97b0fc78 OK 2025/04/19 06:00:03 DEBUG : sub dir/potato3: md5 = ca4a9a2d8835e7bea39168fa6093d152 OK 2025/04/19 06:00:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (7.97s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:00:08 DEBUG : small: md5 = 240430368ba890305504cebf329ea92c OK 2025/04/19 06:00:09 DEBUG : medium: md5 = 9efe512d341590bd245b95cba15edcf6 OK 2025/04/19 06:00:10 DEBUG : large: md5 = 02cfbedf2343fcbbdc7b7d71d6c4c94b OK 2025/04/19 06:00:10 DEBUG : Waiting for deletions to finish 2025/04/19 06:00:11 DEBUG : large: Excluded (Size Filter) 2025/04/19 06:00:11 INFO : small: Deleted 2025/04/19 06:00:11 INFO : medium: Deleted --- PASS: TestDelete (5.95s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:00:14 DEBUG : small: md5 = a36d8a630e5e8cb9e276a5b58ee55243 OK 2025/04/19 06:00:15 DEBUG : medium: md5 = 03d80aeeda8fa5d31f6257f860cb9d73 OK 2025/04/19 06:00:17 DEBUG : large: md5 = 61a9d2bfbd686d5d7fcd24edf4fc367a OK 2025/04/19 06:00:17 DEBUG : Waiting for deletions to finish 2025/04/19 06:00:17 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/04/19 06:00:18 INFO : small: Deleted 2025/04/19 06:00:18 INFO : large: Deleted --- PASS: TestMaxDelete (6.85s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:00:20 DEBUG : small: md5 = 69958e6673e9752d023ce1f62fa94668 OK 2025/04/19 06:00:22 DEBUG : medium: md5 = f6f4956598d51c0ccd1942182caa8ed3 OK 2025/04/19 06:00:23 DEBUG : large: md5 = 5d5f8f660bc0a9dbe81b72a752d2dd44 OK 2025/04/19 06:00:23 DEBUG : Waiting for deletions to finish 2025/04/19 06:00:23 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/19 06:00:24 INFO : small: Deleted 2025/04/19 06:00:24 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.15s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:00:27 DEBUG : small: md5 = 2f14c640b836c2557a1c263e610fe110 OK 2025/04/19 06:00:28 DEBUG : medium: md5 = 7a40d7d7f909e61a98b9654c9bdfd325 OK 2025/04/19 06:00:29 DEBUG : large: md5 = abea53ba6a2f3c1c5cdc82ef4ec6718f OK 2025/04/19 06:00:30 DEBUG : Waiting for deletions to finish 2025/04/19 06:00:30 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/04/19 06:00:30 INFO : small: Deleted 2025/04/19 06:00:30 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.38s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:00:33 DEBUG : ReadFile: md5 = 715578022b9b79fc3c2bd4d3f46ffd58 OK --- PASS: TestReadFile (3.85s) === RUN TestRetry 2025/04/19 06:00:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/19 06:00:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/19 06:00:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/19 06:00:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/19 06:00:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/19 06:00:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/19 06:00:36 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-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:00:37 DEBUG : file1: md5 = 540568bf73ec877e3870f93ac26f4403 OK 2025/04/19 06:00:38 DEBUG : file2: md5 = f831fe6c4766ea70d888f81ad7ea2923 OK --- PASS: TestCat (15.89s) === RUN TestPurge 2025/04/19 06:00:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-narocam2wahu" 2025/04/19 06:00:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/19 06:00:52 DEBUG : Creating backend with remote "TestDrive:crypt/3gfe3ds5cgr95v8fgaa599f3vr849o9tlk1ebpnkui3te2o38aa0" 2025/04/19 06:00:53 DEBUG : Creating backend with remote "/tmp/rclone543214595" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-narocam2wahu'", Local "Local file system at /tmp/rclone543214595", Modify Window "1ms" 2025/04/19 06:00:57 DEBUG : A1/B1/C1/one: md5 = 52822b6eb6df1e9d0dbaf90538aa22e1 OK 2025/04/19 06:00:57 INFO : A2: Making directory 2025/04/19 06:00:58 INFO : A1/B2: Making directory 2025/04/19 06:00:58 INFO : A1/B2/C2: Making directory 2025/04/19 06:00:59 INFO : A1/B1/C3: Making directory 2025/04/19 06:01:00 INFO : A3: Making directory 2025/04/19 06:01:00 INFO : A3/B3: Making directory 2025/04/19 06:01:01 INFO : A3/B3/C4: Making directory 2025/04/19 06:01:03 DEBUG : A1/two: md5 = 9433ede320317dc4287e4eab1da99ce7 OK 2025/04/19 06:01:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-narocam2wahu': Purge remote 2025/04/19 06:01:07 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.09s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:01:10 DEBUG : A1/B1/C1/one: md5 = b5e4df501f409c97e7057bc992437f76 OK 2025/04/19 06:01:10 INFO : A2: Making directory 2025/04/19 06:01:11 INFO : A1/B2: Making directory 2025/04/19 06:01:11 INFO : A1/B2/C2: Making directory 2025/04/19 06:01:12 INFO : A1/B1/C3: Making directory 2025/04/19 06:01:13 INFO : A3: Making directory 2025/04/19 06:01:13 INFO : A3/B3: Making directory 2025/04/19 06:01:14 INFO : A3/B3/C4: Making directory 2025/04/19 06:01:16 DEBUG : A1/two: md5 = 03380c8cd0440daf2d7575c2b7ce9720 OK 2025/04/19 06:01:17 DEBUG : removing 1 level 3 directories 2025/04/19 06:01:17 INFO : A3/B3/C4: Removing directory 2025/04/19 06:01:20 DEBUG : removing 2 level 3 directories 2025/04/19 06:01:20 INFO : A1/B2/C2: Removing directory 2025/04/19 06:01:20 INFO : A1/B1/C3: Removing directory 2025/04/19 06:01:20 DEBUG : removing 2 level 2 directories 2025/04/19 06:01:20 INFO : A3/B3: Removing directory 2025/04/19 06:01:20 INFO : A1/B2: Removing directory 2025/04/19 06:01:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/19 06:01:21 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/19 06:01:21 DEBUG : removing 2 level 1 directories 2025/04/19 06:01:21 INFO : A3: Removing directory 2025/04/19 06:01:21 INFO : A2: Removing directory 2025/04/19 06:01:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/19 06:01:25 DEBUG : removing 1 level 3 directories 2025/04/19 06:01:25 INFO : A1/B1/C1: Removing directory 2025/04/19 06:01:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:26 DEBUG : removing 1 level 2 directories 2025/04/19 06:01:26 INFO : A1/B1: Removing directory 2025/04/19 06:01:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/19 06:01:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/19 06:01:26 DEBUG : removing 1 level 1 directories 2025/04/19 06:01:26 INFO : A1: Removing directory 2025/04/19 06:01:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/19 06:01:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/19 06:01:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/19 06:01:27 DEBUG : removing 1 level 0 directories 2025/04/19 06:01:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Removing directory 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/19 06:01:27 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" --- PASS: TestRmdirsNoLeaveRoot (21.86s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:01:29 INFO : A1: Making directory 2025/04/19 06:01:30 INFO : A1/B1: Making directory 2025/04/19 06:01:31 INFO : A1/B1/C1: Making directory 2025/04/19 06:01:33 DEBUG : removing 1 level 3 directories 2025/04/19 06:01:33 INFO : A1/B1/C1: Removing directory 2025/04/19 06:01:34 DEBUG : removing 1 level 2 directories 2025/04/19 06:01:34 INFO : A1/B1: Removing directory 2025/04/19 06:01:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/19 06:01:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.50s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:01:36 INFO : A1: Making directory 2025/04/19 06:01:37 INFO : A1/B1: Making directory 2025/04/19 06:01:37 INFO : A1/B1/C1: Making directory 2025/04/19 06:01:40 DEBUG : removing 1 level 3 directories 2025/04/19 06:01:40 INFO : A1/B1/C1: Removing directory 2025/04/19 06:01:40 DEBUG : removing 1 level 2 directories 2025/04/19 06:01:40 INFO : A1/B1: Removing directory 2025/04/19 06:01:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/19 06:01:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (6.93s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:01:44 DEBUG : file1: md5 = 16bc4b33f0892ae4a59d726ed28ef847 OK 2025/04/19 06:01:45 DEBUG : filename.txt: File name found in url 2025/04/19 06:01:46 DEBUG : filename.txt: md5 = 738610840397f1aa4c9b4ca842bc5b9b OK 2025/04/19 06:01:46 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/19 06:01:47 DEBUG : headerfilename.txt: md5 = 66ae371fcbddb06ce70264bc6fb2d1f4 OK 2025/04/19 06:01:49 DEBUG : file2: md5 = f8822d3779e8d73a5c46f93e00a402ee OK --- PASS: TestCopyURL (8.31s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:01:51 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/19 06:01:53 DEBUG : sub/file2: md5 = 4edd90f3bdbe9949fb699b548c2e997a OK 2025/04/19 06:01:53 INFO : file1: Copied (new) to: sub/file2 2025/04/19 06:01:53 INFO : file1: Deleted 2025/04/19 06:01:54 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/19 06:01:54 DEBUG : file1: Unchanged skipping 2025/04/19 06:01:54 INFO : file1: Deleted 2025/04/19 06:01:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': don't need to copy/move sub/file2, it is already at target location 2025/04/19 06:01:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.66s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:01:57 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/19 06:01:58 DEBUG : file1: md5 = 4dbde4079661403afa36a31162cc1979 OK 2025/04/19 06:01:58 INFO : file1: Copied (new) 2025/04/19 06:01:58 INFO : file1: Deleted 2025/04/19 06:01:59 DEBUG : file1: Destination exists, skipping 2025/04/19 06:01:59 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (2.97s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.41s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:02:03 DEBUG : dst/file1: md5 = e96d9132bea065b2254882ad365e2315 OK 2025/04/19 06:02:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepadam4qija/backup" 2025/04/19 06:02:03 DEBUG : Config file has changed externally - reloading 2025/04/19 06:02:03 DEBUG : Creating backend with remote "TestDrive:crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g/1nrff024r7pq65ecp72fc28jb0" 2025/04/19 06:02:05 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/19 06:02:07 INFO : dst/file1: Moved (server-side) 2025/04/19 06:02:08 DEBUG : dst/file1: md5 = 52e012bd860d528f8ceea82960acba83 OK 2025/04/19 06:02:08 INFO : dst/file1: Copied (new) 2025/04/19 06:02:08 INFO : dst/file1: Deleted 2025/04/19 06:02:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/19 06:02:11 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/19 06:02:12 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.11s) === 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-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:02:15 DEBUG : A1/one: md5 = 77874248a4356e5b39c0e7c14826bed4 OK 2025/04/19 06:02:16 DEBUG : A1/two: md5 = 14330652ebf25cc53cba41f0910bc531 OK 2025/04/19 06:02:18 DEBUG : A1/B1/three: md5 = 936b4d41784e68b7c596de5abf1fe09d OK 2025/04/19 06:02:21 DEBUG : A1/B1/C1/four: md5 = dbbf21ace4f253a5fc03f35eaa3d2480 OK 2025/04/19 06:02:23 DEBUG : A1/B1/C2/five: md5 = 5dd351c1f24ba4f8b32f3b171802d039 OK 2025/04/19 06:02:23 INFO : A1/B2: Making directory 2025/04/19 06:02:24 INFO : A1/B1/C3: Making directory 2025/04/19 06:02:33 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/19 06:02:33 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/19 06:02:33 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/19 06:02:33 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/19 06:02:33 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/19 06:02:36 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/19 06:02:36 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/19 06:02:36 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/19 06:02:37 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/19 06:02:37 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/19 06:02:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/19 06:02:44 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/19 06:02:45 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/19 06:02:45 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/19 06:02:45 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/19 06:02:45 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/19 06:02:48 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/19 06:02:48 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/19 06:02:48 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/19 06:02:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/19 06:02:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/19 06:02:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/19 06:02:55 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/19 06:02:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/19 06:02:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/19 06:02:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/19 06:02:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/19 06:02:56 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/19 06:02:56 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/19 06:02:56 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/19 06:02:56 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.31s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:02:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': File to upload is small (34 bytes), uploading instead of streaming 2025/04/19 06:02:59 DEBUG : no_checksum_small_file_from_pipe: md5 = a090324e2921ae1fcd867e2880144afc OK 2025/04/19 06:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/19 06:02:59 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/19 06:03:00 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/19 06:03:01 DEBUG : no_checksum_big_file_from_pipe: md5 = 593cc35a71599d1ad01d0df5d6aa0404 OK 2025/04/19 06:03:01 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-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': File to upload is small (34 bytes), uploading instead of streaming 2025/04/19 06:03:04 DEBUG : with_checksum_small_file_from_pipe: md5 = 353296699e79469983299957181fa5af OK 2025/04/19 06:03:04 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/19 06:03:05 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/19 06:03:05 DEBUG : with_checksum_big_file_from_pipe: md5 = adaeede50ee833ad78e07ea87be85835 OK 2025/04/19 06:03:05 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': File to upload is small (34 bytes), uploading instead of streaming 2025/04/19 06:03:09 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/19 06:03:09 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/19 06:03:10 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-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': File to upload is small (34 bytes), uploading instead of streaming 2025/04/19 06:03:13 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/19 06:03:14 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/19 06:03:15 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.09s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.69s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.90s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.68s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/19 06:03:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': File to upload is small (48 bytes), uploading instead of streaming 2025/04/19 06:03:18 DEBUG : rcat_metadata: md5 = 54f8430abaa8d8c973c104137b647ef1 OK 2025/04/19 06:03:18 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/19 06:03:20 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/19 06:03:21 DEBUG : rcat_metadata_uploadcutoff0: md5 = 6fdab714e9b6c306e27d88e2a7afa16c OK 2025/04/19 06:03:21 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.64s) --- PASS: TestRcatMetadata/Normal (2.50s) --- PASS: TestRcatMetadata/ViaDisk (2.71s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:24 DEBUG : potato1: md5 = dd7f364006263cf00083644c2c11a368 OK 2025/04/19 06:03:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': File to upload is small (60 bytes), uploading instead of streaming 2025/04/19 06:03:25 DEBUG : potato2: md5 = b0e8a0a400dba1a3f415a6859410b343 OK 2025/04/19 06:03:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.12s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:28 DEBUG : potato1: md5 = 78ad2806d97729f49c199ef6e21d595d OK 2025/04/19 06:03:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': File to upload is small (60 bytes), uploading instead of streaming 2025/04/19 06:03:29 DEBUG : potato2: md5 = f69184558da66ca952ae5013bc156935 OK 2025/04/19 06:03:29 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.86s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:33 DEBUG : potato2: md5 = 7242c7ca021d1ef246d8f265d0c18e14 OK 2025/04/19 06:03:34 DEBUG : empty space: md5 = 12888a69314c0caf677bdaec816f2cdc OK 2025/04/19 06:03:36 DEBUG : sub dir/potato3: md5 = cd062787d215d5be24cecd505eae7171 OK 2025/04/19 06:03:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Touching "empty space" 2025/04/19 06:03:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Touching "sub dir/potato3" 2025/04/19 06:03:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Touching "potato2" 2025/04/19 06:03:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.14s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:40 DEBUG : dir with metadata: Making directory with metadata 2025/04/19 06:03:41 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.29s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:43 DEBUG : directory with modtime: Making directory with metadata 2025/04/19 06:03:43 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.23s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:45 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/19 06:03:45 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/19 06:03:45 DEBUG : Google drive root 'crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g': Skipping btime metadata as can't update it on an existing file: 2025-04-19T06:03:45.383339594Z 2025/04/19 06:03:46 INFO : non existent directory: Updated directory metadata 2025/04/19 06:03:47 DEBUG : Google drive root 'crypt/41ei7l4128dqarrbg5rnfjqok1f7thv5kv9rjlu34e74bmtikj4g': Skipping btime metadata as can't update it on an existing file: 2025-04-19T06:03:45.383339594Z 2025/04/19 06:03:48 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.55s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:49 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/19 06:03:51 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/19 06:03:52 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.00s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:53 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/19 06:03:53 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/19 06:03:53 DEBUG : dst: Making directory with metadata 2025/04/19 06:03:54 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/19 06:03:54 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/19 06:03:55 INFO : dst: Set directory modification time (using SetModTime) 2025/04/19 06:03:55 INFO : dst: Set directory modification time (using SetModTime) 2025/04/19 06:03:55 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/19 06:03:56 INFO : dst: Set directory modification time (using SetModTime) 2025/04/19 06:03:56 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.46s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija'", Local "Local file system at /tmp/rclone3633152632", Modify Window "1ms" 2025/04/19 06:03:59 DEBUG : sub dir/test remove existing: md5 = fbe0759b9c88a1bae1825dd38f211a32 OK 2025/04/19 06:04:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = d0085eb8a4cecbb51d63f180c405a35a OK 2025/04/19 06:04:02 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.miqarah6" before starting 2025/04/19 06:04:03 DEBUG : sub dir/test remove existing.miqarah6: TEST: removing renamed existing file after operation 2025/04/19 06:04:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.deduham6" before starting 2025/04/19 06:04:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.deduham6: TEST: renaming existing back after failed operation 2025/04/19 06:04:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yizacis8" before starting 2025/04/19 06:04:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yizacis8: TEST: removing renamed existing file after operation 2025/04/19 06:04:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mc6li8hc483hccjpj5l0dcg1mmjhobhk3ckoc7ami8vass2ie9sg" 2025/04/19 06:04:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3lipsa5mhu3dbsf3dasmu39rgmir7mp11bggrss8hcoh44atpk15dbajpo3grauatrv00hjuj0bp4lbv0hteu6i9an6ohrajs7uti7a9s5li468rmnrf6aa66bga2hcp96qnmin10mu54vrd9d60ho4vs0tme6r91m9qat9476v8865tlim0" --- PASS: TestRemoveExisting (13.01s) === 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/04/19 06:04:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepadam4qija': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m16.164729771s (try 1/5)