"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/22 04:14:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge" 2025/08/22 04:14:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:14:46 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg" 2025/08/22 04:14:48 DEBUG : Creating backend with remote "/tmp/rclone2413597394" === 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-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.41s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/22 04:14:48 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/22 04:14:48 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/22 04:14:48 DEBUG : potato: Seek from 10 to 0 2025/08/22 04:14:48 DEBUG : potato: Seek from 10 to 0 2025/08/22 04:14:48 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/22 04:14:48 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/22 04:14:48 DEBUG : potato: Seek from 5 to 2 2025/08/22 04:14:48 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/22 04:14:48 DEBUG : potato: Seek from 7 to 0 2025/08/22 04:14:48 DEBUG : potato: Seek from 7 to 0 2025/08/22 04:14:48 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/22 04:14:48 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/22 04:14:48 DEBUG : potato: Seek from 5 to 2 2025/08/22 04:14:48 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/22 04:14:48 DEBUG : potato: Seek from 8 to 0 2025/08/22 04:14:48 DEBUG : potato: Seek from 8 to 0 2025/08/22 04:14:48 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/22 04:14:48 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/22 04:14:48 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/22 04:14:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/22 04:14:48 DEBUG : potato: Seek from 5 to 2 2025/08/22 04:14:48 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/22 04:14:48 DEBUG : potato: Seek from 9 to 0 2025/08/22 04:14:48 DEBUG : potato: Seek from 9 to 0 2025/08/22 04:14:48 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-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:14:51 DEBUG : rutabaga: md5 = 26d478258c3ec549033b1bb88b92bc35 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/22 04:14:53 DEBUG : empty space: md5 = 0f9b77075aeda20328a2227576668b24 OK === RUN TestCheck/3 2025/08/22 04:14:55 DEBUG : potato2: md5 = 90474f849263e0e9737d167bf8111ab2 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/22 04:14:57 DEBUG : remotepotato: md5 = b91e159a28630e6d0f8b8deed3c54a41 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.43s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.32s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/08/22 04:15:01 DEBUG : Creating backend with remote "nonexistent" 2025/08/22 04:15:01 DEBUG : Creating backend with remote "nonexistent" 2025/08/22 04:15:01 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/22 04:15:01 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/22 04:15:01 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/22 04:15:01 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:15:02 DEBUG : rutabaga: md5 = 8db171350f7b56e4ca042bf408b29c9d OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/22 04:15:07 DEBUG : empty space: md5 = e7e2c875db96264fb7f3972730d60969 OK === RUN TestCheckDownload/3 2025/08/22 04:15:09 DEBUG : potato2: md5 = 93764eb15d104fe278ca694af956e680 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/22 04:15:14 DEBUG : remotepotato: md5 = 5f856e044d6cc7419b11a52ccc84591c OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.01s) --- PASS: TestCheckDownload/1 (1.41s) --- PASS: TestCheckDownload/2 (1.08s) --- PASS: TestCheckDownload/3 (1.05s) --- PASS: TestCheckDownload/4 (1.20s) --- PASS: TestCheckDownload/5 (1.34s) --- PASS: TestCheckDownload/6 (0.96s) --- PASS: TestCheckDownload/7 (1.32s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:15:20 DEBUG : rutabaga: md5 = 64a62f4169a42aaaba359f0bed7f7e11 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/22 04:15:23 DEBUG : empty space: md5 = 80ddfbd3e208a1139278e42482f817d0 OK === RUN TestCheckSizeOnly/3 2025/08/22 04:15:25 DEBUG : potato2: md5 = 1515e3c918dbd350e0767a97353322ac OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/22 04:15:27 DEBUG : remotepotato: md5 = d6bc9b6d556eabe47cebdd351045a207 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.93s) --- PASS: TestCheckSizeOnly/1 (0.37s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:15:32 DEBUG : test.sum: md5 = 4921b9d7da56ad3f9dfa35cf377e5c5f OK 2025/08/22 04:15:33 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/22 04:15:33 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/22 04:15:33 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/22 04:15:33 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/22 04:15:35 DEBUG : test.sum: md5 = 837e9d9e1d7b50c83a05f43b4b19f158 OK 2025/08/22 04:15:36 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/22 04:15:36 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/22 04:15:36 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/22 04:15:36 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.38s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:15:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/data" 2025/08/22 04:15:37 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge/data' lacks md5, skipping --- SKIP: TestCheckSum (2.19s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:15:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/data" 2025/08/22 04:15:39 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/vjrnln8ratgmqakfosrqe8espk" 2025/08/22 04:15:43 DEBUG : data/banana: md5 = bcc9c9f9baacf271031788e6479e6d0f OK 2025/08/22 04:15:45 DEBUG : test.sum: md5 = 8c0e57edc3e2b2f7e5187daacd745963 OK === RUN TestCheckSumDownload/subtest1 2025/08/22 04:15:49 DEBUG : data/potato: md5 = ee69755ecc9a8ecb68d0650a4159b849 OK 2025/08/22 04:15:50 DEBUG : test.sum: md5 = ff888c250cdda4234d0f233843b35be2 OK === RUN TestCheckSumDownload/subtest2 2025/08/22 04:15:55 DEBUG : test.sum: md5 = 133bd477cf89176d3465cdf1e68722b8 OK === RUN TestCheckSumDownload/subtest3 2025/08/22 04:16:00 DEBUG : test.sum: md5 = e8bd65bc04b66afee94f5d8e97b1c847 OK === RUN TestCheckSumDownload/subtest4 2025/08/22 04:16:04 DEBUG : test.sum: md5 = 094b79148d57d2bbfaa9e7b04d9da8e7 OK === RUN TestCheckSumDownload/subtest5 2025/08/22 04:16:09 DEBUG : test.sum: md5 = fa75982a0b05c01d5cfbfe7c63b9363a OK === RUN TestCheckSumDownload/subtest6 2025/08/22 04:16:13 DEBUG : data/banana: md5 = d9e7a29eb393742f010d67a4867a15d2 OK 2025/08/22 04:16:14 DEBUG : data/potato: md5 = 5ec7155d1d6329f7c2d7e317fff15c7c OK 2025/08/22 04:16:16 DEBUG : test.sum: md5 = df770a51cd3c1b2f3e5b5b4d8b5b6344 OK === RUN TestCheckSumDownload/subtest7 2025/08/22 04:16:21 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/22 04:16:21 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.44s) --- PASS: TestCheckSumDownload/subtest1 (2.41s) --- PASS: TestCheckSumDownload/subtest2 (2.62s) --- PASS: TestCheckSumDownload/subtest3 (2.36s) --- PASS: TestCheckSumDownload/subtest4 (2.07s) --- PASS: TestCheckSumDownload/subtest5 (2.57s) --- PASS: TestCheckSumDownload/subtest6 (2.12s) --- PASS: TestCheckSumDownload/subtest7 (2.47s) === RUN TestApplyTransforms 2025/08/22 04:16:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xinevof9yofu" 2025/08/22 04:16:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:16:22 DEBUG : Creating backend with remote "TestDrive:crypt/51eeem2j74b5ltg44tm613bf9g6dq270ebftsinq91mtmmnujmd0" 2025/08/22 04:16:23 DEBUG : Creating backend with remote "/tmp/rclone1784067761" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xinevof9yofu'", Local "Local file system at /tmp/rclone1784067761", Modify Window "1ms" 2025/08/22 04:16:25 DEBUG : hello, world!: md5 = eaaca9a8951ccf7ba75dc4a5c3458db9 OK upper checkfile vs. lower remote (without normalization) 2025/08/22 04:16:25 ERROR : hello, world!: sum not found 2025/08/22 04:16:25 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xinevof9yofu' 2025/08/22 04:16:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinevof9yofu': 1 files missing 2025/08/22 04:16:25 NOTICE: 1 hashes missing 2025/08/22 04:16:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinevof9yofu': 1 differences found 2025/08/22 04:16:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinevof9yofu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/22 04:16:26 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:16:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinevof9yofu': 0 differences found 2025/08/22 04:16:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinevof9yofu': 1 matching files 2025/08/22 04:16:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zajehok0sanu" 2025/08/22 04:16:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:16:27 DEBUG : Creating backend with remote "TestDrive:crypt/pqnfc0rgvpjtsog4q9ql7ia1kasgiv3cg9ijul9622o7f40rlc70" 2025/08/22 04:16:28 DEBUG : Creating backend with remote "/tmp/rclone458992119" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zajehok0sanu'", Local "Local file system at /tmp/rclone458992119", Modify Window "1ms" 2025/08/22 04:16:30 DEBUG : HELLO, WORLD!: md5 = d4bb043ded9dcb98d8d2c190f368a0d9 OK lower checkfile vs. upper remote (without normalization) 2025/08/22 04:16:31 ERROR : HELLO, WORLD!: sum not found 2025/08/22 04:16:31 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zajehok0sanu' 2025/08/22 04:16:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zajehok0sanu': 1 files missing 2025/08/22 04:16:31 NOTICE: 1 hashes missing 2025/08/22 04:16:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zajehok0sanu': 1 differences found 2025/08/22 04:16:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zajehok0sanu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/22 04:16:32 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:16:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zajehok0sanu': 0 differences found 2025/08/22 04:16:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zajehok0sanu': 1 matching files 2025/08/22 04:16:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xogofax8woxo" 2025/08/22 04:16:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:16:32 DEBUG : Creating backend with remote "TestDrive:crypt/4r9k4jg4m3mc9ap7ve45n9gdlms441be4sb0mo6qsep03o89eh0g" 2025/08/22 04:16:33 DEBUG : Creating backend with remote "/tmp/rclone3743633989" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xogofax8woxo'", Local "Local file system at /tmp/rclone3743633989", Modify Window "1ms" 2025/08/22 04:16:35 DEBUG : HeLlO, wOrLd!: md5 = 5215b3586e4d3bba6e216e2dc5663fc1 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/22 04:16:36 ERROR : HeLlO, wOrLd!: sum not found 2025/08/22 04:16:36 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xogofax8woxo' 2025/08/22 04:16:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogofax8woxo': 1 files missing 2025/08/22 04:16:36 NOTICE: 1 hashes missing 2025/08/22 04:16:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogofax8woxo': 1 differences found 2025/08/22 04:16:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogofax8woxo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/22 04:16:37 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:16:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogofax8woxo': 0 differences found 2025/08/22 04:16:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogofax8woxo': 1 matching files 2025/08/22 04:16:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tacajig5pafe" 2025/08/22 04:16:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:16:37 DEBUG : Creating backend with remote "TestDrive:crypt/79tco4tibdjqkekmeju5ap03oc6te30n5eimdpp73hktottibqdg" 2025/08/22 04:16:38 DEBUG : Creating backend with remote "/tmp/rclone3730572742" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tacajig5pafe'", Local "Local file system at /tmp/rclone3730572742", Modify Window "1ms" 2025/08/22 04:16:40 DEBUG : HELLO, WORLD!: md5 = 0649917ac8d3dd40af6d9c35ea45450e OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/22 04:16:41 ERROR : HELLO, WORLD!: sum not found 2025/08/22 04:16:41 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tacajig5pafe' 2025/08/22 04:16:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tacajig5pafe': 1 files missing 2025/08/22 04:16:41 NOTICE: 1 hashes missing 2025/08/22 04:16:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tacajig5pafe': 1 differences found 2025/08/22 04:16:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tacajig5pafe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/22 04:16:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:16:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tacajig5pafe': 0 differences found 2025/08/22 04:16:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tacajig5pafe': 1 matching files 2025/08/22 04:16:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-madofuv9huwi" 2025/08/22 04:16:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:16:42 DEBUG : Creating backend with remote "TestDrive:crypt/77ltdmeuvca0bbeikijtedop9lgjs6ah2vo3h1qkfm7e81bdmhdg" 2025/08/22 04:16:43 DEBUG : Creating backend with remote "/tmp/rclone939921333" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-madofuv9huwi'", Local "Local file system at /tmp/rclone939921333", Modify Window "1ms" 2025/08/22 04:16:46 DEBUG : 測試_Русский___ě_áñ: md5 = 3b2562168b3af625df00c1bfa717cec8 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/22 04:16:47 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/22 04:16:47 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-madofuv9huwi' 2025/08/22 04:16:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-madofuv9huwi': 1 files missing 2025/08/22 04:16:47 NOTICE: 1 hashes missing 2025/08/22 04:16:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-madofuv9huwi': 1 differences found 2025/08/22 04:16:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-madofuv9huwi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/22 04:16:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:16:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-madofuv9huwi': 0 differences found 2025/08/22 04:16:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-madofuv9huwi': 1 matching files 2025/08/22 04:16:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miqajak6cosu" 2025/08/22 04:16:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:16:48 DEBUG : Creating backend with remote "TestDrive:crypt/qhb95go882uo7b1uvuva60fbhk3mdg1rgnhhlm5elufpi6o2b4og" 2025/08/22 04:16:49 DEBUG : Creating backend with remote "/tmp/rclone848036409" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miqajak6cosu'", Local "Local file system at /tmp/rclone848036409", Modify Window "1ms" 2025/08/22 04:16:51 DEBUG : 測試_Русский___ě_áñ: md5 = 2880ea5d8f471d07b7bd4c047b931ecd OK NFC checkfile vs. NFD remote (without normalization) 2025/08/22 04:16:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/22 04:16:52 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-miqajak6cosu' 2025/08/22 04:16:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-miqajak6cosu': 1 files missing 2025/08/22 04:16:52 NOTICE: 1 hashes missing 2025/08/22 04:16:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-miqajak6cosu': 1 differences found 2025/08/22 04:16:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-miqajak6cosu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/22 04:16:53 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:16:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-miqajak6cosu': 0 differences found 2025/08/22 04:16:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-miqajak6cosu': 1 matching files 2025/08/22 04:16:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vimiwuz3hozo" 2025/08/22 04:16:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:16:53 DEBUG : Creating backend with remote "TestDrive:crypt/q2en12vq714qsghfrm1v1tnhph9qirvdb3fs7b2br7fq8ij068t0" 2025/08/22 04:16:54 DEBUG : Creating backend with remote "/tmp/rclone4008048351" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vimiwuz3hozo'", Local "Local file system at /tmp/rclone4008048351", Modify Window "1ms" 2025/08/22 04:16:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c5f7cf0299b6a854beaef82bbf03c1eb OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/22 04:16:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/22 04:16:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vimiwuz3hozo' 2025/08/22 04:16:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimiwuz3hozo': 1 files missing 2025/08/22 04:16:57 NOTICE: 1 hashes missing 2025/08/22 04:16:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimiwuz3hozo': 1 differences found 2025/08/22 04:16:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimiwuz3hozo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/22 04:16:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:16:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimiwuz3hozo': 0 differences found 2025/08/22 04:16:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimiwuz3hozo': 1 matching files 2025/08/22 04:16:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuquhiv3mipi" 2025/08/22 04:16:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:16:58 DEBUG : Creating backend with remote "TestDrive:crypt/b4kk84606psko6hm5dqhd2h5t1a6ik4blfbhcdi3dboifre7feeg" 2025/08/22 04:16:59 DEBUG : Creating backend with remote "/tmp/rclone356050006" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuquhiv3mipi'", Local "Local file system at /tmp/rclone356050006", Modify Window "1ms" 2025/08/22 04:17:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5cbe5982a676b9b86ffe6cca260cfbe7 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/22 04:17:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/22 04:17:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nuquhiv3mipi' 2025/08/22 04:17:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquhiv3mipi': 1 files missing 2025/08/22 04:17:02 NOTICE: 1 hashes missing 2025/08/22 04:17:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquhiv3mipi': 1 differences found 2025/08/22 04:17:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquhiv3mipi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/22 04:17:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:17:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquhiv3mipi': 0 differences found 2025/08/22 04:17:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquhiv3mipi': 1 matching files 2025/08/22 04:17:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xevewud4yebo" 2025/08/22 04:17:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:17:04 DEBUG : Creating backend with remote "TestDrive:crypt/ad709kl3pcmvkmaddu5hvcqhifdocrgha9lhb23moggdloepmabg" 2025/08/22 04:17:05 DEBUG : Creating backend with remote "/tmp/rclone3031676022" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xevewud4yebo'", Local "Local file system at /tmp/rclone3031676022", Modify Window "1ms" 2025/08/22 04:17:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 63aed66f4bca45b74779a75c39bc487f OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/22 04:17:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/22 04:17:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xevewud4yebo' 2025/08/22 04:17:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xevewud4yebo': 1 files missing 2025/08/22 04:17:08 NOTICE: 1 hashes missing 2025/08/22 04:17:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xevewud4yebo': 1 differences found 2025/08/22 04:17:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xevewud4yebo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/22 04:17:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:17:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xevewud4yebo': 0 differences found 2025/08/22 04:17:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xevewud4yebo': 1 matching files 2025/08/22 04:17:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pojequl8tize" 2025/08/22 04:17:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:17:09 DEBUG : Creating backend with remote "TestDrive:crypt/8cr58r99gd4a2lnq2nr7j79eag57dgp8sb3j5jjim3c02ct5pvt0" 2025/08/22 04:17:10 DEBUG : Creating backend with remote "/tmp/rclone460696975" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pojequl8tize'", Local "Local file system at /tmp/rclone460696975", Modify Window "1ms" 2025/08/22 04:17:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 21cf888c291712aafc811e12ceace317 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/22 04:17:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/22 04:17:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pojequl8tize' 2025/08/22 04:17:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pojequl8tize': 1 files missing 2025/08/22 04:17:13 NOTICE: 1 hashes missing 2025/08/22 04:17:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pojequl8tize': 1 differences found 2025/08/22 04:17:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pojequl8tize': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/22 04:17:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/22 04:17:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pojequl8tize': 0 differences found 2025/08/22 04:17:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pojequl8tize': 1 matching files 2025/08/22 04:17:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pojequl8tize': Purge remote 2025/08/22 04:17:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xevewud4yebo': Purge remote 2025/08/22 04:17:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuquhiv3mipi': Purge remote 2025/08/22 04:17:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vimiwuz3hozo': Purge remote 2025/08/22 04:17:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miqajak6cosu': Purge remote 2025/08/22 04:17:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-madofuv9huwi': Purge remote 2025/08/22 04:17:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tacajig5pafe': Purge remote 2025/08/22 04:17:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xogofax8woxo': Purge remote 2025/08/22 04:17:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zajehok0sanu': Purge remote 2025/08/22 04:17:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xinevof9yofu': Purge remote --- PASS: TestApplyTransforms (57.68s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:17:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/22 04:17:22 DEBUG : sub/file2: md5 = aa774054e87347740ed499380ee059b6 OK 2025/08/22 04:17:22 INFO : file1: Copied (new) to: sub/file2 2025/08/22 04:17:23 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/22 04:17:23 DEBUG : file1: Unchanged skipping 2025/08/22 04:17:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': don't need to copy/move sub/file2, it is already at target location 2025/08/22 04:17:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.37s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.49s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:17:28 DEBUG : dst/file1: md5 = f3c768b5759d97ef9a16565f9863ea76 OK 2025/08/22 04:17:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/backup" 2025/08/22 04:17:29 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/1nrff024r7pq65ecp72fc28jb0" 2025/08/22 04:17:32 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/22 04:17:34 INFO : dst/file1: Moved (server-side) 2025/08/22 04:17:36 DEBUG : dst/file1: md5 = ee6450277758117e752271c6b593b5b9 OK 2025/08/22 04:17:36 INFO : dst/file1: Copied (new) 2025/08/22 04:17:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/22 04:17:39 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/22 04:17:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.56s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:17:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/dst" 2025/08/22 04:17:41 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/22 04:17:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/CompareDest" 2025/08/22 04:17:43 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/gveqi14airsml4bgu7krj116o8" 2025/08/22 04:17:44 DEBUG : one: Need to transfer - File not found at Destination 2025/08/22 04:17:47 DEBUG : one: md5 = 666590f282e95c9dcbe4f78969857b0a OK 2025/08/22 04:17:47 INFO : one: Copied (new) 2025/08/22 04:17:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/22 04:17:50 DEBUG : one: md5 = a17ef7b7a609868b0cf79130486602a9 OK 2025/08/22 04:17:50 INFO : one: Copied (replaced existing) 2025/08/22 04:17:52 DEBUG : dst/one: md5 = b5f86d18cfe62b692fab0700ca8db222 OK 2025/08/22 04:17:54 DEBUG : CompareDest/one: md5 = 3c1a80fb1e0bb371d645d83f1db22954 OK 2025/08/22 04:17:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/22 04:17:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/22 04:17:56 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/22 04:17:58 DEBUG : CompareDest/two: md5 = 9ac7ce9a13101536dac785fcb59ee6d0 OK 2025/08/22 04:17:59 DEBUG : two: Need to transfer - File not found at Destination 2025/08/22 04:17:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/22 04:17:59 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/22 04:18:00 DEBUG : two: Need to transfer - File not found at Destination 2025/08/22 04:18:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/22 04:18:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/22 04:18:01 DEBUG : two: Need to transfer - File not found at Destination 2025/08/22 04:18:01 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/22 04:18:03 DEBUG : two: md5 = ad91bceb6fc43ba33bdb4d72fb3cc08f OK 2025/08/22 04:18:03 INFO : two: Copied (new) 2025/08/22 04:18:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/22 04:18:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:18:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/22 04:18:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (27.24s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:18:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/dst" 2025/08/22 04:18:08 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/22 04:18:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/CopyDest" 2025/08/22 04:18:10 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/22 04:18:11 DEBUG : one: Need to transfer - File not found at Destination 2025/08/22 04:18:14 DEBUG : one: md5 = 7a89f9b4eb2d571a53d7bebe1d98afdb OK 2025/08/22 04:18:14 INFO : one: Copied (new) 2025/08/22 04:18:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/22 04:18:17 DEBUG : one: md5 = 7b24a67b61be8cfae972c9a5cc8d0e54 OK 2025/08/22 04:18:17 INFO : one: Copied (replaced existing) 2025/08/22 04:18:19 DEBUG : dst/one: md5 = dddeaa3c6e32d1acd66869c05ff34efe OK 2025/08/22 04:18:22 DEBUG : CopyDest/one: md5 = a0107387e63dd3da81bca957ab4c660b OK 2025/08/22 04:18:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/BackupDir" 2025/08/22 04:18:23 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/22 04:18:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/22 04:18:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/22 04:18:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/22 04:18:27 INFO : one: Moved (server-side) 2025/08/22 04:18:28 INFO : one: Copied (server-side copy) 2025/08/22 04:18:28 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/22 04:18:30 DEBUG : CopyDest/two: md5 = 1d63c9f7d06e2074c894b0a953fc0bd2 OK 2025/08/22 04:18:31 DEBUG : two: Need to transfer - File not found at Destination 2025/08/22 04:18:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/22 04:18:32 INFO : two: Copied (server-side copy) 2025/08/22 04:18:32 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/22 04:18:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/22 04:18:33 DEBUG : two: Unchanged skipping 2025/08/22 04:18:35 DEBUG : CopyDest/three: md5 = 07c34b6ad9a14c45ef7b7bf52909f990 OK 2025/08/22 04:18:36 DEBUG : three: Need to transfer - File not found at Destination 2025/08/22 04:18:36 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/22 04:18:36 DEBUG : three: Destination not found in --copy-dest 2025/08/22 04:18:38 DEBUG : three: md5 = 9185f8aa48a4198bf2de7437fa002b39 OK 2025/08/22 04:18:38 INFO : three: Copied (new) 2025/08/22 04:18:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/22 04:18:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:18:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/22 04:18:44 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/22 04:18:44 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:18:44 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/22 04:18:44 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (37.14s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", 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-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:18:46 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/22 04:18:49 DEBUG : TestCopyFileMaxTransfer/file1: md5 = a0b71e9e238d0425ace91a5829c54a14 OK 2025/08/22 04:18:49 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/22 04:18:49 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/22 04:18:50 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/22 04:18:51 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/22 04:18:51 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/22 04:18:53 DEBUG : TestCopyFileMaxTransfer/file4: md5 = b1f28883a2e40f55413172d682c67a88 OK 2025/08/22 04:18:53 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/22 04:18:55 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/22 04:18:55 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.10s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.52s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:18:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Looking for duplicate names using skip mode. 2025/08/22 04:19:00 NOTICE: one: Found 2 files with duplicate names 2025/08/22 04:19:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.13s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:19:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Looking for duplicate names using skip mode. 2025/08/22 04:19:06 NOTICE: one: Found 3 files with duplicate names 2025/08/22 04:19:06 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/22 04:19:07 INFO : one: Deleted 2025/08/22 04:19:07 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.76s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:19:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Looking for duplicate names using first mode. 2025/08/22 04:19:13 NOTICE: one: Found 3 files with duplicate names 2025/08/22 04:19:13 INFO : one: Deleted 2025/08/22 04:19:14 INFO : one: Deleted 2025/08/22 04:19:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.72s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:19:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Looking for duplicate names using newest mode. 2025/08/22 04:19:19 NOTICE: one: Found 3 files with duplicate names 2025/08/22 04:19:20 INFO : one: Deleted 2025/08/22 04:19:20 INFO : one: Deleted 2025/08/22 04:19:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.52s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.53s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:19:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Looking for duplicate names using oldest mode. 2025/08/22 04:19:27 NOTICE: one: Found 3 files with duplicate names 2025/08/22 04:19:28 INFO : one: Deleted 2025/08/22 04:19:28 INFO : one: Deleted 2025/08/22 04:19:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.27s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:19:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Looking for duplicate names using largest mode. 2025/08/22 04:19:34 NOTICE: one: Found 3 files with duplicate names 2025/08/22 04:19:35 INFO : one: Deleted 2025/08/22 04:19:35 INFO : one: Deleted 2025/08/22 04:19:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.27s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:19:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Looking for duplicate names using smallest mode. 2025/08/22 04:19:42 NOTICE: one: Found 3 files with duplicate names 2025/08/22 04:19:42 INFO : one: Deleted 2025/08/22 04:19:42 INFO : one: Deleted 2025/08/22 04:19:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.06s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:19:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Looking for duplicate names using rename mode. 2025/08/22 04:19:50 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/22 04:19:51 INFO : one-2.txt: renamed from: one.txt 2025/08/22 04:19:53 INFO : one-3.txt: renamed from: one.txt 2025/08/22 04:19:54 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.86s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:19:59 DEBUG : dupe1/one.txt: md5 = 21c650c83b04edd5b1d8b1a3871e43f6 OK 2025/08/22 04:20:01 DEBUG : dupe2/two.txt: md5 = 7d60243959463e2d1d83f44bcfb28cca OK 2025/08/22 04:20:04 DEBUG : dupe3/three.txt: md5 = 21b3fb39902c6e1add4b0e86aeacde11 OK 2025/08/22 04:20:04 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/22 04:20:05 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/22 04:20:06 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/22 04:20:06 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/22 04:20:10 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/22 04:20:10 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/22 04:20:10 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.97s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:20:12 DEBUG : a.txt: md5 = a9cbeffb9f13523aa49061aa95c3cbe3 OK 2025/08/22 04:20:14 DEBUG : zend.txt: md5 = fa817170eb6155c8a915889351e89bed OK 2025/08/22 04:20:16 DEBUG : sub dir/hello world: md5 = a73a0cca236851cc891a0afa462cea58 OK 2025/08/22 04:20:17 DEBUG : sub dir/hello world2: md5 = a2d82a6af381107ab16e73ba51d2866d OK 2025/08/22 04:20:20 DEBUG : sub dir/ignore dir/.ignore: md5 = c46a9a86963a62b1c7204ba482498296 OK 2025/08/22 04:20:21 DEBUG : sub dir/ignore dir/should be ignored: md5 = bb97f7285f64092a2ac54e655f7691a7 OK 2025/08/22 04:20:24 DEBUG : sub dir/sub sub dir/hello world3: md5 = 7ead0049173cbb090d5dfa86951e7a92 OK 2025/08/22 04:20:25 DEBUG : a.txt: Excluded (Size Filter) 2025/08/22 04:20:25 DEBUG : a.txt: Excluded 2025/08/22 04:20:25 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/22 04:20:25 DEBUG : sub dir/hello world2: Excluded 2025/08/22 04:20:25 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/22 04:20:25 DEBUG : sub dir/hello world: Excluded 2025/08/22 04:20:26 DEBUG : sub dir/ignore dir: Excluded 2025/08/22 04:20:26 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/22 04:20:26 DEBUG : sub dir/hello world2: Excluded 2025/08/22 04:20:26 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/22 04:20:26 DEBUG : sub dir/hello world: Excluded 2025/08/22 04:20:27 DEBUG : sub dir/ignore dir: Excluded 2025/08/22 04:20:31 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/22 04:20:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/22 04:20:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/22 04:20:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/22 04:20:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/22 04:20:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/22 04:20:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (23.53s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:20:37 DEBUG : a.txt: md5 = 8df41bc26160c7c8fbbe07fcec1c21f9 OK 2025/08/22 04:20:39 DEBUG : zend.txt: md5 = 9223b2431875c2e8e3dc0397d15a231f OK 2025/08/22 04:20:41 DEBUG : sub dir/hello world: md5 = e1a0096350242aab48b19aff47da43ff OK 2025/08/22 04:20:43 DEBUG : sub dir/hello world2: md5 = ee5ff8d5bb1a241b6f9f3d88212d8460 OK 2025/08/22 04:20:45 DEBUG : sub dir/ignore dir/.ignore: md5 = b36abea5c71651b9cf93cdc2d87aa2eb OK 2025/08/22 04:20:47 DEBUG : sub dir/ignore dir/should be ignored: md5 = 142a9ad93284b72dd7932de3fccaffa6 OK 2025/08/22 04:20:49 DEBUG : sub dir/sub sub dir/hello world3: md5 = da5d4ab06f1ad7187355af908cd70ad7 OK 2025/08/22 04:20:51 DEBUG : a.txt: Excluded (Size Filter) 2025/08/22 04:20:51 DEBUG : a.txt: Excluded 2025/08/22 04:20:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/22 04:20:51 DEBUG : sub dir/hello world2: Excluded 2025/08/22 04:20:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/22 04:20:51 DEBUG : sub dir/hello world: Excluded 2025/08/22 04:20:52 DEBUG : sub dir/ignore dir: Excluded 2025/08/22 04:20:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/22 04:20:52 DEBUG : sub dir/hello world2: Excluded 2025/08/22 04:20:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/22 04:20:52 DEBUG : sub dir/hello world: Excluded 2025/08/22 04:20:52 DEBUG : sub dir/ignore dir: Excluded 2025/08/22 04:20:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/22 04:20:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/22 04:20:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/22 04:20:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/22 04:20:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/22 04:20:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/22 04:20:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (25.29s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:01 DEBUG : file1: md5 = 709ccf71189ffee886009e0ed1fd3c29 OK 2025/08/22 04:21:03 DEBUG : sub/file2: md5 = 2115faba9a5be4ddde17ea6765d0497d OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/22 04:21:07 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/22 04:21:07 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/22 04:21:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/22 04:21:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.53s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.39s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:11 DEBUG : file1: md5 = de15a0ce132c73a8d805cad1481e5cd8 OK 2025/08/22 04:21:14 DEBUG : sub/file2: md5 = 81c5c14ebf3ff992d0bacd5eeafa8ac3 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/22 04:21:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/notfound" 2025/08/22 04:21:19 DEBUG : Config file has changed externally - reloading 2025/08/22 04:21:19 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/qe0i31qdkoejk60elps0ni5sqk" 2025/08/22 04:21:20 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/08/22 04:21:20 DEBUG : Config file has changed externally - reloading 2025/08/22 04:21:20 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/08/22 04:21:20 DEBUG : TestDrive: Saved new token in config file 2025/08/22 04:21:21 DEBUG : TestDrive: Loaded fresh token from config file 2025/08/22 04:21:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.22s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.30s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.29s) --- PASS: TestStatJSON/File (0.32s) --- PASS: TestStatJSON/NotFound (0.55s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.31s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.31s) --- PASS: TestStatJSON/FileDirsOnly (0.30s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (2.00s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Making directory 2025/08/22 04:21:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Making directory --- PASS: TestMkdir (0.81s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:26 DEBUG : sub dir/hello world: md5 = e8563a54993f8cd72a4594c4153c3207 OK 2025/08/22 04:21:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.45s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:31 DEBUG : potato2: md5 = 74e1ab82bdac458905ed0965c868cd8d OK 2025/08/22 04:21:32 DEBUG : empty space: md5 = bd093210cbdc4435e6941504f309c749 OK --- PASS: TestLs (5.15s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:36 DEBUG : potato2: md5 = ad4a171c18048ebca46bcaf085fb85ab OK 2025/08/22 04:21:38 DEBUG : empty space: md5 = fed4c3142b366973195ae33076fb0438 OK 2025/08/22 04:21:38 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.57s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:42 DEBUG : potato2: md5 = b7bdb0f38b08436ee9e0dd1f1e3af6b5 OK 2025/08/22 04:21:44 DEBUG : empty space: md5 = 3baee4380baaf8d4ab3ccd1c575db0da OK --- PASS: TestLsLong (6.51s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:48 DEBUG : potato2: md5 = 086555d22f87b8ee04f0e5cfcf768616 OK 2025/08/22 04:21:50 DEBUG : empty space: md5 = 64ced78fc71333322b83d396a6c4a7ea OK --- PASS: TestHashSums (4.87s) === RUN TestHashSumsWithErrors 2025/08/22 04:21:52 DEBUG : Creating backend with remote ":memory:" 2025/08/22 04:21:52 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/22 04:21:52 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/22 04:21:52 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/22 04:21:52 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/22 04:21:52 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/22 04:21:52 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/22 04:21:52 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/22 04:21:52 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/22 04:21:52 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-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:21:53 DEBUG : potato2: md5 = e7a7ba8b3fb7def10dddeeacf3748657 OK 2025/08/22 04:21:55 DEBUG : empty space: md5 = e168de6e9c31e7c5fa000893ef17661b OK 2025/08/22 04:21:57 DEBUG : sub dir/potato3: md5 = 36147de2d7af87e83e9963fd4ac96b90 OK 2025/08/22 04:22:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.18s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:22:02 DEBUG : small: md5 = 23f58d84a0909528191a2d978ce9defa OK 2025/08/22 04:22:04 DEBUG : medium: md5 = bbdbbc946dbe2035c67fad4ee8a0ea33 OK 2025/08/22 04:22:05 DEBUG : large: md5 = e3a7fd897ba3c54d56fc82cd8322ee5c OK 2025/08/22 04:22:06 DEBUG : Waiting for deletions to finish 2025/08/22 04:22:06 DEBUG : large: Excluded (Size Filter) 2025/08/22 04:22:06 INFO : small: Deleted 2025/08/22 04:22:06 INFO : medium: Deleted --- PASS: TestDelete (7.09s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:22:10 DEBUG : small: md5 = a1252ed67a320d7169b23e2a5d2d32fd OK 2025/08/22 04:22:11 DEBUG : medium: md5 = a318e7a4f5cd31f9ecdf11dce4eb847d OK 2025/08/22 04:22:13 DEBUG : large: md5 = 9bc34c207f9c3df42dcd18531ab2074b OK 2025/08/22 04:22:13 DEBUG : Waiting for deletions to finish 2025/08/22 04:22:13 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/08/22 04:22:14 INFO : small: Deleted 2025/08/22 04:22:14 INFO : large: Deleted --- PASS: TestMaxDelete (7.75s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:22:17 DEBUG : small: md5 = e3a24cff736c7fbc851e171222f44b5c OK 2025/08/22 04:22:19 DEBUG : medium: md5 = aa20f59cd5f759ccce82a621bd48c491 OK 2025/08/22 04:22:20 DEBUG : large: md5 = 2a00b8b251bec5acdd6b149ad794e855 OK 2025/08/22 04:22:20 DEBUG : Waiting for deletions to finish 2025/08/22 04:22:21 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/22 04:22:21 INFO : medium: Deleted 2025/08/22 04:22:21 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.37s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:22:24 DEBUG : small: md5 = d83f37059501434661a3a83b83534324 OK 2025/08/22 04:22:26 DEBUG : medium: md5 = be041f057349213da1f7311db79cf761 OK 2025/08/22 04:22:27 DEBUG : large: md5 = bc076497e1da300178090fe457bad44b OK 2025/08/22 04:22:28 DEBUG : Waiting for deletions to finish 2025/08/22 04:22:28 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/22 04:22:28 INFO : small: Deleted 2025/08/22 04:22:28 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.26s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:22:32 DEBUG : ReadFile: md5 = 37167e75419744e1675f04da1bb19edc OK --- PASS: TestReadFile (4.30s) === RUN TestRetry 2025/08/22 04:22:35 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/22 04:22:35 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/22 04:22:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/22 04:22:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/22 04:22:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/22 04:22:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/22 04:22:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:22:36 DEBUG : file1: md5 = 815b3e6d57839b7231e26f0796f76857 OK 2025/08/22 04:22:38 DEBUG : file2: md5 = fcc5757eb0257aefaa4d580eec7c0cbd OK --- PASS: TestCat (16.86s) === RUN TestPurge 2025/08/22 04:22:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qejihip7jajo" 2025/08/22 04:22:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/22 04:22:52 DEBUG : Creating backend with remote "TestDrive:crypt/q2647hvrr97ecv6p2481f99lberr3rqkafh29oo9g0sp9pdnkei0" 2025/08/22 04:22:52 DEBUG : Creating backend with remote "/tmp/rclone265247541" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qejihip7jajo'", Local "Local file system at /tmp/rclone265247541", Modify Window "1ms" 2025/08/22 04:22:57 DEBUG : A1/B1/C1/one: md5 = ebe0a222223d9d5afcba9d36d954602e OK 2025/08/22 04:22:57 INFO : A2: Making directory 2025/08/22 04:22:58 INFO : A1/B2: Making directory 2025/08/22 04:22:59 INFO : A1/B2/C2: Making directory 2025/08/22 04:23:00 INFO : A1/B1/C3: Making directory 2025/08/22 04:23:00 INFO : A3: Making directory 2025/08/22 04:23:01 INFO : A3/B3: Making directory 2025/08/22 04:23:02 INFO : A3/B3/C4: Making directory 2025/08/22 04:23:04 DEBUG : A1/two: md5 = 752c5e3f5e57b4bdd31bbf53b6958fea OK 2025/08/22 04:23:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qejihip7jajo': Purge remote 2025/08/22 04:23:08 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.57s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:23:12 DEBUG : A1/B1/C1/one: md5 = 59434076f59c0fb9b821ba37fcec6899 OK 2025/08/22 04:23:12 INFO : A2: Making directory 2025/08/22 04:23:13 INFO : A1/B2: Making directory 2025/08/22 04:23:14 INFO : A1/B2/C2: Making directory 2025/08/22 04:23:14 INFO : A1/B1/C3: Making directory 2025/08/22 04:23:15 INFO : A3: Making directory 2025/08/22 04:23:16 INFO : A3/B3: Making directory 2025/08/22 04:23:17 INFO : A3/B3/C4: Making directory 2025/08/22 04:23:19 DEBUG : A1/two: md5 = ba07e5dd9e4b4bfabbe97c1cece0c07e OK 2025/08/22 04:23:20 DEBUG : removing 1 level 3 directories 2025/08/22 04:23:20 INFO : A3/B3/C4: Removing directory 2025/08/22 04:23:23 DEBUG : removing 2 level 3 directories 2025/08/22 04:23:23 INFO : A1/B2/C2: Removing directory 2025/08/22 04:23:23 INFO : A1/B1/C3: Removing directory 2025/08/22 04:23:24 DEBUG : removing 2 level 2 directories 2025/08/22 04:23:24 INFO : A3/B3: Removing directory 2025/08/22 04:23:24 INFO : A1/B2: Removing directory 2025/08/22 04:23:24 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/22 04:23:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/22 04:23:25 DEBUG : removing 2 level 1 directories 2025/08/22 04:23:25 INFO : A3: Removing directory 2025/08/22 04:23:25 INFO : A2: Removing directory 2025/08/22 04:23:25 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/22 04:23:29 DEBUG : removing 1 level 3 directories 2025/08/22 04:23:29 INFO : A1/B1/C1: Removing directory 2025/08/22 04:23:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:30 DEBUG : removing 1 level 2 directories 2025/08/22 04:23:30 INFO : A1/B1: Removing directory 2025/08/22 04:23:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/22 04:23:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/22 04:23:31 DEBUG : removing 1 level 1 directories 2025/08/22 04:23:31 INFO : A1: Removing directory 2025/08/22 04:23:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/22 04:23:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/22 04:23:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/22 04:23:31 DEBUG : removing 1 level 0 directories 2025/08/22 04:23:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Removing directory 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/22 04:23:32 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" --- PASS: TestRmdirsNoLeaveRoot (25.10s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:23:34 INFO : A1: Making directory 2025/08/22 04:23:35 INFO : A1/B1: Making directory 2025/08/22 04:23:36 INFO : A1/B1/C1: Making directory 2025/08/22 04:23:38 DEBUG : removing 1 level 3 directories 2025/08/22 04:23:38 INFO : A1/B1/C1: Removing directory 2025/08/22 04:23:39 DEBUG : removing 1 level 2 directories 2025/08/22 04:23:39 INFO : A1/B1: Removing directory 2025/08/22 04:23:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/22 04:23:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.90s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:23:42 INFO : A1: Making directory 2025/08/22 04:23:43 INFO : A1/B1: Making directory 2025/08/22 04:23:44 INFO : A1/B1/C1: Making directory 2025/08/22 04:23:46 DEBUG : removing 1 level 3 directories 2025/08/22 04:23:46 INFO : A1/B1/C1: Removing directory 2025/08/22 04:23:47 DEBUG : removing 1 level 2 directories 2025/08/22 04:23:47 INFO : A1/B1: Removing directory 2025/08/22 04:23:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/22 04:23:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.00s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:23:52 DEBUG : file1: md5 = 829307e46fae4e4c6fc667874c23b243 OK 2025/08/22 04:23:53 DEBUG : filename.txt: File name found in url 2025/08/22 04:23:54 DEBUG : filename.txt: md5 = 5641303d667560500c1c8a106e9ea12d OK 2025/08/22 04:23:54 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/22 04:23:55 DEBUG : headerfilename.txt: md5 = fcf1aa95b4a2e091a5a24041b7f1aaee OK 2025/08/22 04:23:57 DEBUG : file2: md5 = 8f0c43e0b3526d958354d5cfb63ba261 OK --- PASS: TestCopyURL (9.73s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:24:00 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/22 04:24:02 DEBUG : sub/file2: md5 = b7afb90b8d232e2c16d76d3e249120a6 OK 2025/08/22 04:24:02 INFO : file1: Copied (new) to: sub/file2 2025/08/22 04:24:02 INFO : file1: Deleted 2025/08/22 04:24:03 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/22 04:24:03 DEBUG : file1: Unchanged skipping 2025/08/22 04:24:03 INFO : file1: Deleted 2025/08/22 04:24:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': don't need to copy/move sub/file2, it is already at target location 2025/08/22 04:24:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.49s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:24:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/22 04:24:08 DEBUG : file1: md5 = a5fe6f2e21e2cd647a74df164a4aabf5 OK 2025/08/22 04:24:08 INFO : file1: Copied (new) 2025/08/22 04:24:08 INFO : file1: Deleted 2025/08/22 04:24:09 DEBUG : file1: Destination exists, skipping 2025/08/22 04:24:09 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.89s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.55s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:24:14 DEBUG : dst/file1: md5 = 73dc7c80f8890be9e100bb53f3a073f3 OK 2025/08/22 04:24:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lotirah7guge/backup" 2025/08/22 04:24:14 DEBUG : Creating backend with remote "TestDrive:crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg/1nrff024r7pq65ecp72fc28jb0" 2025/08/22 04:24:16 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/22 04:24:19 INFO : dst/file1: Moved (server-side) 2025/08/22 04:24:20 DEBUG : dst/file1: md5 = 2b43b92bd3ac53ecf9be2ab52822f5f5 OK 2025/08/22 04:24:20 INFO : dst/file1: Copied (new) 2025/08/22 04:24:20 INFO : dst/file1: Deleted 2025/08/22 04:24:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/22 04:24:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/22 04:24:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (14.95s) === 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-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:24:29 DEBUG : A1/one: md5 = b71828f9c1f371448cea3843a80a298b OK 2025/08/22 04:24:30 DEBUG : A1/two: md5 = 819ff839a2e1653dcd7a7078ae68a6e2 OK 2025/08/22 04:24:33 DEBUG : A1/B1/three: md5 = ebfe5607a9e5e49bf0dc61eb954809ef OK 2025/08/22 04:24:35 DEBUG : A1/B1/C1/four: md5 = ea1d20c65a7dd9e3a40fc909c252c101 OK 2025/08/22 04:24:37 DEBUG : A1/B1/C2/five: md5 = 8dd9e8ba6b6a7ed729aefbcbb222886e OK 2025/08/22 04:24:37 INFO : A1/B2: Making directory 2025/08/22 04:24:38 INFO : A1/B1/C3: Making directory 2025/08/22 04:24:49 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/22 04:24:49 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/22 04:24:49 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/22 04:24:49 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/22 04:24:49 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/22 04:24:52 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/22 04:24:52 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/22 04:24:52 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/22 04:24:53 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/22 04:24:53 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/22 04:24:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/22 04:25:01 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/22 04:25:01 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/22 04:25:01 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/22 04:25:01 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/22 04:25:01 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/22 04:25:04 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/22 04:25:04 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/22 04:25:04 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/22 04:25:05 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/22 04:25:05 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/22 04:25:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/22 04:25:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/22 04:25:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/22 04:25:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/22 04:25:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/22 04:25:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/22 04:25:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/22 04:25:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/22 04:25:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/22 04:25:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (48.72s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" --- PASS: TestGetFsInfo (0.48s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:25:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': File to upload is small (34 bytes), uploading instead of streaming 2025/08/22 04:25:17 DEBUG : no_checksum_small_file_from_pipe: md5 = d4302f6916cc43e2bdcce8ea3cb8cbe4 OK 2025/08/22 04:25:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/22 04:25:17 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/22 04:25:18 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/22 04:25:19 DEBUG : no_checksum_big_file_from_pipe: md5 = 807a6acc6175ff5be8c1cb0abc14fdf2 OK 2025/08/22 04:25:19 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-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:25:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': File to upload is small (34 bytes), uploading instead of streaming 2025/08/22 04:25:23 DEBUG : with_checksum_small_file_from_pipe: md5 = 2e28f4b350b3c4a7f6d43d15e1f21fb8 OK 2025/08/22 04:25:23 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/22 04:25:23 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/22 04:25:25 DEBUG : with_checksum_big_file_from_pipe: md5 = b300fc5664c2262ff3c3242e1ed4480d OK 2025/08/22 04:25:25 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-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:25:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': File to upload is small (34 bytes), uploading instead of streaming 2025/08/22 04:25:28 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/22 04:25:29 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/22 04:25:30 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-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:25:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': File to upload is small (34 bytes), uploading instead of streaming 2025/08/22 04:25:33 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/22 04:25:34 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/22 04:25:35 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.20s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.63s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.41s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.09s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.07s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/22 04:25:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': File to upload is small (48 bytes), uploading instead of streaming 2025/08/22 04:25:38 DEBUG : rcat_metadata: md5 = 8e811ca6cfb068bb1f8532d833d69575 OK 2025/08/22 04:25:38 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/22 04:25:40 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/22 04:25:41 DEBUG : rcat_metadata_uploadcutoff0: md5 = 4d6807d09d5b9dad9d2a8a3c080df6ef OK 2025/08/22 04:25:41 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.28s) --- PASS: TestRcatMetadata/Normal (2.71s) --- PASS: TestRcatMetadata/ViaDisk (3.09s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:25:44 DEBUG : potato1: md5 = f8423de76f6a21294d49fce4e63ab4de OK 2025/08/22 04:25:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': File to upload is small (60 bytes), uploading instead of streaming 2025/08/22 04:25:46 DEBUG : potato2: md5 = aba7f87bd0aeb633d17b4a952a1e8fbb OK 2025/08/22 04:25:46 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.92s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:25:49 DEBUG : potato1: md5 = e7d3e04eeefa10614b004a3a28666ddb OK 2025/08/22 04:25:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': File to upload is small (60 bytes), uploading instead of streaming 2025/08/22 04:25:51 DEBUG : potato2: md5 = 2ba93f8f3a602857ef9b99f26ba6181f OK 2025/08/22 04:25:51 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.86s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:25:55 DEBUG : potato2: md5 = bcd543a4c6905ff78344897b2e3e695c OK 2025/08/22 04:25:57 DEBUG : empty space: md5 = 987cd57cd1cfeb612d3fe3a32aad3a14 OK 2025/08/22 04:25:59 DEBUG : sub dir/potato3: md5 = 07576f59239b28fa8ec1f5c27adb0214 OK 2025/08/22 04:26:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Touching "sub dir/potato3" 2025/08/22 04:26:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Touching "empty space" 2025/08/22 04:26:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Touching "potato2" 2025/08/22 04:26:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.82s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:26:04 DEBUG : dir with metadata: Making directory with metadata 2025/08/22 04:26:05 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.94s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:26:07 DEBUG : directory with modtime: Making directory with metadata 2025/08/22 04:26:08 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.62s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:26:10 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/22 04:26:10 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/22 04:26:10 DEBUG : Google drive root 'crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg': Skipping btime metadata as can't update it on an existing file: 2025-08-22T04:26:10.40636382Z 2025/08/22 04:26:11 INFO : non existent directory: Updated directory metadata 2025/08/22 04:26:13 DEBUG : Google drive root 'crypt/mbfmcc351hki3t607rb1d9pb6vm98bhrlj9ftq6tgfi0k956lmgg': Skipping btime metadata as can't update it on an existing file: 2025-08-22T04:26:10.40636382Z 2025/08/22 04:26:13 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.16s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:26:15 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/22 04:26:17 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/22 04:26:18 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.39s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:26:19 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/22 04:26:19 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/22 04:26:19 DEBUG : dst: Making directory with metadata 2025/08/22 04:26:20 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/22 04:26:20 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/22 04:26:21 INFO : dst: Set directory modification time (using SetModTime) 2025/08/22 04:26:21 INFO : dst: Set directory modification time (using SetModTime) 2025/08/22 04:26:21 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/22 04:26:22 INFO : dst: Set directory modification time (using SetModTime) 2025/08/22 04:26:22 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.20s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge'", Local "Local file system at /tmp/rclone2413597394", Modify Window "1ms" 2025/08/22 04:26:26 DEBUG : sub dir/test remove existing: md5 = 0e7b876e6eb71b01c1efc1c52295bfc0 OK 2025/08/22 04:26:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = b61ad3d546d758105cf2f9d44fa8c13b OK 2025/08/22 04:26:30 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.peluvuy6" before starting 2025/08/22 04:26:31 DEBUG : sub dir/test remove existing.peluvuy6: TEST: removing renamed existing file after operation 2025/08/22 04:26:32 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pekipuw0" before starting 2025/08/22 04:26:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pekipuw0: TEST: renaming existing back after failed operation 2025/08/22 04:26:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ruvirut1" before starting 2025/08/22 04:26:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ruvirut1: TEST: removing renamed existing file after operation 2025/08/22 04:26:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "m0r800b5k9vpk8hdnj4hum815ht802hihae36s21at36i6o92hs41tt5pdn3mrlmt2dfvitmd4gii96c84935tnlhmfqce4ooq8gritmnm2m35inoca490vudai6kpgvks4015eb57d7cgaa06o5ld6e9l4soo1lcg35nkdj7ffo056fb1pg" 2025/08/22 04:26:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "gac1hvsujfe69sk241t8rlkhkh9mhugni5t5d8tjmu5t3jg194k0" --- PASS: TestRemoveExisting (14.04s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/22 04:26:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lotirah7guge': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m51.995124674s (try 1/5)