"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/25 02:56:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa" 2025/08/25 02:56:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:56:23 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug" 2025/08/25 02:56:24 DEBUG : Creating backend with remote "/tmp/rclone1609866632" === 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.21s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/25 02:56:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/25 02:56:25 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/25 02:56:25 DEBUG : potato: Seek from 10 to 0 2025/08/25 02:56:25 DEBUG : potato: Seek from 10 to 0 2025/08/25 02:56:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/25 02:56:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/25 02:56:25 DEBUG : potato: Seek from 5 to 2 2025/08/25 02:56:25 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/25 02:56:25 DEBUG : potato: Seek from 7 to 0 2025/08/25 02:56:25 DEBUG : potato: Seek from 7 to 0 2025/08/25 02:56:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/25 02:56:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/25 02:56:25 DEBUG : potato: Seek from 5 to 2 2025/08/25 02:56:25 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/25 02:56:25 DEBUG : potato: Seek from 8 to 0 2025/08/25 02:56:25 DEBUG : potato: Seek from 8 to 0 2025/08/25 02:56:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/25 02:56:25 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/25 02:56:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/25 02:56:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/25 02:56:25 DEBUG : potato: Seek from 5 to 2 2025/08/25 02:56:25 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/25 02:56:25 DEBUG : potato: Seek from 9 to 0 2025/08/25 02:56:25 DEBUG : potato: Seek from 9 to 0 2025/08/25 02:56:25 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:56:27 DEBUG : rutabaga: md5 = a69fe90229ad803652ed300e4af28f48 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/25 02:56:29 DEBUG : empty space: md5 = d02924515d385d2160b0c0d02aae1ab1 OK === RUN TestCheck/3 2025/08/25 02:56:31 DEBUG : potato2: md5 = dafbb3d937f613baeb5591381b5230a3 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/25 02:56:34 DEBUG : remotepotato: md5 = a384695ff58e77241bf1ec1e19bc9403 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.06s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.33s) === RUN TestCheckFsError 2025/08/25 02:56:37 DEBUG : Creating backend with remote "nonexistent" 2025/08/25 02:56:37 DEBUG : Creating backend with remote "nonexistent" 2025/08/25 02:56:37 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/25 02:56:37 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/08/25 02:56:37 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/25 02:56:37 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:56:38 DEBUG : rutabaga: md5 = fd6c682eb31f8050ee4eb8fe9629b4d6 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/25 02:56:43 DEBUG : empty space: md5 = e89584109509bd08af6ace2d2046af7a OK === RUN TestCheckDownload/3 2025/08/25 02:56:46 DEBUG : potato2: md5 = 3b763d6649d1b2af700cb96b868483d5 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/25 02:56:50 DEBUG : remotepotato: md5 = c95d39d10603193e4f014fcbcf439d79 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.45s) --- PASS: TestCheckDownload/1 (1.37s) --- PASS: TestCheckDownload/2 (1.21s) --- PASS: TestCheckDownload/3 (0.98s) --- PASS: TestCheckDownload/4 (1.05s) --- PASS: TestCheckDownload/5 (1.02s) --- PASS: TestCheckDownload/6 (1.36s) --- PASS: TestCheckDownload/7 (1.90s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:56:57 DEBUG : rutabaga: md5 = 4c44bb5dcf60597670b690368cd6bc63 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/25 02:56:59 DEBUG : empty space: md5 = 93397cecb135b0cae509d47b6fbb9089 OK === RUN TestCheckSizeOnly/3 2025/08/25 02:57:01 DEBUG : potato2: md5 = 4c4b15b78a18b84994f4d29f8bb7839a OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/25 02:57:03 DEBUG : remotepotato: md5 = 824062fa5415940659b5f84926179712 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.07s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:57:08 DEBUG : test.sum: md5 = daf5d94e01c3e459c601849c6bafc350 OK 2025/08/25 02:57:09 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/25 02:57:09 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/25 02:57:09 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/25 02:57:09 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/25 02:57:11 DEBUG : test.sum: md5 = ba78d031abdbe10ff18f5fd4717e17ca OK 2025/08/25 02:57:12 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/25 02:57:12 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/25 02:57:12 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/25 02:57:12 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.78s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:57:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/data" 2025/08/25 02:57:13 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa/data' lacks md5, skipping --- SKIP: TestCheckSum (1.90s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:57:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/data" 2025/08/25 02:57:15 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/vjrnln8ratgmqakfosrqe8espk" 2025/08/25 02:57:19 DEBUG : data/banana: md5 = 6487cda102905193e1fe6a8f4ffdc8a3 OK 2025/08/25 02:57:20 DEBUG : test.sum: md5 = 57db0dbb9b2594bfd1db718458886611 OK === RUN TestCheckSumDownload/subtest1 2025/08/25 02:57:25 DEBUG : data/potato: md5 = 51f0eaab20ba294a829d4fe59604a625 OK 2025/08/25 02:57:26 DEBUG : test.sum: md5 = 0f94dd31c7422e9812ca334828e6d4b7 OK === RUN TestCheckSumDownload/subtest2 2025/08/25 02:57:30 DEBUG : test.sum: md5 = ae95e9fdfba98bc68527c616bfd871dc OK === RUN TestCheckSumDownload/subtest3 2025/08/25 02:57:34 DEBUG : test.sum: md5 = f0f3fb3337ecf2e17a2c601cff0a349b OK === RUN TestCheckSumDownload/subtest4 2025/08/25 02:57:38 DEBUG : test.sum: md5 = ee7ba7428d5afaa44d4fe273297af531 OK === RUN TestCheckSumDownload/subtest5 2025/08/25 02:57:42 DEBUG : test.sum: md5 = b5fa000ecf5c0955532604aec9cece8e OK === RUN TestCheckSumDownload/subtest6 2025/08/25 02:57:47 DEBUG : data/banana: md5 = 7cf95cf7a1c0c5b141e50e45c4ae0624 OK 2025/08/25 02:57:48 DEBUG : data/potato: md5 = c905424f2c17ef2693111361e0030b62 OK 2025/08/25 02:57:50 DEBUG : test.sum: md5 = 70e0424825b65788b53109d22a251526 OK === RUN TestCheckSumDownload/subtest7 2025/08/25 02:57:55 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/25 02:57:55 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.63s) --- PASS: TestCheckSumDownload/subtest1 (2.40s) --- PASS: TestCheckSumDownload/subtest2 (2.25s) --- PASS: TestCheckSumDownload/subtest3 (2.22s) --- PASS: TestCheckSumDownload/subtest4 (2.18s) --- PASS: TestCheckSumDownload/subtest5 (2.19s) --- PASS: TestCheckSumDownload/subtest6 (2.65s) --- PASS: TestCheckSumDownload/subtest7 (2.29s) === RUN TestApplyTransforms 2025/08/25 02:57:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jahuhov3zago" 2025/08/25 02:57:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:57:56 DEBUG : Creating backend with remote "TestDrive:crypt/nktiksav1e7to9lo508dcms9ns6dkjc9v8bvdbi5742mrlaknhfg" 2025/08/25 02:57:57 DEBUG : Creating backend with remote "/tmp/rclone1442510986" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jahuhov3zago'", Local "Local file system at /tmp/rclone1442510986", Modify Window "1ms" 2025/08/25 02:57:59 DEBUG : hello, world!: md5 = c96daa2dbe3e0b4364a1a7168f2bc021 OK upper checkfile vs. lower remote (without normalization) 2025/08/25 02:57:59 ERROR : hello, world!: sum not found 2025/08/25 02:57:59 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jahuhov3zago' 2025/08/25 02:57:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahuhov3zago': 1 files missing 2025/08/25 02:57:59 NOTICE: 1 hashes missing 2025/08/25 02:57:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahuhov3zago': 1 differences found 2025/08/25 02:57:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahuhov3zago': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/25 02:58:01 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahuhov3zago': 0 differences found 2025/08/25 02:58:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahuhov3zago': 1 matching files 2025/08/25 02:58:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-secetun5fava" 2025/08/25 02:58:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:01 DEBUG : Creating backend with remote "TestDrive:crypt/jm0p7md2j5ioo3qcibg31no2i93me14bt3b2qepn5m94jjd6rn10" 2025/08/25 02:58:02 DEBUG : Creating backend with remote "/tmp/rclone4108558154" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-secetun5fava'", Local "Local file system at /tmp/rclone4108558154", Modify Window "1ms" 2025/08/25 02:58:04 DEBUG : HELLO, WORLD!: md5 = f7ad6f7227a10483ac6fdfacfd7d1216 OK lower checkfile vs. upper remote (without normalization) 2025/08/25 02:58:04 ERROR : HELLO, WORLD!: sum not found 2025/08/25 02:58:04 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-secetun5fava' 2025/08/25 02:58:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-secetun5fava': 1 files missing 2025/08/25 02:58:04 NOTICE: 1 hashes missing 2025/08/25 02:58:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-secetun5fava': 1 differences found 2025/08/25 02:58:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-secetun5fava': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/25 02:58:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-secetun5fava': 0 differences found 2025/08/25 02:58:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-secetun5fava': 1 matching files 2025/08/25 02:58:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kidulec6quyu" 2025/08/25 02:58:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:06 DEBUG : Creating backend with remote "TestDrive:crypt/fdi5n5843qe0gbjh8stg2h943cslt2j1n47k0lerlakatbkg91c0" 2025/08/25 02:58:07 DEBUG : Creating backend with remote "/tmp/rclone823546401" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kidulec6quyu'", Local "Local file system at /tmp/rclone823546401", Modify Window "1ms" 2025/08/25 02:58:09 DEBUG : HeLlO, wOrLd!: md5 = fd9d2da33ff714e08b8619e0527421ad OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/25 02:58:09 ERROR : HeLlO, wOrLd!: sum not found 2025/08/25 02:58:09 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kidulec6quyu' 2025/08/25 02:58:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kidulec6quyu': 1 files missing 2025/08/25 02:58:09 NOTICE: 1 hashes missing 2025/08/25 02:58:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kidulec6quyu': 1 differences found 2025/08/25 02:58:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kidulec6quyu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/25 02:58:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kidulec6quyu': 0 differences found 2025/08/25 02:58:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kidulec6quyu': 1 matching files 2025/08/25 02:58:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wosocay4bita" 2025/08/25 02:58:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:11 DEBUG : Creating backend with remote "TestDrive:crypt/at8laa6q938leha4cq7oip46kokm7c0foga2g1jmr2cr3nr2u99g" 2025/08/25 02:58:12 DEBUG : Creating backend with remote "/tmp/rclone1464719995" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wosocay4bita'", Local "Local file system at /tmp/rclone1464719995", Modify Window "1ms" 2025/08/25 02:58:14 DEBUG : HELLO, WORLD!: md5 = 734d4c2299b9342c688295166720f385 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/25 02:58:14 ERROR : HELLO, WORLD!: sum not found 2025/08/25 02:58:14 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wosocay4bita' 2025/08/25 02:58:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wosocay4bita': 1 files missing 2025/08/25 02:58:14 NOTICE: 1 hashes missing 2025/08/25 02:58:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wosocay4bita': 1 differences found 2025/08/25 02:58:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wosocay4bita': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/25 02:58:15 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wosocay4bita': 0 differences found 2025/08/25 02:58:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wosocay4bita': 1 matching files 2025/08/25 02:58:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zojakic8miku" 2025/08/25 02:58:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:15 DEBUG : Creating backend with remote "TestDrive:crypt/unjrokmq0tijtk2r6i23f43o7mdep41vbqb8uchb07pcqjj6m740" 2025/08/25 02:58:16 DEBUG : Creating backend with remote "/tmp/rclone3959668969" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zojakic8miku'", Local "Local file system at /tmp/rclone3959668969", Modify Window "1ms" 2025/08/25 02:58:19 DEBUG : 測試_Русский___ě_áñ: md5 = 2b2eea9701f0fe807f24b329c3e0afa6 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/25 02:58:19 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/25 02:58:19 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zojakic8miku' 2025/08/25 02:58:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojakic8miku': 1 files missing 2025/08/25 02:58:19 NOTICE: 1 hashes missing 2025/08/25 02:58:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojakic8miku': 1 differences found 2025/08/25 02:58:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojakic8miku': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/25 02:58:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojakic8miku': 0 differences found 2025/08/25 02:58:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zojakic8miku': 1 matching files 2025/08/25 02:58:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dapupay3boce" 2025/08/25 02:58:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:20 DEBUG : Creating backend with remote "TestDrive:crypt/5d4n5t9vj3l95tt37u82nb497h28o86c697j124tohagfpajca8g" 2025/08/25 02:58:21 DEBUG : Creating backend with remote "/tmp/rclone109889518" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dapupay3boce'", Local "Local file system at /tmp/rclone109889518", Modify Window "1ms" 2025/08/25 02:58:23 DEBUG : 測試_Русский___ě_áñ: md5 = 6688e79e1d9e53b14416068aedd3c491 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/25 02:58:24 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/25 02:58:24 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dapupay3boce' 2025/08/25 02:58:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapupay3boce': 1 files missing 2025/08/25 02:58:24 NOTICE: 1 hashes missing 2025/08/25 02:58:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapupay3boce': 1 differences found 2025/08/25 02:58:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapupay3boce': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/25 02:58:25 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapupay3boce': 0 differences found 2025/08/25 02:58:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapupay3boce': 1 matching files 2025/08/25 02:58:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jolofic8suya" 2025/08/25 02:58:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:25 DEBUG : Creating backend with remote "TestDrive:crypt/fur4f003tq7moaq6qsh5p5if2oosc0k5dtrf43t07ldug0ilm94g" 2025/08/25 02:58:26 DEBUG : Creating backend with remote "/tmp/rclone1646101690" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jolofic8suya'", Local "Local file system at /tmp/rclone1646101690", Modify Window "1ms" 2025/08/25 02:58:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5eab3720289ad9726fba06fb26150e53 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/25 02:58:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/25 02:58:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jolofic8suya' 2025/08/25 02:58:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jolofic8suya': 1 files missing 2025/08/25 02:58:29 NOTICE: 1 hashes missing 2025/08/25 02:58:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jolofic8suya': 1 differences found 2025/08/25 02:58:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jolofic8suya': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/25 02:58:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jolofic8suya': 0 differences found 2025/08/25 02:58:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jolofic8suya': 1 matching files 2025/08/25 02:58:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gurevux6koro" 2025/08/25 02:58:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:30 DEBUG : Creating backend with remote "TestDrive:crypt/0huq1mc6oeke7hqq9vrgt3ccrmg2nb2rvhjae9m1nq5gtsdndmj0" 2025/08/25 02:58:31 DEBUG : Creating backend with remote "/tmp/rclone2392184286" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gurevux6koro'", Local "Local file system at /tmp/rclone2392184286", Modify Window "1ms" 2025/08/25 02:58:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = db81a660afa6563715117dafafa23a20 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/25 02:58:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/25 02:58:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gurevux6koro' 2025/08/25 02:58:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gurevux6koro': 1 files missing 2025/08/25 02:58:33 NOTICE: 1 hashes missing 2025/08/25 02:58:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gurevux6koro': 1 differences found 2025/08/25 02:58:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gurevux6koro': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/25 02:58:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gurevux6koro': 0 differences found 2025/08/25 02:58:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gurevux6koro': 1 matching files 2025/08/25 02:58:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yawipus0suxu" 2025/08/25 02:58:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:34 DEBUG : Creating backend with remote "TestDrive:crypt/ga53uj4gmu9ied875g9a9181oasgdtdkqfieppahgvnbrbm64kng" 2025/08/25 02:58:35 DEBUG : Creating backend with remote "/tmp/rclone2836421054" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yawipus0suxu'", Local "Local file system at /tmp/rclone2836421054", Modify Window "1ms" 2025/08/25 02:58:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 07dd9554ec41e8dc6758e35cde6a34e1 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/25 02:58:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/25 02:58:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yawipus0suxu' 2025/08/25 02:58:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yawipus0suxu': 1 files missing 2025/08/25 02:58:38 NOTICE: 1 hashes missing 2025/08/25 02:58:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yawipus0suxu': 1 differences found 2025/08/25 02:58:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yawipus0suxu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/25 02:58:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yawipus0suxu': 0 differences found 2025/08/25 02:58:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yawipus0suxu': 1 matching files 2025/08/25 02:58:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hufabih7gefe" 2025/08/25 02:58:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 02:58:39 DEBUG : Creating backend with remote "TestDrive:crypt/52qqr6qnva5p2scs36tf7ae1nekrlkrdou3gn9eqjjq421m49hjg" 2025/08/25 02:58:40 DEBUG : Creating backend with remote "/tmp/rclone1897786398" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hufabih7gefe'", Local "Local file system at /tmp/rclone1897786398", Modify Window "1ms" 2025/08/25 02:58:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c43968ec2cf5717b70581d1d10d1b68a OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/25 02:58:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/25 02:58:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hufabih7gefe' 2025/08/25 02:58:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufabih7gefe': 1 files missing 2025/08/25 02:58:42 NOTICE: 1 hashes missing 2025/08/25 02:58:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufabih7gefe': 1 differences found 2025/08/25 02:58:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufabih7gefe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/25 02:58:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/25 02:58:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufabih7gefe': 0 differences found 2025/08/25 02:58:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufabih7gefe': 1 matching files 2025/08/25 02:58:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hufabih7gefe': Purge remote 2025/08/25 02:58:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yawipus0suxu': Purge remote 2025/08/25 02:58:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gurevux6koro': Purge remote 2025/08/25 02:58:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jolofic8suya': Purge remote 2025/08/25 02:58:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dapupay3boce': Purge remote 2025/08/25 02:58:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zojakic8miku': Purge remote 2025/08/25 02:58:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wosocay4bita': Purge remote 2025/08/25 02:58:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kidulec6quyu': Purge remote 2025/08/25 02:58:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-secetun5fava': Purge remote 2025/08/25 02:58:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jahuhov3zago': Purge remote --- PASS: TestApplyTransforms (52.78s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:58:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/25 02:58:51 DEBUG : sub/file2: md5 = 77ef80bfa7614b71d38763cd4f66c5b5 OK 2025/08/25 02:58:51 INFO : file1: Copied (new) to: sub/file2 2025/08/25 02:58:52 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/25 02:58:52 DEBUG : file1: Unchanged skipping 2025/08/25 02:58:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': don't need to copy/move sub/file2, it is already at target location 2025/08/25 02:58:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.92s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:58:57 DEBUG : dst/file1: md5 = 4ed1a43db01847619963d53c6c42314e OK 2025/08/25 02:58:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/backup" 2025/08/25 02:58:58 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/1nrff024r7pq65ecp72fc28jb0" 2025/08/25 02:58:59 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/25 02:59:02 INFO : dst/file1: Moved (server-side) 2025/08/25 02:59:03 DEBUG : dst/file1: md5 = cb54a416513a7033c6b7fedf6bde5bc7 OK 2025/08/25 02:59:03 INFO : dst/file1: Copied (new) 2025/08/25 02:59:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/25 02:59:07 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/25 02:59:08 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.49s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:59:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/dst" 2025/08/25 02:59:08 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/25 02:59:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/CompareDest" 2025/08/25 02:59:10 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/gveqi14airsml4bgu7krj116o8" 2025/08/25 02:59:12 DEBUG : one: Need to transfer - File not found at Destination 2025/08/25 02:59:14 DEBUG : one: md5 = 95d3503b8660386d80d1d4df2e02adab OK 2025/08/25 02:59:14 INFO : one: Copied (new) 2025/08/25 02:59:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/25 02:59:17 DEBUG : one: md5 = e19b3c1b07afa152b8431e38b5db5b58 OK 2025/08/25 02:59:17 INFO : one: Copied (replaced existing) 2025/08/25 02:59:20 DEBUG : dst/one: md5 = 6c9bb365fe605c7ee7fc0e187bcee027 OK 2025/08/25 02:59:22 DEBUG : CompareDest/one: md5 = 412a7e5f963f9d46856d1aab31e3d07e OK 2025/08/25 02:59:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/25 02:59:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/25 02:59:23 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/25 02:59:25 DEBUG : CompareDest/two: md5 = 9438fcbb4bf89cf3a919b97136534e13 OK 2025/08/25 02:59:26 DEBUG : two: Need to transfer - File not found at Destination 2025/08/25 02:59:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/25 02:59:26 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/25 02:59:27 DEBUG : two: Need to transfer - File not found at Destination 2025/08/25 02:59:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/25 02:59:27 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/25 02:59:28 DEBUG : two: Need to transfer - File not found at Destination 2025/08/25 02:59:29 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/25 02:59:30 DEBUG : two: md5 = dcae96057b112af55faf4a5f31a27ed5 OK 2025/08/25 02:59:30 INFO : two: Copied (new) 2025/08/25 02:59:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/25 02:59:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 02:59:34 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/25 02:59:34 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (26.15s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 02:59:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/dst" 2025/08/25 02:59:34 DEBUG : Config file has changed externally - reloading 2025/08/25 02:59:34 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/25 02:59:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/CopyDest" 2025/08/25 02:59:36 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/25 02:59:38 DEBUG : one: Need to transfer - File not found at Destination 2025/08/25 02:59:40 DEBUG : one: md5 = 86caf8545bf18ef65b29c5f3e7c23282 OK 2025/08/25 02:59:40 INFO : one: Copied (new) 2025/08/25 02:59:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/25 02:59:43 DEBUG : one: md5 = 83e1f4ff602d8d0ff71608dea87a7760 OK 2025/08/25 02:59:43 INFO : one: Copied (replaced existing) 2025/08/25 02:59:45 DEBUG : dst/one: md5 = 28d8d65467f0324905f790be07d94c2c OK 2025/08/25 02:59:47 DEBUG : CopyDest/one: md5 = d4199b119d766364aad84eadd169f309 OK 2025/08/25 02:59:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/BackupDir" 2025/08/25 02:59:48 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/25 02:59:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/25 02:59:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/25 02:59:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/25 02:59:51 INFO : one: Moved (server-side) 2025/08/25 02:59:52 INFO : one: Copied (server-side copy) 2025/08/25 02:59:52 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/25 02:59:54 DEBUG : CopyDest/two: md5 = 45f3949a530b01a99addcf08e9bc5aea OK 2025/08/25 02:59:55 DEBUG : two: Need to transfer - File not found at Destination 2025/08/25 02:59:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/25 02:59:56 INFO : two: Copied (server-side copy) 2025/08/25 02:59:56 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/25 02:59:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/25 02:59:57 DEBUG : two: Unchanged skipping 2025/08/25 02:59:58 DEBUG : CopyDest/three: md5 = 5604209264a21145323ea4a6ef32f3d2 OK 2025/08/25 02:59:59 DEBUG : three: Need to transfer - File not found at Destination 2025/08/25 02:59:59 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/25 02:59:59 DEBUG : three: Destination not found in --copy-dest 2025/08/25 03:00:01 DEBUG : three: md5 = 717ad89051ad5de10ac252c1ce5c68c5 OK 2025/08/25 03:00:01 INFO : three: Copied (new) 2025/08/25 03:00:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/25 03:00:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/25 03:00:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:00:06 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/25 03:00:06 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/25 03:00:06 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:00:07 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.27s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:00:09 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/25 03:00:11 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1940f410f534381647aa626426177333 OK 2025/08/25 03:00:11 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/25 03:00:12 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/25 03:00:12 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/08/25 03:00:13 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/25 03:00:14 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/25 03:00:15 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7c8416fd921dc81d9d2133aa0f33b9e2 OK 2025/08/25 03:00:15 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/25 03:00:17 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/25 03:00:17 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.62s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:00:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Looking for duplicate names using skip mode. 2025/08/25 03:00:22 NOTICE: one: Found 2 files with duplicate names 2025/08/25 03:00:22 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.00s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:00:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Looking for duplicate names using skip mode. 2025/08/25 03:00:28 NOTICE: one: Found 3 files with duplicate names 2025/08/25 03:00:28 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/25 03:00:28 INFO : one: Deleted 2025/08/25 03:00:28 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.38s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:00:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Looking for duplicate names using first mode. 2025/08/25 03:00:35 NOTICE: one: Found 3 files with duplicate names 2025/08/25 03:00:35 INFO : one: Deleted 2025/08/25 03:00:35 INFO : one: Deleted 2025/08/25 03:00:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.62s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:00:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Looking for duplicate names using newest mode. 2025/08/25 03:00:41 NOTICE: one: Found 3 files with duplicate names 2025/08/25 03:00:42 INFO : one: Deleted 2025/08/25 03:00:42 INFO : one: Deleted 2025/08/25 03:00:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.79s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:00:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Looking for duplicate names using oldest mode. 2025/08/25 03:00:48 NOTICE: one: Found 3 files with duplicate names 2025/08/25 03:00:49 INFO : one: Deleted 2025/08/25 03:00:50 INFO : one: Deleted 2025/08/25 03:00:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.81s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:00:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Looking for duplicate names using largest mode. 2025/08/25 03:00:56 NOTICE: one: Found 3 files with duplicate names 2025/08/25 03:00:56 INFO : one: Deleted 2025/08/25 03:00:57 INFO : one: Deleted 2025/08/25 03:00:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.40s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:01:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Looking for duplicate names using smallest mode. 2025/08/25 03:01:03 NOTICE: one: Found 3 files with duplicate names 2025/08/25 03:01:03 INFO : one: Deleted 2025/08/25 03:01:03 INFO : one: Deleted 2025/08/25 03:01:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.59s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:01:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Looking for duplicate names using rename mode. 2025/08/25 03:01:11 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/25 03:01:12 INFO : one-2.txt: renamed from: one.txt 2025/08/25 03:01:13 INFO : one-3.txt: renamed from: one.txt 2025/08/25 03:01:14 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.10s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:01:19 DEBUG : dupe1/one.txt: md5 = c9786c29b29047f5fc31c0075c80f28e OK 2025/08/25 03:01:21 DEBUG : dupe2/two.txt: md5 = abf1c74bc77d65a6186517fa116c64f9 OK 2025/08/25 03:01:23 DEBUG : dupe3/three.txt: md5 = d78f5f99172ec202954b26d4fc991c02 OK 2025/08/25 03:01:24 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/25 03:01:24 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/25 03:01:25 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/25 03:01:26 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/25 03:01:29 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/25 03:01:29 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/25 03:01:29 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.82s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:01:31 DEBUG : a.txt: md5 = a79e04c941f3ae7e15183405e011cd7f OK 2025/08/25 03:01:33 DEBUG : zend.txt: md5 = 52b49b1a613e2432cfb04d98966a9b06 OK 2025/08/25 03:01:35 DEBUG : sub dir/hello world: md5 = 96021362c74c9d541037deb39cf0a850 OK 2025/08/25 03:01:36 DEBUG : sub dir/hello world2: md5 = 97f3ae220cf42b0e0334062250a03c47 OK 2025/08/25 03:01:38 DEBUG : sub dir/ignore dir/.ignore: md5 = fe29c32d57038593f00ac587deab1b15 OK 2025/08/25 03:01:40 DEBUG : sub dir/ignore dir/should be ignored: md5 = 1be11c3d08d81028c5fea002db1e8d8a OK 2025/08/25 03:01:42 DEBUG : sub dir/sub sub dir/hello world3: md5 = b8fcfa8745ddfcb8e1b8f3ddd8ccd2bb OK 2025/08/25 03:01:43 DEBUG : a.txt: Excluded (Size Filter) 2025/08/25 03:01:43 DEBUG : a.txt: Excluded 2025/08/25 03:01:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/25 03:01:43 DEBUG : sub dir/hello world2: Excluded 2025/08/25 03:01:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/25 03:01:43 DEBUG : sub dir/hello world: Excluded 2025/08/25 03:01:44 DEBUG : sub dir/ignore dir: Excluded 2025/08/25 03:01:44 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/25 03:01:44 DEBUG : sub dir/hello world2: Excluded 2025/08/25 03:01:44 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/25 03:01:44 DEBUG : sub dir/hello world: Excluded 2025/08/25 03:01:44 DEBUG : sub dir/ignore dir: Excluded 2025/08/25 03:01:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/25 03:01:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/25 03:01:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/25 03:01:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/25 03:01:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/25 03:01:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/25 03:01:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.62s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:01:53 DEBUG : a.txt: md5 = 71773e4f7573cdbd2c6fd73bcc0e48ea OK 2025/08/25 03:01:54 DEBUG : zend.txt: md5 = 2a5aa3923b147d544d71b3b42f8f7dcf OK 2025/08/25 03:01:56 DEBUG : sub dir/hello world: md5 = 64364446c1bd91581856ca88637d8792 OK 2025/08/25 03:01:58 DEBUG : sub dir/hello world2: md5 = 6b645e53561f3a8213a13f22cab97db1 OK 2025/08/25 03:02:00 DEBUG : sub dir/ignore dir/.ignore: md5 = fef451c17b0dca1cecb160bdc1fd685a OK 2025/08/25 03:02:01 DEBUG : sub dir/ignore dir/should be ignored: md5 = 7997eed9ebe1f1d48f5d83ed3f155c4f OK 2025/08/25 03:02:04 DEBUG : sub dir/sub sub dir/hello world3: md5 = c9b35d97a50ac7af8ed8457a5c71ebf6 OK 2025/08/25 03:02:05 DEBUG : a.txt: Excluded (Size Filter) 2025/08/25 03:02:05 DEBUG : a.txt: Excluded 2025/08/25 03:02:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/25 03:02:05 DEBUG : sub dir/hello world: Excluded 2025/08/25 03:02:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/25 03:02:05 DEBUG : sub dir/hello world2: Excluded 2025/08/25 03:02:06 DEBUG : sub dir/ignore dir: Excluded 2025/08/25 03:02:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/25 03:02:06 DEBUG : sub dir/hello world: Excluded 2025/08/25 03:02:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/25 03:02:06 DEBUG : sub dir/hello world2: Excluded 2025/08/25 03:02:06 DEBUG : sub dir/ignore dir: Excluded 2025/08/25 03:02:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/25 03:02:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/25 03:02:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/25 03:02:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/25 03:02:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/25 03:02:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/25 03:02:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.55s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:02:14 DEBUG : file1: md5 = 8e7792d5c74732f7f9a9797466a7c666 OK 2025/08/25 03:02:16 DEBUG : sub/file2: md5 = 7a6822207b04fe9a381082e476f0274e 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/08/25 03:02:19 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/25 03:02:19 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/25 03:02:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/25 03:02:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.47s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.22s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:02:24 DEBUG : file1: md5 = 53b65e971ad0af41b2c5ec055cc70d07 OK 2025/08/25 03:02:26 DEBUG : sub/file2: md5 = d659d33b1c4bcecde544ff5169aad90a 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/08/25 03:02:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/notfound" 2025/08/25 03:02:30 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/qe0i31qdkoejk60elps0ni5sqk" 2025/08/25 03:02:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.84s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.30s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.53s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.72s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:02:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Making directory 2025/08/25 03:02:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:02:37 DEBUG : sub dir/hello world: md5 = ec58f44ae76a7e2f4260a0eff3658ef0 OK 2025/08/25 03:02:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.81s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:02:41 DEBUG : potato2: md5 = 7acd084de2083fcf8994dc147360b0a2 OK 2025/08/25 03:02:43 DEBUG : empty space: md5 = 5d07cceb2b451edd0e0f0226887d7d4f OK --- PASS: TestLs (4.95s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:02:46 DEBUG : potato2: md5 = c96d38a0fc94e64c381f6304b6fe8bd4 OK 2025/08/25 03:02:48 DEBUG : empty space: md5 = 648930cbc08e20137d6980a112289f65 OK 2025/08/25 03:02:48 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.25s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:02:51 DEBUG : potato2: md5 = d1edfc83103718ea8635b8986f89e666 OK 2025/08/25 03:02:53 DEBUG : empty space: md5 = 6f54b2fef57cbed33cf59f943b54d199 OK --- PASS: TestLsLong (5.11s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:02:56 DEBUG : potato2: md5 = 106a1082d0c2907798efa9d94ecfb4c2 OK 2025/08/25 03:02:58 DEBUG : empty space: md5 = d0fbc1a694296e03484249eae415355c OK --- PASS: TestHashSums (4.59s) === RUN TestHashSumsWithErrors 2025/08/25 03:02:59 DEBUG : Creating backend with remote ":memory:" 2025/08/25 03:02:59 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/25 03:02:59 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/25 03:02:59 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/25 03:02:59 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/25 03:02:59 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/25 03:02:59 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/25 03:02:59 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/25 03:02:59 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/25 03:02:59 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:03:01 DEBUG : potato2: md5 = d72f743380d3594f640856fd43a6de6f OK 2025/08/25 03:03:02 DEBUG : empty space: md5 = 90d556fdd359f3d4c2bc955ad4d482d3 OK 2025/08/25 03:03:04 DEBUG : sub dir/potato3: md5 = 3956bafa49860f33e6203d9d71e723be OK 2025/08/25 03:03:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.35s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:03:09 DEBUG : small: md5 = 770331b53f2bac98c10e1a50e6d3095f OK 2025/08/25 03:03:11 DEBUG : medium: md5 = 4f32c5e497ada8566b1a173089d8fcf7 OK 2025/08/25 03:03:12 DEBUG : large: md5 = ac50ef41c0ddd371b597b067c9afb02e OK 2025/08/25 03:03:12 DEBUG : Waiting for deletions to finish 2025/08/25 03:03:13 DEBUG : large: Excluded (Size Filter) 2025/08/25 03:03:13 INFO : medium: Deleted 2025/08/25 03:03:13 INFO : small: Deleted --- PASS: TestDelete (6.55s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:03:16 DEBUG : small: md5 = c3e1b40798e95c0b0c3261db88224c1e OK 2025/08/25 03:03:17 DEBUG : medium: md5 = 0693068e3bf345fc397e771df52c89b5 OK 2025/08/25 03:03:19 DEBUG : large: md5 = 794ab2bef3f9ce6563cd09b8ac49b1cf OK 2025/08/25 03:03:19 DEBUG : Waiting for deletions to finish 2025/08/25 03:03:19 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/25 03:03:20 INFO : small: Deleted 2025/08/25 03:03:20 INFO : medium: Deleted --- PASS: TestMaxDelete (6.86s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:03:23 DEBUG : small: md5 = 424b8711dfbcb9905aad50b70295d621 OK 2025/08/25 03:03:24 DEBUG : medium: md5 = 401c1d2304034f0f8dc1f2340aaef9d2 OK 2025/08/25 03:03:25 DEBUG : large: md5 = 08fe38f696a17545863b2743b3ff1cec OK 2025/08/25 03:03:26 DEBUG : Waiting for deletions to finish 2025/08/25 03:03:26 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/25 03:03:26 INFO : small: Deleted 2025/08/25 03:03:26 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.83s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:03:29 DEBUG : small: md5 = 6f80fc58376b39c59b928466701ab007 OK 2025/08/25 03:03:31 DEBUG : medium: md5 = a4878afd35f65ef02f255f60b746b8fe OK 2025/08/25 03:03:33 DEBUG : large: md5 = 4fbf9573112c8569043f11535aa810b5 OK 2025/08/25 03:03:33 DEBUG : Waiting for deletions to finish 2025/08/25 03:03:33 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/25 03:03:33 INFO : small: Deleted 2025/08/25 03:03:34 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.15s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:03:37 DEBUG : ReadFile: md5 = ef12a64d749412eda775a69cea784cb5 OK --- PASS: TestReadFile (4.09s) === RUN TestRetry 2025/08/25 03:03:39 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/25 03:03:39 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/25 03:03:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/25 03:03:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/25 03:03:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/25 03:03:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/25 03:03:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:03:41 DEBUG : file1: md5 = a65a1a1f8576ef0333b537d2f08d0b3e OK 2025/08/25 03:03:42 DEBUG : file2: md5 = 1e504208b704b86cabc427b11dfd0c35 OK --- PASS: TestCat (17.20s) === RUN TestPurge 2025/08/25 03:03:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tofifan5zaqu" 2025/08/25 03:03:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/25 03:03:57 DEBUG : Creating backend with remote "TestDrive:crypt/16m9r4j313k172nmj8jn4h0hiu3cjkajjn2r9rk55303f81bfao0" 2025/08/25 03:03:58 DEBUG : Creating backend with remote "/tmp/rclone1747910579" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tofifan5zaqu'", Local "Local file system at /tmp/rclone1747910579", Modify Window "1ms" 2025/08/25 03:04:02 DEBUG : A1/B1/C1/one: md5 = d4d1e5fa033951c94ca576c800de62fa OK 2025/08/25 03:04:02 INFO : A2: Making directory 2025/08/25 03:04:03 INFO : A1/B2: Making directory 2025/08/25 03:04:03 INFO : A1/B2/C2: Making directory 2025/08/25 03:04:04 INFO : A1/B1/C3: Making directory 2025/08/25 03:04:05 INFO : A3: Making directory 2025/08/25 03:04:06 INFO : A3/B3: Making directory 2025/08/25 03:04:06 INFO : A3/B3/C4: Making directory 2025/08/25 03:04:09 DEBUG : A1/two: md5 = e427dc2e30a0e2781b82ebdb883cf154 OK 2025/08/25 03:04:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tofifan5zaqu': Purge remote 2025/08/25 03:04:12 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.56s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:04:16 DEBUG : A1/B1/C1/one: md5 = 116d194203ce267a5dcbf28646e6d576 OK 2025/08/25 03:04:16 INFO : A2: Making directory 2025/08/25 03:04:17 INFO : A1/B2: Making directory 2025/08/25 03:04:17 INFO : A1/B2/C2: Making directory 2025/08/25 03:04:18 INFO : A1/B1/C3: Making directory 2025/08/25 03:04:19 INFO : A3: Making directory 2025/08/25 03:04:20 INFO : A3/B3: Making directory 2025/08/25 03:04:20 INFO : A3/B3/C4: Making directory 2025/08/25 03:04:22 DEBUG : A1/two: md5 = 6e2d11d3792262c2181b9ca893baf562 OK 2025/08/25 03:04:24 DEBUG : removing 1 level 3 directories 2025/08/25 03:04:24 INFO : A3/B3/C4: Removing directory 2025/08/25 03:04:26 DEBUG : removing 2 level 3 directories 2025/08/25 03:04:26 INFO : A1/B2/C2: Removing directory 2025/08/25 03:04:26 INFO : A1/B1/C3: Removing directory 2025/08/25 03:04:27 DEBUG : removing 2 level 2 directories 2025/08/25 03:04:27 INFO : A3/B3: Removing directory 2025/08/25 03:04:27 INFO : A1/B2: Removing directory 2025/08/25 03:04:27 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/25 03:04:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/25 03:04:28 DEBUG : removing 2 level 1 directories 2025/08/25 03:04:28 INFO : A3: Removing directory 2025/08/25 03:04:28 INFO : A2: Removing directory 2025/08/25 03:04:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/25 03:04:32 DEBUG : removing 1 level 3 directories 2025/08/25 03:04:32 INFO : A1/B1/C1: Removing directory 2025/08/25 03:04:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:33 DEBUG : removing 1 level 2 directories 2025/08/25 03:04:33 INFO : A1/B1: Removing directory 2025/08/25 03:04:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/25 03:04:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/25 03:04:33 DEBUG : removing 1 level 1 directories 2025/08/25 03:04:33 INFO : A1: Removing directory 2025/08/25 03:04:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/25 03:04:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/25 03:04:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/25 03:04:34 DEBUG : removing 1 level 0 directories 2025/08/25 03:04:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Removing directory 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/25 03:04:34 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (23.28s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:04:36 INFO : A1: Making directory 2025/08/25 03:04:37 INFO : A1/B1: Making directory 2025/08/25 03:04:38 INFO : A1/B1/C1: Making directory 2025/08/25 03:04:40 DEBUG : removing 1 level 3 directories 2025/08/25 03:04:40 INFO : A1/B1/C1: Removing directory 2025/08/25 03:04:41 DEBUG : removing 1 level 2 directories 2025/08/25 03:04:41 INFO : A1/B1: Removing directory 2025/08/25 03:04:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/25 03:04:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.81s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:04:43 INFO : A1: Making directory 2025/08/25 03:04:44 INFO : A1/B1: Making directory 2025/08/25 03:04:45 INFO : A1/B1/C1: Making directory 2025/08/25 03:04:47 DEBUG : removing 1 level 3 directories 2025/08/25 03:04:47 INFO : A1/B1/C1: Removing directory 2025/08/25 03:04:48 DEBUG : removing 1 level 2 directories 2025/08/25 03:04:48 INFO : A1/B1: Removing directory 2025/08/25 03:04:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/25 03:04:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.49s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:04:52 DEBUG : file1: md5 = db8bf0c16b9449b7500fe5cf8f67702b OK 2025/08/25 03:04:53 DEBUG : filename.txt: File name found in url 2025/08/25 03:04:54 DEBUG : filename.txt: md5 = 02608e90b4fecf65daca7cf1d21754e8 OK 2025/08/25 03:04:54 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/25 03:04:56 DEBUG : headerfilename.txt: md5 = 18d49561d7e7cc430bdf8f12316cd1ee OK 2025/08/25 03:04:58 DEBUG : file2: md5 = 341e505e7951ed2494b73b61be6d6183 OK --- PASS: TestCopyURL (9.80s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:05:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/25 03:05:03 DEBUG : sub/file2: md5 = 25feb80a6c9e27beb82248a1a74ec347 OK 2025/08/25 03:05:03 INFO : file1: Copied (new) to: sub/file2 2025/08/25 03:05:03 INFO : file1: Deleted 2025/08/25 03:05:04 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/25 03:05:04 DEBUG : file1: Unchanged skipping 2025/08/25 03:05:04 INFO : file1: Deleted 2025/08/25 03:05:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': don't need to copy/move sub/file2, it is already at target location 2025/08/25 03:05:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.02s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:05:07 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/25 03:05:08 DEBUG : file1: md5 = f540276b1db13dab79969526af18831d OK 2025/08/25 03:05:08 INFO : file1: Copied (new) 2025/08/25 03:05:08 INFO : file1: Deleted 2025/08/25 03:05:09 DEBUG : file1: Destination exists, skipping 2025/08/25 03:05:09 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.56s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:05:13 DEBUG : dst/file1: md5 = 1b48634e13450a3d623cd348ffb969f7 OK 2025/08/25 03:05:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepakit7juqa/backup" 2025/08/25 03:05:14 DEBUG : Creating backend with remote "TestDrive:crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug/1nrff024r7pq65ecp72fc28jb0" 2025/08/25 03:05:16 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/25 03:05:18 INFO : dst/file1: Moved (server-side) 2025/08/25 03:05:19 DEBUG : dst/file1: md5 = 8a5fa2d519a67eb51d6e7847d08e0850 OK 2025/08/25 03:05:19 INFO : dst/file1: Copied (new) 2025/08/25 03:05:19 INFO : dst/file1: Deleted 2025/08/25 03:05:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/25 03:05:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/25 03:05:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.02s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:05:26 DEBUG : A1/one: md5 = 4a761fbe3d68d6b4e03dbaa75b3b6041 OK 2025/08/25 03:05:28 DEBUG : A1/two: md5 = f6fd0005c6d5567b4dd302e91504bae2 OK 2025/08/25 03:05:30 DEBUG : A1/B1/three: md5 = c9f6faa89e9b33bd9a4c683b140675e8 OK 2025/08/25 03:05:32 DEBUG : A1/B1/C1/four: md5 = 4afac8a0a56ee677f018d9820d0cda16 OK 2025/08/25 03:05:34 DEBUG : A1/B1/C2/five: md5 = 3fc30cbbe1c0d849038c199e82a42282 OK 2025/08/25 03:05:34 INFO : A1/B2: Making directory 2025/08/25 03:05:35 INFO : A1/B1/C3: Making directory 2025/08/25 03:05:45 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/25 03:05:45 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/25 03:05:45 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/25 03:05:45 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/25 03:05:45 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/25 03:05:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/25 03:05:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/25 03:05:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/25 03:05:49 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/25 03:05:49 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/25 03:05:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/25 03:05:56 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/25 03:05:56 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/25 03:05:56 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/25 03:05:56 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/25 03:05:56 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/25 03:05:59 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/25 03:05:59 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/25 03:05:59 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/25 03:06:00 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/25 03:06:00 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/25 03:06:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/25 03:06:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/25 03:06:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/25 03:06:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/25 03:06:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/25 03:06:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/25 03:06:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/25 03:06:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/25 03:06:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/25 03:06:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.77s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/25 03:06:11 DEBUG : no_checksum_small_file_from_pipe: md5 = c263a7eaeff10b18b5d33cf65acf44c0 OK 2025/08/25 03:06:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/25 03:06:11 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/25 03:06:12 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/25 03:06:13 DEBUG : no_checksum_big_file_from_pipe: md5 = c21724c8d1bc6a543f700242c25cde55 OK 2025/08/25 03:06:13 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/25 03:06:16 DEBUG : with_checksum_small_file_from_pipe: md5 = 8f41008af02d2aba9600a7e168a20938 OK 2025/08/25 03:06:16 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/25 03:06:16 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/25 03:06:18 DEBUG : with_checksum_big_file_from_pipe: md5 = d6e980528e2a8c90728b620d9a9d8074 OK 2025/08/25 03:06:18 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/25 03:06:21 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/25 03:06:22 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/25 03:06:23 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-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/25 03:06:27 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/25 03:06:28 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/25 03:06:29 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.16s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.89s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.33s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.50s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.44s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/25 03:06:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': File to upload is small (48 bytes), uploading instead of streaming 2025/08/25 03:06:32 DEBUG : rcat_metadata: md5 = 7b34dac449c07680b6f55c1026a15211 OK 2025/08/25 03:06:32 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/25 03:06:34 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/25 03:06:35 DEBUG : rcat_metadata_uploadcutoff0: md5 = 42e07aee1519f074f4bec3ace2d334f5 OK 2025/08/25 03:06:35 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.78s) --- PASS: TestRcatMetadata/Normal (2.48s) --- PASS: TestRcatMetadata/ViaDisk (2.81s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:38 DEBUG : potato1: md5 = 4d01dd8b949aa56ae8c267b51d878be6 OK 2025/08/25 03:06:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': File to upload is small (60 bytes), uploading instead of streaming 2025/08/25 03:06:39 DEBUG : potato2: md5 = f8e6260f5767db4721307cbbe109cd89 OK 2025/08/25 03:06:39 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.52s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:42 DEBUG : potato1: md5 = 9fa59390d0cd468e9cfcf8bd6f036940 OK 2025/08/25 03:06:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': File to upload is small (60 bytes), uploading instead of streaming 2025/08/25 03:06:44 DEBUG : potato2: md5 = d337f4cb06e47d2c31b24f14143b7045 OK 2025/08/25 03:06:44 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.17s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:47 DEBUG : potato2: md5 = 7a89b58528d741c6bdaae9684904fb03 OK 2025/08/25 03:06:49 DEBUG : empty space: md5 = 31d4cf406a89aa360ea72ec9265be991 OK 2025/08/25 03:06:51 DEBUG : sub dir/potato3: md5 = 74e71a2cb7368078711ecbb54050f1dc OK 2025/08/25 03:06:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Touching "sub dir/potato3" 2025/08/25 03:06:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Touching "empty space" 2025/08/25 03:06:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Touching "potato2" 2025/08/25 03:06:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.80s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:56 DEBUG : dir with metadata: Making directory with metadata 2025/08/25 03:06:56 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.35s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:06:58 DEBUG : directory with modtime: Making directory with metadata 2025/08/25 03:06:59 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.31s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:07:00 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/25 03:07:00 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/25 03:07:01 DEBUG : Google drive root 'crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug': Skipping btime metadata as can't update it on an existing file: 2025-08-25T03:07:00.769253973Z 2025/08/25 03:07:01 INFO : non existent directory: Updated directory metadata 2025/08/25 03:07:03 DEBUG : Google drive root 'crypt/8lsbqo6mbu3rdoc8aeh7lo5tet9ioib0mipg3h30phdntqqpn8ug': Skipping btime metadata as can't update it on an existing file: 2025-08-25T03:07:00.769253973Z 2025/08/25 03:07:03 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.72s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:07:05 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/25 03:07:07 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/25 03:07:07 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.98s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:07:10 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/25 03:07:10 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/25 03:07:10 DEBUG : dst: Making directory with metadata 2025/08/25 03:07:11 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/25 03:07:11 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/25 03:07:11 INFO : dst: Set directory modification time (using SetModTime) 2025/08/25 03:07:12 INFO : dst: Set directory modification time (using SetModTime) 2025/08/25 03:07:12 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/25 03:07:12 INFO : dst: Set directory modification time (using SetModTime) 2025/08/25 03:07:12 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.57s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa'", Local "Local file system at /tmp/rclone1609866632", Modify Window "1ms" 2025/08/25 03:07:16 DEBUG : sub dir/test remove existing: md5 = 974f1ce7f0aa027ef9dc4e5598a70683 OK 2025/08/25 03:07:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = e3efd519504fdc6293c2d4c09d9783f5 OK 2025/08/25 03:07:19 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.busogif0" before starting 2025/08/25 03:07:20 DEBUG : sub dir/test remove existing.busogif0: TEST: removing renamed existing file after operation 2025/08/25 03:07:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.riwojov8" before starting 2025/08/25 03:07:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.riwojov8: TEST: renaming existing back after failed operation 2025/08/25 03:07:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wanulof2" before starting 2025/08/25 03:07:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wanulof2: TEST: removing renamed existing file after operation 2025/08/25 03:07:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "6an842p4lueuv9t999ek8a4r3tagrl317bd31q9cjfu17hret770" 2025/08/25 03:07:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "aqdc09fcsmunph2nk2juc2flqo3n2rc49ebkjudd7g2ggvmipbmmgen9pd45crpq8i567c13sr5rojh9aj3gs5ussn1mng7oqv967t27k4csckkt3su7n87tarjopmkutgiacqelb1n7u7t79b9dotmhvlnb814qh659dv933leefgc4s87g" --- PASS: TestRemoveExisting (13.53s) === 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/08/25 03:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepakit7juqa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m4.324300013s (try 1/5)