"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/03/29 05:51:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli" 2025/03/29 05:51:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:51:50 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g" 2025/03/29 05:51:51 DEBUG : Creating backend with remote "/tmp/rclone1647360143" === 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/03/29 05:51:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/29 05:51:52 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/29 05:51:52 DEBUG : potato: Seek from 10 to 0 2025/03/29 05:51:52 DEBUG : potato: Seek from 10 to 0 2025/03/29 05:51:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/29 05:51:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/29 05:51:52 DEBUG : potato: Seek from 5 to 2 2025/03/29 05:51:52 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/29 05:51:52 DEBUG : potato: Seek from 7 to 0 2025/03/29 05:51:52 DEBUG : potato: Seek from 7 to 0 2025/03/29 05:51:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/29 05:51:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/29 05:51:52 DEBUG : potato: Seek from 5 to 2 2025/03/29 05:51:52 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/29 05:51:52 DEBUG : potato: Seek from 8 to 0 2025/03/29 05:51:52 DEBUG : potato: Seek from 8 to 0 2025/03/29 05:51:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/29 05:51:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/29 05:51:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/29 05:51:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/29 05:51:52 DEBUG : potato: Seek from 5 to 2 2025/03/29 05:51:52 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/29 05:51:52 DEBUG : potato: Seek from 9 to 0 2025/03/29 05:51:52 DEBUG : potato: Seek from 9 to 0 2025/03/29 05:51:52 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:51:54 DEBUG : rutabaga: md5 = a8617a4280e706fec31e3cfd16f2a173 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/03/29 05:51:56 DEBUG : empty space: md5 = 96df1e632c88c776a5d789d9aa9a58ef OK === RUN TestCheck/3 2025/03/29 05:51:58 DEBUG : potato2: md5 = 676730102d3eb858ff9c401bc5509a82 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/03/29 05:52:00 DEBUG : remotepotato: md5 = 65819f1b6e62f6fcf8d0606566df3ce8 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.21s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/03/29 05:52:03 DEBUG : Creating backend with remote "nonexistent" 2025/03/29 05:52:03 DEBUG : Creating backend with remote "nonexistent" 2025/03/29 05:52:03 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/29 05:52:03 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/03/29 05:52:03 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/29 05:52:03 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:52:05 DEBUG : rutabaga: md5 = b4e5f6b4aa74a56c89e72921d66e0543 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/03/29 05:52:08 DEBUG : empty space: md5 = dba5b58f3b262d72cd6aa18b7bb9b0d5 OK === RUN TestCheckDownload/3 2025/03/29 05:52:11 DEBUG : potato2: md5 = 8c9592b527109af3bbd733ab391e5c61 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/03/29 05:52:14 DEBUG : remotepotato: md5 = 8accdc64cca983547d8246cae2014e31 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.09s) --- PASS: TestCheckDownload/1 (0.99s) --- PASS: TestCheckDownload/2 (1.09s) --- PASS: TestCheckDownload/3 (0.83s) --- PASS: TestCheckDownload/4 (1.06s) --- PASS: TestCheckDownload/5 (1.02s) --- PASS: TestCheckDownload/6 (1.25s) --- PASS: TestCheckDownload/7 (1.32s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:52:20 DEBUG : rutabaga: md5 = 5eeaa3d70a9255dec7952c8e4cfcd9ba OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/03/29 05:52:23 DEBUG : empty space: md5 = e5d1f9ccccb82a233aca70cbcbe649ae OK === RUN TestCheckSizeOnly/3 2025/03/29 05:52:25 DEBUG : potato2: md5 = 45b676c564c83e81d864274482be7cbc OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/03/29 05:52:26 DEBUG : remotepotato: md5 = 91e0a55217a2ae837b2ce88e62c75e8a OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.15s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:52:31 DEBUG : test.sum: md5 = 3606b01ad2a81564528ccbf9a1752463 OK 2025/03/29 05:52:32 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/29 05:52:32 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/29 05:52:32 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/29 05:52:32 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/29 05:52:33 DEBUG : test.sum: md5 = fdb47cb878c1a92a33df015ba8687538 OK 2025/03/29 05:52:34 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/29 05:52:34 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/29 05:52:34 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/29 05:52:34 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.62s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:52:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/data" 2025/03/29 05:52:35 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli/data' lacks md5, skipping --- SKIP: TestCheckSum (1.90s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:52:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/data" 2025/03/29 05:52:37 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/vjrnln8ratgmqakfosrqe8espk" 2025/03/29 05:52:40 DEBUG : data/banana: md5 = 2583326777a2cb5706a58ed4893a1e71 OK 2025/03/29 05:52:42 DEBUG : test.sum: md5 = ac01cdd106940641ccd1be05b4f8d8db OK === RUN TestCheckSumDownload/subtest1 2025/03/29 05:52:47 DEBUG : data/potato: md5 = 5105cd5759675c4d393d3af2cb051e85 OK 2025/03/29 05:52:48 DEBUG : test.sum: md5 = 8cfe221dd3f8bf557d231e76fea5c407 OK === RUN TestCheckSumDownload/subtest2 2025/03/29 05:52:52 DEBUG : test.sum: md5 = e60b44cbfe292590863ec2a1f3c6457a OK === RUN TestCheckSumDownload/subtest3 2025/03/29 05:52:56 DEBUG : test.sum: md5 = 955b9721bdcc436876b7cf36b8e65b19 OK === RUN TestCheckSumDownload/subtest4 2025/03/29 05:53:00 DEBUG : test.sum: md5 = c23f16515b94452947b1030cf3ea457a OK === RUN TestCheckSumDownload/subtest5 2025/03/29 05:53:04 DEBUG : test.sum: md5 = 1a8b1840f186e1f253c33865b5e3ff96 OK === RUN TestCheckSumDownload/subtest6 2025/03/29 05:53:08 DEBUG : data/banana: md5 = 24501732cc548b0ab39fdb52a84dda2e OK 2025/03/29 05:53:10 DEBUG : data/potato: md5 = 99eda1abfd50bea4d0c80f54997e9411 OK 2025/03/29 05:53:11 DEBUG : test.sum: md5 = 345a7511b6664270fc3b5ab277a1f7bf OK === RUN TestCheckSumDownload/subtest7 2025/03/29 05:53:16 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/03/29 05:53:16 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (39.74s) --- PASS: TestCheckSumDownload/subtest1 (3.28s) --- PASS: TestCheckSumDownload/subtest2 (1.91s) --- PASS: TestCheckSumDownload/subtest3 (2.08s) --- PASS: TestCheckSumDownload/subtest4 (2.13s) --- PASS: TestCheckSumDownload/subtest5 (2.19s) --- PASS: TestCheckSumDownload/subtest6 (2.43s) --- PASS: TestCheckSumDownload/subtest7 (2.63s) === RUN TestApplyTransforms 2025/03/29 05:53:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zinorub8deve" 2025/03/29 05:53:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:17 DEBUG : Creating backend with remote "TestDrive:crypt/mfkdvtul4eaq63902qmde2m5ajehpllc4tuf975fi6adod7itcn0" 2025/03/29 05:53:18 DEBUG : Creating backend with remote "/tmp/rclone4154459182" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zinorub8deve'", Local "Local file system at /tmp/rclone4154459182", Modify Window "1ms" 2025/03/29 05:53:20 DEBUG : hello, world!: md5 = 24c3aab36571cc48490de18e4e49047d OK upper checkfile vs. lower remote (without normalization) 2025/03/29 05:53:20 ERROR : hello, world!: sum not found 2025/03/29 05:53:20 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zinorub8deve' 2025/03/29 05:53:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinorub8deve': 1 files missing 2025/03/29 05:53:20 NOTICE: 1 hashes missing 2025/03/29 05:53:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinorub8deve': 2 differences found 2025/03/29 05:53:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinorub8deve': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/29 05:53:21 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinorub8deve': 0 differences found 2025/03/29 05:53:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinorub8deve': 1 matching files 2025/03/29 05:53:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hivejut2coje" 2025/03/29 05:53:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:21 DEBUG : Creating backend with remote "TestDrive:crypt/iatd01f0njcrn2mi5h21vcgnqcfqtq9l731a1cc17k2h1pkau1hg" 2025/03/29 05:53:22 DEBUG : Creating backend with remote "/tmp/rclone2837090995" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hivejut2coje'", Local "Local file system at /tmp/rclone2837090995", Modify Window "1ms" 2025/03/29 05:53:24 DEBUG : HELLO, WORLD!: md5 = d9b923bf03d417b99ea44ed25f1282e6 OK lower checkfile vs. upper remote (without normalization) 2025/03/29 05:53:25 ERROR : HELLO, WORLD!: sum not found 2025/03/29 05:53:25 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hivejut2coje' 2025/03/29 05:53:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivejut2coje': 1 files missing 2025/03/29 05:53:25 NOTICE: 1 hashes missing 2025/03/29 05:53:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivejut2coje': 2 differences found 2025/03/29 05:53:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivejut2coje': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/29 05:53:26 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivejut2coje': 0 differences found 2025/03/29 05:53:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivejut2coje': 1 matching files 2025/03/29 05:53:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wekayif2kofi" 2025/03/29 05:53:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:26 DEBUG : Creating backend with remote "TestDrive:crypt/spq8r420i47dggddqrnuhvitm1f3295o8r86rela8s1ooee905b0" 2025/03/29 05:53:27 DEBUG : Creating backend with remote "/tmp/rclone727118676" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wekayif2kofi'", Local "Local file system at /tmp/rclone727118676", Modify Window "1ms" 2025/03/29 05:53:29 DEBUG : HeLlO, wOrLd!: md5 = 5ffd44cf52423a0b468962b81ee2bcdb OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/29 05:53:30 ERROR : HeLlO, wOrLd!: sum not found 2025/03/29 05:53:30 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wekayif2kofi' 2025/03/29 05:53:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekayif2kofi': 1 files missing 2025/03/29 05:53:30 NOTICE: 1 hashes missing 2025/03/29 05:53:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekayif2kofi': 2 differences found 2025/03/29 05:53:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekayif2kofi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/29 05:53:31 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekayif2kofi': 0 differences found 2025/03/29 05:53:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekayif2kofi': 1 matching files 2025/03/29 05:53:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wajuguc3dimo" 2025/03/29 05:53:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:31 DEBUG : Creating backend with remote "TestDrive:crypt/cmk53iut71svvrpo5u310astdumna4rum1de0usc26t79agg8rh0" 2025/03/29 05:53:32 DEBUG : Creating backend with remote "/tmp/rclone2980637070" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wajuguc3dimo'", Local "Local file system at /tmp/rclone2980637070", Modify Window "1ms" 2025/03/29 05:53:34 DEBUG : HELLO, WORLD!: md5 = 1bb4ac45d40f0e2cee804bbd540ae496 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/29 05:53:35 ERROR : HELLO, WORLD!: sum not found 2025/03/29 05:53:35 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wajuguc3dimo' 2025/03/29 05:53:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wajuguc3dimo': 1 files missing 2025/03/29 05:53:35 NOTICE: 1 hashes missing 2025/03/29 05:53:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wajuguc3dimo': 2 differences found 2025/03/29 05:53:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wajuguc3dimo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/29 05:53:36 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wajuguc3dimo': 0 differences found 2025/03/29 05:53:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wajuguc3dimo': 1 matching files 2025/03/29 05:53:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yucacak7moke" 2025/03/29 05:53:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:36 DEBUG : Creating backend with remote "TestDrive:crypt/le7e428gms2lk3sbvb09cuorpm7169slqajvq96tvhctoq9226n0" 2025/03/29 05:53:37 DEBUG : Creating backend with remote "/tmp/rclone1731537997" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yucacak7moke'", Local "Local file system at /tmp/rclone1731537997", Modify Window "1ms" 2025/03/29 05:53:39 DEBUG : 測試_Русский___ě_áñ: md5 = 78fa011835de22529380058d6c4e8305 OK NFD checkfile vs. NFC remote (without normalization) 2025/03/29 05:53:39 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/29 05:53:39 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yucacak7moke' 2025/03/29 05:53:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yucacak7moke': 1 files missing 2025/03/29 05:53:39 NOTICE: 1 hashes missing 2025/03/29 05:53:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yucacak7moke': 2 differences found 2025/03/29 05:53:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yucacak7moke': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/29 05:53:40 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yucacak7moke': 0 differences found 2025/03/29 05:53:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yucacak7moke': 1 matching files 2025/03/29 05:53:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quyepay4tile" 2025/03/29 05:53:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:40 DEBUG : Creating backend with remote "TestDrive:crypt/sm3g0t4c0bc5jqvoo0demjbed3gvaqtrgei4d55l3qs8jaqps63g" 2025/03/29 05:53:41 DEBUG : Creating backend with remote "/tmp/rclone827576851" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quyepay4tile'", Local "Local file system at /tmp/rclone827576851", Modify Window "1ms" 2025/03/29 05:53:43 DEBUG : 測試_Русский___ě_áñ: md5 = 62acd26143ba5ea735b25fe2f09e3d27 OK NFC checkfile vs. NFD remote (without normalization) 2025/03/29 05:53:44 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/29 05:53:44 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quyepay4tile' 2025/03/29 05:53:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyepay4tile': 1 files missing 2025/03/29 05:53:44 NOTICE: 1 hashes missing 2025/03/29 05:53:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyepay4tile': 2 differences found 2025/03/29 05:53:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyepay4tile': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/29 05:53:45 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyepay4tile': 0 differences found 2025/03/29 05:53:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyepay4tile': 1 matching files 2025/03/29 05:53:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quqoyil8boke" 2025/03/29 05:53:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:45 DEBUG : Creating backend with remote "TestDrive:crypt/saoaq9jn2l517o9i6lqs7udkdbfnuupvi0i9hv49jjtu22pljkg0" 2025/03/29 05:53:46 DEBUG : Creating backend with remote "/tmp/rclone2781519381" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quqoyil8boke'", Local "Local file system at /tmp/rclone2781519381", Modify Window "1ms" 2025/03/29 05:53:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ad6388b3f0146a1e399e9265cf99845d OK NFDx2 checkfile vs. both remote (without normalization) 2025/03/29 05:53:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/29 05:53:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quqoyil8boke' 2025/03/29 05:53:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqoyil8boke': 1 files missing 2025/03/29 05:53:49 NOTICE: 1 hashes missing 2025/03/29 05:53:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqoyil8boke': 2 differences found 2025/03/29 05:53:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqoyil8boke': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/29 05:53:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqoyil8boke': 0 differences found 2025/03/29 05:53:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqoyil8boke': 1 matching files 2025/03/29 05:53:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luvuben4wuga" 2025/03/29 05:53:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:50 DEBUG : Creating backend with remote "TestDrive:crypt/dgkj6j3nhbr748hgm4navp9lj9sqnlq2uj9vek70t19cqvtgmqh0" 2025/03/29 05:53:51 DEBUG : Creating backend with remote "/tmp/rclone90887833" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luvuben4wuga'", Local "Local file system at /tmp/rclone90887833", Modify Window "1ms" 2025/03/29 05:53:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 24ffef505a53e408cb6fc48f03e8ddfa OK NFCx2 checkfile vs. both remote (without normalization) 2025/03/29 05:53:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/29 05:53:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-luvuben4wuga' 2025/03/29 05:53:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luvuben4wuga': 1 files missing 2025/03/29 05:53:53 NOTICE: 1 hashes missing 2025/03/29 05:53:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luvuben4wuga': 2 differences found 2025/03/29 05:53:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luvuben4wuga': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/29 05:53:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luvuben4wuga': 0 differences found 2025/03/29 05:53:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luvuben4wuga': 1 matching files 2025/03/29 05:53:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-necoqop3goli" 2025/03/29 05:53:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:54 DEBUG : Creating backend with remote "TestDrive:crypt/mp8f1nc5tl92jgpq8p91c95p6e280v868f2n9cad1jrajo0lm1pg" 2025/03/29 05:53:55 DEBUG : Creating backend with remote "/tmp/rclone3074498365" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-necoqop3goli'", Local "Local file system at /tmp/rclone3074498365", Modify Window "1ms" 2025/03/29 05:53:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 19d246d5b51e5c7b3febf986809eda4f OK both checkfile vs. NFDx2 remote (without normalization) 2025/03/29 05:53:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/29 05:53:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-necoqop3goli' 2025/03/29 05:53:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necoqop3goli': 1 files missing 2025/03/29 05:53:58 NOTICE: 1 hashes missing 2025/03/29 05:53:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necoqop3goli': 2 differences found 2025/03/29 05:53:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necoqop3goli': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/29 05:53:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:53:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necoqop3goli': 0 differences found 2025/03/29 05:53:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necoqop3goli': 1 matching files 2025/03/29 05:53:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gonefel7vudu" 2025/03/29 05:53:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:53:59 DEBUG : Creating backend with remote "TestDrive:crypt/ab85d51hpbrvmr8rj8cqeb2kdifl2boaenso60cbfjap23ubgav0" 2025/03/29 05:54:00 DEBUG : Creating backend with remote "/tmp/rclone241550360" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gonefel7vudu'", Local "Local file system at /tmp/rclone241550360", Modify Window "1ms" 2025/03/29 05:54:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = faf8d2cfeab8c1f3661a62a48eedca9a OK both checkfile vs. NFCx2 remote (without normalization) 2025/03/29 05:54:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/29 05:54:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gonefel7vudu' 2025/03/29 05:54:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gonefel7vudu': 1 files missing 2025/03/29 05:54:03 NOTICE: 1 hashes missing 2025/03/29 05:54:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gonefel7vudu': 2 differences found 2025/03/29 05:54:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gonefel7vudu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/29 05:54:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/29 05:54:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gonefel7vudu': 0 differences found 2025/03/29 05:54:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gonefel7vudu': 1 matching files 2025/03/29 05:54:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gonefel7vudu': Purge remote 2025/03/29 05:54:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necoqop3goli': Purge remote 2025/03/29 05:54:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luvuben4wuga': Purge remote 2025/03/29 05:54:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quqoyil8boke': Purge remote 2025/03/29 05:54:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quyepay4tile': Purge remote 2025/03/29 05:54:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yucacak7moke': Purge remote 2025/03/29 05:54:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wajuguc3dimo': Purge remote 2025/03/29 05:54:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wekayif2kofi': Purge remote 2025/03/29 05:54:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hivejut2coje': Purge remote 2025/03/29 05:54:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zinorub8deve': Purge remote --- PASS: TestApplyTransforms (51.55s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:54:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/29 05:54:10 DEBUG : sub/file2: md5 = 791d42fa0529b305b55122b2c04405b7 OK 2025/03/29 05:54:10 INFO : file1: Copied (new) to: sub/file2 2025/03/29 05:54:11 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/29 05:54:11 DEBUG : file1: Unchanged skipping 2025/03/29 05:54:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': don't need to copy/move sub/file2, it is already at target location 2025/03/29 05:54:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.59s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.42s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:54:16 DEBUG : dst/file1: md5 = 554f21b3cf3dbc9c81b89ca31a901c87 OK 2025/03/29 05:54:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/backup" 2025/03/29 05:54:17 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/1nrff024r7pq65ecp72fc28jb0" 2025/03/29 05:54:18 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/29 05:54:21 INFO : dst/file1: Moved (server-side) 2025/03/29 05:54:22 DEBUG : dst/file1: md5 = d605830bf080f7f63857376cd63a8b9b OK 2025/03/29 05:54:22 INFO : dst/file1: Copied (new) 2025/03/29 05:54:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/29 05:54:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/29 05:54:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.63s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:54:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/dst" 2025/03/29 05:54:27 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/29 05:54:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/CompareDest" 2025/03/29 05:54:29 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/gveqi14airsml4bgu7krj116o8" 2025/03/29 05:54:30 DEBUG : one: Need to transfer - File not found at Destination 2025/03/29 05:54:32 DEBUG : one: md5 = 0237a9dc6e6876be2640c62c61bb2da6 OK 2025/03/29 05:54:32 INFO : one: Copied (new) 2025/03/29 05:54:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/29 05:54:35 DEBUG : one: md5 = 53c3007b1215af112b59d46d239f1273 OK 2025/03/29 05:54:35 INFO : one: Copied (replaced existing) 2025/03/29 05:54:37 DEBUG : dst/one: md5 = acce89a6bd52952961753b011dad03cf OK 2025/03/29 05:54:39 DEBUG : CompareDest/one: md5 = 9d56ef17a9cf0809769296847ba9a726 OK 2025/03/29 05:54:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/29 05:54:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/29 05:54:40 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/29 05:54:42 DEBUG : CompareDest/two: md5 = af7e048a1fb6a67e3a8a884588ed580f OK 2025/03/29 05:54:43 DEBUG : two: Need to transfer - File not found at Destination 2025/03/29 05:54:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/29 05:54:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/29 05:54:44 DEBUG : two: Need to transfer - File not found at Destination 2025/03/29 05:54:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/29 05:54:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/29 05:54:45 DEBUG : two: Need to transfer - File not found at Destination 2025/03/29 05:54:45 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/29 05:54:47 DEBUG : two: md5 = 6928a180a52479a872cc13bd41a35243 OK 2025/03/29 05:54:47 INFO : two: Copied (new) 2025/03/29 05:54:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/29 05:54:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:54:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/29 05:54:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.26s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:54:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/dst" 2025/03/29 05:54:51 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/29 05:54:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/CopyDest" 2025/03/29 05:54:53 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/29 05:54:54 DEBUG : one: Need to transfer - File not found at Destination 2025/03/29 05:54:57 DEBUG : one: md5 = 3562c1d6a399f61ac305f1a38baa5dc0 OK 2025/03/29 05:54:57 INFO : one: Copied (new) 2025/03/29 05:54:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/29 05:54:59 DEBUG : one: md5 = d12381fdcd19579ce5c8a504fbf703f7 OK 2025/03/29 05:54:59 INFO : one: Copied (replaced existing) 2025/03/29 05:55:01 DEBUG : dst/one: md5 = 1fad2d5df8ea2444759e99f4bbdea05d OK 2025/03/29 05:55:03 DEBUG : CopyDest/one: md5 = 589280ebad47fb9a3a96696bd7d400c7 OK 2025/03/29 05:55:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/BackupDir" 2025/03/29 05:55:04 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/29 05:55:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/29 05:55:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/29 05:55:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/29 05:55:07 INFO : one: Moved (server-side) 2025/03/29 05:55:08 INFO : one: Copied (server-side copy) 2025/03/29 05:55:08 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/29 05:55:10 DEBUG : CopyDest/two: md5 = da1e673adc4d85e49c724cef8137a7eb OK 2025/03/29 05:55:11 DEBUG : two: Need to transfer - File not found at Destination 2025/03/29 05:55:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/29 05:55:12 INFO : two: Copied (server-side copy) 2025/03/29 05:55:12 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/29 05:55:13 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/29 05:55:13 DEBUG : two: Unchanged skipping 2025/03/29 05:55:14 DEBUG : CopyDest/three: md5 = efa76fa88f4df0f271be24013375e14a OK 2025/03/29 05:55:15 DEBUG : three: Need to transfer - File not found at Destination 2025/03/29 05:55:15 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/29 05:55:15 DEBUG : three: Destination not found in --copy-dest 2025/03/29 05:55:17 DEBUG : three: md5 = 57557e3aa033e58e6dc80e1b95d92d7e OK 2025/03/29 05:55:17 INFO : three: Copied (new) 2025/03/29 05:55:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/29 05:55:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:55:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/29 05:55:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/29 05:55:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/29 05:55:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:55:23 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.19s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:55:24 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/29 05:55:26 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 540e26d372dba119050a0d931f85af3a OK 2025/03/29 05:55:26 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/29 05:55:27 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/29 05:55:27 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/03/29 05:55:28 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/29 05:55:29 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/29 05:55:30 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 78b99e6bd04b29873615bdcf236a9387 OK 2025/03/29 05:55:30 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/03/29 05:55:32 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/03/29 05:55:32 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.86s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.42s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:55:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Looking for duplicate names using skip mode. 2025/03/29 05:55:36 NOTICE: one: Found 2 files with duplicate names 2025/03/29 05:55:36 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.30s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:55:41 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/03/29 05:55:41 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/03/29 05:55:41 DEBUG : TestDrive: Saved new token in config file 2025/03/29 05:55:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Looking for duplicate names using skip mode. 2025/03/29 05:55:42 NOTICE: one: Found 3 files with duplicate names 2025/03/29 05:55:42 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/03/29 05:55:43 INFO : one: Deleted 2025/03/29 05:55:43 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.59s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:55:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Looking for duplicate names using first mode. 2025/03/29 05:55:49 NOTICE: one: Found 3 files with duplicate names 2025/03/29 05:55:49 INFO : one: Deleted 2025/03/29 05:55:50 INFO : one: Deleted 2025/03/29 05:55:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.34s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:55:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Looking for duplicate names using newest mode. 2025/03/29 05:55:55 NOTICE: one: Found 3 files with duplicate names 2025/03/29 05:55:55 INFO : one: Deleted 2025/03/29 05:55:56 INFO : one: Deleted 2025/03/29 05:55:56 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.15s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:56:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Looking for duplicate names using oldest mode. 2025/03/29 05:56:02 NOTICE: one: Found 3 files with duplicate names 2025/03/29 05:56:02 INFO : one: Deleted 2025/03/29 05:56:03 INFO : one: Deleted 2025/03/29 05:56:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.79s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:56:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Looking for duplicate names using largest mode. 2025/03/29 05:56:08 NOTICE: one: Found 3 files with duplicate names 2025/03/29 05:56:09 INFO : one: Deleted 2025/03/29 05:56:09 INFO : one: Deleted 2025/03/29 05:56:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.35s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:56:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Looking for duplicate names using smallest mode. 2025/03/29 05:56:15 NOTICE: one: Found 3 files with duplicate names 2025/03/29 05:56:15 INFO : one: Deleted 2025/03/29 05:56:15 INFO : one: Deleted 2025/03/29 05:56:15 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.24s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:56:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Looking for duplicate names using rename mode. 2025/03/29 05:56:22 NOTICE: one.txt: Found 3 files with duplicate names 2025/03/29 05:56:23 INFO : one-2.txt: renamed from: one.txt 2025/03/29 05:56:24 INFO : one-3.txt: renamed from: one.txt 2025/03/29 05:56:26 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.58s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:56:30 DEBUG : dupe1/one.txt: md5 = 36d943725764fde98733acdd94575028 OK 2025/03/29 05:56:32 DEBUG : dupe2/two.txt: md5 = 6cd1b50a9355862b04709f96f6b1de62 OK 2025/03/29 05:56:34 DEBUG : dupe3/three.txt: md5 = 21264f883ca1345cfd68a1e8696b58f0 OK 2025/03/29 05:56:35 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/03/29 05:56:35 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/03/29 05:56:36 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/03/29 05:56:36 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/03/29 05:56:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/03/29 05:56:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/03/29 05:56:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (11.87s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:56:41 DEBUG : a.txt: md5 = 8122925ebecaaf130db908a6d944e03f OK 2025/03/29 05:56:43 DEBUG : zend.txt: md5 = 2dc6d569997fdb30c8a961183fb3cd07 OK 2025/03/29 05:56:45 DEBUG : sub dir/hello world: md5 = 45b2d667e6a02901344628629390181a OK 2025/03/29 05:56:46 DEBUG : sub dir/hello world2: md5 = 67791670e4d27213c1ec86c7a48782f3 OK 2025/03/29 05:56:48 DEBUG : sub dir/ignore dir/.ignore: md5 = 0a646ba927994d520654ba972c76bc1e OK 2025/03/29 05:56:50 DEBUG : sub dir/ignore dir/should be ignored: md5 = a74318d678dc3a7472d7628534cd5aeb OK 2025/03/29 05:56:52 DEBUG : sub dir/sub sub dir/hello world3: md5 = 274c31985aff81b657c7149af778d0ed OK 2025/03/29 05:56:53 DEBUG : a.txt: Excluded (Size Filter) 2025/03/29 05:56:53 DEBUG : a.txt: Excluded 2025/03/29 05:56:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/29 05:56:53 DEBUG : sub dir/hello world2: Excluded 2025/03/29 05:56:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/29 05:56:53 DEBUG : sub dir/hello world: Excluded 2025/03/29 05:56:54 DEBUG : sub dir/ignore dir: Excluded 2025/03/29 05:56:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/29 05:56:54 DEBUG : sub dir/hello world2: Excluded 2025/03/29 05:56:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/29 05:56:54 DEBUG : sub dir/hello world: Excluded 2025/03/29 05:56:54 DEBUG : sub dir/ignore dir: Excluded 2025/03/29 05:56:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/03/29 05:57:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/03/29 05:57:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/03/29 05:57:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/03/29 05:57:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/03/29 05:57:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/03/29 05:57:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.05s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:02 DEBUG : file1: md5 = a0bc22e0bc4255e8b9f8abca7fb0739a OK 2025/03/29 05:57:04 DEBUG : sub/file2: md5 = 4221a6b52a23211044de5a3ad53b77a9 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/03/29 05:57:07 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/03/29 05:57:07 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/03/29 05:57:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/03/29 05:57:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.00s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.62s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:11 DEBUG : file1: md5 = cfa7834299af75219fb7f6e625ad0972 OK 2025/03/29 05:57:13 DEBUG : sub/file2: md5 = 1f98fe309f7dea47d0d8033b8b823cfe 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/03/29 05:57:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/notfound" 2025/03/29 05:57:17 DEBUG : Config file has changed externally - reloading 2025/03/29 05:57:17 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/qe0i31qdkoejk60elps0ni5sqk" 2025/03/29 05:57:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.23s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.81s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Making directory 2025/03/29 05:57:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:24 DEBUG : sub dir/hello world: md5 = 85b66d02d1448caada247f61b9b3bfd2 OK 2025/03/29 05:57:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.65s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:28 DEBUG : potato2: md5 = e8b57e0c5032c4c7d4910f6802c0ec16 OK 2025/03/29 05:57:30 DEBUG : empty space: md5 = 6f65983b9dc0b4c0d22a2c2f321b2672 OK --- PASS: TestLs (4.61s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:33 DEBUG : potato2: md5 = 11fddadb05ff4033ae2c17a88061577e OK 2025/03/29 05:57:34 DEBUG : empty space: md5 = 1b1d089fbe614653d8f49e4111cae048 OK 2025/03/29 05:57:34 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/03/29 05:57:34 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.89s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:37 DEBUG : potato2: md5 = a5e81b5ea2375cf3a1c81861b1b296e8 OK 2025/03/29 05:57:39 DEBUG : empty space: md5 = 71307547f9f9621ee550e8756012620e OK --- PASS: TestLsLong (4.67s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:42 DEBUG : potato2: md5 = 29c59b1a56fdeee0cb4dc2bb1126616c OK 2025/03/29 05:57:44 DEBUG : empty space: md5 = 484ecfa1f19c3c4c54061494f6c891ce OK --- PASS: TestHashSums (4.86s) === RUN TestHashSumsWithErrors 2025/03/29 05:57:46 DEBUG : Creating backend with remote ":memory:" 2025/03/29 05:57:46 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/29 05:57:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/29 05:57:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/29 05:57:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/29 05:57:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/29 05:57:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/29 05:57:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/29 05:57:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/29 05:57:46 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:47 DEBUG : potato2: md5 = 085fdea0d2b8bb71d8a3d6d772554ef4 OK 2025/03/29 05:57:48 DEBUG : empty space: md5 = 81f062912e3094d56fdb65ad9bec9ad5 OK 2025/03/29 05:57:51 DEBUG : sub dir/potato3: md5 = 67c62c143664a889bfe70a915a5255e2 OK 2025/03/29 05:57:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.62s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:57:56 DEBUG : small: md5 = db78fbbe6dfed5919ae4c854e270e5fd OK 2025/03/29 05:57:57 DEBUG : medium: md5 = 80241dae1a2c0f0fcc050e3a691f7670 OK 2025/03/29 05:57:58 DEBUG : large: md5 = 075ade703aa2cfa34cf2fd750c5adeba OK 2025/03/29 05:57:59 DEBUG : Waiting for deletions to finish 2025/03/29 05:57:59 DEBUG : large: Excluded (Size Filter) 2025/03/29 05:57:59 INFO : small: Deleted 2025/03/29 05:57:59 INFO : medium: Deleted --- PASS: TestDelete (6.26s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:58:02 DEBUG : small: md5 = 0deaea8ea8acf0c08fb851ee68dae8fd OK 2025/03/29 05:58:03 DEBUG : medium: md5 = 143264a297d9161ab89bdfa13693b73a OK 2025/03/29 05:58:05 DEBUG : large: md5 = fee477ae6ef0dfded10e6a412ab9f60f OK 2025/03/29 05:58:05 DEBUG : Waiting for deletions to finish 2025/03/29 05:58:05 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/03/29 05:58:06 INFO : medium: Deleted 2025/03/29 05:58:06 INFO : small: Deleted --- PASS: TestMaxDelete (6.70s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:58:08 DEBUG : small: md5 = 143c3b63311ff0639f5d0db1ca747a82 OK 2025/03/29 05:58:10 DEBUG : medium: md5 = 97256b64c9f4433e49cbd56e1bb8a3f5 OK 2025/03/29 05:58:11 DEBUG : large: md5 = 3869704cf5346a12ebbf58c710d3a062 OK 2025/03/29 05:58:11 DEBUG : Waiting for deletions to finish 2025/03/29 05:58:11 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/29 05:58:12 INFO : medium: Deleted 2025/03/29 05:58:12 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.40s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:58:15 DEBUG : small: md5 = 789454be9beb19ee66800816262faf57 OK 2025/03/29 05:58:16 DEBUG : medium: md5 = 95a909fd678bf15a4ba5b219880a8f8b OK 2025/03/29 05:58:18 DEBUG : large: md5 = 1ee78e335a5939211b758c8935df833d OK 2025/03/29 05:58:18 DEBUG : Waiting for deletions to finish 2025/03/29 05:58:18 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/29 05:58:19 INFO : medium: Deleted 2025/03/29 05:58:19 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.59s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:58:22 DEBUG : ReadFile: md5 = e27b319ead99bcf73e6e565572ab0b87 OK --- PASS: TestReadFile (3.99s) === RUN TestRetry 2025/03/29 05:58:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/29 05:58:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/29 05:58:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/29 05:58:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/29 05:58:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/29 05:58:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/29 05:58:24 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:58:26 DEBUG : file1: md5 = 0a72f2c41186e152b031b34578277143 OK 2025/03/29 05:58:27 DEBUG : file2: md5 = f16529481269e55d79bc13f3f6ea931a OK --- PASS: TestCat (16.21s) === RUN TestPurge 2025/03/29 05:58:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rihunid9cewo" 2025/03/29 05:58:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/29 05:58:41 DEBUG : Creating backend with remote "TestDrive:crypt/hkkdev9urpq4hj2o0d0mo5f191l9es1njp334hqa7orp25ltt9og" 2025/03/29 05:58:42 DEBUG : Creating backend with remote "/tmp/rclone3000590452" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rihunid9cewo'", Local "Local file system at /tmp/rclone3000590452", Modify Window "1ms" 2025/03/29 05:58:46 DEBUG : A1/B1/C1/one: md5 = 83c13c6d3ecef9d586347c50397421df OK 2025/03/29 05:58:46 INFO : A2: Making directory 2025/03/29 05:58:47 INFO : A1/B2: Making directory 2025/03/29 05:58:48 INFO : A1/B2/C2: Making directory 2025/03/29 05:58:48 INFO : A1/B1/C3: Making directory 2025/03/29 05:58:49 INFO : A3: Making directory 2025/03/29 05:58:50 INFO : A3/B3: Making directory 2025/03/29 05:58:50 INFO : A3/B3/C4: Making directory 2025/03/29 05:58:52 DEBUG : A1/two: md5 = 97597d68c639ffa7d8442bdfc8ff88e4 OK 2025/03/29 05:58:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rihunid9cewo': Purge remote 2025/03/29 05:58:56 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.34s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:58:59 DEBUG : A1/B1/C1/one: md5 = 8351c4af314681bc197ac128a3a05f3a OK 2025/03/29 05:58:59 INFO : A2: Making directory 2025/03/29 05:59:00 INFO : A1/B2: Making directory 2025/03/29 05:59:01 INFO : A1/B2/C2: Making directory 2025/03/29 05:59:02 INFO : A1/B1/C3: Making directory 2025/03/29 05:59:02 INFO : A3: Making directory 2025/03/29 05:59:03 INFO : A3/B3: Making directory 2025/03/29 05:59:04 INFO : A3/B3/C4: Making directory 2025/03/29 05:59:06 DEBUG : A1/two: md5 = c719b763e8dc70d7b6de1e1e72bfd38a OK 2025/03/29 05:59:08 DEBUG : removing 1 level 3 directories 2025/03/29 05:59:08 INFO : A3/B3/C4: Removing directory 2025/03/29 05:59:10 DEBUG : removing 2 level 3 directories 2025/03/29 05:59:10 INFO : A1/B2/C2: Removing directory 2025/03/29 05:59:10 INFO : A1/B1/C3: Removing directory 2025/03/29 05:59:11 DEBUG : removing 2 level 2 directories 2025/03/29 05:59:11 INFO : A3/B3: Removing directory 2025/03/29 05:59:11 INFO : A1/B2: Removing directory 2025/03/29 05:59:11 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/03/29 05:59:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/29 05:59:12 DEBUG : removing 2 level 1 directories 2025/03/29 05:59:12 INFO : A3: Removing directory 2025/03/29 05:59:12 INFO : A2: Removing directory 2025/03/29 05:59:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/03/29 05:59:16 DEBUG : removing 1 level 3 directories 2025/03/29 05:59:16 INFO : A1/B1/C1: Removing directory 2025/03/29 05:59:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:16 DEBUG : removing 1 level 2 directories 2025/03/29 05:59:16 INFO : A1/B1: Removing directory 2025/03/29 05:59:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/29 05:59:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/29 05:59:17 DEBUG : removing 1 level 1 directories 2025/03/29 05:59:17 INFO : A1: Removing directory 2025/03/29 05:59:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/29 05:59:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/29 05:59:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/29 05:59:18 DEBUG : removing 1 level 0 directories 2025/03/29 05:59:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Removing directory 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/29 05:59:19 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (24.03s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:59:21 INFO : A1: Making directory 2025/03/29 05:59:21 INFO : A1/B1: Making directory 2025/03/29 05:59:22 INFO : A1/B1/C1: Making directory 2025/03/29 05:59:24 DEBUG : removing 1 level 3 directories 2025/03/29 05:59:24 INFO : A1/B1/C1: Removing directory 2025/03/29 05:59:25 DEBUG : removing 1 level 2 directories 2025/03/29 05:59:25 INFO : A1/B1: Removing directory 2025/03/29 05:59:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/29 05:59:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.81s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:59:28 INFO : A1: Making directory 2025/03/29 05:59:28 INFO : A1/B1: Making directory 2025/03/29 05:59:29 INFO : A1/B1/C1: Making directory 2025/03/29 05:59:32 DEBUG : removing 1 level 3 directories 2025/03/29 05:59:32 INFO : A1/B1/C1: Removing directory 2025/03/29 05:59:32 DEBUG : removing 1 level 2 directories 2025/03/29 05:59:32 INFO : A1/B1: Removing directory 2025/03/29 05:59:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/29 05:59:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (6.90s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:59:36 DEBUG : file1: md5 = e68e3a8164935fcc448316adc394c58f OK 2025/03/29 05:59:36 DEBUG : filename.txt: File name found in url 2025/03/29 05:59:38 DEBUG : filename.txt: md5 = 481033ebb6e9037e37f6c655433ebf90 OK 2025/03/29 05:59:38 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/03/29 05:59:39 DEBUG : headerfilename.txt: md5 = 09dda835141bfdb90fdfa77666e3ecf9 OK 2025/03/29 05:59:40 DEBUG : file2: md5 = f11224e39bcd28154881f828929c314b OK --- PASS: TestCopyURL (8.41s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:59:43 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/29 05:59:45 DEBUG : sub/file2: md5 = 010ede099702d0ed5d9e0149acf7c727 OK 2025/03/29 05:59:45 INFO : file1: Copied (new) to: sub/file2 2025/03/29 05:59:45 INFO : file1: Deleted 2025/03/29 05:59:46 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/29 05:59:46 DEBUG : file1: Unchanged skipping 2025/03/29 05:59:46 INFO : file1: Deleted 2025/03/29 05:59:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': don't need to copy/move sub/file2, it is already at target location 2025/03/29 05:59:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.95s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:59:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/29 05:59:51 DEBUG : file1: md5 = f56c8dfcabd0698e3332bf332de5d556 OK 2025/03/29 05:59:51 INFO : file1: Copied (new) 2025/03/29 05:59:51 INFO : file1: Deleted 2025/03/29 05:59:51 DEBUG : file1: Destination exists, skipping 2025/03/29 05:59:51 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.23s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 05:59:55 DEBUG : dst/file1: md5 = 5486eaf5e7073eebd22c2ee7c9a58e17 OK 2025/03/29 05:59:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lidetap1suli/backup" 2025/03/29 05:59:56 DEBUG : Creating backend with remote "TestDrive:crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g/1nrff024r7pq65ecp72fc28jb0" 2025/03/29 05:59:57 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/29 06:00:00 INFO : dst/file1: Moved (server-side) 2025/03/29 06:00:01 DEBUG : dst/file1: md5 = 53b7e3ff5f337f3ff36323a3762c2a75 OK 2025/03/29 06:00:01 INFO : dst/file1: Copied (new) 2025/03/29 06:00:01 INFO : dst/file1: Deleted 2025/03/29 06:00:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/29 06:00:04 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/29 06:00:05 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.37s) === 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:00:08 DEBUG : A1/one: md5 = 17e6f58d6cdcf51c9e68492dce7fdb1f OK 2025/03/29 06:00:09 DEBUG : A1/two: md5 = 867d81474c5383e7d110ec383b3a3af3 OK 2025/03/29 06:00:11 DEBUG : A1/B1/three: md5 = a7982c18c6137367bab38a4fb0d4ab70 OK 2025/03/29 06:00:13 DEBUG : A1/B1/C1/four: md5 = 39c732a34ac6fb6d55bd06f14a5c7038 OK 2025/03/29 06:00:15 DEBUG : A1/B1/C2/five: md5 = f7ec3ee4c3ce179541ad38d83af0f152 OK 2025/03/29 06:00:15 INFO : A1/B2: Making directory 2025/03/29 06:00:16 INFO : A1/B1/C3: Making directory 2025/03/29 06:00:25 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/29 06:00:25 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/29 06:00:25 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/29 06:00:26 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/29 06:00:26 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/29 06:00:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/29 06:00:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/29 06:00:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/29 06:00:29 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/29 06:00:29 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/29 06:00:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/29 06:00:36 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/29 06:00:36 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/29 06:00:36 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/29 06:00:37 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/29 06:00:37 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/29 06:00:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/29 06:00:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/29 06:00:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/29 06:00:40 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/29 06:00:40 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/29 06:00:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/03/29 06:00:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/03/29 06:00:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/29 06:00:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/29 06:00:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/29 06:00:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/29 06:00:49 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/29 06:00:49 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/29 06:00:49 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/29 06:00:49 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.60s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:00:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': File to upload is small (34 bytes), uploading instead of streaming 2025/03/29 06:00:52 DEBUG : no_checksum_small_file_from_pipe: md5 = 584760d16b3768f828e25ff0432af4cb OK 2025/03/29 06:00:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/03/29 06:00:52 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/29 06:00:53 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/03/29 06:00:54 DEBUG : no_checksum_big_file_from_pipe: md5 = eab1f2bd58cd30183e1682d8b7b4b867 OK 2025/03/29 06:00:54 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:00:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': File to upload is small (34 bytes), uploading instead of streaming 2025/03/29 06:00:57 DEBUG : with_checksum_small_file_from_pipe: md5 = 58cccdb073e830b10b1b103eaeb46f62 OK 2025/03/29 06:00:57 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/29 06:00:58 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/03/29 06:00:59 DEBUG : with_checksum_big_file_from_pipe: md5 = 6d624291d477742b07b32ee17d1bc018 OK 2025/03/29 06:00:59 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': File to upload is small (34 bytes), uploading instead of streaming 2025/03/29 06:01:02 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/29 06:01:03 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/29 06:01:03 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': File to upload is small (34 bytes), uploading instead of streaming 2025/03/29 06:01:07 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/29 06:01:07 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/29 06:01:08 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.27s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.94s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.83s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.68s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/03/29 06:01:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': File to upload is small (48 bytes), uploading instead of streaming 2025/03/29 06:01:11 DEBUG : rcat_metadata: md5 = 3cce1d2719d1bd1750b692699d323683 OK 2025/03/29 06:01:11 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/03/29 06:01:13 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/03/29 06:01:14 DEBUG : rcat_metadata_uploadcutoff0: md5 = 0402f49103f4fe7fd003a707c94b6708 OK 2025/03/29 06:01:14 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.72s) --- PASS: TestRcatMetadata/Normal (2.51s) --- PASS: TestRcatMetadata/ViaDisk (2.78s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:17 DEBUG : potato1: md5 = fa6a1caaea665e97af3d849f23482586 OK 2025/03/29 06:01:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': File to upload is small (60 bytes), uploading instead of streaming 2025/03/29 06:01:18 DEBUG : potato2: md5 = fa1758b4668c93443210fbb738853fd0 OK 2025/03/29 06:01:18 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.40s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:21 DEBUG : potato1: md5 = c8dc003267915a4288fdc340cddb5aeb OK 2025/03/29 06:01:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': File to upload is small (60 bytes), uploading instead of streaming 2025/03/29 06:01:23 DEBUG : potato2: md5 = b9213c1c981284def7d83a1b1ca07d47 OK 2025/03/29 06:01:23 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.09s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:26 DEBUG : potato2: md5 = 2da1837eb1d4dea10a48165b8aa4176d OK 2025/03/29 06:01:28 DEBUG : empty space: md5 = 69961a23ae1457528b2bf43b2aab71f4 OK 2025/03/29 06:01:30 DEBUG : sub dir/potato3: md5 = d28128de7ab5d472ff29c49ebf333380 OK 2025/03/29 06:01:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Touching "sub dir/potato3" 2025/03/29 06:01:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Touching "empty space" 2025/03/29 06:01:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Touching "potato2" 2025/03/29 06:01:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.41s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:34 DEBUG : dir with metadata: Making directory with metadata 2025/03/29 06:01:35 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.24s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:37 DEBUG : directory with modtime: Making directory with metadata 2025/03/29 06:01:37 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-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:39 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/29 06:01:39 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/29 06:01:39 DEBUG : Google drive root 'crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g': Skipping btime metadata as can't update it on an existing file: 2025-03-29T06:01:39.491791739Z 2025/03/29 06:01:40 INFO : non existent directory: Updated directory metadata 2025/03/29 06:01:42 DEBUG : Google drive root 'crypt/3tf65pprlda04teetvoadck3u0v5e0hmml5dnu5lb8462vasv17g': Skipping btime metadata as can't update it on an existing file: 2025-03-29T06:01:39.491791739Z 2025/03/29 06:01:42 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.44s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:43 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/03/29 06:01:45 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/03/29 06:01:46 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.91s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:47 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/29 06:01:47 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/29 06:01:47 DEBUG : dst: Making directory with metadata 2025/03/29 06:01:48 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/29 06:01:48 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/29 06:01:49 INFO : dst: Set directory modification time (using SetModTime) 2025/03/29 06:01:49 INFO : dst: Set directory modification time (using SetModTime) 2025/03/29 06:01:49 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/03/29 06:01:50 INFO : dst: Set directory modification time (using SetModTime) 2025/03/29 06:01:50 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.71s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli'", Local "Local file system at /tmp/rclone1647360143", Modify Window "1ms" 2025/03/29 06:01:53 DEBUG : sub dir/test remove existing: md5 = 1073a1c8ce2a09b56002d893da5b3f8f OK 2025/03/29 06:01:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 0c4037880e7304aa1f274e1c1270ac28 OK 2025/03/29 06:01:56 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.lodafic0" before starting 2025/03/29 06:01:57 DEBUG : sub dir/test remove existing.lodafic0: TEST: removing renamed existing file after operation 2025/03/29 06:01:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dimodiw9" before starting 2025/03/29 06:01:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dimodiw9: TEST: renaming existing back after failed operation 2025/03/29 06:02:01 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tojegiw7" before starting 2025/03/29 06:02:02 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tojegiw7: TEST: removing renamed existing file after operation 2025/03/29 06:02:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "sq53ege69o28aru94i9idijpk1fj9i0nic2u0n01e8rakg4ge6c0" 2025/03/29 06:02:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ckai14i3avejtm6be3b19m0f1ib7l7eqj174loe44e1d0dfr7bmbmm51om4680qamatlvl0cac9v1npst5mglgnj2cte4c3c2m9alv69097f1a4p46f0smvo7ba383fkfagm1p1ed7lhiejn3dkm8ffgdjo7l95a6jcmnghrke9i7p9opei0" --- PASS: TestRemoveExisting (12.85s) === 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/03/29 06:02:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lidetap1suli': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m14.184095222s (try 1/5)