"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/04/18 06:17:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi" 2025/04/18 06:17:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:17:15 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0" 2025/04/18 06:17:16 DEBUG : Creating backend with remote "/tmp/rclone405361410" === 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-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/18 06:17:16 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 06:17:16 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/18 06:17:16 DEBUG : potato: Seek from 10 to 0 2025/04/18 06:17:16 DEBUG : potato: Seek from 10 to 0 2025/04/18 06:17:16 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/18 06:17:16 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 06:17:16 DEBUG : potato: Seek from 5 to 2 2025/04/18 06:17:16 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/18 06:17:16 DEBUG : potato: Seek from 7 to 0 2025/04/18 06:17:16 DEBUG : potato: Seek from 7 to 0 2025/04/18 06:17:16 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/18 06:17:16 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 06:17:16 DEBUG : potato: Seek from 5 to 2 2025/04/18 06:17:16 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/18 06:17:16 DEBUG : potato: Seek from 8 to 0 2025/04/18 06:17:16 DEBUG : potato: Seek from 8 to 0 2025/04/18 06:17:16 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/18 06:17:16 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 06:17:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 06:17:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 06:17:16 DEBUG : potato: Seek from 5 to 2 2025/04/18 06:17:16 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/18 06:17:16 DEBUG : potato: Seek from 9 to 0 2025/04/18 06:17:16 DEBUG : potato: Seek from 9 to 0 2025/04/18 06:17:16 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-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:17:19 DEBUG : rutabaga: md5 = a79dec01a13adeb4a04896cef3ab256f OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/18 06:17:21 DEBUG : empty space: md5 = 06cb192b16b1026fc67f22fd12d62a40 OK === RUN TestCheck/3 2025/04/18 06:17:23 DEBUG : potato2: md5 = fd83282ef4f96cb686e0ac492fa86070 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/18 06:17:25 DEBUG : remotepotato: md5 = e9291ec72a2b7e694305e78193d03ff5 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.18s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/04/18 06:17:29 DEBUG : Creating backend with remote "nonexistent" 2025/04/18 06:17:29 DEBUG : Creating backend with remote "nonexistent" 2025/04/18 06:17:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/18 06:17:29 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/18 06:17:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/18 06:17:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:17:30 DEBUG : rutabaga: md5 = 11d8374438cd4d3ff3be26d2480efa56 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/18 06:17:34 DEBUG : empty space: md5 = 8335bacb56abf06ec940de35cade1b61 OK === RUN TestCheckDownload/3 2025/04/18 06:17:37 DEBUG : potato2: md5 = eefe12ad522a97fea3817b36b50dcbdd OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/18 06:17:41 DEBUG : remotepotato: md5 = 9554e27d709e823878ebbf3d6b81d648 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.98s) --- PASS: TestCheckDownload/1 (1.15s) --- PASS: TestCheckDownload/2 (1.15s) --- PASS: TestCheckDownload/3 (1.00s) --- PASS: TestCheckDownload/4 (1.27s) --- PASS: TestCheckDownload/5 (1.19s) --- PASS: TestCheckDownload/6 (1.00s) --- PASS: TestCheckDownload/7 (1.11s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:17:47 DEBUG : rutabaga: md5 = 60a126193918bf09fabbdc4eb1feb489 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/18 06:17:49 DEBUG : empty space: md5 = 37429ab52c4191e8dcfd6ca73198a13e OK === RUN TestCheckSizeOnly/3 2025/04/18 06:17:51 DEBUG : potato2: md5 = 88206219817a62c0c52e98a6e64c6d32 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/18 06:17:53 DEBUG : remotepotato: md5 = 585a7c6b4f797e4af1c900b3fe7b4f24 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.64s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:17:58 DEBUG : test.sum: md5 = bb438ed830531b3d16b001ebf7855c59 OK 2025/04/18 06:17:59 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/18 06:17:59 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/18 06:17:59 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/18 06:17:59 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/18 06:18:00 DEBUG : test.sum: md5 = b6e22f3baf1cff6c0d3ffa6a41cf749f OK 2025/04/18 06:18:01 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/18 06:18:01 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/18 06:18:01 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/18 06:18:01 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.09s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:18:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/data" 2025/04/18 06:18:02 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.99s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:18:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/data" 2025/04/18 06:18:04 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/vjrnln8ratgmqakfosrqe8espk" 2025/04/18 06:18:08 DEBUG : data/banana: md5 = a3c5770d2cf1ce07420cbd4343b9240d OK 2025/04/18 06:18:10 DEBUG : test.sum: md5 = 5b6bf5d45b953f2ece3869d0f213c69d OK === RUN TestCheckSumDownload/subtest1 2025/04/18 06:18:14 DEBUG : data/potato: md5 = e55084c5e9d1ff26b773913d60281748 OK 2025/04/18 06:18:16 DEBUG : test.sum: md5 = d87ee7ff8f89afd714bb38fc0508ee4b OK === RUN TestCheckSumDownload/subtest2 2025/04/18 06:18:20 DEBUG : test.sum: md5 = bbf80b8a0051e181d20e3b1f5ca21e62 OK === RUN TestCheckSumDownload/subtest3 2025/04/18 06:18:25 DEBUG : test.sum: md5 = 22f2fd69def84191186bcefff5fab072 OK === RUN TestCheckSumDownload/subtest4 2025/04/18 06:18:29 DEBUG : test.sum: md5 = d5dc734cec60ddd00ae59e20fbe8de52 OK === RUN TestCheckSumDownload/subtest5 2025/04/18 06:18:34 DEBUG : test.sum: md5 = 03ad2a1b9d42b06879e03497936b3c8a OK === RUN TestCheckSumDownload/subtest6 2025/04/18 06:18:38 DEBUG : data/banana: md5 = bc85d71e31c2f4ce2568ffb9e7b4f934 OK 2025/04/18 06:18:40 DEBUG : data/potato: md5 = 3605182645f9a54d68c402138cc76fde OK 2025/04/18 06:18:41 DEBUG : test.sum: md5 = 9f7c57518668398b5cd572445f4ad8cd OK === RUN TestCheckSumDownload/subtest7 2025/04/18 06:18:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/04/18 06:18:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.51s) --- PASS: TestCheckSumDownload/subtest1 (2.24s) --- PASS: TestCheckSumDownload/subtest2 (2.51s) --- PASS: TestCheckSumDownload/subtest3 (2.82s) --- PASS: TestCheckSumDownload/subtest4 (2.44s) --- PASS: TestCheckSumDownload/subtest5 (2.64s) --- PASS: TestCheckSumDownload/subtest6 (2.37s) --- PASS: TestCheckSumDownload/subtest7 (2.41s) === RUN TestApplyTransforms 2025/04/18 06:18:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jucumiw3hufu" 2025/04/18 06:18:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:18:47 DEBUG : Creating backend with remote "TestDrive:crypt/k04c0m3cjj6m8sa5cadd6hd0vt4lg4827g1m1maa7vscd6t6masg" 2025/04/18 06:18:48 DEBUG : Creating backend with remote "/tmp/rclone74943436" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jucumiw3hufu'", Local "Local file system at /tmp/rclone74943436", Modify Window "1ms" 2025/04/18 06:18:50 DEBUG : hello, world!: md5 = d0157aef21827b33b43f47593681dda7 OK upper checkfile vs. lower remote (without normalization) 2025/04/18 06:18:50 ERROR : hello, world!: sum not found 2025/04/18 06:18:50 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jucumiw3hufu' 2025/04/18 06:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jucumiw3hufu': 1 files missing 2025/04/18 06:18:50 NOTICE: 1 hashes missing 2025/04/18 06:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jucumiw3hufu': 2 differences found 2025/04/18 06:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jucumiw3hufu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/18 06:18:52 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:18:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jucumiw3hufu': 0 differences found 2025/04/18 06:18:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jucumiw3hufu': 1 matching files 2025/04/18 06:18:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-supemic2fudu" 2025/04/18 06:18:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:18:52 DEBUG : Creating backend with remote "TestDrive:crypt/ufd9ht44sc2775rv7s5gtep2pkfapbnn04oan4dum8klor13nlgg" 2025/04/18 06:18:53 DEBUG : Creating backend with remote "/tmp/rclone327200275" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-supemic2fudu'", Local "Local file system at /tmp/rclone327200275", Modify Window "1ms" 2025/04/18 06:18:55 DEBUG : HELLO, WORLD!: md5 = 53e09886f06166b7724482c1458c8275 OK lower checkfile vs. upper remote (without normalization) 2025/04/18 06:18:56 ERROR : HELLO, WORLD!: sum not found 2025/04/18 06:18:56 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-supemic2fudu' 2025/04/18 06:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-supemic2fudu': 1 files missing 2025/04/18 06:18:56 NOTICE: 1 hashes missing 2025/04/18 06:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-supemic2fudu': 2 differences found 2025/04/18 06:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-supemic2fudu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/18 06:18:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:18:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-supemic2fudu': 0 differences found 2025/04/18 06:18:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-supemic2fudu': 1 matching files 2025/04/18 06:18:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wexopuv3nidu" 2025/04/18 06:18:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:18:57 DEBUG : Creating backend with remote "TestDrive:crypt/dqmtsapu13d3rr7vtrr4jm8hpmu858ptm1qamtefeekmshmfbm9g" 2025/04/18 06:18:58 DEBUG : Creating backend with remote "/tmp/rclone1997976912" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wexopuv3nidu'", Local "Local file system at /tmp/rclone1997976912", Modify Window "1ms" 2025/04/18 06:19:00 DEBUG : HeLlO, wOrLd!: md5 = 63ef1fb4396b2b9a359b7d0d3fb9513a OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/18 06:19:00 ERROR : HeLlO, wOrLd!: sum not found 2025/04/18 06:19:00 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wexopuv3nidu' 2025/04/18 06:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wexopuv3nidu': 1 files missing 2025/04/18 06:19:00 NOTICE: 1 hashes missing 2025/04/18 06:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wexopuv3nidu': 2 differences found 2025/04/18 06:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wexopuv3nidu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/18 06:19:01 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wexopuv3nidu': 0 differences found 2025/04/18 06:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wexopuv3nidu': 1 matching files 2025/04/18 06:19:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-buxiyoj9payo" 2025/04/18 06:19:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:19:02 DEBUG : Creating backend with remote "TestDrive:crypt/siklm3e217ig4tnl9ssk9ml92bflfikf6aedjo90kbvkg97221v0" 2025/04/18 06:19:03 DEBUG : Creating backend with remote "/tmp/rclone1719405225" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-buxiyoj9payo'", Local "Local file system at /tmp/rclone1719405225", Modify Window "1ms" 2025/04/18 06:19:05 DEBUG : HELLO, WORLD!: md5 = 3dbb10862075f6d50b9e57f6bc02244e OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/18 06:19:05 ERROR : HELLO, WORLD!: sum not found 2025/04/18 06:19:05 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-buxiyoj9payo' 2025/04/18 06:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buxiyoj9payo': 1 files missing 2025/04/18 06:19:05 NOTICE: 1 hashes missing 2025/04/18 06:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buxiyoj9payo': 2 differences found 2025/04/18 06:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buxiyoj9payo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/18 06:19:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buxiyoj9payo': 0 differences found 2025/04/18 06:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buxiyoj9payo': 1 matching files 2025/04/18 06:19:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tixogeb8nana" 2025/04/18 06:19:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:19:07 DEBUG : Creating backend with remote "TestDrive:crypt/u520dhpa2vcjmfnlk7vq0h3ocodgjl148csiolhgke60b5sq9reg" 2025/04/18 06:19:08 DEBUG : Creating backend with remote "/tmp/rclone3483820191" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tixogeb8nana'", Local "Local file system at /tmp/rclone3483820191", Modify Window "1ms" 2025/04/18 06:19:10 DEBUG : 測試_Русский___ě_áñ: md5 = bd698ac0f11ed9044b691ecc5c3a6a78 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/18 06:19:10 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/18 06:19:10 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tixogeb8nana' 2025/04/18 06:19:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tixogeb8nana': 1 files missing 2025/04/18 06:19:10 NOTICE: 1 hashes missing 2025/04/18 06:19:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tixogeb8nana': 2 differences found 2025/04/18 06:19:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tixogeb8nana': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/18 06:19:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:19:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tixogeb8nana': 0 differences found 2025/04/18 06:19:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tixogeb8nana': 1 matching files 2025/04/18 06:19:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pupudih5jobe" 2025/04/18 06:19:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:19:12 DEBUG : Creating backend with remote "TestDrive:crypt/k4vanbj0rpj528fr4btd3hp1j7v4e6dtrtf81k1p1irfkm8k153g" 2025/04/18 06:19:13 DEBUG : Creating backend with remote "/tmp/rclone1369859086" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pupudih5jobe'", Local "Local file system at /tmp/rclone1369859086", Modify Window "1ms" 2025/04/18 06:19:15 DEBUG : 測試_Русский___ě_áñ: md5 = eff4e8cad14dc7a1d77c58ac3be11ce8 OK NFC checkfile vs. NFD remote (without normalization) 2025/04/18 06:19:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/18 06:19:15 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pupudih5jobe' 2025/04/18 06:19:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupudih5jobe': 1 files missing 2025/04/18 06:19:15 NOTICE: 1 hashes missing 2025/04/18 06:19:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupudih5jobe': 2 differences found 2025/04/18 06:19:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupudih5jobe': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/18 06:19:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:19:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupudih5jobe': 0 differences found 2025/04/18 06:19:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupudih5jobe': 1 matching files 2025/04/18 06:19:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xisirab6wilo" 2025/04/18 06:19:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:19:17 DEBUG : Creating backend with remote "TestDrive:crypt/b70li5bp8pl5h0v4lbomeu9ufn8ug93gdvgg7spgh2ae50a9jol0" 2025/04/18 06:19:18 DEBUG : Creating backend with remote "/tmp/rclone2506916604" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xisirab6wilo'", Local "Local file system at /tmp/rclone2506916604", Modify Window "1ms" 2025/04/18 06:19:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3b6706d978a275f001913439e70abc00 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/18 06:19:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 06:19:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xisirab6wilo' 2025/04/18 06:19:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xisirab6wilo': 1 files missing 2025/04/18 06:19:20 NOTICE: 1 hashes missing 2025/04/18 06:19:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xisirab6wilo': 2 differences found 2025/04/18 06:19:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xisirab6wilo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/18 06:19:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:19:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xisirab6wilo': 0 differences found 2025/04/18 06:19:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xisirab6wilo': 1 matching files 2025/04/18 06:19:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faracol8boma" 2025/04/18 06:19:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:19:21 DEBUG : Creating backend with remote "TestDrive:crypt/fbq8niv0i6t1hduic0feg697c946b7ov0fg0nt0fpmsaaom9f17g" 2025/04/18 06:19:22 DEBUG : Creating backend with remote "/tmp/rclone3687244746" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faracol8boma'", Local "Local file system at /tmp/rclone3687244746", Modify Window "1ms" 2025/04/18 06:19:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 19c8ccf7e79e0eb43ef0e82182c08472 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/18 06:19:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 06:19:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-faracol8boma' 2025/04/18 06:19:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faracol8boma': 1 files missing 2025/04/18 06:19:25 NOTICE: 1 hashes missing 2025/04/18 06:19:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faracol8boma': 2 differences found 2025/04/18 06:19:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faracol8boma': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/18 06:19:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:19:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faracol8boma': 0 differences found 2025/04/18 06:19:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faracol8boma': 1 matching files 2025/04/18 06:19:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-raqutom8sijo" 2025/04/18 06:19:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:19:27 DEBUG : Creating backend with remote "TestDrive:crypt/5s6g9gj9osfnpkv5j8cpujb2sdec50prumigs26c3vqagqj6rtg0" 2025/04/18 06:19:27 DEBUG : Creating backend with remote "/tmp/rclone3858715899" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-raqutom8sijo'", Local "Local file system at /tmp/rclone3858715899", Modify Window "1ms" 2025/04/18 06:19:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 158ca9ad6eb08fe9415590557ac9a765 OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/18 06:19:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 06:19:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-raqutom8sijo' 2025/04/18 06:19:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raqutom8sijo': 1 files missing 2025/04/18 06:19:30 NOTICE: 1 hashes missing 2025/04/18 06:19:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raqutom8sijo': 2 differences found 2025/04/18 06:19:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raqutom8sijo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/18 06:19:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:19:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raqutom8sijo': 0 differences found 2025/04/18 06:19:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raqutom8sijo': 1 matching files 2025/04/18 06:19:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rafobiv5hiwu" 2025/04/18 06:19:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:19:31 DEBUG : Creating backend with remote "TestDrive:crypt/tq7n3lqv4tl0m5ioulateeil2ck1b5jl2i5od83hv1eds2pgpi50" 2025/04/18 06:19:32 DEBUG : Creating backend with remote "/tmp/rclone3660894693" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rafobiv5hiwu'", Local "Local file system at /tmp/rclone3660894693", Modify Window "1ms" 2025/04/18 06:19:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2cdae9f0e6053236e68da14b48c1d9e3 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/18 06:19:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 06:19:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rafobiv5hiwu' 2025/04/18 06:19:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafobiv5hiwu': 1 files missing 2025/04/18 06:19:35 NOTICE: 1 hashes missing 2025/04/18 06:19:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafobiv5hiwu': 2 differences found 2025/04/18 06:19:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafobiv5hiwu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/18 06:19:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:19:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafobiv5hiwu': 0 differences found 2025/04/18 06:19:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafobiv5hiwu': 1 matching files 2025/04/18 06:19:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rafobiv5hiwu': Purge remote 2025/04/18 06:19:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-raqutom8sijo': Purge remote 2025/04/18 06:19:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faracol8boma': Purge remote 2025/04/18 06:19:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xisirab6wilo': Purge remote 2025/04/18 06:19:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pupudih5jobe': Purge remote 2025/04/18 06:19:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tixogeb8nana': Purge remote 2025/04/18 06:19:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-buxiyoj9payo': Purge remote 2025/04/18 06:19:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wexopuv3nidu': Purge remote 2025/04/18 06:19:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-supemic2fudu': Purge remote 2025/04/18 06:19:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jucumiw3hufu': Purge remote --- PASS: TestApplyTransforms (53.99s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:19:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/18 06:19:43 DEBUG : sub/file2: md5 = 6cac979df703f63d29675011f92b5305 OK 2025/04/18 06:19:43 INFO : file1: Copied (new) to: sub/file2 2025/04/18 06:19:44 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/18 06:19:44 DEBUG : file1: Unchanged skipping 2025/04/18 06:19:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': don't need to copy/move sub/file2, it is already at target location 2025/04/18 06:19:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.02s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:19:49 DEBUG : dst/file1: md5 = fcc312fde52eba235fa2f98d7c495f2e OK 2025/04/18 06:19:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/backup" 2025/04/18 06:19:50 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/1nrff024r7pq65ecp72fc28jb0" 2025/04/18 06:19:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/18 06:19:54 INFO : dst/file1: Moved (server-side) 2025/04/18 06:19:55 DEBUG : dst/file1: md5 = 8de69b18f6d5b8b87c7c3e69dc10ce19 OK 2025/04/18 06:19:55 INFO : dst/file1: Copied (new) 2025/04/18 06:19:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/18 06:19:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/18 06:19:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.74s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:20:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/dst" 2025/04/18 06:20:00 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/18 06:20:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/CompareDest" 2025/04/18 06:20:02 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/gveqi14airsml4bgu7krj116o8" 2025/04/18 06:20:03 DEBUG : one: Need to transfer - File not found at Destination 2025/04/18 06:20:06 DEBUG : one: md5 = f841bd82f1ca1e7ff262acc9963c7edd OK 2025/04/18 06:20:06 INFO : one: Copied (new) 2025/04/18 06:20:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:20:08 DEBUG : one: md5 = 41405ea1e5362eaaf87d5bbba1f70ee4 OK 2025/04/18 06:20:08 INFO : one: Copied (replaced existing) 2025/04/18 06:20:10 DEBUG : dst/one: md5 = e8ecae5c8add6ff9313f1c323b8dca02 OK 2025/04/18 06:20:12 DEBUG : CompareDest/one: md5 = f61e8528244f45f5633a9a076b2e8f4a OK 2025/04/18 06:20:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:20:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/18 06:20:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/18 06:20:16 DEBUG : CompareDest/two: md5 = c4a8d6b38c46a01b78bbddfbe66d6493 OK 2025/04/18 06:20:17 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 06:20:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/18 06:20:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/18 06:20:17 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 06:20:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/18 06:20:18 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/18 06:20:19 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 06:20:19 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/18 06:20:20 DEBUG : two: md5 = 002c94a49a749d7392b3a68ee00f8acf OK 2025/04/18 06:20:20 INFO : two: Copied (new) 2025/04/18 06:20:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/18 06:20:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:20:24 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/18 06:20:24 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.69s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:20:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/dst" 2025/04/18 06:20:25 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/18 06:20:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/CopyDest" 2025/04/18 06:20:27 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/18 06:20:28 DEBUG : one: Need to transfer - File not found at Destination 2025/04/18 06:20:30 DEBUG : one: md5 = e3eee5b4b324fba9671af113431e92cc OK 2025/04/18 06:20:30 INFO : one: Copied (new) 2025/04/18 06:20:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:20:33 DEBUG : one: md5 = ed143bde3ab5abcce8159fa4b4334b46 OK 2025/04/18 06:20:33 INFO : one: Copied (replaced existing) 2025/04/18 06:20:35 DEBUG : dst/one: md5 = 7bd7537d0e53b46e031ba06ee95300cc OK 2025/04/18 06:20:37 DEBUG : CopyDest/one: md5 = 15c7ec8fad20c412c2f74062349e980d OK 2025/04/18 06:20:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/BackupDir" 2025/04/18 06:20:37 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/18 06:20:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:20:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/18 06:20:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:20:41 INFO : one: Moved (server-side) 2025/04/18 06:20:42 INFO : one: Copied (server-side copy) 2025/04/18 06:20:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/18 06:20:44 DEBUG : CopyDest/two: md5 = 5fe3ff7be7f0790b285cc1437f2f9786 OK 2025/04/18 06:20:45 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 06:20:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/18 06:20:46 INFO : two: Copied (server-side copy) 2025/04/18 06:20:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/18 06:20:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/18 06:20:47 DEBUG : two: Unchanged skipping 2025/04/18 06:20:49 DEBUG : CopyDest/three: md5 = 34fd4d5171d69806946801d0ee64577f OK 2025/04/18 06:20:50 DEBUG : three: Need to transfer - File not found at Destination 2025/04/18 06:20:50 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/18 06:20:50 DEBUG : three: Destination not found in --copy-dest 2025/04/18 06:20:51 DEBUG : three: md5 = 390a43da51da08e5865ec78d158731ff OK 2025/04/18 06:20:51 INFO : three: Copied (new) 2025/04/18 06:20:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/18 06:20:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/18 06:20:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:20:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/18 06:20:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/18 06:20:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:20:57 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.15s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:20:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/18 06:21:01 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 2c9d46504f0a0148a624d07aa3e06030 OK 2025/04/18 06:21:01 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/18 06:21:02 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/18 06:21:02 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/04/18 06:21:03 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/18 06:21:03 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/18 06:21:07 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 54e1507e0731ab2edf5a7e962f43be83 OK 2025/04/18 06:21:07 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/18 06:21:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/18 06:21:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.29s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:21:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Looking for duplicate names using skip mode. 2025/04/18 06:21:13 NOTICE: one: Found 2 files with duplicate names 2025/04/18 06:21:13 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.50s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:21:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Looking for duplicate names using skip mode. 2025/04/18 06:21:19 NOTICE: one: Found 3 files with duplicate names 2025/04/18 06:21:19 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/18 06:21:20 INFO : one: Deleted 2025/04/18 06:21:20 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.03s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:21:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Looking for duplicate names using first mode. 2025/04/18 06:21:25 NOTICE: one: Found 3 files with duplicate names 2025/04/18 06:21:26 INFO : one: Deleted 2025/04/18 06:21:26 INFO : one: Deleted 2025/04/18 06:21:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.27s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:21:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Looking for duplicate names using newest mode. 2025/04/18 06:21:32 NOTICE: one: Found 3 files with duplicate names 2025/04/18 06:21:32 INFO : one: Deleted 2025/04/18 06:21:33 INFO : one: Deleted 2025/04/18 06:21:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.42s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:21:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Looking for duplicate names using oldest mode. 2025/04/18 06:21:38 NOTICE: one: Found 3 files with duplicate names 2025/04/18 06:21:39 INFO : one: Deleted 2025/04/18 06:21:39 INFO : one: Deleted 2025/04/18 06:21:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.26s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:21:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Looking for duplicate names using largest mode. 2025/04/18 06:21:45 NOTICE: one: Found 3 files with duplicate names 2025/04/18 06:21:45 INFO : one: Deleted 2025/04/18 06:21:45 INFO : one: Deleted 2025/04/18 06:21:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.27s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:21:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Looking for duplicate names using smallest mode. 2025/04/18 06:21:51 NOTICE: one: Found 3 files with duplicate names 2025/04/18 06:21:51 INFO : one: Deleted 2025/04/18 06:21:52 INFO : one: Deleted 2025/04/18 06:21:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.30s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:21:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Looking for duplicate names using rename mode. 2025/04/18 06:21:58 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/18 06:21:59 INFO : one-2.txt: renamed from: one.txt 2025/04/18 06:22:00 INFO : one-3.txt: renamed from: one.txt 2025/04/18 06:22:02 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.17s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:22:06 DEBUG : dupe1/one.txt: md5 = f337d5728b2369ef91c047171b45efe1 OK 2025/04/18 06:22:08 DEBUG : dupe2/two.txt: md5 = 53600b9fea99e5a6fc43ecd9c69ad3fe OK 2025/04/18 06:22:10 DEBUG : dupe3/three.txt: md5 = bc7c2d6cdec6674bedbffd71af4d9851 OK 2025/04/18 06:22:11 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/18 06:22:11 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/18 06:22:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/18 06:22:13 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/18 06:22:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/18 06:22:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/18 06:22:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.45s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:22:18 DEBUG : a.txt: md5 = 869848235eb8119ecd98a6582635021c OK 2025/04/18 06:22:19 DEBUG : zend.txt: md5 = 71580dd849e32bc328073713dd83e96f OK 2025/04/18 06:22:21 DEBUG : sub dir/hello world: md5 = 2105db2690d65a5163e8a980bf98f5c2 OK 2025/04/18 06:22:23 DEBUG : sub dir/hello world2: md5 = bd3a28d6ce20fe202cfd3a2a3f1b2402 OK 2025/04/18 06:22:25 DEBUG : sub dir/ignore dir/.ignore: md5 = ed4a084dd02a1539d05010eb0a5d1ec7 OK 2025/04/18 06:22:26 DEBUG : sub dir/ignore dir/should be ignored: md5 = a9aefdeb5dfac54f016523167c52823c OK 2025/04/18 06:22:29 DEBUG : sub dir/sub sub dir/hello world3: md5 = ad06e50fd4999df8d2ec553e4cbac99f OK 2025/04/18 06:22:30 DEBUG : a.txt: Excluded (Size Filter) 2025/04/18 06:22:30 DEBUG : a.txt: Excluded 2025/04/18 06:22:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 06:22:30 DEBUG : sub dir/hello world: Excluded 2025/04/18 06:22:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 06:22:30 DEBUG : sub dir/hello world2: Excluded 2025/04/18 06:22:31 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 06:22:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 06:22:31 DEBUG : sub dir/hello world: Excluded 2025/04/18 06:22:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 06:22:31 DEBUG : sub dir/hello world2: Excluded 2025/04/18 06:22:31 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 06:22:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/18 06:22:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/18 06:22:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/18 06:22:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/18 06:22:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/18 06:22:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/18 06:22:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.55s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:22:40 DEBUG : a.txt: md5 = b344619209ea3f1b486a67ac2257e095 OK 2025/04/18 06:22:41 DEBUG : zend.txt: md5 = 283ccb8c7a798aa7089eed12d00b602a OK 2025/04/18 06:22:43 DEBUG : sub dir/hello world: md5 = bb43e2e62f53ed8dcb54011499061d72 OK 2025/04/18 06:22:44 DEBUG : sub dir/hello world2: md5 = 4ef843704d5dd9706aad4f68ec10b572 OK 2025/04/18 06:22:47 DEBUG : sub dir/ignore dir/.ignore: md5 = 0ba853695a48f3996beb749aebba82fd OK 2025/04/18 06:22:48 DEBUG : sub dir/ignore dir/should be ignored: md5 = c36b77e1f6d60afdc6ac39af8c244f53 OK 2025/04/18 06:22:50 DEBUG : sub dir/sub sub dir/hello world3: md5 = 53c024fe2863f35a6e0586a48f0ed3d3 OK 2025/04/18 06:22:52 DEBUG : a.txt: Excluded (Size Filter) 2025/04/18 06:22:52 DEBUG : a.txt: Excluded 2025/04/18 06:22:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 06:22:52 DEBUG : sub dir/hello world2: Excluded 2025/04/18 06:22:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 06:22:52 DEBUG : sub dir/hello world: Excluded 2025/04/18 06:22:53 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 06:22:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 06:22:53 DEBUG : sub dir/hello world2: Excluded 2025/04/18 06:22:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 06:22:53 DEBUG : sub dir/hello world: Excluded 2025/04/18 06:22:53 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 06:22:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/18 06:22:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/18 06:22:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/18 06:23:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/18 06:23:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/18 06:23:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/18 06:23:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (22.27s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:02 DEBUG : file1: md5 = 9f0231f251a33e70575ce160101ae363 OK 2025/04/18 06:23:04 DEBUG : sub/file2: md5 = 6862982d6ff2acccff7a231940fba0eb OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/04/18 06:23:07 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/18 06:23:08 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/18 06:23:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/18 06:23:10 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.32s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.63s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:12 DEBUG : file1: md5 = ffe298188544af9d7d9f67366b9d3430 OK 2025/04/18 06:23:15 DEBUG : sub/file2: md5 = a64674b1ea091d55cd20942d332c91ec OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/18 06:23:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/notfound" 2025/04/18 06:23:19 DEBUG : Config file has changed externally - reloading 2025/04/18 06:23:19 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/qe0i31qdkoejk60elps0ni5sqk" 2025/04/18 06:23:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.95s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.81s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Making directory 2025/04/18 06:23:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:26 DEBUG : sub dir/hello world: md5 = ca3bf4f3ebdfb86bfd62c033930a06b5 OK 2025/04/18 06:23:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.17s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:30 DEBUG : potato2: md5 = 47972e0d1c3e299e39b08a5d996cbca2 OK 2025/04/18 06:23:31 DEBUG : empty space: md5 = c460dbbe487e3c174f5caa626ae46f18 OK --- PASS: TestLs (4.60s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:35 DEBUG : potato2: md5 = af3391cd3dccda23afd7e8ffc8f8bd75 OK 2025/04/18 06:23:36 DEBUG : empty space: md5 = 8caa075c43b6d2cfaaa08ba714513457 OK 2025/04/18 06:23:37 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.40s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:40 DEBUG : potato2: md5 = b09b69814284bc7c1e2f4d42ea755867 OK 2025/04/18 06:23:41 DEBUG : empty space: md5 = adfbe65b837b3bf50737a0f9183cf691 OK --- PASS: TestLsLong (4.86s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:45 DEBUG : potato2: md5 = 0bd3324db218e0ef8aedf1dab3c53b1f OK 2025/04/18 06:23:46 DEBUG : empty space: md5 = 998959e29a1cc17ba1e74a115cff126a OK --- PASS: TestHashSums (4.59s) === RUN TestHashSumsWithErrors 2025/04/18 06:23:48 DEBUG : Creating backend with remote ":memory:" 2025/04/18 06:23:48 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/18 06:23:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/18 06:23:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/18 06:23:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/18 06:23:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/18 06:23:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/18 06:23:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/18 06:23:48 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/18 06:23:48 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-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:49 DEBUG : potato2: md5 = 419c901f979146a5222f02c5ede8ff4b OK 2025/04/18 06:23:51 DEBUG : empty space: md5 = ca1f9a6854620055f48a178afc1074d7 OK 2025/04/18 06:23:53 DEBUG : sub dir/potato3: md5 = c4b84ecf25ac73fb517a8856bfb3ea9d OK 2025/04/18 06:23:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.14s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:23:59 DEBUG : small: md5 = cd2a61463223c44d54e91a20872fcc5e OK 2025/04/18 06:24:00 DEBUG : medium: md5 = a16adea9e2209c041f54cc069bedb1f2 OK 2025/04/18 06:24:02 DEBUG : large: md5 = 39e1ab0949c1addcc524e3576cbb57df OK 2025/04/18 06:24:02 DEBUG : Waiting for deletions to finish 2025/04/18 06:24:02 DEBUG : large: Excluded (Size Filter) 2025/04/18 06:24:02 INFO : medium: Deleted 2025/04/18 06:24:03 INFO : small: Deleted --- PASS: TestDelete (6.57s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:24:05 DEBUG : small: md5 = 91bc3ed71d930ae6a86f34dc64a71d1e OK 2025/04/18 06:24:06 DEBUG : medium: md5 = 6fb42185d9af0d5c26c76479845502a9 OK 2025/04/18 06:24:08 DEBUG : large: md5 = d6603f85a9927f058508a2230594a1df OK 2025/04/18 06:24:08 DEBUG : Waiting for deletions to finish 2025/04/18 06:24:08 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/04/18 06:24:09 INFO : medium: Deleted 2025/04/18 06:24:09 INFO : small: Deleted --- PASS: TestMaxDelete (6.87s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:24:12 DEBUG : small: md5 = 2609edee1066fc554453df4e35c857d1 OK 2025/04/18 06:24:13 DEBUG : medium: md5 = 930dd38ec602fcae975cc2efbbef6dc5 OK 2025/04/18 06:24:15 DEBUG : large: md5 = d2678f8976788f3441ef970a13690a85 OK 2025/04/18 06:24:15 DEBUG : Waiting for deletions to finish 2025/04/18 06:24:15 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/18 06:24:16 INFO : medium: Deleted 2025/04/18 06:24:16 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.07s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:24:19 DEBUG : small: md5 = 5caac5894bbab36c606522fa4ab2e3ae OK 2025/04/18 06:24:20 DEBUG : medium: md5 = 488d26079ece6eb77f5fe1005c3faf59 OK 2025/04/18 06:24:22 DEBUG : large: md5 = b4e942cc6bd8b27f9e15f1de6944783d OK 2025/04/18 06:24:22 DEBUG : Waiting for deletions to finish 2025/04/18 06:24:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/18 06:24:23 INFO : small: Deleted 2025/04/18 06:24:23 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.81s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:24:26 DEBUG : ReadFile: md5 = 3f430259c5c7ca57cc503a9d942ec614 OK --- PASS: TestReadFile (4.36s) === RUN TestRetry 2025/04/18 06:24:29 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/18 06:24:29 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/18 06:24:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/18 06:24:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/18 06:24:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/18 06:24:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/18 06:24:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:24:30 DEBUG : file1: md5 = a9f122c841d74264c05fb2e93855d43b OK 2025/04/18 06:24:32 DEBUG : file2: md5 = 5bf1020ed84eea03f51cc261d38c2f06 OK --- PASS: TestCat (17.86s) === RUN TestPurge 2025/04/18 06:24:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tebefer1zabu" 2025/04/18 06:24:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:24:47 DEBUG : Creating backend with remote "TestDrive:crypt/ffko7fjhvjvgk6i4i0qnf02etdn8r4niqb1hpbh6ba813tsu3cm0" 2025/04/18 06:24:48 DEBUG : Creating backend with remote "/tmp/rclone2911397186" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tebefer1zabu'", Local "Local file system at /tmp/rclone2911397186", Modify Window "1ms" 2025/04/18 06:24:52 DEBUG : A1/B1/C1/one: md5 = 865eaaac89a547bccf5d6fe26a7dc21c OK 2025/04/18 06:24:52 INFO : A2: Making directory 2025/04/18 06:24:53 INFO : A1/B2: Making directory 2025/04/18 06:24:54 INFO : A1/B2/C2: Making directory 2025/04/18 06:24:55 INFO : A1/B1/C3: Making directory 2025/04/18 06:24:55 INFO : A3: Making directory 2025/04/18 06:24:56 INFO : A3/B3: Making directory 2025/04/18 06:24:57 INFO : A3/B3/C4: Making directory 2025/04/18 06:24:59 DEBUG : A1/two: md5 = 5f7f37c3d0af79df6a5814c0438d122f OK 2025/04/18 06:25:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tebefer1zabu': Purge remote 2025/04/18 06:25:03 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.03s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:25:07 DEBUG : A1/B1/C1/one: md5 = 925ecba084aae94dcc13159b342b3b6d OK 2025/04/18 06:25:07 INFO : A2: Making directory 2025/04/18 06:25:07 INFO : A1/B2: Making directory 2025/04/18 06:25:08 INFO : A1/B2/C2: Making directory 2025/04/18 06:25:09 INFO : A1/B1/C3: Making directory 2025/04/18 06:25:10 INFO : A3: Making directory 2025/04/18 06:25:11 INFO : A3/B3: Making directory 2025/04/18 06:25:11 INFO : A3/B3/C4: Making directory 2025/04/18 06:25:14 DEBUG : A1/two: md5 = dc605b3e77acaa414499fb6dc7d7b669 OK 2025/04/18 06:25:15 DEBUG : removing 1 level 3 directories 2025/04/18 06:25:15 INFO : A3/B3/C4: Removing directory 2025/04/18 06:25:17 DEBUG : removing 2 level 3 directories 2025/04/18 06:25:17 INFO : A1/B2/C2: Removing directory 2025/04/18 06:25:17 INFO : A1/B1/C3: Removing directory 2025/04/18 06:25:18 DEBUG : removing 2 level 2 directories 2025/04/18 06:25:18 INFO : A3/B3: Removing directory 2025/04/18 06:25:18 INFO : A1/B2: Removing directory 2025/04/18 06:25:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/18 06:25:18 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/18 06:25:19 DEBUG : removing 2 level 1 directories 2025/04/18 06:25:19 INFO : A3: Removing directory 2025/04/18 06:25:19 INFO : A2: Removing directory 2025/04/18 06:25:19 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/18 06:25:23 DEBUG : removing 1 level 3 directories 2025/04/18 06:25:23 INFO : A1/B1/C1: Removing directory 2025/04/18 06:25:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:24 DEBUG : removing 1 level 2 directories 2025/04/18 06:25:24 INFO : A1/B1: Removing directory 2025/04/18 06:25:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/18 06:25:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/18 06:25:24 DEBUG : removing 1 level 1 directories 2025/04/18 06:25:24 INFO : A1: Removing directory 2025/04/18 06:25:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/18 06:25:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/18 06:25:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/18 06:25:25 DEBUG : removing 1 level 0 directories 2025/04/18 06:25:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Removing directory 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/18 06:25:25 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.75s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:25:27 INFO : A1: Making directory 2025/04/18 06:25:28 INFO : A1/B1: Making directory 2025/04/18 06:25:29 INFO : A1/B1/C1: Making directory 2025/04/18 06:25:35 DEBUG : removing 1 level 3 directories 2025/04/18 06:25:35 INFO : A1/B1/C1: Removing directory 2025/04/18 06:25:36 DEBUG : removing 1 level 2 directories 2025/04/18 06:25:36 INFO : A1/B1: Removing directory 2025/04/18 06:25:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/18 06:25:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (11.62s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:25:38 INFO : A1: Making directory 2025/04/18 06:25:39 INFO : A1/B1: Making directory 2025/04/18 06:25:40 INFO : A1/B1/C1: Making directory 2025/04/18 06:25:42 DEBUG : removing 1 level 3 directories 2025/04/18 06:25:42 INFO : A1/B1/C1: Removing directory 2025/04/18 06:25:43 DEBUG : removing 1 level 2 directories 2025/04/18 06:25:43 INFO : A1/B1: Removing directory 2025/04/18 06:25:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/18 06:25:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.37s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:25:47 DEBUG : file1: md5 = 5caf2698f6bb2836b8dec5f9ddfbae2b OK 2025/04/18 06:25:48 DEBUG : filename.txt: File name found in url 2025/04/18 06:25:49 DEBUG : filename.txt: md5 = ab55cd7e2260c79a5e62702632360ac1 OK 2025/04/18 06:25:49 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/18 06:25:50 DEBUG : headerfilename.txt: md5 = 5e5a3338fba908f92a426dd3301d7d77 OK 2025/04/18 06:25:52 DEBUG : file2: md5 = e3b7201c4d73a5346195a11d24dc1ead OK --- PASS: TestCopyURL (8.78s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:25:55 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/18 06:25:57 DEBUG : sub/file2: md5 = 3a611b98567984f769b557a9216ec33a OK 2025/04/18 06:25:57 INFO : file1: Copied (new) to: sub/file2 2025/04/18 06:25:57 INFO : file1: Deleted 2025/04/18 06:25:58 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/18 06:25:58 DEBUG : file1: Unchanged skipping 2025/04/18 06:25:58 INFO : file1: Deleted 2025/04/18 06:25:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': don't need to copy/move sub/file2, it is already at target location 2025/04/18 06:26:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.26s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:26:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/18 06:26:02 DEBUG : file1: md5 = 9f4712ec9e4a559a6b4ca91a288fe438 OK 2025/04/18 06:26:02 INFO : file1: Copied (new) 2025/04/18 06:26:02 INFO : file1: Deleted 2025/04/18 06:26:03 DEBUG : file1: Destination exists, skipping 2025/04/18 06:26:03 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.17s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.59s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:26:07 DEBUG : dst/file1: md5 = 412e08d38f28edb7ac306bf4657d5416 OK 2025/04/18 06:26:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawayaw0wumi/backup" 2025/04/18 06:26:08 DEBUG : Creating backend with remote "TestDrive:crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0/1nrff024r7pq65ecp72fc28jb0" 2025/04/18 06:26:09 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/18 06:26:11 INFO : dst/file1: Moved (server-side) 2025/04/18 06:26:13 DEBUG : dst/file1: md5 = ee3d86863c879eb0c81b80199fcb264d OK 2025/04/18 06:26:13 INFO : dst/file1: Copied (new) 2025/04/18 06:26:13 INFO : dst/file1: Deleted 2025/04/18 06:26:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/18 06:26:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/18 06:26:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.75s) === 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-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:26:20 DEBUG : A1/one: md5 = f1f4f7641790e0ba771d44eed1a55497 OK 2025/04/18 06:26:21 DEBUG : A1/two: md5 = f142817903bd33d1b492d3286134d97e OK 2025/04/18 06:26:24 DEBUG : A1/B1/three: md5 = 240fb829560a67cef440db3061f5aef5 OK 2025/04/18 06:26:26 DEBUG : A1/B1/C1/four: md5 = 183f0af5e9c8dfffc6dcbe096db93440 OK 2025/04/18 06:26:28 DEBUG : A1/B1/C2/five: md5 = 687590740856cfd6268528795582667f OK 2025/04/18 06:26:28 INFO : A1/B2: Making directory 2025/04/18 06:26:28 INFO : A1/B1/C3: Making directory 2025/04/18 06:26:38 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/18 06:26:38 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/18 06:26:38 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/18 06:26:38 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/18 06:26:38 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/18 06:26:41 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/18 06:26:41 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/18 06:26:41 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/18 06:26:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/18 06:26:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/18 06:26:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/18 06:26:49 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/18 06:26:49 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/18 06:26:49 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/18 06:26:49 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/18 06:26:49 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/18 06:26:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/18 06:26:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/18 06:26:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/18 06:26:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/18 06:26:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/18 06:26:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/18 06:26:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/18 06:27:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/18 06:27:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/18 06:27:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/18 06:27:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/18 06:27:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/18 06:27:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/18 06:27:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/18 06:27:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.79s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:01 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': File to upload is small (34 bytes), uploading instead of streaming 2025/04/18 06:27:03 DEBUG : no_checksum_small_file_from_pipe: md5 = 4173b6f2e41b8e8d6128a7258412be2a OK 2025/04/18 06:27:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/18 06:27:03 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/18 06:27:04 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/18 06:27:05 DEBUG : no_checksum_big_file_from_pipe: md5 = ac99162579d7738a04fc0bf7f4f70bc1 OK 2025/04/18 06:27:05 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-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': File to upload is small (34 bytes), uploading instead of streaming 2025/04/18 06:27:08 DEBUG : with_checksum_small_file_from_pipe: md5 = dca6fbd2fa70c8e8d4c795110a9051e5 OK 2025/04/18 06:27:08 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/18 06:27:09 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/18 06:27:10 DEBUG : with_checksum_big_file_from_pipe: md5 = 6806b998b71205956ad2cc686c55b81e OK 2025/04/18 06:27:10 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-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': File to upload is small (34 bytes), uploading instead of streaming 2025/04/18 06:27:13 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/18 06:27:14 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/18 06:27:15 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-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': File to upload is small (34 bytes), uploading instead of streaming 2025/04/18 06:27:18 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/18 06:27:19 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/18 06:27:20 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.54s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.72s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.80s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.97s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.05s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/18 06:27:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': File to upload is small (48 bytes), uploading instead of streaming 2025/04/18 06:27:23 DEBUG : rcat_metadata: md5 = abb2aaf4d771deb5c489d387abb7e801 OK 2025/04/18 06:27:23 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/18 06:27:25 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/18 06:27:26 DEBUG : rcat_metadata_uploadcutoff0: md5 = 631508d5d7bd2299d796356435b1e515 OK 2025/04/18 06:27:26 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.83s) --- PASS: TestRcatMetadata/Normal (2.53s) --- PASS: TestRcatMetadata/ViaDisk (2.85s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:28 DEBUG : potato1: md5 = dc4971d8d8d02ec921cdac1aa68e39a4 OK 2025/04/18 06:27:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': File to upload is small (60 bytes), uploading instead of streaming 2025/04/18 06:27:30 DEBUG : potato2: md5 = 2c41223d9c106a6dbcaabf1932203f69 OK 2025/04/18 06:27:30 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.23s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:33 DEBUG : potato1: md5 = d5fd92fdc3e147493a4a996c2317b76b OK 2025/04/18 06:27:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': File to upload is small (60 bytes), uploading instead of streaming 2025/04/18 06:27:34 DEBUG : potato2: md5 = 690eef79e9143dda2a63d1a0eb6877e7 OK 2025/04/18 06:27:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.06s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:38 DEBUG : potato2: md5 = 6efb465ef8c1a059dd0f4888b4da50cf OK 2025/04/18 06:27:39 DEBUG : empty space: md5 = c60b4b8806e1138d056251e49d4fb009 OK 2025/04/18 06:27:42 DEBUG : sub dir/potato3: md5 = 468098f955764d35100919cd2806f069 OK 2025/04/18 06:27:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Touching "sub dir/potato3" 2025/04/18 06:27:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Touching "empty space" 2025/04/18 06:27:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Touching "potato2" 2025/04/18 06:27:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.78s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:46 DEBUG : dir with metadata: Making directory with metadata 2025/04/18 06:27:47 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.36s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:49 DEBUG : directory with modtime: Making directory with metadata 2025/04/18 06:27:49 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.51s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/18 06:27:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/18 06:27:51 DEBUG : Google drive root 'crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0': Skipping btime metadata as can't update it on an existing file: 2025-04-18T06:27:51.574224376Z 2025/04/18 06:27:52 INFO : non existent directory: Updated directory metadata 2025/04/18 06:27:54 DEBUG : Google drive root 'crypt/9s2ie47o3p99vq7ll1n6ghfs3q5gq4f4gbd1roovqsk1prngtso0': Skipping btime metadata as can't update it on an existing file: 2025-04-18T06:27:51.574224376Z 2025/04/18 06:27:54 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.70s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:27:56 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/18 06:27:57 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/18 06:27:58 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.96s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:28:00 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/18 06:28:00 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/18 06:28:00 DEBUG : dst: Making directory with metadata 2025/04/18 06:28:01 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/18 06:28:01 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/18 06:28:01 INFO : dst: Set directory modification time (using SetModTime) 2025/04/18 06:28:02 INFO : dst: Set directory modification time (using SetModTime) 2025/04/18 06:28:02 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/18 06:28:02 INFO : dst: Set directory modification time (using SetModTime) 2025/04/18 06:28:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.77s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi'", Local "Local file system at /tmp/rclone405361410", Modify Window "1ms" 2025/04/18 06:28:06 DEBUG : sub dir/test remove existing: md5 = 9e2761908680670f3de491275a1dfe58 OK 2025/04/18 06:28:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 9dc7718d03977d3983aaec89b265c719 OK 2025/04/18 06:28:09 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.quwupit9" before starting 2025/04/18 06:28:10 DEBUG : sub dir/test remove existing.quwupit9: TEST: removing renamed existing file after operation 2025/04/18 06:28:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wesadeb9" before starting 2025/04/18 06:28:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wesadeb9: TEST: renaming existing back after failed operation 2025/04/18 06:28:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bedohur2" before starting 2025/04/18 06:28:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bedohur2: TEST: removing renamed existing file after operation 2025/04/18 06:28:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "4u3maemdch45nq2u0cetm9h8c70f1bb5voqpl5l3rr6b09pbd74tfss0tqj82qb5flun1jav7pa8se4of4g8evabvp2ja71qh3u86ph1p4k358014vod2g65k0lj2l34d8i7c68bj0qtl78q1i5s58k3f5fdshvloalandnaf9g7a6puavt0" 2025/04/18 06:28:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "nlmsde7703bbrth9pr5e24ipio7530n16eon9nk7jonrfj6k7fe0" --- PASS: TestRemoveExisting (13.38s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/04/18 06:28:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawayaw0wumi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m2.589530186s (try 1/5)