"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/03/18 11:29:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti" 2025/03/18 11:29:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:29:58 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0" 2025/03/18 11:29:59 DEBUG : Creating backend with remote "/tmp/rclone4466466" === 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-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/03/18 11:30:00 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/18 11:30:00 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/18 11:30:00 DEBUG : potato: Seek from 10 to 0 2025/03/18 11:30:00 DEBUG : potato: Seek from 10 to 0 2025/03/18 11:30:00 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/18 11:30:00 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/18 11:30:00 DEBUG : potato: Seek from 5 to 2 2025/03/18 11:30:00 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/18 11:30:00 DEBUG : potato: Seek from 7 to 0 2025/03/18 11:30:00 DEBUG : potato: Seek from 7 to 0 2025/03/18 11:30:00 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/18 11:30:00 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/18 11:30:00 DEBUG : potato: Seek from 5 to 2 2025/03/18 11:30:00 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/18 11:30:00 DEBUG : potato: Seek from 8 to 0 2025/03/18 11:30:00 DEBUG : potato: Seek from 8 to 0 2025/03/18 11:30:00 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/18 11:30:00 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/18 11:30:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/18 11:30:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/18 11:30:00 DEBUG : potato: Seek from 5 to 2 2025/03/18 11:30:00 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/18 11:30:00 DEBUG : potato: Seek from 9 to 0 2025/03/18 11:30:00 DEBUG : potato: Seek from 9 to 0 2025/03/18 11:30:00 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-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:30:02 DEBUG : rutabaga: md5 = 9e40c65429b190c3f0e42e6dbd4ec2f0 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/03/18 11:30:04 DEBUG : empty space: md5 = 9cd96d95f30f7711cd534d1e82e2fa6c OK === RUN TestCheck/3 2025/03/18 11:30:06 DEBUG : potato2: md5 = 4df108c54df14741406938c73c96cfcb OK === RUN TestCheck/4 === RUN TestCheck/5 2025/03/18 11:30:08 DEBUG : remotepotato: md5 = bf1bdd352fb46caf24539d5cca30eda1 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.87s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.43s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.47s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/03/18 11:30:11 DEBUG : Creating backend with remote "nonexistent" 2025/03/18 11:30:11 DEBUG : Creating backend with remote "nonexistent" 2025/03/18 11:30:11 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/18 11:30:11 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/03/18 11:30:11 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/18 11:30:11 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-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:30:13 DEBUG : rutabaga: md5 = 2dc09e30b9f2063cfed9956822317980 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/03/18 11:30:17 DEBUG : empty space: md5 = d2d6494c74f3f80257f958dc5a275bec OK === RUN TestCheckDownload/3 2025/03/18 11:30:20 DEBUG : potato2: md5 = 8139ab3f3fb93a027edac212f2051ae1 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/03/18 11:30:24 DEBUG : remotepotato: md5 = 51b46f34df1a271fbba611bc617b3e26 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.65s) --- PASS: TestCheckDownload/1 (1.61s) --- PASS: TestCheckDownload/2 (1.05s) --- PASS: TestCheckDownload/3 (1.21s) --- PASS: TestCheckDownload/4 (1.21s) --- PASS: TestCheckDownload/5 (1.24s) --- PASS: TestCheckDownload/6 (1.05s) --- PASS: TestCheckDownload/7 (1.01s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:30:31 DEBUG : rutabaga: md5 = 1c440647c7a2114e74f2587263477a3b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/03/18 11:30:33 DEBUG : empty space: md5 = abf2084b0694adeb74f4649a654b7183 OK === RUN TestCheckSizeOnly/3 2025/03/18 11:30:35 DEBUG : potato2: md5 = 8f5cbf0b8ea215678967effdbfe03302 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/03/18 11:30:37 DEBUG : remotepotato: md5 = 606bf5e9ee80922923b7edd46d1a9a73 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.26s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:30:42 DEBUG : test.sum: md5 = 83b17a698a6ed4ba29b3fe976ba13770 OK 2025/03/18 11:30:43 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/18 11:30:43 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/18 11:30:43 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/18 11:30:43 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/18 11:30:45 DEBUG : test.sum: md5 = 61343ff558bcd88d4855b0f1cea03ddc OK 2025/03/18 11:30:46 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/18 11:30:46 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/18 11:30:46 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/18 11:30:46 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.38s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:30:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/data" 2025/03/18 11:30:47 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti/data' lacks md5, skipping --- SKIP: TestCheckSum (2.10s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:30:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/data" 2025/03/18 11:30:49 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/vjrnln8ratgmqakfosrqe8espk" 2025/03/18 11:30:53 DEBUG : data/banana: md5 = 9265c03c64a3fdab69d08b5462d5439a OK 2025/03/18 11:30:54 DEBUG : test.sum: md5 = d2fb5fa32d562709c9bfd1a59855b18f OK === RUN TestCheckSumDownload/subtest1 2025/03/18 11:30:59 DEBUG : data/potato: md5 = 03e63d4ba3f4396f86d59a4e038cf7d4 OK 2025/03/18 11:31:01 DEBUG : test.sum: md5 = 2cfba02bfaba29634048b9e718175ffc OK === RUN TestCheckSumDownload/subtest2 2025/03/18 11:31:05 DEBUG : test.sum: md5 = 95cb8eb841c6c1543df6641382fd6033 OK === RUN TestCheckSumDownload/subtest3 2025/03/18 11:31:09 DEBUG : test.sum: md5 = 73b45a7640109407b61fbf773fd18e43 OK === RUN TestCheckSumDownload/subtest4 2025/03/18 11:31:13 DEBUG : test.sum: md5 = 93cb9a8c1157c856df92982f5b30d36f OK === RUN TestCheckSumDownload/subtest5 2025/03/18 11:31:18 DEBUG : test.sum: md5 = d6850870fde132baee9dcde7fb979000 OK === RUN TestCheckSumDownload/subtest6 2025/03/18 11:31:23 DEBUG : data/banana: md5 = 9b5dcca85c4872ab4e801538d6b719b7 OK 2025/03/18 11:31:24 DEBUG : data/potato: md5 = d473c821bff05074a37bea5a8845b36e OK 2025/03/18 11:31:26 DEBUG : test.sum: md5 = 1b43be0055a534d4ce2d54b4fe74569f OK === RUN TestCheckSumDownload/subtest7 2025/03/18 11:31:31 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/03/18 11:31:31 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (43.19s) --- PASS: TestCheckSumDownload/subtest1 (2.55s) --- PASS: TestCheckSumDownload/subtest2 (2.20s) --- PASS: TestCheckSumDownload/subtest3 (2.18s) --- PASS: TestCheckSumDownload/subtest4 (2.15s) --- PASS: TestCheckSumDownload/subtest5 (2.50s) --- PASS: TestCheckSumDownload/subtest6 (2.50s) --- PASS: TestCheckSumDownload/subtest7 (2.72s) === RUN TestApplyTransforms 2025/03/18 11:31:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumahuf1roko" 2025/03/18 11:31:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:31:32 DEBUG : Creating backend with remote "TestDrive:crypt/9d3huuhfr051m28q694ogetkd7oiqepo900tk949mi1h9t242svg" 2025/03/18 11:31:33 DEBUG : Creating backend with remote "/tmp/rclone1385271922" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumahuf1roko'", Local "Local file system at /tmp/rclone1385271922", Modify Window "1ms" 2025/03/18 11:31:35 DEBUG : hello, world!: md5 = 31070611462bd57d533ae9abc7a6e109 OK upper checkfile vs. lower remote (without normalization) 2025/03/18 11:31:36 ERROR : hello, world!: sum not found 2025/03/18 11:31:36 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rumahuf1roko' 2025/03/18 11:31:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumahuf1roko': 1 files missing 2025/03/18 11:31:36 NOTICE: 1 hashes missing 2025/03/18 11:31:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumahuf1roko': 2 differences found 2025/03/18 11:31:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumahuf1roko': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/18 11:31:37 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:31:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumahuf1roko': 0 differences found 2025/03/18 11:31:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumahuf1roko': 1 matching files 2025/03/18 11:31:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zojoxiq1dipe" 2025/03/18 11:31:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:31:37 DEBUG : Creating backend with remote "TestDrive:crypt/01juiftjqcnet023o2us8qgsg0139vr152vjoubdm2ar9lslavrg" 2025/03/18 11:31:38 DEBUG : Creating backend with remote "/tmp/rclone4014269403" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zojoxiq1dipe'", Local "Local file system at /tmp/rclone4014269403", Modify Window "1ms" 2025/03/18 11:31:41 DEBUG : HELLO, WORLD!: md5 = 8a88ff6d7ea46bff8aafae943051902e OK lower checkfile vs. upper remote (without normalization) 2025/03/18 11:31:41 ERROR : HELLO, WORLD!: sum not found 2025/03/18 11:31:41 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zojoxiq1dipe' 2025/03/18 11:31:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojoxiq1dipe': 1 files missing 2025/03/18 11:31:41 NOTICE: 1 hashes missing 2025/03/18 11:31:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojoxiq1dipe': 2 differences found 2025/03/18 11:31:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojoxiq1dipe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/18 11:31:43 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:31:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojoxiq1dipe': 0 differences found 2025/03/18 11:31:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojoxiq1dipe': 1 matching files 2025/03/18 11:31:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zudogiv3huju" 2025/03/18 11:31:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:31:43 DEBUG : Creating backend with remote "TestDrive:crypt/jg94gl20aljptkub3fednknogfufheq7rol8debtthfgf7l9n680" 2025/03/18 11:31:44 DEBUG : Creating backend with remote "/tmp/rclone3726700289" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zudogiv3huju'", Local "Local file system at /tmp/rclone3726700289", Modify Window "1ms" 2025/03/18 11:31:46 DEBUG : HeLlO, wOrLd!: md5 = 56611e5196db562f3f6b9c8d9b570f8a OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/18 11:31:47 ERROR : HeLlO, wOrLd!: sum not found 2025/03/18 11:31:47 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zudogiv3huju' 2025/03/18 11:31:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zudogiv3huju': 1 files missing 2025/03/18 11:31:47 NOTICE: 1 hashes missing 2025/03/18 11:31:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zudogiv3huju': 2 differences found 2025/03/18 11:31:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zudogiv3huju': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/18 11:31:49 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:31:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zudogiv3huju': 0 differences found 2025/03/18 11:31:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zudogiv3huju': 1 matching files 2025/03/18 11:31:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pemakad0kaga" 2025/03/18 11:31:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:31:49 DEBUG : Creating backend with remote "TestDrive:crypt/2kcjla38sjbqrt97ufh9j7oq7t5f3tg08s66m3c8995imnsham9g" 2025/03/18 11:31:50 DEBUG : Creating backend with remote "/tmp/rclone3450030034" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pemakad0kaga'", Local "Local file system at /tmp/rclone3450030034", Modify Window "1ms" 2025/03/18 11:31:52 DEBUG : HELLO, WORLD!: md5 = e6772b1034167f38bd6436207af1ca83 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/18 11:31:52 ERROR : HELLO, WORLD!: sum not found 2025/03/18 11:31:52 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pemakad0kaga' 2025/03/18 11:31:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pemakad0kaga': 1 files missing 2025/03/18 11:31:52 NOTICE: 1 hashes missing 2025/03/18 11:31:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pemakad0kaga': 2 differences found 2025/03/18 11:31:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pemakad0kaga': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/18 11:31:53 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:31:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pemakad0kaga': 0 differences found 2025/03/18 11:31:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pemakad0kaga': 1 matching files 2025/03/18 11:31:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-deminuf2lazu" 2025/03/18 11:31:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:31:53 DEBUG : Creating backend with remote "TestDrive:crypt/o8d6959gpbv2srkeb2jdc6qthpule7m97srvtbnurdju4slki12g" 2025/03/18 11:31:54 DEBUG : Creating backend with remote "/tmp/rclone3402172900" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-deminuf2lazu'", Local "Local file system at /tmp/rclone3402172900", Modify Window "1ms" 2025/03/18 11:31:56 DEBUG : 測試_Русский___ě_áñ: md5 = 97d5f1bb7490ace5f8741ec174153327 OK NFD checkfile vs. NFC remote (without normalization) 2025/03/18 11:31:57 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/18 11:31:57 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-deminuf2lazu' 2025/03/18 11:31:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deminuf2lazu': 1 files missing 2025/03/18 11:31:57 NOTICE: 1 hashes missing 2025/03/18 11:31:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deminuf2lazu': 2 differences found 2025/03/18 11:31:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deminuf2lazu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/18 11:31:58 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:31:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deminuf2lazu': 0 differences found 2025/03/18 11:31:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deminuf2lazu': 1 matching files 2025/03/18 11:31:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tirucis9qiva" 2025/03/18 11:31:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:31:58 DEBUG : Creating backend with remote "TestDrive:crypt/picaek945s45f3tb1rub0cclvfovarss29dbm9t4fcsotj03ref0" 2025/03/18 11:31:59 DEBUG : Creating backend with remote "/tmp/rclone2719340819" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tirucis9qiva'", Local "Local file system at /tmp/rclone2719340819", Modify Window "1ms" 2025/03/18 11:32:01 DEBUG : 測試_Русский___ě_áñ: md5 = 9e8a3f7dee88cba0421cd0e8d2e301c6 OK NFC checkfile vs. NFD remote (without normalization) 2025/03/18 11:32:02 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/18 11:32:02 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tirucis9qiva' 2025/03/18 11:32:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tirucis9qiva': 1 files missing 2025/03/18 11:32:02 NOTICE: 1 hashes missing 2025/03/18 11:32:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tirucis9qiva': 2 differences found 2025/03/18 11:32:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tirucis9qiva': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/18 11:32:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:32:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tirucis9qiva': 0 differences found 2025/03/18 11:32:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tirucis9qiva': 1 matching files 2025/03/18 11:32:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bedegeb4keje" 2025/03/18 11:32:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:32:04 DEBUG : Creating backend with remote "TestDrive:crypt/ceqfpfgnl3jr8do3gic4mhrfdu9i9cedsi2475s1u1duasmrijdg" 2025/03/18 11:32:05 DEBUG : Creating backend with remote "/tmp/rclone2044881190" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bedegeb4keje'", Local "Local file system at /tmp/rclone2044881190", Modify Window "1ms" 2025/03/18 11:32:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7a527bc384b729158f7b16b6735b5b62 OK NFDx2 checkfile vs. both remote (without normalization) 2025/03/18 11:32:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/18 11:32:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bedegeb4keje' 2025/03/18 11:32:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bedegeb4keje': 1 files missing 2025/03/18 11:32:08 NOTICE: 1 hashes missing 2025/03/18 11:32:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bedegeb4keje': 2 differences found 2025/03/18 11:32:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bedegeb4keje': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/18 11:32:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:32:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bedegeb4keje': 0 differences found 2025/03/18 11:32:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bedegeb4keje': 1 matching files 2025/03/18 11:32:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-maxarod6wuyo" 2025/03/18 11:32:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:32:09 DEBUG : Creating backend with remote "TestDrive:crypt/6oo66net69j3um81kf8hvug0j850sff92uab8mq005pk281fuvl0" 2025/03/18 11:32:10 DEBUG : Creating backend with remote "/tmp/rclone2193209238" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-maxarod6wuyo'", Local "Local file system at /tmp/rclone2193209238", Modify Window "1ms" 2025/03/18 11:32:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 366a69674f5ec99e9418603035c63fe1 OK NFCx2 checkfile vs. both remote (without normalization) 2025/03/18 11:32:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/18 11:32:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-maxarod6wuyo' 2025/03/18 11:32:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maxarod6wuyo': 1 files missing 2025/03/18 11:32:13 NOTICE: 1 hashes missing 2025/03/18 11:32:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maxarod6wuyo': 2 differences found 2025/03/18 11:32:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maxarod6wuyo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/18 11:32:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:32:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maxarod6wuyo': 0 differences found 2025/03/18 11:32:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maxarod6wuyo': 1 matching files 2025/03/18 11:32:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vazalow5xine" 2025/03/18 11:32:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:32:14 DEBUG : Creating backend with remote "TestDrive:crypt/k5t1o5mkvqhnarqiumnhkfnl0mbm2uthavgk9vrfnfm6tobrr9jg" 2025/03/18 11:32:15 DEBUG : Creating backend with remote "/tmp/rclone481822399" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vazalow5xine'", Local "Local file system at /tmp/rclone481822399", Modify Window "1ms" 2025/03/18 11:32:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 15419895cf3a4c867ef2062cc608278e OK both checkfile vs. NFDx2 remote (without normalization) 2025/03/18 11:32:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/18 11:32:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vazalow5xine' 2025/03/18 11:32:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vazalow5xine': 1 files missing 2025/03/18 11:32:18 NOTICE: 1 hashes missing 2025/03/18 11:32:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vazalow5xine': 2 differences found 2025/03/18 11:32:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vazalow5xine': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/18 11:32:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:32:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vazalow5xine': 0 differences found 2025/03/18 11:32:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vazalow5xine': 1 matching files 2025/03/18 11:32:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-digevew8bulo" 2025/03/18 11:32:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:32:20 DEBUG : Creating backend with remote "TestDrive:crypt/pd9b8d8hfjnersthgv32os2i2ce0r7f0dunt7sk5qq06496ln660" 2025/03/18 11:32:20 DEBUG : Creating backend with remote "/tmp/rclone2397486440" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-digevew8bulo'", Local "Local file system at /tmp/rclone2397486440", Modify Window "1ms" 2025/03/18 11:32:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f9dfcf6a00d8cb1cea3ccb51bf67104f OK both checkfile vs. NFCx2 remote (without normalization) 2025/03/18 11:32:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/18 11:32:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-digevew8bulo' 2025/03/18 11:32:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-digevew8bulo': 1 files missing 2025/03/18 11:32:23 NOTICE: 1 hashes missing 2025/03/18 11:32:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-digevew8bulo': 2 differences found 2025/03/18 11:32:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-digevew8bulo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/18 11:32:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/18 11:32:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-digevew8bulo': 0 differences found 2025/03/18 11:32:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-digevew8bulo': 1 matching files 2025/03/18 11:32:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-digevew8bulo': Purge remote 2025/03/18 11:32:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vazalow5xine': Purge remote 2025/03/18 11:32:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-maxarod6wuyo': Purge remote 2025/03/18 11:32:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bedegeb4keje': Purge remote 2025/03/18 11:32:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tirucis9qiva': Purge remote 2025/03/18 11:32:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-deminuf2lazu': Purge remote 2025/03/18 11:32:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pemakad0kaga': Purge remote 2025/03/18 11:32:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zudogiv3huju': Purge remote 2025/03/18 11:32:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zojoxiq1dipe': Purge remote 2025/03/18 11:32:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumahuf1roko': Purge remote --- PASS: TestApplyTransforms (58.78s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:32:31 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/18 11:32:33 DEBUG : sub/file2: md5 = c116ce09bb0af4eb0a8cb99c891c2bb9 OK 2025/03/18 11:32:33 INFO : file1: Copied (new) to: sub/file2 2025/03/18 11:32:34 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 11:32:34 DEBUG : file1: Unchanged skipping 2025/03/18 11:32:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': don't need to copy/move sub/file2, it is already at target location 2025/03/18 11:32:36 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.22s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.52s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:32:40 DEBUG : dst/file1: md5 = 40b11a9575fa26e363190f8e5cc5bfa8 OK 2025/03/18 11:32:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/backup" 2025/03/18 11:32:41 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/1nrff024r7pq65ecp72fc28jb0" 2025/03/18 11:32:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/18 11:32:44 INFO : dst/file1: Moved (server-side) 2025/03/18 11:32:46 DEBUG : dst/file1: md5 = 85d2684956ad373f4d9fc41b9d652c59 OK 2025/03/18 11:32:46 INFO : dst/file1: Copied (new) 2025/03/18 11:32:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/18 11:32:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/18 11:32:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.83s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:32:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/dst" 2025/03/18 11:32:51 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/18 11:32:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/CompareDest" 2025/03/18 11:32:53 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/gveqi14airsml4bgu7krj116o8" 2025/03/18 11:32:55 DEBUG : one: Need to transfer - File not found at Destination 2025/03/18 11:32:57 DEBUG : one: md5 = 42eea448d21ed16b000b1cac173fc554 OK 2025/03/18 11:32:57 INFO : one: Copied (new) 2025/03/18 11:32:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 11:32:59 DEBUG : one: md5 = 3f6c27437f183d91405fb95e82392825 OK 2025/03/18 11:32:59 INFO : one: Copied (replaced existing) 2025/03/18 11:33:02 DEBUG : dst/one: md5 = 2267cbebd17acf01668c79bf08d3f226 OK 2025/03/18 11:33:04 DEBUG : CompareDest/one: md5 = 41529a3f31caf295e3da57e9b1daae6b OK 2025/03/18 11:33:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 11:33:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 11:33:05 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/18 11:33:07 DEBUG : CompareDest/two: md5 = 03d985d12ebdad0965edb7ff190a830f OK 2025/03/18 11:33:08 DEBUG : two: Need to transfer - File not found at Destination 2025/03/18 11:33:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 11:33:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/18 11:33:09 DEBUG : two: Need to transfer - File not found at Destination 2025/03/18 11:33:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 11:33:09 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/18 11:33:10 DEBUG : two: Need to transfer - File not found at Destination 2025/03/18 11:33:10 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/18 11:33:12 DEBUG : two: md5 = 666df07f93795bab63aa448a124c1dd8 OK 2025/03/18 11:33:12 INFO : two: Copied (new) 2025/03/18 11:33:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/18 11:33:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:33:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/18 11:33:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.40s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:33:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/dst" 2025/03/18 11:33:17 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/18 11:33:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/CopyDest" 2025/03/18 11:33:19 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/18 11:33:20 DEBUG : one: Need to transfer - File not found at Destination 2025/03/18 11:33:23 DEBUG : one: md5 = 1f8d1f73f50ab11d7caa5b46429daa68 OK 2025/03/18 11:33:23 INFO : one: Copied (new) 2025/03/18 11:33:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 11:33:25 DEBUG : one: md5 = 97b9cc3080c008cdcf495a9720697213 OK 2025/03/18 11:33:25 INFO : one: Copied (replaced existing) 2025/03/18 11:33:28 DEBUG : dst/one: md5 = 7d83828bd6816959af4b31bb6a6efc1d OK 2025/03/18 11:33:30 DEBUG : CopyDest/one: md5 = 01339bc9196f8e032797db57929e7a7b OK 2025/03/18 11:33:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/BackupDir" 2025/03/18 11:33:31 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/18 11:33:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 11:33:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 11:33:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 11:33:34 INFO : one: Moved (server-side) 2025/03/18 11:33:35 INFO : one: Copied (server-side copy) 2025/03/18 11:33:35 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/18 11:33:37 DEBUG : CopyDest/two: md5 = 50dec79b45d423cd8711800543660e5d OK 2025/03/18 11:33:38 DEBUG : two: Need to transfer - File not found at Destination 2025/03/18 11:33:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 11:33:39 INFO : two: Copied (server-side copy) 2025/03/18 11:33:39 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/18 11:33:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 11:33:40 DEBUG : two: Unchanged skipping 2025/03/18 11:33:42 DEBUG : CopyDest/three: md5 = 91f9a93610697b294dab3a9046e7b56e OK 2025/03/18 11:33:43 DEBUG : three: Need to transfer - File not found at Destination 2025/03/18 11:33:43 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/18 11:33:43 DEBUG : three: Destination not found in --copy-dest 2025/03/18 11:33:44 DEBUG : three: md5 = 459077af995119ad058a6a2d488df8f0 OK 2025/03/18 11:33:44 INFO : three: Copied (new) 2025/03/18 11:33:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/18 11:33:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:33:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/18 11:33:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:33:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/18 11:33:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/18 11:33:51 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.69s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:33:53 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/18 11:33:55 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1e10c061ae9c2aea2e1ea9f7fcba83dc OK 2025/03/18 11:33:55 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/18 11:33:56 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/18 11:33:56 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/03/18 11:33:57 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/18 11:33:57 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/18 11:33:59 DEBUG : TestCopyFileMaxTransfer/file4: md5 = e2600bfdd8f383fc555d2e330b7ee1ae OK 2025/03/18 11:33:59 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/03/18 11:34:01 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/03/18 11:34:01 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.49s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:34:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Looking for duplicate names using skip mode. 2025/03/18 11:34:06 NOTICE: one: Found 2 files with duplicate names 2025/03/18 11:34:06 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.02s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:34:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Looking for duplicate names using skip mode. 2025/03/18 11:34:12 NOTICE: one: Found 3 files with duplicate names 2025/03/18 11:34:12 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/03/18 11:34:12 INFO : one: Deleted 2025/03/18 11:34:12 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.66s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:34:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Looking for duplicate names using first mode. 2025/03/18 11:34:18 NOTICE: one: Found 3 files with duplicate names 2025/03/18 11:34:19 INFO : one: Deleted 2025/03/18 11:34:19 INFO : one: Deleted 2025/03/18 11:34:19 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.59s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:34:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Looking for duplicate names using newest mode. 2025/03/18 11:34:25 NOTICE: one: Found 3 files with duplicate names 2025/03/18 11:34:26 INFO : one: Deleted 2025/03/18 11:34:26 INFO : one: Deleted 2025/03/18 11:34:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.89s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:34:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Looking for duplicate names using oldest mode. 2025/03/18 11:34:32 NOTICE: one: Found 3 files with duplicate names 2025/03/18 11:34:33 INFO : one: Deleted 2025/03/18 11:34:33 INFO : one: Deleted 2025/03/18 11:34:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.60s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:34:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Looking for duplicate names using largest mode. 2025/03/18 11:34:39 NOTICE: one: Found 3 files with duplicate names 2025/03/18 11:34:40 INFO : one: Deleted 2025/03/18 11:34:40 INFO : one: Deleted 2025/03/18 11:34:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.14s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:34:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Looking for duplicate names using smallest mode. 2025/03/18 11:34:46 NOTICE: one: Found 3 files with duplicate names 2025/03/18 11:34:47 INFO : one: Deleted 2025/03/18 11:34:47 INFO : one: Deleted 2025/03/18 11:34:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.63s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:34:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Looking for duplicate names using rename mode. 2025/03/18 11:34:54 NOTICE: one.txt: Found 3 files with duplicate names 2025/03/18 11:34:55 INFO : one-2.txt: renamed from: one.txt 2025/03/18 11:34:56 INFO : one-3.txt: renamed from: one.txt 2025/03/18 11:34:58 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.03s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:35:04 DEBUG : dupe1/one.txt: md5 = 4fda368aa3cba8659ce917d84e5facab OK 2025/03/18 11:35:06 DEBUG : dupe2/two.txt: md5 = 6a87387f1b9182e9d61b931490027b3e OK 2025/03/18 11:35:08 DEBUG : dupe3/three.txt: md5 = 517548463edbb0030b6a7c6fd68c978c OK 2025/03/18 11:35:09 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/03/18 11:35:10 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/03/18 11:35:10 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/03/18 11:35:11 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/03/18 11:35:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/03/18 11:35:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/03/18 11:35:15 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.04s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:35:17 DEBUG : a.txt: md5 = cc4c661d4e2b3d21087b0e55468e7d64 OK 2025/03/18 11:35:18 DEBUG : zend.txt: md5 = fd4f433a8a2581a896f38e75f4d5bb10 OK 2025/03/18 11:35:21 DEBUG : sub dir/hello world: md5 = 38b5dc512860f4b55559d8d5d5818724 OK 2025/03/18 11:35:22 DEBUG : sub dir/hello world2: md5 = 45c418747f8a65fe539247d278d86e73 OK 2025/03/18 11:35:24 DEBUG : sub dir/ignore dir/.ignore: md5 = 18611b460988454a8a336795eb570933 OK 2025/03/18 11:35:26 DEBUG : sub dir/ignore dir/should be ignored: md5 = 9e0341bd246f2d825b7879dbd48ec40b OK 2025/03/18 11:35:28 DEBUG : sub dir/sub sub dir/hello world3: md5 = 5f70a72f11322b263ed95fe59f9a8696 OK 2025/03/18 11:35:29 DEBUG : a.txt: Excluded (Size Filter) 2025/03/18 11:35:29 DEBUG : a.txt: Excluded 2025/03/18 11:35:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/18 11:35:30 DEBUG : sub dir/hello world: Excluded 2025/03/18 11:35:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/18 11:35:30 DEBUG : sub dir/hello world2: Excluded 2025/03/18 11:35:31 DEBUG : sub dir/ignore dir: Excluded 2025/03/18 11:35:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/18 11:35:31 DEBUG : sub dir/hello world: Excluded 2025/03/18 11:35:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/18 11:35:31 DEBUG : sub dir/hello world2: Excluded 2025/03/18 11:35:31 DEBUG : sub dir/ignore dir: Excluded 2025/03/18 11:35:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/03/18 11:35:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/03/18 11:35:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/03/18 11:35:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/03/18 11:35:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/03/18 11:35:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/03/18 11:35:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.64s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:35:39 DEBUG : file1: md5 = 3f690eb016b3e58b84ff5c1cad439349 OK 2025/03/18 11:35:42 DEBUG : sub/file2: md5 = e4269fd23db49d7b8ae1e2ac638c786d OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/03/18 11:35:45 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/03/18 11:35:45 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/03/18 11:35:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/03/18 11:35:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.83s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:35:49 DEBUG : file1: md5 = df6fac3f69b28bea2728b1c1194ccc1a OK 2025/03/18 11:35:52 DEBUG : sub/file2: md5 = dc4d9b30421e13be7eb867b5b5662c58 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/03/18 11:35:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/notfound" 2025/03/18 11:35:56 DEBUG : Config file has changed externally - reloading 2025/03/18 11:35:56 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/qe0i31qdkoejk60elps0ni5sqk" 2025/03/18 11:35:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.21s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.47s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.30s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.68s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Making directory 2025/03/18 11:36:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Making directory --- PASS: TestMkdir (0.74s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:03 DEBUG : sub dir/hello world: md5 = 1b7da3b49ce497cd436433717ea37dc5 OK 2025/03/18 11:36:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.38s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:08 DEBUG : potato2: md5 = bf0059798d5fab5f1c3058368d6ccdbc OK 2025/03/18 11:36:10 DEBUG : empty space: md5 = 2a84a58677ea3db334ed5c58151269e3 OK --- PASS: TestLs (5.72s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:13 DEBUG : potato2: md5 = e83faf69a4d24b3afff680d8f4197603 OK 2025/03/18 11:36:16 DEBUG : empty space: md5 = f6741c8394fcd15dbc761d6e15f55da3 OK 2025/03/18 11:36:16 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.08s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:19 DEBUG : potato2: md5 = b3a8a17bfafa5784c05b235b07eb299d OK 2025/03/18 11:36:21 DEBUG : empty space: md5 = 75035f22213b1a8ca04959d5d0922c2f OK --- PASS: TestLsLong (4.87s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:24 DEBUG : potato2: md5 = d2f45c2de22c301a3cc4becb792ce007 OK 2025/03/18 11:36:26 DEBUG : empty space: md5 = 4deac1c31a5874fb8ab7c7f0eb17198b OK --- PASS: TestHashSums (4.66s) === RUN TestHashSumsWithErrors 2025/03/18 11:36:27 DEBUG : Creating backend with remote ":memory:" 2025/03/18 11:36:27 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/18 11:36:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/18 11:36:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/18 11:36:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/18 11:36:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/18 11:36:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/18 11:36:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/18 11:36:27 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/18 11:36:27 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-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:29 DEBUG : potato2: md5 = ddbd9bd0b9685f4cbe34674fb62bd811 OK 2025/03/18 11:36:31 DEBUG : empty space: md5 = e1cf79576f38781fa61a9eaad31043f3 OK 2025/03/18 11:36:34 DEBUG : sub dir/potato3: md5 = cce2d301ce6eef162853e197fbf46021 OK 2025/03/18 11:36:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.55s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:40 DEBUG : small: md5 = 6dad9054fd7d6f58fe8fe61d3acbdc85 OK 2025/03/18 11:36:41 DEBUG : medium: md5 = a7ec8812050dd1b5677b5bf639b52373 OK 2025/03/18 11:36:43 DEBUG : large: md5 = 62d0b02a043cd23592d08e15917d37d4 OK 2025/03/18 11:36:43 DEBUG : Waiting for deletions to finish 2025/03/18 11:36:43 DEBUG : large: Excluded (Size Filter) 2025/03/18 11:36:44 INFO : small: Deleted 2025/03/18 11:36:44 INFO : medium: Deleted --- PASS: TestDelete (6.67s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:46 DEBUG : small: md5 = d28a35c796a8cc9f8f4a85cb9ca38da2 OK 2025/03/18 11:36:47 DEBUG : medium: md5 = d194d848a68f501673c7b543fe0e1ba3 OK 2025/03/18 11:36:49 DEBUG : large: md5 = c264cd416e5a5ce83d57b84c46fe7ec4 OK 2025/03/18 11:36:49 DEBUG : Waiting for deletions to finish 2025/03/18 11:36:49 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/03/18 11:36:50 INFO : small: Deleted 2025/03/18 11:36:50 INFO : medium: Deleted --- PASS: TestMaxDelete (6.93s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:36:53 DEBUG : small: md5 = ead5719457d9aa5a758ea2f813e0ba26 OK 2025/03/18 11:36:55 DEBUG : medium: md5 = 14d72060642f157fcc730879a3a251ef OK 2025/03/18 11:36:57 DEBUG : large: md5 = 2b6ada0bfd8f8bf0a3d5ebd143728e74 OK 2025/03/18 11:36:57 DEBUG : Waiting for deletions to finish 2025/03/18 11:36:57 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/18 11:36:58 INFO : small: Deleted 2025/03/18 11:36:58 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.80s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:37:01 DEBUG : small: md5 = 368b4278d32973aab5214752b694d3cb OK 2025/03/18 11:37:03 DEBUG : medium: md5 = 265f0f42e15ff0e97f76e442e4b4e1ca OK 2025/03/18 11:37:04 DEBUG : large: md5 = fa268dbd77241e4a9a104b76453d1819 OK 2025/03/18 11:37:04 DEBUG : Waiting for deletions to finish 2025/03/18 11:37:04 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/03/18 11:37:05 INFO : large: Deleted 2025/03/18 11:37:05 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.70s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:37:09 DEBUG : ReadFile: md5 = a76af2bafa3bda9b22debc75a8017d25 OK --- PASS: TestReadFile (4.45s) === RUN TestRetry 2025/03/18 11:37:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/18 11:37:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/18 11:37:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/18 11:37:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/18 11:37:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/18 11:37:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/18 11:37:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:37:13 DEBUG : file1: md5 = da12b3f8ded70977c9dea5727f7957d1 OK 2025/03/18 11:37:14 DEBUG : file2: md5 = 42440bae6740de2001faef5cf0799969 OK --- PASS: TestCat (17.45s) === RUN TestPurge 2025/03/18 11:37:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nogikuk3luji" 2025/03/18 11:37:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 11:37:29 DEBUG : Creating backend with remote "TestDrive:crypt/fcas6dnpo8s2hr4nf4ecseibudqsvtrvvi5q97116ueaj9mijt90" 2025/03/18 11:37:30 DEBUG : Creating backend with remote "/tmp/rclone1315661345" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nogikuk3luji'", Local "Local file system at /tmp/rclone1315661345", Modify Window "1ms" 2025/03/18 11:37:35 DEBUG : A1/B1/C1/one: md5 = ad61a5667497be612f97f00662ac7402 OK 2025/03/18 11:37:35 INFO : A2: Making directory 2025/03/18 11:37:36 INFO : A1/B2: Making directory 2025/03/18 11:37:37 INFO : A1/B2/C2: Making directory 2025/03/18 11:37:38 INFO : A1/B1/C3: Making directory 2025/03/18 11:37:39 INFO : A3: Making directory 2025/03/18 11:37:39 INFO : A3/B3: Making directory 2025/03/18 11:37:40 INFO : A3/B3/C4: Making directory 2025/03/18 11:37:43 DEBUG : A1/two: md5 = 9f76f0dea2f216f8466df99684c4d178 OK 2025/03/18 11:37:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nogikuk3luji': Purge remote 2025/03/18 11:37:46 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.24s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:37:51 DEBUG : A1/B1/C1/one: md5 = a1298175a220b478895460ef6bc74a2b OK 2025/03/18 11:37:51 INFO : A2: Making directory 2025/03/18 11:37:51 INFO : A1/B2: Making directory 2025/03/18 11:37:52 INFO : A1/B2/C2: Making directory 2025/03/18 11:37:53 INFO : A1/B1/C3: Making directory 2025/03/18 11:37:54 INFO : A3: Making directory 2025/03/18 11:37:55 INFO : A3/B3: Making directory 2025/03/18 11:37:56 INFO : A3/B3/C4: Making directory 2025/03/18 11:37:58 DEBUG : A1/two: md5 = 6f2358c1cdb0775e685b3c11765b220a OK 2025/03/18 11:37:59 DEBUG : removing 1 level 3 directories 2025/03/18 11:37:59 INFO : A3/B3/C4: Removing directory 2025/03/18 11:38:02 DEBUG : removing 2 level 3 directories 2025/03/18 11:38:02 INFO : A1/B2/C2: Removing directory 2025/03/18 11:38:02 INFO : A1/B1/C3: Removing directory 2025/03/18 11:38:02 DEBUG : removing 2 level 2 directories 2025/03/18 11:38:02 INFO : A3/B3: Removing directory 2025/03/18 11:38:02 INFO : A1/B2: Removing directory 2025/03/18 11:38:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/18 11:38:03 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/03/18 11:38:03 DEBUG : removing 2 level 1 directories 2025/03/18 11:38:03 INFO : A3: Removing directory 2025/03/18 11:38:03 INFO : A2: Removing directory 2025/03/18 11:38:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/03/18 11:38:08 DEBUG : removing 1 level 3 directories 2025/03/18 11:38:08 INFO : A1/B1/C1: Removing directory 2025/03/18 11:38:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:08 DEBUG : removing 1 level 2 directories 2025/03/18 11:38:08 INFO : A1/B1: Removing directory 2025/03/18 11:38:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/18 11:38:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/18 11:38:09 DEBUG : removing 1 level 1 directories 2025/03/18 11:38:09 INFO : A1: Removing directory 2025/03/18 11:38:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/18 11:38:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/18 11:38:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/18 11:38:10 DEBUG : removing 1 level 0 directories 2025/03/18 11:38:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Removing directory 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/18 11:38:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (25.48s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:38:13 INFO : A1: Making directory 2025/03/18 11:38:13 INFO : A1/B1: Making directory 2025/03/18 11:38:14 INFO : A1/B1/C1: Making directory 2025/03/18 11:38:17 DEBUG : removing 1 level 3 directories 2025/03/18 11:38:17 INFO : A1/B1/C1: Removing directory 2025/03/18 11:38:17 DEBUG : removing 1 level 2 directories 2025/03/18 11:38:17 INFO : A1/B1: Removing directory 2025/03/18 11:38:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/18 11:38:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.38s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:38:20 INFO : A1: Making directory 2025/03/18 11:38:21 INFO : A1/B1: Making directory 2025/03/18 11:38:22 INFO : A1/B1/C1: Making directory 2025/03/18 11:38:25 DEBUG : removing 1 level 3 directories 2025/03/18 11:38:25 INFO : A1/B1/C1: Removing directory 2025/03/18 11:38:25 DEBUG : removing 1 level 2 directories 2025/03/18 11:38:25 INFO : A1/B1: Removing directory 2025/03/18 11:38:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/18 11:38:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.78s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:38:30 DEBUG : file1: md5 = ac9037657b8701984e84d5a41cb9e33e OK 2025/03/18 11:38:30 DEBUG : filename.txt: File name found in url 2025/03/18 11:38:32 DEBUG : filename.txt: md5 = c1a103f41c48e0ebd3551db8fb3d7f34 OK 2025/03/18 11:38:32 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/03/18 11:38:33 DEBUG : headerfilename.txt: md5 = ff96926d6ef407d2495b80a0dfaffecd OK 2025/03/18 11:38:35 DEBUG : file2: md5 = 648cc3d3c80103cef025a8d735b341cf OK --- PASS: TestCopyURL (9.71s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:38:38 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/18 11:38:41 DEBUG : sub/file2: md5 = 8c77424d96ce61bc169438c48eecc169 OK 2025/03/18 11:38:41 INFO : file1: Copied (new) to: sub/file2 2025/03/18 11:38:41 INFO : file1: Deleted 2025/03/18 11:38:41 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 11:38:41 DEBUG : file1: Unchanged skipping 2025/03/18 11:38:41 INFO : file1: Deleted 2025/03/18 11:38:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': don't need to copy/move sub/file2, it is already at target location 2025/03/18 11:38:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.92s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:38:45 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/18 11:38:46 DEBUG : file1: md5 = 196454ea10e69265edf47e8b940870f3 OK 2025/03/18 11:38:46 INFO : file1: Copied (new) 2025/03/18 11:38:46 INFO : file1: Deleted 2025/03/18 11:38:47 DEBUG : file1: Destination exists, skipping 2025/03/18 11:38:47 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.44s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.56s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:38:51 DEBUG : dst/file1: md5 = e618ddaf5383125a7c3bf994b62bc7d8 OK 2025/03/18 11:38:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekadam0geti/backup" 2025/03/18 11:38:52 DEBUG : Creating backend with remote "TestDrive:crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0/1nrff024r7pq65ecp72fc28jb0" 2025/03/18 11:38:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/18 11:38:57 INFO : dst/file1: Moved (server-side) 2025/03/18 11:38:58 DEBUG : dst/file1: md5 = 258c93c66b4bb540debf3aa4da4a2879 OK 2025/03/18 11:38:58 INFO : dst/file1: Copied (new) 2025/03/18 11:38:58 INFO : dst/file1: Deleted 2025/03/18 11:39:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/18 11:39:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/18 11:39:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.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-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:39:05 DEBUG : A1/one: md5 = 03c3a43f5c8776ebe320d19c6f98cd37 OK 2025/03/18 11:39:07 DEBUG : A1/two: md5 = c145ecb2b9af0513511b45d53cfddb27 OK 2025/03/18 11:39:09 DEBUG : A1/B1/three: md5 = 46c0e2e1c9d70861824f205c7f89b77c OK 2025/03/18 11:39:12 DEBUG : A1/B1/C1/four: md5 = f042d0e80e046faf24a0e33840ab013e OK 2025/03/18 11:39:14 DEBUG : A1/B1/C2/five: md5 = 1596c9aabf463dba006ef90e7eab1ac4 OK 2025/03/18 11:39:14 INFO : A1/B2: Making directory 2025/03/18 11:39:15 INFO : A1/B1/C3: Making directory 2025/03/18 11:39:25 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/18 11:39:25 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/18 11:39:25 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/18 11:39:25 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/18 11:39:25 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/18 11:39:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/18 11:39:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/18 11:39:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/18 11:39:30 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/18 11:39:30 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/18 11:39:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/18 11:39:38 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/18 11:39:38 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/18 11:39:38 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/18 11:39:38 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/18 11:39:38 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/18 11:39:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/18 11:39:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/18 11:39:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/18 11:39:42 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/18 11:39:42 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/18 11:39:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/03/18 11:39:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/03/18 11:39:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/18 11:39:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/18 11:39:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/18 11:39:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/18 11:39:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/18 11:39:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/18 11:39:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/18 11:39:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (48.88s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:39:52 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.41s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:39:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': File to upload is small (34 bytes), uploading instead of streaming 2025/03/18 11:39:54 DEBUG : no_checksum_small_file_from_pipe: md5 = 4e0b3d2dc31b035aee18fea7084eb4ca OK 2025/03/18 11:39:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/03/18 11:39:54 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/18 11:39:55 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/03/18 11:39:56 DEBUG : no_checksum_big_file_from_pipe: md5 = 7a29d1dd4a28d9615d7a03e46f1a2352 OK 2025/03/18 11:39:56 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-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:39:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': File to upload is small (34 bytes), uploading instead of streaming 2025/03/18 11:39:59 DEBUG : with_checksum_small_file_from_pipe: md5 = 3fd5334a611dfe6a062688beaba9f5a8 OK 2025/03/18 11:39:59 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/18 11:40:00 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/03/18 11:40:01 DEBUG : with_checksum_big_file_from_pipe: md5 = b1eae9cffd64958a991476a522df2d91 OK 2025/03/18 11:40:01 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-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': File to upload is small (34 bytes), uploading instead of streaming 2025/03/18 11:40:05 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 11:40:05 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/18 11:40:06 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-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': File to upload is small (34 bytes), uploading instead of streaming 2025/03/18 11:40:10 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/18 11:40:10 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/18 11:40:12 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.14s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.31s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.26s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.26s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.31s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/03/18 11:40:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': File to upload is small (48 bytes), uploading instead of streaming 2025/03/18 11:40:15 DEBUG : rcat_metadata: md5 = 49c1125731d8eb9f6a897f9d45ced120 OK 2025/03/18 11:40:15 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/03/18 11:40:17 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/03/18 11:40:18 DEBUG : rcat_metadata_uploadcutoff0: md5 = dec0e7d82135d0f4018fe1d24e7a7b18 OK 2025/03/18 11:40:18 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.23s) --- PASS: TestRcatMetadata/Normal (2.82s) --- PASS: TestRcatMetadata/ViaDisk (2.97s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:21 DEBUG : potato1: md5 = 2b70093e112f1465bc871d773532bd14 OK 2025/03/18 11:40:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': File to upload is small (60 bytes), uploading instead of streaming 2025/03/18 11:40:23 DEBUG : potato2: md5 = 6d07c76da942a692435264e11368747f OK 2025/03/18 11:40:23 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.67s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:26 DEBUG : potato1: md5 = 6388c33fcbbbc6e0c2d48903383fc2ff OK 2025/03/18 11:40:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': File to upload is small (60 bytes), uploading instead of streaming 2025/03/18 11:40:27 DEBUG : potato2: md5 = 0677093cb9a388bc6a594d5c65e6f1cf OK 2025/03/18 11:40:27 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.47s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:31 DEBUG : potato2: md5 = d0a8a260539c6af66b1d09faace80957 OK 2025/03/18 11:40:33 DEBUG : empty space: md5 = 7d47f393cbd4818e8c203c8e477abdbd OK 2025/03/18 11:40:35 DEBUG : sub dir/potato3: md5 = 3af17c1a663ab5c725e67279688802e8 OK 2025/03/18 11:40:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Touching "sub dir/potato3" 2025/03/18 11:40:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Touching "empty space" 2025/03/18 11:40:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Touching "potato2" 2025/03/18 11:40:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.90s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:41 DEBUG : dir with metadata: Making directory with metadata 2025/03/18 11:40:42 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.49s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:43 DEBUG : directory with modtime: Making directory with metadata 2025/03/18 11:40:44 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.59s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:46 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/18 11:40:46 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/18 11:40:46 DEBUG : Google drive root 'crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0': Skipping btime metadata as can't update it on an existing file: 2025-03-18T11:40:46.249349861Z 2025/03/18 11:40:47 INFO : non existent directory: Updated directory metadata 2025/03/18 11:40:49 DEBUG : Google drive root 'crypt/5jk5dmmqt97r78oj26dre3obe47gbhdqlhp3fr8ofdi9d7nmo0u0': Skipping btime metadata as can't update it on an existing file: 2025-03-18T11:40:46.249349861Z 2025/03/18 11:40:49 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.03s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:51 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/03/18 11:40:53 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/03/18 11:40:53 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.36s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:40:55 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/18 11:40:55 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/18 11:40:55 DEBUG : dst: Making directory with metadata 2025/03/18 11:40:56 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/18 11:40:56 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 11:40:56 INFO : dst: Set directory modification time (using SetModTime) 2025/03/18 11:40:57 INFO : dst: Set directory modification time (using SetModTime) 2025/03/18 11:40:57 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/03/18 11:40:57 INFO : dst: Set directory modification time (using SetModTime) 2025/03/18 11:40:57 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.74s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti'", Local "Local file system at /tmp/rclone4466466", Modify Window "1ms" 2025/03/18 11:41:01 DEBUG : sub dir/test remove existing: md5 = f99213de087f421ece30fdf85ff6ae73 OK 2025/03/18 11:41:03 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 467802f778c3de35ea91b2832a692b62 OK 2025/03/18 11:41:05 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.seriqib0" before starting 2025/03/18 11:41:06 DEBUG : sub dir/test remove existing.seriqib0: TEST: removing renamed existing file after operation 2025/03/18 11:41:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.suwaqoj5" before starting 2025/03/18 11:41:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.suwaqoj5: TEST: renaming existing back after failed operation 2025/03/18 11:41:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kikesad1" before starting 2025/03/18 11:41:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kikesad1: TEST: removing renamed existing file after operation 2025/03/18 11:41:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "2c8si2gedfp3bm11k27gvhk0doo4vq3hcj07v4ebbgc05ekcgbq0" 2025/03/18 11:41:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jl6eltc3png92f72vv05s8urgcq1o5mnm5r4gtuprult1e653e99u458jur1id236oo6m0vu79b1f94rvm3h99bsv0f5jqs3e59h7os65fqv4dm4g9hn63gpof7evlui1n9e4efe1cvjkfmgjio4s65v6uurqp78e75s50f99cii5bc3avm0" --- PASS: TestRemoveExisting (13.80s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/03/18 11:41:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekadam0geti': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m15.206022713s (try 1/5)