"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/06/28 03:40:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi" 2025/06/28 03:40:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:40:27 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g" 2025/06/28 03:40:28 DEBUG : Creating backend with remote "/tmp/rclone321968207" === 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/28 03:40:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 03:40:29 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/28 03:40:29 DEBUG : potato: Seek from 10 to 0 2025/06/28 03:40:29 DEBUG : potato: Seek from 10 to 0 2025/06/28 03:40:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/28 03:40:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 03:40:29 DEBUG : potato: Seek from 5 to 2 2025/06/28 03:40:29 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/28 03:40:29 DEBUG : potato: Seek from 7 to 0 2025/06/28 03:40:29 DEBUG : potato: Seek from 7 to 0 2025/06/28 03:40:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/28 03:40:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 03:40:29 DEBUG : potato: Seek from 5 to 2 2025/06/28 03:40:29 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/28 03:40:29 DEBUG : potato: Seek from 8 to 0 2025/06/28 03:40:29 DEBUG : potato: Seek from 8 to 0 2025/06/28 03:40:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/28 03:40:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 03:40:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 03:40:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 03:40:29 DEBUG : potato: Seek from 5 to 2 2025/06/28 03:40:29 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/28 03:40:29 DEBUG : potato: Seek from 9 to 0 2025/06/28 03:40:29 DEBUG : potato: Seek from 9 to 0 2025/06/28 03:40:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:40:31 DEBUG : rutabaga: md5 = 27a6f3dd1429868ebefe3f03d6455afd OK === RUN TestCheck/1 === RUN TestCheck/2 2025/06/28 03:40:33 DEBUG : empty space: md5 = 76b733f4ed58f1f1066e5040225e5309 OK === RUN TestCheck/3 2025/06/28 03:40:35 DEBUG : potato2: md5 = 8cf3e2413b3fb502ab03b4d390d7cc66 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/06/28 03:40:37 DEBUG : remotepotato: md5 = 1114e25aa6eccd48ffefbbd3e9023b06 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.88s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/06/28 03:40:40 DEBUG : Creating backend with remote "nonexistent" 2025/06/28 03:40:40 DEBUG : Creating backend with remote "nonexistent" 2025/06/28 03:40:40 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/28 03:40:40 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/28 03:40:40 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/28 03:40:40 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:40:41 DEBUG : rutabaga: md5 = 37eb1f273213e87f7e2555499bd32db4 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/06/28 03:40:45 DEBUG : empty space: md5 = 3719d667de95bf90fda3b39d675e39a0 OK === RUN TestCheckDownload/3 2025/06/28 03:40:47 DEBUG : potato2: md5 = 221be669590ffb98277e6e50dbaa4631 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/06/28 03:40:51 DEBUG : remotepotato: md5 = 6f0365327c88a4e91fe83cd6972dc408 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.51s) --- PASS: TestCheckDownload/1 (1.06s) --- PASS: TestCheckDownload/2 (1.22s) --- PASS: TestCheckDownload/3 (0.87s) --- PASS: TestCheckDownload/4 (1.43s) --- PASS: TestCheckDownload/5 (1.04s) --- PASS: TestCheckDownload/6 (1.08s) --- PASS: TestCheckDownload/7 (1.31s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:40:57 DEBUG : rutabaga: md5 = cf4acca5dd3d17e78e781bf1335be759 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/06/28 03:41:00 DEBUG : empty space: md5 = 1f90258da31ce0389844b4549b312e65 OK === RUN TestCheckSizeOnly/3 2025/06/28 03:41:02 DEBUG : potato2: md5 = 59a73cf64c92d72404cd2c1c42f5c34d OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/06/28 03:41:04 DEBUG : remotepotato: md5 = 9b618dccc5fc889e719c98fefcfe0ac3 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.34s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.23s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:41:08 DEBUG : test.sum: md5 = 8b65df6b71f0bef8f9f0ae88c8e2aedc OK 2025/06/28 03:41:09 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/28 03:41:09 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/28 03:41:09 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/28 03:41:09 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/28 03:41:10 DEBUG : test.sum: md5 = ac6ee82f576085b6a5f67a10f3a0e17a OK 2025/06/28 03:41:13 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/28 03:41:13 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/28 03:41:13 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/28 03:41:13 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.95s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:41:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/data" 2025/06/28 03:41:13 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.95s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:41:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/data" 2025/06/28 03:41:15 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/vjrnln8ratgmqakfosrqe8espk" 2025/06/28 03:41:19 DEBUG : data/banana: md5 = 2c2c940f8d6cbb9bfdd89d77dda89def OK 2025/06/28 03:41:20 DEBUG : test.sum: md5 = a1396c3713dd8eb62871f5a78ca35a17 OK === RUN TestCheckSumDownload/subtest1 2025/06/28 03:41:25 DEBUG : data/potato: md5 = 3a066d6b0636f160cbc1bf5a257072dd OK 2025/06/28 03:41:26 DEBUG : test.sum: md5 = 169c98c3cd7478daedbf10141cb969e1 OK === RUN TestCheckSumDownload/subtest2 2025/06/28 03:41:30 DEBUG : test.sum: md5 = d5b90b491218d2173ad4719a65b12874 OK === RUN TestCheckSumDownload/subtest3 2025/06/28 03:41:34 DEBUG : test.sum: md5 = c3e5dbe2b165c6be3ec0ebba524ca04d OK === RUN TestCheckSumDownload/subtest4 2025/06/28 03:41:38 DEBUG : test.sum: md5 = 475227ae89897b13bc3543b5ca7f97f0 OK === RUN TestCheckSumDownload/subtest5 2025/06/28 03:41:42 DEBUG : test.sum: md5 = f1fdf5ba64b80e37ea337262b025124d OK === RUN TestCheckSumDownload/subtest6 2025/06/28 03:41:46 DEBUG : data/banana: md5 = f46b7d5ac70ce32a56ce5c5354e46a20 OK 2025/06/28 03:41:47 DEBUG : data/potato: md5 = 15c4bb45c69375b95f06e2fb0e09f5f9 OK 2025/06/28 03:41:49 DEBUG : test.sum: md5 = f907b09d4c7e0f3b915f46d127ceabcf OK === RUN TestCheckSumDownload/subtest7 2025/06/28 03:41:53 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/06/28 03:41:53 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (38.65s) --- PASS: TestCheckSumDownload/subtest1 (2.40s) --- PASS: TestCheckSumDownload/subtest2 (2.07s) --- PASS: TestCheckSumDownload/subtest3 (2.20s) --- PASS: TestCheckSumDownload/subtest4 (2.21s) --- PASS: TestCheckSumDownload/subtest5 (2.28s) --- PASS: TestCheckSumDownload/subtest6 (2.15s) --- PASS: TestCheckSumDownload/subtest7 (2.10s) === RUN TestApplyTransforms 2025/06/28 03:41:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-visewus0livi" 2025/06/28 03:41:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:41:54 DEBUG : Creating backend with remote "TestDrive:crypt/vg4see1rjbqonpt2o9bmjcbjchtc8i7r5s8tjo2evmkhjsggadkg" 2025/06/28 03:41:55 DEBUG : Creating backend with remote "/tmp/rclone1257069056" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-visewus0livi'", Local "Local file system at /tmp/rclone1257069056", Modify Window "1ms" 2025/06/28 03:41:57 DEBUG : hello, world!: md5 = 5195ee6c34a443deb434fcb47a1aba3c OK upper checkfile vs. lower remote (without normalization) 2025/06/28 03:41:58 ERROR : hello, world!: sum not found 2025/06/28 03:41:58 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-visewus0livi' 2025/06/28 03:41:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-visewus0livi': 1 files missing 2025/06/28 03:41:58 NOTICE: 1 hashes missing 2025/06/28 03:41:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-visewus0livi': 2 differences found 2025/06/28 03:41:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-visewus0livi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/28 03:41:59 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:41:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-visewus0livi': 0 differences found 2025/06/28 03:41:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-visewus0livi': 1 matching files 2025/06/28 03:41:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giyimib2cafa" 2025/06/28 03:41:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:41:59 DEBUG : Creating backend with remote "TestDrive:crypt/ktoean2in8ns7e32eqri5skvckj26m86c4q9t49h6k18g0o0bck0" 2025/06/28 03:42:00 DEBUG : Creating backend with remote "/tmp/rclone2194211133" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giyimib2cafa'", Local "Local file system at /tmp/rclone2194211133", Modify Window "1ms" 2025/06/28 03:42:02 DEBUG : HELLO, WORLD!: md5 = d9f8c39a42879ed62ca7aae5d1c1c67a OK lower checkfile vs. upper remote (without normalization) 2025/06/28 03:42:02 ERROR : HELLO, WORLD!: sum not found 2025/06/28 03:42:02 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-giyimib2cafa' 2025/06/28 03:42:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyimib2cafa': 1 files missing 2025/06/28 03:42:02 NOTICE: 1 hashes missing 2025/06/28 03:42:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyimib2cafa': 2 differences found 2025/06/28 03:42:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyimib2cafa': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/28 03:42:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyimib2cafa': 0 differences found 2025/06/28 03:42:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giyimib2cafa': 1 matching files 2025/06/28 03:42:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jebahem6leci" 2025/06/28 03:42:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:42:04 DEBUG : Creating backend with remote "TestDrive:crypt/h6ai7oemau9p0tsebuq4dm0ivdiiko95rv5einmj3pe3h86blpeg" 2025/06/28 03:42:04 DEBUG : Creating backend with remote "/tmp/rclone2565234965" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jebahem6leci'", Local "Local file system at /tmp/rclone2565234965", Modify Window "1ms" 2025/06/28 03:42:07 DEBUG : HeLlO, wOrLd!: md5 = 7f61bfd5236e609f326408d98fad8a79 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/28 03:42:07 ERROR : HeLlO, wOrLd!: sum not found 2025/06/28 03:42:07 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jebahem6leci' 2025/06/28 03:42:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebahem6leci': 1 files missing 2025/06/28 03:42:07 NOTICE: 1 hashes missing 2025/06/28 03:42:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebahem6leci': 2 differences found 2025/06/28 03:42:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebahem6leci': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/28 03:42:08 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebahem6leci': 0 differences found 2025/06/28 03:42:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jebahem6leci': 1 matching files 2025/06/28 03:42:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kuzajec0pide" 2025/06/28 03:42:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:42:08 DEBUG : Creating backend with remote "TestDrive:crypt/2dfh23esiip83u09n2ruvuuuqsdkav24qokivq7mfpn8v3riripg" 2025/06/28 03:42:09 DEBUG : Creating backend with remote "/tmp/rclone1451739067" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kuzajec0pide'", Local "Local file system at /tmp/rclone1451739067", Modify Window "1ms" 2025/06/28 03:42:11 DEBUG : HELLO, WORLD!: md5 = f82afb4878843cd6ebf6684fb39951d2 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/28 03:42:12 ERROR : HELLO, WORLD!: sum not found 2025/06/28 03:42:12 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kuzajec0pide' 2025/06/28 03:42:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuzajec0pide': 1 files missing 2025/06/28 03:42:12 NOTICE: 1 hashes missing 2025/06/28 03:42:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuzajec0pide': 2 differences found 2025/06/28 03:42:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuzajec0pide': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/28 03:42:13 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuzajec0pide': 0 differences found 2025/06/28 03:42:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuzajec0pide': 1 matching files 2025/06/28 03:42:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vupomuj7loco" 2025/06/28 03:42:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:42:13 DEBUG : Creating backend with remote "TestDrive:crypt/50fp96lmeukop8ha3sd0dep5nnmgk58nvrp39tj3c072iikfdui0" 2025/06/28 03:42:14 DEBUG : Creating backend with remote "/tmp/rclone2753343236" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vupomuj7loco'", Local "Local file system at /tmp/rclone2753343236", Modify Window "1ms" 2025/06/28 03:42:16 DEBUG : 測試_Русский___ě_áñ: md5 = e85f37486a6bae95e1331965143e35ff OK NFD checkfile vs. NFC remote (without normalization) 2025/06/28 03:42:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/28 03:42:16 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vupomuj7loco' 2025/06/28 03:42:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupomuj7loco': 1 files missing 2025/06/28 03:42:16 NOTICE: 1 hashes missing 2025/06/28 03:42:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupomuj7loco': 2 differences found 2025/06/28 03:42:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupomuj7loco': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/28 03:42:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupomuj7loco': 0 differences found 2025/06/28 03:42:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vupomuj7loco': 1 matching files 2025/06/28 03:42:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biqoran5sapo" 2025/06/28 03:42:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:42:18 DEBUG : Creating backend with remote "TestDrive:crypt/gibh0d86cugtd0r1gn1hkfho42cv4nq733jsejolctrf960ct84g" 2025/06/28 03:42:19 DEBUG : Creating backend with remote "/tmp/rclone886658210" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biqoran5sapo'", Local "Local file system at /tmp/rclone886658210", Modify Window "1ms" 2025/06/28 03:42:21 DEBUG : 測試_Русский___ě_áñ: md5 = a26111a60c7d9bfd143e5fb46da957d8 OK NFC checkfile vs. NFD remote (without normalization) 2025/06/28 03:42:22 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/28 03:42:22 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-biqoran5sapo' 2025/06/28 03:42:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biqoran5sapo': 1 files missing 2025/06/28 03:42:22 NOTICE: 1 hashes missing 2025/06/28 03:42:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biqoran5sapo': 2 differences found 2025/06/28 03:42:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biqoran5sapo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/28 03:42:23 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biqoran5sapo': 0 differences found 2025/06/28 03:42:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biqoran5sapo': 1 matching files 2025/06/28 03:42:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ninoles1mewa" 2025/06/28 03:42:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:42:23 DEBUG : Creating backend with remote "TestDrive:crypt/jvi0jq95foof1g6hah5agr4gk8bfv3pglevikbptrnq4digldl00" 2025/06/28 03:42:24 DEBUG : Creating backend with remote "/tmp/rclone3321548068" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ninoles1mewa'", Local "Local file system at /tmp/rclone3321548068", Modify Window "1ms" 2025/06/28 03:42:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 83be23bc840ec26911c517537dd19653 OK NFDx2 checkfile vs. both remote (without normalization) 2025/06/28 03:42:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 03:42:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ninoles1mewa' 2025/06/28 03:42:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninoles1mewa': 1 files missing 2025/06/28 03:42:27 NOTICE: 1 hashes missing 2025/06/28 03:42:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninoles1mewa': 2 differences found 2025/06/28 03:42:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninoles1mewa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/28 03:42:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninoles1mewa': 0 differences found 2025/06/28 03:42:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninoles1mewa': 1 matching files 2025/06/28 03:42:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoburol9bobe" 2025/06/28 03:42:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:42:28 DEBUG : Creating backend with remote "TestDrive:crypt/1016h6t52o4v3ogcmi99n84hl80raef9bc5292uplas6s0pcatb0" 2025/06/28 03:42:29 DEBUG : Creating backend with remote "/tmp/rclone3915544147" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoburol9bobe'", Local "Local file system at /tmp/rclone3915544147", Modify Window "1ms" 2025/06/28 03:42:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = df386be8599a422b5d8bf4a2b4d3b316 OK NFCx2 checkfile vs. both remote (without normalization) 2025/06/28 03:42:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 03:42:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hoburol9bobe' 2025/06/28 03:42:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoburol9bobe': 1 files missing 2025/06/28 03:42:31 NOTICE: 1 hashes missing 2025/06/28 03:42:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoburol9bobe': 2 differences found 2025/06/28 03:42:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoburol9bobe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/28 03:42:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoburol9bobe': 0 differences found 2025/06/28 03:42:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoburol9bobe': 1 matching files 2025/06/28 03:42:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yogoxis4biqo" 2025/06/28 03:42:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:42:33 DEBUG : Creating backend with remote "TestDrive:crypt/9gf8d8k2ostsdf8n4hle13qprt0mudn7rm3m3u0qar7u07s0u8h0" 2025/06/28 03:42:34 DEBUG : Creating backend with remote "/tmp/rclone3297540846" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yogoxis4biqo'", Local "Local file system at /tmp/rclone3297540846", Modify Window "1ms" 2025/06/28 03:42:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = bb32c936282419bdf079344dc780e13d OK both checkfile vs. NFDx2 remote (without normalization) 2025/06/28 03:42:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 03:42:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yogoxis4biqo' 2025/06/28 03:42:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yogoxis4biqo': 1 files missing 2025/06/28 03:42:36 NOTICE: 1 hashes missing 2025/06/28 03:42:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yogoxis4biqo': 2 differences found 2025/06/28 03:42:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yogoxis4biqo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/28 03:42:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yogoxis4biqo': 0 differences found 2025/06/28 03:42:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yogoxis4biqo': 1 matching files 2025/06/28 03:42:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lusagoz5dede" 2025/06/28 03:42:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:42:38 DEBUG : Creating backend with remote "TestDrive:crypt/k48lim03vfc0goavdd34pvi83ib1l1m1jlcjveeff7iq9lcfn83g" 2025/06/28 03:42:38 DEBUG : Creating backend with remote "/tmp/rclone2901423740" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lusagoz5dede'", Local "Local file system at /tmp/rclone2901423740", Modify Window "1ms" 2025/06/28 03:42:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4fadcb68ec7b836626c05551b8d3610b OK both checkfile vs. NFCx2 remote (without normalization) 2025/06/28 03:42:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 03:42:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lusagoz5dede' 2025/06/28 03:42:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lusagoz5dede': 1 files missing 2025/06/28 03:42:41 NOTICE: 1 hashes missing 2025/06/28 03:42:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lusagoz5dede': 2 differences found 2025/06/28 03:42:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lusagoz5dede': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/28 03:42:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 03:42:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lusagoz5dede': 0 differences found 2025/06/28 03:42:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lusagoz5dede': 1 matching files 2025/06/28 03:42:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lusagoz5dede': Purge remote 2025/06/28 03:42:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yogoxis4biqo': Purge remote 2025/06/28 03:42:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoburol9bobe': Purge remote 2025/06/28 03:42:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ninoles1mewa': Purge remote 2025/06/28 03:42:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biqoran5sapo': Purge remote 2025/06/28 03:42:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vupomuj7loco': Purge remote 2025/06/28 03:42:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kuzajec0pide': Purge remote 2025/06/28 03:42:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jebahem6leci': Purge remote 2025/06/28 03:42:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giyimib2cafa': Purge remote 2025/06/28 03:42:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-visewus0livi': Purge remote --- PASS: TestApplyTransforms (52.15s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:42:46 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/28 03:42:48 DEBUG : sub/file2: md5 = 52b0e13f9dc7901491d6919a69bad596 OK 2025/06/28 03:42:48 INFO : file1: Copied (new) to: sub/file2 2025/06/28 03:42:49 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/28 03:42:49 DEBUG : file1: Unchanged skipping 2025/06/28 03:42:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': don't need to copy/move sub/file2, it is already at target location 2025/06/28 03:42:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.82s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:42:55 DEBUG : dst/file1: md5 = b5a9dd4e37a17093ba8269417d05f7f9 OK 2025/06/28 03:42:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/backup" 2025/06/28 03:42:55 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/1nrff024r7pq65ecp72fc28jb0" 2025/06/28 03:42:57 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/28 03:42:59 INFO : dst/file1: Moved (server-side) 2025/06/28 03:43:01 DEBUG : dst/file1: md5 = 7348bc1a90127bf968aa3aa445eac8ff OK 2025/06/28 03:43:01 INFO : dst/file1: Copied (new) 2025/06/28 03:43:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/28 03:43:04 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/28 03:43:05 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.86s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:43:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/dst" 2025/06/28 03:43:05 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/28 03:43:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/CompareDest" 2025/06/28 03:43:07 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/gveqi14airsml4bgu7krj116o8" 2025/06/28 03:43:09 DEBUG : one: Need to transfer - File not found at Destination 2025/06/28 03:43:11 DEBUG : one: md5 = 81dcee45911d6895316ecd2b2b1f86e7 OK 2025/06/28 03:43:11 INFO : one: Copied (new) 2025/06/28 03:43:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 03:43:13 DEBUG : one: md5 = 28fe45ee844d396b2748e9ab4e81b13b OK 2025/06/28 03:43:13 INFO : one: Copied (replaced existing) 2025/06/28 03:43:15 DEBUG : dst/one: md5 = d9b807237c353b232facb66caa5b59e0 OK 2025/06/28 03:43:17 DEBUG : CompareDest/one: md5 = 201b0b0c27c84d5b5ba423934adf54d1 OK 2025/06/28 03:43:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 03:43:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/28 03:43:19 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/28 03:43:20 DEBUG : CompareDest/two: md5 = 177770ac4de624e53081e669d882e4c3 OK 2025/06/28 03:43:21 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 03:43:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/28 03:43:21 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/28 03:43:22 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 03:43:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/28 03:43:22 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/28 03:43:24 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 03:43:24 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/28 03:43:25 DEBUG : two: md5 = e6a93d46cf09a54a1bbc9175d6ae8ffa OK 2025/06/28 03:43:25 INFO : two: Copied (new) 2025/06/28 03:43:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/28 03:43:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:43:29 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/28 03:43:29 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.33s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:43:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/dst" 2025/06/28 03:43:30 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/28 03:43:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/CopyDest" 2025/06/28 03:43:31 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/28 03:43:33 DEBUG : one: Need to transfer - File not found at Destination 2025/06/28 03:43:35 DEBUG : one: md5 = c99215f42911ce9a93d0b7496145b03f OK 2025/06/28 03:43:35 INFO : one: Copied (new) 2025/06/28 03:43:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 03:43:37 DEBUG : one: md5 = 6745010dfb88dea3fc31674350d6ea40 OK 2025/06/28 03:43:37 INFO : one: Copied (replaced existing) 2025/06/28 03:43:39 DEBUG : dst/one: md5 = 96099b48f9666cc3755a7f405c73b2e8 OK 2025/06/28 03:43:42 DEBUG : CopyDest/one: md5 = 218bb8d754598e9dc27d714b934e584e OK 2025/06/28 03:43:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/BackupDir" 2025/06/28 03:43:42 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/28 03:43:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 03:43:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/28 03:43:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 03:43:46 INFO : one: Moved (server-side) 2025/06/28 03:43:47 INFO : one: Copied (server-side copy) 2025/06/28 03:43:47 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/28 03:43:48 DEBUG : CopyDest/two: md5 = 038164c5606efac57194748cfab36e65 OK 2025/06/28 03:43:49 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 03:43:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/28 03:43:50 INFO : two: Copied (server-side copy) 2025/06/28 03:43:50 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/28 03:43:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/28 03:43:51 DEBUG : two: Unchanged skipping 2025/06/28 03:43:53 DEBUG : CopyDest/three: md5 = 255cd8da990934a4e6a1bcdbcad4a897 OK 2025/06/28 03:43:54 DEBUG : three: Need to transfer - File not found at Destination 2025/06/28 03:43:54 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/28 03:43:54 DEBUG : three: Destination not found in --copy-dest 2025/06/28 03:43:55 DEBUG : three: md5 = dc1c030631fc511de06e730c2c2b40ae OK 2025/06/28 03:43:55 INFO : three: Copied (new) 2025/06/28 03:43:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/28 03:43:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/28 03:43:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:44:00 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:44:00 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/28 03:44:00 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/28 03:44:01 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (31.95s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:03 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/28 03:44:05 DEBUG : TestCopyFileMaxTransfer/file1: md5 = d90379d28ddec191cf7f921f5aa69e07 OK 2025/06/28 03:44:05 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/28 03:44:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/28 03:44:06 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/06/28 03:44:07 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/28 03:44:08 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/28 03:44:09 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a0995914eb5b7b9d9be55371ac10fe80 OK 2025/06/28 03:44:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/06/28 03:44:11 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/06/28 03:44:11 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.55s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Looking for duplicate names using skip mode. 2025/06/28 03:44:15 NOTICE: one: Found 2 files with duplicate names 2025/06/28 03:44:15 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.64s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Looking for duplicate names using skip mode. 2025/06/28 03:44:21 NOTICE: one: Found 3 files with duplicate names 2025/06/28 03:44:21 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/06/28 03:44:22 INFO : one: Deleted 2025/06/28 03:44:22 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.12s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Looking for duplicate names using first mode. 2025/06/28 03:44:27 NOTICE: one: Found 3 files with duplicate names 2025/06/28 03:44:28 INFO : one: Deleted 2025/06/28 03:44:28 INFO : one: Deleted 2025/06/28 03:44:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.86s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Looking for duplicate names using newest mode. 2025/06/28 03:44:33 NOTICE: one: Found 3 files with duplicate names 2025/06/28 03:44:33 INFO : one: Deleted 2025/06/28 03:44:34 INFO : one: Deleted 2025/06/28 03:44:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (5.89s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Looking for duplicate names using oldest mode. 2025/06/28 03:44:39 NOTICE: one: Found 3 files with duplicate names 2025/06/28 03:44:40 INFO : one: Deleted 2025/06/28 03:44:40 INFO : one: Deleted 2025/06/28 03:44:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.83s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Looking for duplicate names using largest mode. 2025/06/28 03:44:45 NOTICE: one: Found 3 files with duplicate names 2025/06/28 03:44:46 INFO : one: Deleted 2025/06/28 03:44:46 INFO : one: Deleted 2025/06/28 03:44:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.90s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Looking for duplicate names using smallest mode. 2025/06/28 03:44:51 NOTICE: one: Found 3 files with duplicate names 2025/06/28 03:44:51 INFO : one: Deleted 2025/06/28 03:44:52 INFO : one: Deleted 2025/06/28 03:44:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.96s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:44:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Looking for duplicate names using rename mode. 2025/06/28 03:44:58 NOTICE: one.txt: Found 3 files with duplicate names 2025/06/28 03:44:59 INFO : one-2.txt: renamed from: one.txt 2025/06/28 03:45:00 INFO : one-3.txt: renamed from: one.txt 2025/06/28 03:45:02 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.90s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:45:06 DEBUG : dupe1/one.txt: md5 = 4835d7a721d71ee9dda9364b315031a7 OK 2025/06/28 03:45:09 DEBUG : dupe2/two.txt: md5 = cb0fc92dcbbf0193fce4f12e30ab2ddb OK 2025/06/28 03:45:11 DEBUG : dupe3/three.txt: md5 = ffafb3755812d7d63e78febf1842a8ed OK 2025/06/28 03:45:11 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/06/28 03:45:12 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/06/28 03:45:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/06/28 03:45:13 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/06/28 03:45:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/06/28 03:45:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/06/28 03:45:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.00s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:45:18 DEBUG : a.txt: md5 = 221627561306709efebf341bfc73b47c OK 2025/06/28 03:45:19 DEBUG : zend.txt: md5 = c71af655e4ebb1a8194be08ef3e1d49f OK 2025/06/28 03:45:22 DEBUG : sub dir/hello world: md5 = a40d44e17f6ad5bf3eb75f8171da6275 OK 2025/06/28 03:45:23 DEBUG : sub dir/hello world2: md5 = 97313bd7996b5ae62c9601b7006fa999 OK 2025/06/28 03:45:25 DEBUG : sub dir/ignore dir/.ignore: md5 = 6a0453b85ab71405ec6e236062549fc8 OK 2025/06/28 03:45:26 DEBUG : sub dir/ignore dir/should be ignored: md5 = 439b1e72a8870d3290a08d07f885faf1 OK 2025/06/28 03:45:29 DEBUG : sub dir/sub sub dir/hello world3: md5 = 742e6b7db55e4898bac79da1a1aedbb4 OK 2025/06/28 03:45:30 DEBUG : a.txt: Excluded (Size Filter) 2025/06/28 03:45:30 DEBUG : a.txt: Excluded 2025/06/28 03:45:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 03:45:30 DEBUG : sub dir/hello world2: Excluded 2025/06/28 03:45:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 03:45:30 DEBUG : sub dir/hello world: Excluded 2025/06/28 03:45:31 DEBUG : sub dir/ignore dir: Excluded 2025/06/28 03:45:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 03:45:31 DEBUG : sub dir/hello world2: Excluded 2025/06/28 03:45:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 03:45:31 DEBUG : sub dir/hello world: Excluded 2025/06/28 03:45:31 DEBUG : sub dir/ignore dir: Excluded 2025/06/28 03:45:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/28 03:45:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/28 03:45:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/28 03:45:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/28 03:45:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/28 03:45:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/06/28 03:45:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.93s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:45:39 DEBUG : a.txt: md5 = 534c56e469021d28e2a4131c506ad3ba OK 2025/06/28 03:45:40 DEBUG : zend.txt: md5 = 554d86c49f76041c5db55f87b70b3562 OK 2025/06/28 03:45:43 DEBUG : sub dir/hello world: md5 = e264e7741a43e6c8aa911127a14cf7cb OK 2025/06/28 03:45:44 DEBUG : sub dir/hello world2: md5 = 74ec324b2ee54dc5a743274c57f4bab0 OK 2025/06/28 03:45:46 DEBUG : sub dir/ignore dir/.ignore: md5 = fdde476a510e813a46db51f216f76039 OK 2025/06/28 03:45:47 DEBUG : sub dir/ignore dir/should be ignored: md5 = b8c823bc44570824a1cca0a4dbdbeb94 OK 2025/06/28 03:45:49 DEBUG : sub dir/sub sub dir/hello world3: md5 = 7fe24ba6241df5760c0028708947f52a OK 2025/06/28 03:45:51 DEBUG : a.txt: Excluded (Size Filter) 2025/06/28 03:45:51 DEBUG : a.txt: Excluded 2025/06/28 03:45:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 03:45:51 DEBUG : sub dir/hello world2: Excluded 2025/06/28 03:45:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 03:45:51 DEBUG : sub dir/hello world: Excluded 2025/06/28 03:45:52 DEBUG : sub dir/ignore dir: Excluded 2025/06/28 03:45:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 03:45:52 DEBUG : sub dir/hello world2: Excluded 2025/06/28 03:45:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 03:45:52 DEBUG : sub dir/hello world: Excluded 2025/06/28 03:45:52 DEBUG : sub dir/ignore dir: Excluded 2025/06/28 03:45:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/28 03:45:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/28 03:45:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/28 03:45:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/28 03:45:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/28 03:45:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/06/28 03:45:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.32s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:01 DEBUG : file1: md5 = c84fec8e6f6ec0a655bebfad9ad62a9e OK 2025/06/28 03:46:03 DEBUG : sub/file2: md5 = 39be8e72234640acc12e9b321c4fd887 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/06/28 03:46:06 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/06/28 03:46:06 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/06/28 03:46:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/06/28 03:46:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.17s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:10 DEBUG : file1: md5 = 3d89e5a17d5e1ed9c667497297f666a3 OK 2025/06/28 03:46:12 DEBUG : sub/file2: md5 = 76ac02d505bacce0121b99aec92d6a05 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/06/28 03:46:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/notfound" 2025/06/28 03:46:16 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/qe0i31qdkoejk60elps0ni5sqk" 2025/06/28 03:46:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.35s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.44s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.42s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.29s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.80s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Making directory 2025/06/28 03:46:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Making directory --- PASS: TestMkdir (0.64s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:22 DEBUG : sub dir/hello world: md5 = 212b62eb3071dda9bd92fb8b9b585801 OK 2025/06/28 03:46:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.52s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:26 DEBUG : potato2: md5 = 26c3d8936780ea457af6680c9338f7af OK 2025/06/28 03:46:28 DEBUG : empty space: md5 = acceffea7342dabdfb3b87f9c23797c1 OK --- PASS: TestLs (4.46s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:31 DEBUG : potato2: md5 = 3a00e7cd408cfcb3e0c2e9ed5c4eff43 OK 2025/06/28 03:46:32 DEBUG : empty space: md5 = b7b12bca8e422e629f17922d82d0799c OK 2025/06/28 03:46:32 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.57s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:35 DEBUG : potato2: md5 = 0c47f39eac5c037a7336c6f84eef7381 OK 2025/06/28 03:46:37 DEBUG : empty space: md5 = 82e6ad6d90b3a249ac6ed98e5f8fdf18 OK --- PASS: TestLsLong (4.93s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:40 DEBUG : potato2: md5 = 95d2b0f82881111a5007ad8a1908aeee OK 2025/06/28 03:46:42 DEBUG : empty space: md5 = 67791cb7a97570b81b4549730c421a8e OK --- PASS: TestHashSums (4.37s) === RUN TestHashSumsWithErrors 2025/06/28 03:46:43 DEBUG : Creating backend with remote ":memory:" 2025/06/28 03:46:43 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/28 03:46:43 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/28 03:46:43 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/28 03:46:43 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/28 03:46:43 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/28 03:46:43 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/28 03:46:43 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/28 03:46:43 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/28 03:46:43 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:45 DEBUG : potato2: md5 = fe930526211fd49e5121a92e081493d6 OK 2025/06/28 03:46:46 DEBUG : empty space: md5 = d417e317f143baab08dc55db52c0e552 OK 2025/06/28 03:46:48 DEBUG : sub dir/potato3: md5 = 099c12d702a4666f21dc046fa8544964 OK 2025/06/28 03:46:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.38s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:46:53 DEBUG : small: md5 = 03f636364a1a47e392c29f932f154f96 OK 2025/06/28 03:46:54 DEBUG : medium: md5 = c4756f6409fb93d4278547baa4d756d8 OK 2025/06/28 03:46:56 DEBUG : large: md5 = e49f792284b4f9bab59768110bc3ad43 OK 2025/06/28 03:46:56 DEBUG : Waiting for deletions to finish 2025/06/28 03:46:56 DEBUG : large: Excluded (Size Filter) 2025/06/28 03:46:57 INFO : small: Deleted 2025/06/28 03:46:57 INFO : medium: Deleted --- PASS: TestDelete (6.32s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:47:00 DEBUG : small: md5 = af528296a8cf6f7b2bcb82cd066553b1 OK 2025/06/28 03:47:01 DEBUG : medium: md5 = d2eb9521ac5db3620d13d4d3a92f19a1 OK 2025/06/28 03:47:02 DEBUG : large: md5 = d755f2e4c0182dc0f3ab2b8e66499067 OK 2025/06/28 03:47:02 DEBUG : Waiting for deletions to finish 2025/06/28 03:47:03 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/06/28 03:47:03 INFO : small: Deleted 2025/06/28 03:47:03 INFO : large: Deleted --- PASS: TestMaxDelete (6.69s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:47:06 DEBUG : small: md5 = 022099e219f725ef42ad849a553219f5 OK 2025/06/28 03:47:07 DEBUG : medium: md5 = 752c4a3dc0e455e67a0df43214e38513 OK 2025/06/28 03:47:09 DEBUG : large: md5 = 1a50cf98bfba1043373f20bbb3b8911e OK 2025/06/28 03:47:09 DEBUG : Waiting for deletions to finish 2025/06/28 03:47:09 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/28 03:47:10 INFO : medium: Deleted 2025/06/28 03:47:10 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.46s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:47:13 DEBUG : small: md5 = a6c33ceedf37a3329ee9a03726170e61 OK 2025/06/28 03:47:14 DEBUG : medium: md5 = 1cc2d49f02daa8fbbce1ef572f97f7c6 OK 2025/06/28 03:47:15 DEBUG : large: md5 = 1e1301ce5ea30a4aa5826793a1f4d3e6 OK 2025/06/28 03:47:16 DEBUG : Waiting for deletions to finish 2025/06/28 03:47:16 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/28 03:47:16 INFO : medium: Deleted 2025/06/28 03:47:16 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.86s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:47:19 DEBUG : ReadFile: md5 = 9cf355b94841ec8b4fff61f4485387ad OK --- PASS: TestReadFile (3.89s) === RUN TestRetry 2025/06/28 03:47:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/28 03:47:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/28 03:47:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/06/28 03:47:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/06/28 03:47:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/06/28 03:47:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/06/28 03:47:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:47:23 DEBUG : file1: md5 = e68b8502dee04ad8a9b8efc8f093df91 OK 2025/06/28 03:47:25 DEBUG : file2: md5 = 0660742568fdeb8942d89c42ce6ac70a OK --- PASS: TestCat (15.72s) === RUN TestPurge 2025/06/28 03:47:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bahuluh8mika" 2025/06/28 03:47:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 03:47:38 DEBUG : Creating backend with remote "TestDrive:crypt/3fie6qa21tgahsn85svcr7agjainfc1qpb75pp9q5ptqf89i8q40" 2025/06/28 03:47:39 DEBUG : Creating backend with remote "/tmp/rclone3908326891" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bahuluh8mika'", Local "Local file system at /tmp/rclone3908326891", Modify Window "1ms" 2025/06/28 03:47:43 DEBUG : A1/B1/C1/one: md5 = a032f989719f9ef9609ce87e3dd59ad0 OK 2025/06/28 03:47:43 INFO : A2: Making directory 2025/06/28 03:47:44 INFO : A1/B2: Making directory 2025/06/28 03:47:45 INFO : A1/B2/C2: Making directory 2025/06/28 03:47:45 INFO : A1/B1/C3: Making directory 2025/06/28 03:47:46 INFO : A3: Making directory 2025/06/28 03:47:47 INFO : A3/B3: Making directory 2025/06/28 03:47:47 INFO : A3/B3/C4: Making directory 2025/06/28 03:47:49 DEBUG : A1/two: md5 = 437bb4529266803991d7bb315864db13 OK 2025/06/28 03:47:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bahuluh8mika': Purge remote 2025/06/28 03:47:53 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.06s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:47:56 DEBUG : A1/B1/C1/one: md5 = 27d843e9bb84459ee26f88e25d0ab0b7 OK 2025/06/28 03:47:56 INFO : A2: Making directory 2025/06/28 03:47:57 INFO : A1/B2: Making directory 2025/06/28 03:47:58 INFO : A1/B2/C2: Making directory 2025/06/28 03:47:59 INFO : A1/B1/C3: Making directory 2025/06/28 03:47:59 INFO : A3: Making directory 2025/06/28 03:48:00 INFO : A3/B3: Making directory 2025/06/28 03:48:01 INFO : A3/B3/C4: Making directory 2025/06/28 03:48:03 DEBUG : A1/two: md5 = ce1108ffaad518b5e450c6653bf025d5 OK 2025/06/28 03:48:04 DEBUG : removing 1 level 3 directories 2025/06/28 03:48:04 INFO : A3/B3/C4: Removing directory 2025/06/28 03:48:07 DEBUG : removing 2 level 3 directories 2025/06/28 03:48:07 INFO : A1/B2/C2: Removing directory 2025/06/28 03:48:07 INFO : A1/B1/C3: Removing directory 2025/06/28 03:48:08 DEBUG : removing 2 level 2 directories 2025/06/28 03:48:08 INFO : A3/B3: Removing directory 2025/06/28 03:48:08 INFO : A1/B2: Removing directory 2025/06/28 03:48:08 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/06/28 03:48:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/28 03:48:09 DEBUG : removing 2 level 1 directories 2025/06/28 03:48:09 INFO : A3: Removing directory 2025/06/28 03:48:09 INFO : A2: Removing directory 2025/06/28 03:48:09 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/06/28 03:48:12 DEBUG : removing 1 level 3 directories 2025/06/28 03:48:12 INFO : A1/B1/C1: Removing directory 2025/06/28 03:48:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:13 DEBUG : removing 1 level 2 directories 2025/06/28 03:48:13 INFO : A1/B1: Removing directory 2025/06/28 03:48:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/28 03:48:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/28 03:48:14 DEBUG : removing 1 level 1 directories 2025/06/28 03:48:14 INFO : A1: Removing directory 2025/06/28 03:48:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/28 03:48:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/28 03:48:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/28 03:48:15 DEBUG : removing 1 level 0 directories 2025/06/28 03:48:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Removing directory 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/28 03:48:15 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (23.40s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:48:17 INFO : A1: Making directory 2025/06/28 03:48:17 INFO : A1/B1: Making directory 2025/06/28 03:48:18 INFO : A1/B1/C1: Making directory 2025/06/28 03:48:21 DEBUG : removing 1 level 3 directories 2025/06/28 03:48:21 INFO : A1/B1/C1: Removing directory 2025/06/28 03:48:21 DEBUG : removing 1 level 2 directories 2025/06/28 03:48:21 INFO : A1/B1: Removing directory 2025/06/28 03:48:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/28 03:48:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.76s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:48:24 INFO : A1: Making directory 2025/06/28 03:48:25 INFO : A1/B1: Making directory 2025/06/28 03:48:25 INFO : A1/B1/C1: Making directory 2025/06/28 03:48:28 DEBUG : removing 1 level 3 directories 2025/06/28 03:48:28 INFO : A1/B1/C1: Removing directory 2025/06/28 03:48:29 DEBUG : removing 1 level 2 directories 2025/06/28 03:48:29 INFO : A1/B1: Removing directory 2025/06/28 03:48:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/28 03:48:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.16s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:48:32 DEBUG : file1: md5 = b16f797f2ee5aed48167a143024f5176 OK 2025/06/28 03:48:33 DEBUG : filename.txt: File name found in url 2025/06/28 03:48:34 DEBUG : filename.txt: md5 = 0d5d05911e78ec5c26ccacf3cf8142af OK 2025/06/28 03:48:34 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/06/28 03:48:36 DEBUG : headerfilename.txt: md5 = 6ebefe0d4e3777ab7ee0c8ea7dd4268d OK 2025/06/28 03:48:37 DEBUG : file2: md5 = 532c137b0ac12d36a0f6d3995da0a6f7 OK --- PASS: TestCopyURL (8.50s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:48:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/28 03:48:42 DEBUG : sub/file2: md5 = d2419ec70a270e9d42db4e9438e1af0a OK 2025/06/28 03:48:42 INFO : file1: Copied (new) to: sub/file2 2025/06/28 03:48:42 INFO : file1: Deleted 2025/06/28 03:48:42 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/28 03:48:42 DEBUG : file1: Unchanged skipping 2025/06/28 03:48:42 INFO : file1: Deleted 2025/06/28 03:48:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': don't need to copy/move sub/file2, it is already at target location 2025/06/28 03:48:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.75s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:48:45 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/28 03:48:47 DEBUG : file1: md5 = e97777d20814a4de1623411c2bfb1cde OK 2025/06/28 03:48:47 INFO : file1: Copied (new) 2025/06/28 03:48:47 INFO : file1: Deleted 2025/06/28 03:48:47 DEBUG : file1: Destination exists, skipping 2025/06/28 03:48:47 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.27s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.41s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:48:52 DEBUG : dst/file1: md5 = b0644077ff9d741a06e08e75bdb839b6 OK 2025/06/28 03:48:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budunaz0qigi/backup" 2025/06/28 03:48:52 DEBUG : Creating backend with remote "TestDrive:crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g/1nrff024r7pq65ecp72fc28jb0" 2025/06/28 03:48:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/28 03:48:56 INFO : dst/file1: Moved (server-side) 2025/06/28 03:48:57 DEBUG : dst/file1: md5 = 05c1dce92ec0a08a7e7213ba965edc4c OK 2025/06/28 03:48:57 INFO : dst/file1: Copied (new) 2025/06/28 03:48:57 INFO : dst/file1: Deleted 2025/06/28 03:49:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/28 03:49:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/28 03:49:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.90s) === 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:49:04 DEBUG : A1/one: md5 = e059c07070753221879390238d9a0452 OK 2025/06/28 03:49:06 DEBUG : A1/two: md5 = 92833c61dbccd3d67589712a38af7364 OK 2025/06/28 03:49:08 DEBUG : A1/B1/three: md5 = fa9c92894b04735701bbaf7dfee94bb5 OK 2025/06/28 03:49:10 DEBUG : A1/B1/C1/four: md5 = d6382fb27707a88770fd3496c8379986 OK 2025/06/28 03:49:12 DEBUG : A1/B1/C2/five: md5 = 7cba7371ac06b83ab18120c9661b9e58 OK 2025/06/28 03:49:12 INFO : A1/B2: Making directory 2025/06/28 03:49:12 INFO : A1/B1/C3: Making directory 2025/06/28 03:49:21 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/06/28 03:49:21 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/06/28 03:49:21 INFO : A2/two: Moved (server-side) to: A3/two 2025/06/28 03:49:22 INFO : A2/one: Moved (server-side) to: A3/one 2025/06/28 03:49:22 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/06/28 03:49:25 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/28 03:49:25 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/28 03:49:25 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/28 03:49:25 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/28 03:49:25 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/28 03:49:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/06/28 03:49:32 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/06/28 03:49:33 INFO : A3/one: Moved (server-side) to: A4/one 2025/06/28 03:49:33 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/06/28 03:49:33 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/06/28 03:49:33 INFO : A3/two: Moved (server-side) to: A4/two 2025/06/28 03:49:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/28 03:49:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/28 03:49:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/28 03:49:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/28 03:49:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/28 03:49:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/06/28 03:49:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/06/28 03:49:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/28 03:49:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/28 03:49:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/28 03:49:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/28 03:49:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/28 03:49:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/28 03:49:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/28 03:49:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (42.53s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:49:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': File to upload is small (34 bytes), uploading instead of streaming 2025/06/28 03:49:47 DEBUG : no_checksum_small_file_from_pipe: md5 = c9327fc521034656f7eda7cb7002f328 OK 2025/06/28 03:49:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/06/28 03:49:47 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/28 03:49:48 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/06/28 03:49:48 DEBUG : no_checksum_big_file_from_pipe: md5 = c58cbc0d12cbcb7210ba214200d33952 OK 2025/06/28 03:49:48 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:49:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': File to upload is small (34 bytes), uploading instead of streaming 2025/06/28 03:49:52 DEBUG : with_checksum_small_file_from_pipe: md5 = e1b6e1551843ef5fffabd2a3ba06a69e OK 2025/06/28 03:49:52 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/28 03:49:52 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/06/28 03:49:53 DEBUG : with_checksum_big_file_from_pipe: md5 = be79c48330a028be22ceafc947bbe413 OK 2025/06/28 03:49:53 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:49:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': File to upload is small (34 bytes), uploading instead of streaming 2025/06/28 03:49:56 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/28 03:49:57 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/28 03:49:58 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-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': File to upload is small (34 bytes), uploading instead of streaming 2025/06/28 03:50:01 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/28 03:50:02 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/28 03:50:03 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.12s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.80s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.61s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.97s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.74s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/06/28 03:50:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': File to upload is small (48 bytes), uploading instead of streaming 2025/06/28 03:50:06 DEBUG : rcat_metadata: md5 = 36dd9b540033c11cf6933efb27059f92 OK 2025/06/28 03:50:06 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/06/28 03:50:08 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/06/28 03:50:09 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3273641a915ac3361cc74fc7f4219ae4 OK 2025/06/28 03:50:09 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.61s) --- PASS: TestRcatMetadata/Normal (2.43s) --- PASS: TestRcatMetadata/ViaDisk (2.74s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:11 DEBUG : potato1: md5 = 15bdb64a66f461551b6d9df0c6b6da74 OK 2025/06/28 03:50:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': File to upload is small (60 bytes), uploading instead of streaming 2025/06/28 03:50:13 DEBUG : potato2: md5 = 0e44a5c7ed64d535edda1d97fd5e32e9 OK 2025/06/28 03:50:13 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.19s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:16 DEBUG : potato1: md5 = 7552f10a3a2193777b3b89f8983d037c OK 2025/06/28 03:50:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': File to upload is small (60 bytes), uploading instead of streaming 2025/06/28 03:50:17 DEBUG : potato2: md5 = 6a76d014d3f72e1b51eb8f3d94ed195e OK 2025/06/28 03:50:17 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.78s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:21 DEBUG : potato2: md5 = 713a7e4ef9071ab5711f1d60430bee43 OK 2025/06/28 03:50:22 DEBUG : empty space: md5 = b0ec1bed5b1edc6ff68601fc24d45c29 OK 2025/06/28 03:50:24 DEBUG : sub dir/potato3: md5 = 333d3c580a76bb31c4a2c512abf8fa09 OK 2025/06/28 03:50:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Touching "empty space" 2025/06/28 03:50:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Touching "sub dir/potato3" 2025/06/28 03:50:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Touching "potato2" 2025/06/28 03:50:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.44s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:28 DEBUG : dir with metadata: Making directory with metadata 2025/06/28 03:50:29 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.33s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:31 DEBUG : directory with modtime: Making directory with metadata 2025/06/28 03:50:31 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.29s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:33 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/28 03:50:33 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/28 03:50:33 DEBUG : Google drive root 'crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g': Skipping btime metadata as can't update it on an existing file: 2025-06-28T03:50:33.556493566Z 2025/06/28 03:50:34 INFO : non existent directory: Updated directory metadata 2025/06/28 03:50:36 DEBUG : Google drive root 'crypt/t8ttis6eoqotrfk2vhab40qo1s3dobnsp9po430er7ovn2lsu83g': Skipping btime metadata as can't update it on an existing file: 2025-06-28T03:50:33.556493566Z 2025/06/28 03:50:36 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.72s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:38 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/06/28 03:50:39 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/06/28 03:50:40 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.88s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:42 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/28 03:50:42 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/28 03:50:42 DEBUG : dst: Making directory with metadata 2025/06/28 03:50:42 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/28 03:50:42 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/28 03:50:43 INFO : dst: Set directory modification time (using SetModTime) 2025/06/28 03:50:43 INFO : dst: Set directory modification time (using SetModTime) 2025/06/28 03:50:43 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/06/28 03:50:44 INFO : dst: Set directory modification time (using SetModTime) 2025/06/28 03:50:44 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.88s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi'", Local "Local file system at /tmp/rclone321968207", Modify Window "1ms" 2025/06/28 03:50:48 DEBUG : sub dir/test remove existing: md5 = fddec46027210f7cbb50d837c7a3a1c7 OK 2025/06/28 03:50:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = cf96ec505c7e473a9c32457b6c77542c OK 2025/06/28 03:50:51 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tabamud4" before starting 2025/06/28 03:50:52 DEBUG : sub dir/test remove existing.tabamud4: TEST: removing renamed existing file after operation 2025/06/28 03:50:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gagavux5" before starting 2025/06/28 03:50:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gagavux5: TEST: renaming existing back after failed operation 2025/06/28 03:50:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.reroxof7" before starting 2025/06/28 03:50:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.reroxof7: TEST: removing renamed existing file after operation 2025/06/28 03:50:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "erssqlfclkv7u28a97jji4j92ren644tsg11vmq81tnpsur3t2ifiuaoa9entqd20ucu629g54l5il5ted2vqv9tvmtrrd96j5oum50c72c8amnqt129t4n3gstm6rps9rp6piqdvts5g58flj0i8asn04e38ad7bibigj5e7sonr1e9ilc0" 2025/06/28 03:50:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "lv7gfikrlh55npqvabf1r1lenitcs2vop05c09rpojr93fp9vhug" --- PASS: TestRemoveExisting (12.97s) === 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/06/28 03:50:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budunaz0qigi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m31.792452454s (try 1/5)