"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/04/04 05:42:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa" 2025/04/04 05:42:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:42:28 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0" 2025/04/04 05:42:29 DEBUG : Creating backend with remote "/tmp/rclone1460538646" === 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.20s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/04 05:42:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/04 05:42:29 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/04 05:42:29 DEBUG : potato: Seek from 10 to 0 2025/04/04 05:42:29 DEBUG : potato: Seek from 10 to 0 2025/04/04 05:42:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/04 05:42:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/04 05:42:29 DEBUG : potato: Seek from 5 to 2 2025/04/04 05:42:29 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/04 05:42:29 DEBUG : potato: Seek from 7 to 0 2025/04/04 05:42:29 DEBUG : potato: Seek from 7 to 0 2025/04/04 05:42:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/04 05:42:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/04 05:42:29 DEBUG : potato: Seek from 5 to 2 2025/04/04 05:42:29 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/04 05:42:29 DEBUG : potato: Seek from 8 to 0 2025/04/04 05:42:29 DEBUG : potato: Seek from 8 to 0 2025/04/04 05:42:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/04 05:42:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/04 05:42:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/04 05:42:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/04 05:42:29 DEBUG : potato: Seek from 5 to 2 2025/04/04 05:42:29 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/04 05:42:29 DEBUG : potato: Seek from 9 to 0 2025/04/04 05:42:29 DEBUG : potato: Seek from 9 to 0 2025/04/04 05:42:29 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:42:31 DEBUG : rutabaga: md5 = ea5137f8a39a6f699bc50c73a3e61d9c OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/04 05:42:33 DEBUG : empty space: md5 = 834da8d0832ae4f983e66b1a9996123b OK === RUN TestCheck/3 2025/04/04 05:42:35 DEBUG : potato2: md5 = 663c8ecd1c7d1ecca0f92b4409780d1d OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/04 05:42:37 DEBUG : remotepotato: md5 = fe4d61c165dbd06913c739f8f6879f2c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.14s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.30s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.33s) === RUN TestCheckFsError 2025/04/04 05:42:40 DEBUG : Creating backend with remote "nonexistent" 2025/04/04 05:42:40 DEBUG : Creating backend with remote "nonexistent" 2025/04/04 05:42:40 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/04 05:42:40 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/04 05:42:40 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/04 05:42:40 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:42:42 DEBUG : rutabaga: md5 = 5809982d5064b92ee344a50235bca5fe OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/04 05:42:45 DEBUG : empty space: md5 = 06c6abd19fae817ac14c2fed2651fb5c OK === RUN TestCheckDownload/3 2025/04/04 05:42:48 DEBUG : potato2: md5 = c60152c3dc1800774a85aca1f7cc23a7 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/04 05:42:53 DEBUG : remotepotato: md5 = f8aa990195f4206ba08ac22f6534bca1 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.98s) --- PASS: TestCheckDownload/1 (1.13s) --- PASS: TestCheckDownload/2 (0.99s) --- PASS: TestCheckDownload/3 (0.84s) --- PASS: TestCheckDownload/4 (1.46s) --- PASS: TestCheckDownload/5 (1.01s) --- PASS: TestCheckDownload/6 (0.93s) --- PASS: TestCheckDownload/7 (1.20s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:42:59 DEBUG : rutabaga: md5 = 12bb47de6557de8e3623f5a0ada97561 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/04 05:43:01 DEBUG : empty space: md5 = cd32f2a71b9c78a7c7e886625ce6c125 OK === RUN TestCheckSizeOnly/3 2025/04/04 05:43:03 DEBUG : potato2: md5 = 71ca9eceee86dd71a92604f84d59267c OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/04 05:43:05 DEBUG : remotepotato: md5 = 9c3682c952c373d1006e15ca98b8e30f OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.23s) --- PASS: TestCheckSizeOnly/1 (0.20s) --- PASS: TestCheckSizeOnly/2 (0.21s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.23s) --- PASS: TestCheckSizeOnly/7 (0.21s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:43:09 DEBUG : test.sum: md5 = 4c7980f611ba62adea3d3fc2b006e87c OK 2025/04/04 05:43:10 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/04 05:43:10 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/04 05:43:10 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/04 05:43:10 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/04 05:43:12 DEBUG : test.sum: md5 = 5d904f6e366dd461e1cd2951ea415614 OK 2025/04/04 05:43:13 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/04 05:43:13 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/04 05:43:13 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/04 05:43:13 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.97s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:43:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/data" 2025/04/04 05:43:14 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa/data' lacks md5, skipping --- SKIP: TestCheckSum (1.91s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:43:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/data" 2025/04/04 05:43:16 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/vjrnln8ratgmqakfosrqe8espk" 2025/04/04 05:43:19 DEBUG : data/banana: md5 = 22e4ff639957abbd502783a68e2aec7c OK 2025/04/04 05:43:20 DEBUG : test.sum: md5 = 3f56270752d86db5e6b9e4e67fa9ae8d OK === RUN TestCheckSumDownload/subtest1 2025/04/04 05:43:24 DEBUG : data/potato: md5 = 3e52d5e95691aa94d1b2b15a36c93baf OK 2025/04/04 05:43:26 DEBUG : test.sum: md5 = e481c1ebc0dd6f248ec7c3c4e0d22531 OK === RUN TestCheckSumDownload/subtest2 2025/04/04 05:43:30 DEBUG : test.sum: md5 = d4ac25c0a48d72c266b414c524ba6941 OK === RUN TestCheckSumDownload/subtest3 2025/04/04 05:43:34 DEBUG : test.sum: md5 = 280f88c748d34a031e669a89a7232611 OK === RUN TestCheckSumDownload/subtest4 2025/04/04 05:43:38 DEBUG : test.sum: md5 = 347f1ea142b45ba5a49d2868011a2a9a OK === RUN TestCheckSumDownload/subtest5 2025/04/04 05:43:41 DEBUG : test.sum: md5 = a625642de8900d25a7f67fc6094057a5 OK === RUN TestCheckSumDownload/subtest6 2025/04/04 05:43:45 DEBUG : data/banana: md5 = d293939a392d0e2a9c8a1c09b490c0fc OK 2025/04/04 05:43:47 DEBUG : data/potato: md5 = 0fc830c2d0ef3cbc183a8149b31555d0 OK 2025/04/04 05:43:48 DEBUG : test.sum: md5 = cad4f64ea66f15e78c11400a439391fc OK === RUN TestCheckSumDownload/subtest7 2025/04/04 05:43:53 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/04 05:43:53 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (37.84s) --- PASS: TestCheckSumDownload/subtest1 (2.33s) --- PASS: TestCheckSumDownload/subtest2 (2.16s) --- PASS: TestCheckSumDownload/subtest3 (2.50s) --- PASS: TestCheckSumDownload/subtest4 (2.22s) --- PASS: TestCheckSumDownload/subtest5 (1.87s) --- PASS: TestCheckSumDownload/subtest6 (2.04s) --- PASS: TestCheckSumDownload/subtest7 (2.20s) === RUN TestApplyTransforms 2025/04/04 05:43:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zisejih3joja" 2025/04/04 05:43:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:43:53 DEBUG : Creating backend with remote "TestDrive:crypt/97778u5phrg25ijb5126rtn12detvfcdpujdno62ifvcapm924qg" 2025/04/04 05:43:54 DEBUG : Creating backend with remote "/tmp/rclone4226744593" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zisejih3joja'", Local "Local file system at /tmp/rclone4226744593", Modify Window "1ms" 2025/04/04 05:43:56 DEBUG : hello, world!: md5 = daf4bfd06da0292c1ebd86d04722f66a OK upper checkfile vs. lower remote (without normalization) 2025/04/04 05:43:57 ERROR : hello, world!: sum not found 2025/04/04 05:43:57 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zisejih3joja' 2025/04/04 05:43:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zisejih3joja': 1 files missing 2025/04/04 05:43:57 NOTICE: 1 hashes missing 2025/04/04 05:43:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zisejih3joja': 2 differences found 2025/04/04 05:43:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zisejih3joja': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/04 05:43:58 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:43:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zisejih3joja': 0 differences found 2025/04/04 05:43:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zisejih3joja': 1 matching files 2025/04/04 05:43:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bigagom5doze" 2025/04/04 05:43:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:43:58 DEBUG : Creating backend with remote "TestDrive:crypt/7beltjc2522b9voi4lde9d9l9nf2bpchiuikd1mafshciuoqdj70" 2025/04/04 05:43:59 DEBUG : Creating backend with remote "/tmp/rclone4190153538" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bigagom5doze'", Local "Local file system at /tmp/rclone4190153538", Modify Window "1ms" 2025/04/04 05:44:01 DEBUG : HELLO, WORLD!: md5 = ca8eaa61309c3db595e17d9f906f0e4f OK lower checkfile vs. upper remote (without normalization) 2025/04/04 05:44:01 ERROR : HELLO, WORLD!: sum not found 2025/04/04 05:44:01 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bigagom5doze' 2025/04/04 05:44:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigagom5doze': 1 files missing 2025/04/04 05:44:01 NOTICE: 1 hashes missing 2025/04/04 05:44:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigagom5doze': 2 differences found 2025/04/04 05:44:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigagom5doze': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/04 05:44:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigagom5doze': 0 differences found 2025/04/04 05:44:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigagom5doze': 1 matching files 2025/04/04 05:44:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rucofen8fufa" 2025/04/04 05:44:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:44:03 DEBUG : Creating backend with remote "TestDrive:crypt/0fdl6i7ogvq2pndlo0st43k9bj0734qpgilq2fujv9tteiqkidgg" 2025/04/04 05:44:04 DEBUG : Creating backend with remote "/tmp/rclone3791685416" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rucofen8fufa'", Local "Local file system at /tmp/rclone3791685416", Modify Window "1ms" 2025/04/04 05:44:06 DEBUG : HeLlO, wOrLd!: md5 = 3e8699ddf71d55c6ac387793306f5692 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/04 05:44:06 ERROR : HeLlO, wOrLd!: sum not found 2025/04/04 05:44:06 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rucofen8fufa' 2025/04/04 05:44:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rucofen8fufa': 1 files missing 2025/04/04 05:44:06 NOTICE: 1 hashes missing 2025/04/04 05:44:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rucofen8fufa': 2 differences found 2025/04/04 05:44:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rucofen8fufa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/04 05:44:07 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rucofen8fufa': 0 differences found 2025/04/04 05:44:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rucofen8fufa': 1 matching files 2025/04/04 05:44:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tulecuq2wawa" 2025/04/04 05:44:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:44:07 DEBUG : Creating backend with remote "TestDrive:crypt/1mgt6trj2iprtt04r8v9bm4bkilt4obbj8gnhkrrei5uojr51oi0" 2025/04/04 05:44:08 DEBUG : Creating backend with remote "/tmp/rclone4160436727" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tulecuq2wawa'", Local "Local file system at /tmp/rclone4160436727", Modify Window "1ms" 2025/04/04 05:44:10 DEBUG : HELLO, WORLD!: md5 = f45cfbe9676678daa256ea19e9656bd0 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/04 05:44:11 ERROR : HELLO, WORLD!: sum not found 2025/04/04 05:44:11 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tulecuq2wawa' 2025/04/04 05:44:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tulecuq2wawa': 1 files missing 2025/04/04 05:44:11 NOTICE: 1 hashes missing 2025/04/04 05:44:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tulecuq2wawa': 2 differences found 2025/04/04 05:44:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tulecuq2wawa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/04 05:44:12 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tulecuq2wawa': 0 differences found 2025/04/04 05:44:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tulecuq2wawa': 1 matching files 2025/04/04 05:44:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sigevap5moca" 2025/04/04 05:44:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:44:12 DEBUG : Creating backend with remote "TestDrive:crypt/fabno01bmg91pii6e9f2n5261u6aftr2rjdpvqagmmi1mrrjdf00" 2025/04/04 05:44:13 DEBUG : Creating backend with remote "/tmp/rclone217485789" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sigevap5moca'", Local "Local file system at /tmp/rclone217485789", Modify Window "1ms" 2025/04/04 05:44:15 DEBUG : 測試_Русский___ě_áñ: md5 = 690aafd69157256dce0ef9e49dd6492a OK NFD checkfile vs. NFC remote (without normalization) 2025/04/04 05:44:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/04 05:44:15 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sigevap5moca' 2025/04/04 05:44:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sigevap5moca': 1 files missing 2025/04/04 05:44:15 NOTICE: 1 hashes missing 2025/04/04 05:44:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sigevap5moca': 2 differences found 2025/04/04 05:44:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sigevap5moca': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/04 05:44:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sigevap5moca': 0 differences found 2025/04/04 05:44:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sigevap5moca': 1 matching files 2025/04/04 05:44:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-selumed3modi" 2025/04/04 05:44:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:44:16 DEBUG : Creating backend with remote "TestDrive:crypt/ceal43qfcj15nv4p85fi0u6f7qo8qec0a0tvj9i0b1t8a10bhn40" 2025/04/04 05:44:17 DEBUG : Creating backend with remote "/tmp/rclone3601940333" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-selumed3modi'", Local "Local file system at /tmp/rclone3601940333", Modify Window "1ms" 2025/04/04 05:44:19 DEBUG : 測試_Русский___ě_áñ: md5 = 740e0a2bdccb6c95799ba1eb1e6a4030 OK NFC checkfile vs. NFD remote (without normalization) 2025/04/04 05:44:20 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/04 05:44:20 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-selumed3modi' 2025/04/04 05:44:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selumed3modi': 1 files missing 2025/04/04 05:44:20 NOTICE: 1 hashes missing 2025/04/04 05:44:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selumed3modi': 2 differences found 2025/04/04 05:44:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selumed3modi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/04 05:44:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selumed3modi': 0 differences found 2025/04/04 05:44:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selumed3modi': 1 matching files 2025/04/04 05:44:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mikipib0qado" 2025/04/04 05:44:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:44:21 DEBUG : Creating backend with remote "TestDrive:crypt/pdikfhfmnfq6lg089u8objkiqa4sf51vnkhmfo0ao57dmao9tsb0" 2025/04/04 05:44:22 DEBUG : Creating backend with remote "/tmp/rclone1656801176" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mikipib0qado'", Local "Local file system at /tmp/rclone1656801176", Modify Window "1ms" 2025/04/04 05:44:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = af1efe6870f49d54b107c52b74a1a3c4 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/04 05:44:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/04 05:44:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mikipib0qado' 2025/04/04 05:44:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikipib0qado': 1 files missing 2025/04/04 05:44:24 NOTICE: 1 hashes missing 2025/04/04 05:44:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikipib0qado': 2 differences found 2025/04/04 05:44:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikipib0qado': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/04 05:44:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikipib0qado': 0 differences found 2025/04/04 05:44:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mikipib0qado': 1 matching files 2025/04/04 05:44:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kayuvic1kewe" 2025/04/04 05:44:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:44:26 DEBUG : Creating backend with remote "TestDrive:crypt/cc577ne37n9r2068mqjgo2h4615b1piat1hemk5ou274v7k7mc10" 2025/04/04 05:44:27 DEBUG : Creating backend with remote "/tmp/rclone4202888980" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kayuvic1kewe'", Local "Local file system at /tmp/rclone4202888980", Modify Window "1ms" 2025/04/04 05:44:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b409f92298678f910a985e8ca5147314 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/04 05:44:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/04 05:44:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kayuvic1kewe' 2025/04/04 05:44:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kayuvic1kewe': 1 files missing 2025/04/04 05:44:29 NOTICE: 1 hashes missing 2025/04/04 05:44:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kayuvic1kewe': 2 differences found 2025/04/04 05:44:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kayuvic1kewe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/04 05:44:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kayuvic1kewe': 0 differences found 2025/04/04 05:44:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kayuvic1kewe': 1 matching files 2025/04/04 05:44:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vupubiz5soza" 2025/04/04 05:44:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:44:30 DEBUG : Creating backend with remote "TestDrive:crypt/925gkskhdleqsd2dfhna9jb0gsk2pgd2rali85fuempohqtr8cog" 2025/04/04 05:44:31 DEBUG : Creating backend with remote "/tmp/rclone1664204978" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vupubiz5soza'", Local "Local file system at /tmp/rclone1664204978", Modify Window "1ms" 2025/04/04 05:44:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0ebb7e663849a705e85887f6d11b4088 OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/04 05:44:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/04 05:44:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vupubiz5soza' 2025/04/04 05:44:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupubiz5soza': 1 files missing 2025/04/04 05:44:34 NOTICE: 1 hashes missing 2025/04/04 05:44:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupubiz5soza': 2 differences found 2025/04/04 05:44:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupubiz5soza': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/04 05:44:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupubiz5soza': 0 differences found 2025/04/04 05:44:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupubiz5soza': 1 matching files 2025/04/04 05:44:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumolon8neno" 2025/04/04 05:44:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:44:35 DEBUG : Creating backend with remote "TestDrive:crypt/6p8qpme6fmhmqlilrd9unun6lg4194h26fv4kjtf2d0faehgega0" 2025/04/04 05:44:36 DEBUG : Creating backend with remote "/tmp/rclone1890492273" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumolon8neno'", Local "Local file system at /tmp/rclone1890492273", Modify Window "1ms" 2025/04/04 05:44:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 551111f36f5109ed101523e6b51284c3 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/04 05:44:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/04 05:44:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pumolon8neno' 2025/04/04 05:44:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumolon8neno': 1 files missing 2025/04/04 05:44:38 NOTICE: 1 hashes missing 2025/04/04 05:44:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumolon8neno': 2 differences found 2025/04/04 05:44:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumolon8neno': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/04 05:44:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/04 05:44:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumolon8neno': 0 differences found 2025/04/04 05:44:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumolon8neno': 1 matching files 2025/04/04 05:44:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumolon8neno': Purge remote 2025/04/04 05:44:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vupubiz5soza': Purge remote 2025/04/04 05:44:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kayuvic1kewe': Purge remote 2025/04/04 05:44:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mikipib0qado': Purge remote 2025/04/04 05:44:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-selumed3modi': Purge remote 2025/04/04 05:44:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sigevap5moca': Purge remote 2025/04/04 05:44:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tulecuq2wawa': Purge remote 2025/04/04 05:44:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rucofen8fufa': Purge remote 2025/04/04 05:44:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bigagom5doze': Purge remote 2025/04/04 05:44:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zisejih3joja': Purge remote --- PASS: TestApplyTransforms (50.50s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:44:44 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/04 05:44:46 DEBUG : sub/file2: md5 = 04fa2ab5ab37ed77b57a3bc9552cf411 OK 2025/04/04 05:44:46 INFO : file1: Copied (new) to: sub/file2 2025/04/04 05:44:47 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/04 05:44:47 DEBUG : file1: Unchanged skipping 2025/04/04 05:44:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': don't need to copy/move sub/file2, it is already at target location 2025/04/04 05:44:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.79s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:44:52 DEBUG : dst/file1: md5 = ee76e0362e040140e77de4e8c33fb1e3 OK 2025/04/04 05:44:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/backup" 2025/04/04 05:44:53 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/1nrff024r7pq65ecp72fc28jb0" 2025/04/04 05:44:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/04 05:44:57 INFO : dst/file1: Moved (server-side) 2025/04/04 05:44:58 DEBUG : dst/file1: md5 = cf248003740cc5703f47f49df2bfd5dc OK 2025/04/04 05:44:58 INFO : dst/file1: Copied (new) 2025/04/04 05:45:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/04 05:45:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/04 05:45:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.44s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:45:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/dst" 2025/04/04 05:45:03 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/04 05:45:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/CompareDest" 2025/04/04 05:45:04 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/gveqi14airsml4bgu7krj116o8" 2025/04/04 05:45:06 DEBUG : one: Need to transfer - File not found at Destination 2025/04/04 05:45:08 DEBUG : one: md5 = 5490a42fbe6984b6b4591aa8a86f735f OK 2025/04/04 05:45:08 INFO : one: Copied (new) 2025/04/04 05:45:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/04 05:45:11 DEBUG : one: md5 = f6a16216ae4be4b9022911a8ae6aa592 OK 2025/04/04 05:45:11 INFO : one: Copied (replaced existing) 2025/04/04 05:45:13 DEBUG : dst/one: md5 = bc56797448867961cae161a0057a9e5f OK 2025/04/04 05:45:15 DEBUG : CompareDest/one: md5 = ff7665d6b499ef32c9e07b9e6d064632 OK 2025/04/04 05:45:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/04 05:45:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/04 05:45:16 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/04 05:45:18 DEBUG : CompareDest/two: md5 = 4337d9b4938f104e2dfb8358a112e0ab OK 2025/04/04 05:45:19 DEBUG : two: Need to transfer - File not found at Destination 2025/04/04 05:45:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/04 05:45:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/04 05:45:20 DEBUG : two: Need to transfer - File not found at Destination 2025/04/04 05:45:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/04 05:45:20 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/04 05:45:21 DEBUG : two: Need to transfer - File not found at Destination 2025/04/04 05:45:21 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/04 05:45:23 DEBUG : two: md5 = daa3c5bc0abcca288c15d18fa8d64b95 OK 2025/04/04 05:45:23 INFO : two: Copied (new) 2025/04/04 05:45:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/04 05:45:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:45:26 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/04 05:45:26 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.39s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:45:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/dst" 2025/04/04 05:45:27 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/04 05:45:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/CopyDest" 2025/04/04 05:45:29 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/04 05:45:31 DEBUG : one: Need to transfer - File not found at Destination 2025/04/04 05:45:33 DEBUG : one: md5 = cb4cd67779487ed54af658ce5660eebc OK 2025/04/04 05:45:33 INFO : one: Copied (new) 2025/04/04 05:45:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/04 05:45:35 DEBUG : one: md5 = cded85c6e5b52bcfd819ce7f4acb1fd1 OK 2025/04/04 05:45:35 INFO : one: Copied (replaced existing) 2025/04/04 05:45:37 DEBUG : dst/one: md5 = d6f6f06e4e11cac23c77b58bf51f5ecf OK 2025/04/04 05:45:40 DEBUG : CopyDest/one: md5 = e9e258575e7fe1ecb4636f38ba17b2ce OK 2025/04/04 05:45:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/BackupDir" 2025/04/04 05:45:40 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/04 05:45:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/04 05:45:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/04 05:45:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/04 05:45:44 INFO : one: Moved (server-side) 2025/04/04 05:45:45 INFO : one: Copied (server-side copy) 2025/04/04 05:45:45 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/04 05:45:47 DEBUG : CopyDest/two: md5 = 3f32c340b2522630beeb4dec9754cb1a OK 2025/04/04 05:45:47 DEBUG : two: Need to transfer - File not found at Destination 2025/04/04 05:45:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/04 05:45:48 INFO : two: Copied (server-side copy) 2025/04/04 05:45:48 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/04 05:45:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/04 05:45:49 DEBUG : two: Unchanged skipping 2025/04/04 05:45:51 DEBUG : CopyDest/three: md5 = 36c6b93767830b8690d16f4d4d2e50d1 OK 2025/04/04 05:45:52 DEBUG : three: Need to transfer - File not found at Destination 2025/04/04 05:45:52 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/04 05:45:52 DEBUG : three: Destination not found in --copy-dest 2025/04/04 05:45:53 DEBUG : three: md5 = d06f2a7fb58c943d8543fe4173850ffb OK 2025/04/04 05:45:53 INFO : three: Copied (new) 2025/04/04 05:45:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/04 05:45:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/04 05:45:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:45:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/04 05:45:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:45:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/04 05:45:59 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.81s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:01 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/04 05:46:03 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 273759708a870269b4ebdd781625e063 OK 2025/04/04 05:46:03 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/04 05:46:04 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/04 05:46:04 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/04 05:46:04 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/04 05:46:05 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/04 05:46:07 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 431609858352803e3e7f0855f0f52c7b OK 2025/04/04 05:46:07 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/04 05:46:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/04 05:46:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.96s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Looking for duplicate names using skip mode. 2025/04/04 05:46:13 NOTICE: one: Found 2 files with duplicate names 2025/04/04 05:46:13 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.48s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Looking for duplicate names using skip mode. 2025/04/04 05:46:18 NOTICE: one: Found 3 files with duplicate names 2025/04/04 05:46:18 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/04 05:46:19 INFO : one: Deleted 2025/04/04 05:46:19 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.94s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Looking for duplicate names using first mode. 2025/04/04 05:46:25 NOTICE: one: Found 3 files with duplicate names 2025/04/04 05:46:25 INFO : one: Deleted 2025/04/04 05:46:26 INFO : one: Deleted 2025/04/04 05:46:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.48s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Looking for duplicate names using newest mode. 2025/04/04 05:46:31 NOTICE: one: Found 3 files with duplicate names 2025/04/04 05:46:32 INFO : one: Deleted 2025/04/04 05:46:32 INFO : one: Deleted 2025/04/04 05:46:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.26s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Looking for duplicate names using oldest mode. 2025/04/04 05:46:37 NOTICE: one: Found 3 files with duplicate names 2025/04/04 05:46:38 INFO : one: Deleted 2025/04/04 05:46:38 INFO : one: Deleted 2025/04/04 05:46:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.98s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Looking for duplicate names using largest mode. 2025/04/04 05:46:44 NOTICE: one: Found 3 files with duplicate names 2025/04/04 05:46:44 INFO : one: Deleted 2025/04/04 05:46:44 INFO : one: Deleted 2025/04/04 05:46:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.15s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Looking for duplicate names using smallest mode. 2025/04/04 05:46:50 NOTICE: one: Found 3 files with duplicate names 2025/04/04 05:46:50 INFO : one: Deleted 2025/04/04 05:46:50 INFO : one: Deleted 2025/04/04 05:46:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.92s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:46:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Looking for duplicate names using rename mode. 2025/04/04 05:46:57 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/04 05:46:58 INFO : one-2.txt: renamed from: one.txt 2025/04/04 05:46:59 INFO : one-3.txt: renamed from: one.txt 2025/04/04 05:47:00 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.35s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:47:05 DEBUG : dupe1/one.txt: md5 = 142976cc62a0bc33111299d64146281e OK 2025/04/04 05:47:07 DEBUG : dupe2/two.txt: md5 = 161785ed9e7b41ea378f4d4e9ff09c45 OK 2025/04/04 05:47:09 DEBUG : dupe3/three.txt: md5 = 75b397b9613a2b91c6a00b202df6d94f OK 2025/04/04 05:47:10 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/04 05:47:10 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/04 05:47:11 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/04 05:47:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/04 05:47:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/04 05:47:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/04 05:47:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.38s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:47:17 DEBUG : a.txt: md5 = bcb5c1962dbda498eb9bb0d08c6f616a OK 2025/04/04 05:47:18 DEBUG : zend.txt: md5 = 575d4b242a90045eb9440c4c9df598d3 OK 2025/04/04 05:47:20 DEBUG : sub dir/hello world: md5 = ea5d0401f8c3a67601b74129597f0def OK 2025/04/04 05:47:21 DEBUG : sub dir/hello world2: md5 = 6ca087b92368d4b376e1d210b91c143f OK 2025/04/04 05:47:23 DEBUG : sub dir/ignore dir/.ignore: md5 = 93d0fc30ffa0a03cbe5597933a86aacc OK 2025/04/04 05:47:25 DEBUG : sub dir/ignore dir/should be ignored: md5 = 2e17394fb1f1f6bc3d485ccf3334c929 OK 2025/04/04 05:47:27 DEBUG : sub dir/sub sub dir/hello world3: md5 = c3b9cc30e097895d4d535e9c9ae42104 OK 2025/04/04 05:47:28 DEBUG : a.txt: Excluded (Size Filter) 2025/04/04 05:47:28 DEBUG : a.txt: Excluded 2025/04/04 05:47:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/04 05:47:28 DEBUG : sub dir/hello world: Excluded 2025/04/04 05:47:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/04 05:47:28 DEBUG : sub dir/hello world2: Excluded 2025/04/04 05:47:29 DEBUG : sub dir/ignore dir: Excluded 2025/04/04 05:47:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/04 05:47:29 DEBUG : sub dir/hello world: Excluded 2025/04/04 05:47:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/04 05:47:29 DEBUG : sub dir/hello world2: Excluded 2025/04/04 05:47:29 DEBUG : sub dir/ignore dir: Excluded 2025/04/04 05:47:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/04 05:47:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/04 05:47:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/04 05:47:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/04 05:47:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/04 05:47:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/04 05:47:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.36s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:47:37 DEBUG : file1: md5 = 8534662483a881c484a639b855f2b45f OK 2025/04/04 05:47:39 DEBUG : sub/file2: md5 = ec433b452cb242691edc7d1d73508752 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/04 05:47:42 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/04 05:47:42 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/04 05:47:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/04 05:47:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.32s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.45s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:47:46 DEBUG : file1: md5 = 2f2b0406189cc1edd2cd1ef30211b972 OK 2025/04/04 05:47:48 DEBUG : sub/file2: md5 = 118d02c64ae443a90fff40d12148d819 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/04 05:47:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/notfound" 2025/04/04 05:47:53 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/qe0i31qdkoejk60elps0ni5sqk" 2025/04/04 05:47:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.70s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.56s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.21s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.77s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.22s) --- PASS: TestStatJSON/RootNotFound (1.70s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:47:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Making directory 2025/04/04 05:47:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Making directory --- PASS: TestMkdir (0.73s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:47:59 DEBUG : sub dir/hello world: md5 = cb2a6df3b3a869023bca8a253cf75574 OK 2025/04/04 05:48:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.80s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:04 DEBUG : potato2: md5 = 69986bbfafa4ba67b3d71a8027fc3932 OK 2025/04/04 05:48:05 DEBUG : empty space: md5 = 88d88483c2a8a28f68c1b91df3e22fb9 OK --- PASS: TestLs (5.06s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:09 DEBUG : potato2: md5 = d0870a49f1edde262b978b752d430566 OK 2025/04/04 05:48:10 DEBUG : empty space: md5 = b61ee5959434a13a270e2c9b9fedf3d6 OK 2025/04/04 05:48:10 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/04 05:48:10 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.26s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:14 DEBUG : potato2: md5 = 5cccc94dc8980b483ae67ef9343640f1 OK 2025/04/04 05:48:15 DEBUG : empty space: md5 = 9f8ced1ee83f7d6e7025f536a949c264 OK --- PASS: TestLsLong (4.44s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:18 DEBUG : potato2: md5 = aa0f3fa59a45946cb4f98ba1b7fcc94b OK 2025/04/04 05:48:20 DEBUG : empty space: md5 = e4a59f24395ea960607c4490b1acf22d OK --- PASS: TestHashSums (4.35s) === RUN TestHashSumsWithErrors 2025/04/04 05:48:21 DEBUG : Creating backend with remote ":memory:" 2025/04/04 05:48:21 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/04 05:48:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/04 05:48:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/04 05:48:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/04 05:48:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/04 05:48:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/04 05:48:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/04 05:48:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/04 05:48:21 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:23 DEBUG : potato2: md5 = 1a8b3096806245a93b857b6ec55a19d5 OK 2025/04/04 05:48:24 DEBUG : empty space: md5 = 67e0140e83d6cc5dc9c698799c3b8e08 OK 2025/04/04 05:48:26 DEBUG : sub dir/potato3: md5 = a9f588f427872317483592720bb0c8e0 OK 2025/04/04 05:48:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.00s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:31 DEBUG : small: md5 = 9c9b575fb77c2150d75897df64d4b960 OK 2025/04/04 05:48:32 DEBUG : medium: md5 = 0f5be334fe679e654a4cada59220f098 OK 2025/04/04 05:48:33 DEBUG : large: md5 = b9c58ffcf4b0cf58fa59194311b60761 OK 2025/04/04 05:48:34 DEBUG : Waiting for deletions to finish 2025/04/04 05:48:34 DEBUG : large: Excluded (Size Filter) 2025/04/04 05:48:34 INFO : small: Deleted 2025/04/04 05:48:34 INFO : medium: Deleted --- PASS: TestDelete (6.20s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:37 DEBUG : small: md5 = 7c2347879653a5cdf60f23d5ea0c0024 OK 2025/04/04 05:48:38 DEBUG : medium: md5 = 35a442e1c877f482a63047386f9bdf91 OK 2025/04/04 05:48:40 DEBUG : large: md5 = 157414408fcc591d1fa436826fe4f7e0 OK 2025/04/04 05:48:40 DEBUG : Waiting for deletions to finish 2025/04/04 05:48:40 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/04/04 05:48:41 INFO : small: Deleted 2025/04/04 05:48:41 INFO : large: Deleted --- PASS: TestMaxDelete (6.94s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:44 DEBUG : small: md5 = 79d92ddfd808ab8b03a4e6720cdd103c OK 2025/04/04 05:48:45 DEBUG : medium: md5 = b849dc699dc6450b25c1a2374b7028fe OK 2025/04/04 05:48:46 DEBUG : large: md5 = 52935200b9e25e99af474c8838bd586f OK 2025/04/04 05:48:47 DEBUG : Waiting for deletions to finish 2025/04/04 05:48:47 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/04 05:48:47 INFO : small: Deleted 2025/04/04 05:48:47 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.72s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:51 DEBUG : small: md5 = bbfb934ca3f483c1b7ed33b460f9c494 OK 2025/04/04 05:48:52 DEBUG : medium: md5 = bb8b0f2b9bb9c7ef21216dfcd7c3ac37 OK 2025/04/04 05:48:53 DEBUG : large: md5 = 352be668994ed0308307625edee77b34 OK 2025/04/04 05:48:53 DEBUG : Waiting for deletions to finish 2025/04/04 05:48:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/04 05:48:54 INFO : medium: Deleted 2025/04/04 05:48:54 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.40s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:48:57 DEBUG : ReadFile: md5 = a0f4204bf4343d7ccbeae531f5406b22 OK --- PASS: TestReadFile (4.10s) === RUN TestRetry 2025/04/04 05:49:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/04 05:49:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/04 05:49:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/04 05:49:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/04 05:49:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/04 05:49:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/04 05:49:00 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:49:01 DEBUG : file1: md5 = 9dfbf0a18abe1633a52b688aa5fce549 OK 2025/04/04 05:49:03 DEBUG : file2: md5 = 658ae72e6a51e1f7b2eef4b0a2a348e3 OK --- PASS: TestCat (16.83s) === RUN TestPurge 2025/04/04 05:49:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bemofet6life" 2025/04/04 05:49:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/04 05:49:17 DEBUG : Creating backend with remote "TestDrive:crypt/97n6t5g0pprp27p4m3ufic0m6thadfdsehuadfopquje4bd4jvp0" 2025/04/04 05:49:18 DEBUG : Creating backend with remote "/tmp/rclone2192391935" 2025/04/04 05:49:18 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bemofet6life'", Local "Local file system at /tmp/rclone2192391935", Modify Window "1ms" 2025/04/04 05:49:22 DEBUG : A1/B1/C1/one: md5 = 1d2de2c04f62eaacee3d2624eff98f50 OK 2025/04/04 05:49:22 INFO : A2: Making directory 2025/04/04 05:49:23 INFO : A1/B2: Making directory 2025/04/04 05:49:23 INFO : A1/B2/C2: Making directory 2025/04/04 05:49:24 INFO : A1/B1/C3: Making directory 2025/04/04 05:49:25 INFO : A3: Making directory 2025/04/04 05:49:25 INFO : A3/B3: Making directory 2025/04/04 05:49:26 INFO : A3/B3/C4: Making directory 2025/04/04 05:49:28 DEBUG : A1/two: md5 = ef5b5aebc3a2ded3c867dc0c93f719bf OK 2025/04/04 05:49:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bemofet6life': Purge remote 2025/04/04 05:49:32 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.51s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:49:36 DEBUG : A1/B1/C1/one: md5 = c1ba8da3107fe10a3098eec1e8758db7 OK 2025/04/04 05:49:36 INFO : A2: Making directory 2025/04/04 05:49:36 INFO : A1/B2: Making directory 2025/04/04 05:49:37 INFO : A1/B2/C2: Making directory 2025/04/04 05:49:38 INFO : A1/B1/C3: Making directory 2025/04/04 05:49:39 INFO : A3: Making directory 2025/04/04 05:49:40 INFO : A3/B3: Making directory 2025/04/04 05:49:40 INFO : A3/B3/C4: Making directory 2025/04/04 05:49:43 DEBUG : A1/two: md5 = 55045266c7693293489e9425ab4d817e OK 2025/04/04 05:49:44 DEBUG : removing 1 level 3 directories 2025/04/04 05:49:44 INFO : A3/B3/C4: Removing directory 2025/04/04 05:49:46 DEBUG : removing 2 level 3 directories 2025/04/04 05:49:46 INFO : A1/B2/C2: Removing directory 2025/04/04 05:49:46 INFO : A1/B1/C3: Removing directory 2025/04/04 05:49:47 DEBUG : removing 2 level 2 directories 2025/04/04 05:49:47 INFO : A3/B3: Removing directory 2025/04/04 05:49:47 INFO : A1/B2: Removing directory 2025/04/04 05:49:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/04 05:49:47 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/04 05:49:48 DEBUG : removing 2 level 1 directories 2025/04/04 05:49:48 INFO : A3: Removing directory 2025/04/04 05:49:48 INFO : A2: Removing directory 2025/04/04 05:49:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/04 05:49:51 DEBUG : removing 1 level 3 directories 2025/04/04 05:49:51 INFO : A1/B1/C1: Removing directory 2025/04/04 05:49:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:52 DEBUG : removing 1 level 2 directories 2025/04/04 05:49:52 INFO : A1/B1: Removing directory 2025/04/04 05:49:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/04 05:49:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/04 05:49:53 DEBUG : removing 1 level 1 directories 2025/04/04 05:49:53 INFO : A1: Removing directory 2025/04/04 05:49:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/04 05:49:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/04 05:49:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/04 05:49:53 DEBUG : removing 1 level 0 directories 2025/04/04 05:49:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Removing directory 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/04 05:49:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (22.66s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:49:55 INFO : A1: Making directory 2025/04/04 05:49:56 INFO : A1/B1: Making directory 2025/04/04 05:49:57 INFO : A1/B1/C1: Making directory 2025/04/04 05:50:00 DEBUG : removing 1 level 3 directories 2025/04/04 05:50:00 INFO : A1/B1/C1: Removing directory 2025/04/04 05:50:01 DEBUG : removing 1 level 2 directories 2025/04/04 05:50:01 INFO : A1/B1: Removing directory 2025/04/04 05:50:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/04 05:50:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.60s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:50:03 INFO : A1: Making directory 2025/04/04 05:50:04 INFO : A1/B1: Making directory 2025/04/04 05:50:05 INFO : A1/B1/C1: Making directory 2025/04/04 05:50:08 DEBUG : removing 1 level 3 directories 2025/04/04 05:50:08 INFO : A1/B1/C1: Removing directory 2025/04/04 05:50:09 DEBUG : removing 1 level 2 directories 2025/04/04 05:50:09 INFO : A1/B1: Removing directory 2025/04/04 05:50:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/04 05:50:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.92s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:50:13 DEBUG : file1: md5 = a51eccb5dd9ef6bdb9c11cb6f7a54dca OK 2025/04/04 05:50:13 DEBUG : filename.txt: File name found in url 2025/04/04 05:50:15 DEBUG : filename.txt: md5 = 4b0208c827ea4bcacc20730c38119f40 OK 2025/04/04 05:50:15 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/04 05:50:16 DEBUG : headerfilename.txt: md5 = 770ee8975ab8a489fb1812009856fe9d OK 2025/04/04 05:50:17 DEBUG : file2: md5 = 8d187e1f6260046467481db0f11d770d OK --- PASS: TestCopyURL (8.53s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:50:20 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/04 05:50:22 DEBUG : sub/file2: md5 = 9d6854d54ddf03b84780bd95068763ae OK 2025/04/04 05:50:22 INFO : file1: Copied (new) to: sub/file2 2025/04/04 05:50:22 INFO : file1: Deleted 2025/04/04 05:50:23 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/04 05:50:23 DEBUG : file1: Unchanged skipping 2025/04/04 05:50:23 INFO : file1: Deleted 2025/04/04 05:50:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': don't need to copy/move sub/file2, it is already at target location 2025/04/04 05:50:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.85s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:50:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/04 05:50:27 DEBUG : file1: md5 = 44574faf7430c1775c4fd7e64fa19a27 OK 2025/04/04 05:50:27 INFO : file1: Copied (new) 2025/04/04 05:50:27 INFO : file1: Deleted 2025/04/04 05:50:28 DEBUG : file1: Destination exists, skipping 2025/04/04 05:50:28 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.09s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.57s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:50:32 DEBUG : dst/file1: md5 = a6256d44149304d67bcbf909da494181 OK 2025/04/04 05:50:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razerol2rapa/backup" 2025/04/04 05:50:33 DEBUG : Creating backend with remote "TestDrive:crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0/1nrff024r7pq65ecp72fc28jb0" 2025/04/04 05:50:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/04 05:50:36 INFO : dst/file1: Moved (server-side) 2025/04/04 05:50:38 DEBUG : dst/file1: md5 = 846a8c335f59e22910a09e4aa85971f4 OK 2025/04/04 05:50:38 INFO : dst/file1: Copied (new) 2025/04/04 05:50:38 INFO : dst/file1: Deleted 2025/04/04 05:50:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/04 05:50:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/04 05:50:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.02s) === 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:50:45 DEBUG : A1/one: md5 = a30b27b33529975b64537182cbfa08cf OK 2025/04/04 05:50:46 DEBUG : A1/two: md5 = 416939330a69bd7cdf744d47893796a1 OK 2025/04/04 05:50:48 DEBUG : A1/B1/three: md5 = fbaeec943c36aa25759c4678d36a1e0d OK 2025/04/04 05:50:50 DEBUG : A1/B1/C1/four: md5 = 439260f3f74b463290402548f9508a94 OK 2025/04/04 05:50:52 DEBUG : A1/B1/C2/five: md5 = 8d13e5a80bd1758137105d50f53b1693 OK 2025/04/04 05:50:52 INFO : A1/B2: Making directory 2025/04/04 05:50:53 INFO : A1/B1/C3: Making directory 2025/04/04 05:51:03 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/04 05:51:03 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/04 05:51:03 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/04 05:51:03 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/04 05:51:03 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/04 05:51:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/04 05:51:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/04 05:51:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/04 05:51:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/04 05:51:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/04 05:51:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/04 05:51:14 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/04 05:51:14 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/04 05:51:14 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/04 05:51:15 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/04 05:51:15 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/04 05:51:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/04 05:51:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/04 05:51:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/04 05:51:19 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/04 05:51:19 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/04 05:51:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/04 05:51:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/04 05:51:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/04 05:51:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/04 05:51:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/04 05:51:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/04 05:51:28 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/04 05:51:28 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/04 05:51:28 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/04 05:51:28 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.37s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:51:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': File to upload is small (34 bytes), uploading instead of streaming 2025/04/04 05:51:30 DEBUG : no_checksum_small_file_from_pipe: md5 = 024dd8e706f017a02100b3f3b5ccb011 OK 2025/04/04 05:51:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/04 05:51:30 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/04 05:51:31 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/04 05:51:32 DEBUG : no_checksum_big_file_from_pipe: md5 = 8b034c74ec28a3324d4f6348a305a82f OK 2025/04/04 05:51:32 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:51:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': File to upload is small (34 bytes), uploading instead of streaming 2025/04/04 05:51:35 DEBUG : with_checksum_small_file_from_pipe: md5 = 0e0eaa70f78ef7bb851964a31e90bf3d OK 2025/04/04 05:51:35 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/04 05:51:36 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/04 05:51:37 DEBUG : with_checksum_big_file_from_pipe: md5 = 50418c7b5b5aaf4a5e1c500d243dfa4a OK 2025/04/04 05:51:37 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:51:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': File to upload is small (34 bytes), uploading instead of streaming 2025/04/04 05:51:40 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/04 05:51:41 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/04 05:51:42 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-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:51:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': File to upload is small (34 bytes), uploading instead of streaming 2025/04/04 05:51:45 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/04 05:51:45 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/04 05:51:46 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.82s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.89s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.74s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.77s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.42s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/04 05:51:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': File to upload is small (48 bytes), uploading instead of streaming 2025/04/04 05:51:49 DEBUG : rcat_metadata: md5 = 3ff5a69d2c8071561baf7e061b906267 OK 2025/04/04 05:51:49 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/04 05:51:51 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/04 05:51:52 DEBUG : rcat_metadata_uploadcutoff0: md5 = c90f8ea7ca02c573af5f8a926920f0c0 OK 2025/04/04 05:51:52 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.75s) --- PASS: TestRcatMetadata/Normal (2.51s) --- PASS: TestRcatMetadata/ViaDisk (2.79s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:51:55 DEBUG : potato1: md5 = 6035b84b3c2701e91f51ba37319dde1d OK 2025/04/04 05:51:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': File to upload is small (60 bytes), uploading instead of streaming 2025/04/04 05:51:56 DEBUG : potato2: md5 = 260712879c376553e2c73cf56bf47285 OK 2025/04/04 05:51:56 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.35s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:51:59 DEBUG : potato1: md5 = 5a7510f1b37f6d44414e4f9dc3543ae9 OK 2025/04/04 05:51:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': File to upload is small (60 bytes), uploading instead of streaming 2025/04/04 05:52:00 DEBUG : potato2: md5 = c7d6f9c1c163ac8231ef405619fb3735 OK 2025/04/04 05:52:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.01s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:52:04 DEBUG : potato2: md5 = 59ce66383d845d307acb24baa38f2773 OK 2025/04/04 05:52:05 DEBUG : empty space: md5 = e5ef2db6e390c0b95a489f3d9db5df44 OK 2025/04/04 05:52:07 DEBUG : sub dir/potato3: md5 = cfae43942d51d416a667ffd5406f5cdf OK 2025/04/04 05:52:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Touching "sub dir/potato3" 2025/04/04 05:52:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Touching "empty space" 2025/04/04 05:52:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Touching "potato2" 2025/04/04 05:52:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.40s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:52:12 DEBUG : dir with metadata: Making directory with metadata 2025/04/04 05:52:13 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.53s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:52:14 DEBUG : directory with modtime: Making directory with metadata 2025/04/04 05:52:15 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.36s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:52:17 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/04 05:52:17 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/04 05:52:17 DEBUG : Google drive root 'crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0': Skipping btime metadata as can't update it on an existing file: 2025-04-04T05:52:17.338322626Z 2025/04/04 05:52:18 INFO : non existent directory: Updated directory metadata 2025/04/04 05:52:19 DEBUG : Google drive root 'crypt/rok4lnfuon6jubrsspl2ksqai9o6539l0khhgl7f7l8ab9r2lep0': Skipping btime metadata as can't update it on an existing file: 2025-04-04T05:52:17.338322626Z 2025/04/04 05:52:20 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.71s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:52:22 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/04 05:52:23 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/04 05:52:24 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.16s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:52:26 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/04 05:52:26 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/04 05:52:26 DEBUG : dst: Making directory with metadata 2025/04/04 05:52:26 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/04 05:52:26 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/04 05:52:27 INFO : dst: Set directory modification time (using SetModTime) 2025/04/04 05:52:27 INFO : dst: Set directory modification time (using SetModTime) 2025/04/04 05:52:27 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/04 05:52:28 INFO : dst: Set directory modification time (using SetModTime) 2025/04/04 05:52:28 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.57s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa'", Local "Local file system at /tmp/rclone1460538646", Modify Window "1ms" 2025/04/04 05:52:31 DEBUG : sub dir/test remove existing: md5 = 18ebd12d02762e322d71f2a8f2b20f72 OK 2025/04/04 05:52:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = e895e64966a15fe0687a4b87433d107b OK 2025/04/04 05:52:35 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.zadeqix5" before starting 2025/04/04 05:52:36 DEBUG : sub dir/test remove existing.zadeqix5: TEST: removing renamed existing file after operation 2025/04/04 05:52:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zikuzut9" before starting 2025/04/04 05:52:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zikuzut9: TEST: renaming existing back after failed operation 2025/04/04 05:52:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.refexol2" before starting 2025/04/04 05:52:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.refexol2: TEST: removing renamed existing file after operation 2025/04/04 05:52:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jmco8in2unc4u0hsl8dolcd33f9t782d6j0rbat8r687fi8f0op51jogmkv3j5o1peve9jdc5ri47k7nvd97hql3hin43iq285guks1vjlfgbh0vqjgh5qdgarc6s69a7jskcsmjvm6rb2241i79dtug82ji0mlu35dr7loj55uogcdfsskg" 2025/04/04 05:52:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "golj18usnj021rk0bqf1uo42bi6ntcns1864m2qs3685lvih5v30" --- PASS: TestRemoveExisting (12.83s) === 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/04 05:52:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razerol2rapa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m14.801047365s (try 1/5)