"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/12/26 03:05:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi" 2024/12/26 03:05:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:05:51 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g" 2024/12/26 03:05:52 DEBUG : Creating backend with remote "/tmp/rclone2573171246" === 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/26 03:05:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/26 03:05:52 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/26 03:05:52 DEBUG : potato: Seek from 10 to 0 2024/12/26 03:05:52 DEBUG : potato: Seek from 10 to 0 2024/12/26 03:05:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/26 03:05:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/26 03:05:52 DEBUG : potato: Seek from 5 to 2 2024/12/26 03:05:52 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/26 03:05:52 DEBUG : potato: Seek from 7 to 0 2024/12/26 03:05:52 DEBUG : potato: Seek from 7 to 0 2024/12/26 03:05:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/26 03:05:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/26 03:05:52 DEBUG : potato: Seek from 5 to 2 2024/12/26 03:05:52 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/26 03:05:52 DEBUG : potato: Seek from 8 to 0 2024/12/26 03:05:52 DEBUG : potato: Seek from 8 to 0 2024/12/26 03:05:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/26 03:05:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/26 03:05:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/26 03:05:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/26 03:05:52 DEBUG : potato: Seek from 5 to 2 2024/12/26 03:05:52 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/26 03:05:52 DEBUG : potato: Seek from 9 to 0 2024/12/26 03:05:52 DEBUG : potato: Seek from 9 to 0 2024/12/26 03:05:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:05:55 DEBUG : rutabaga: md5 = 7afbbc2644b14f6f81b5bbb11cc02145 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/26 03:05:58 DEBUG : empty space: md5 = d66fd2eb9f9a12552881e2e097d3ee7e OK === RUN TestCheck/3 2024/12/26 03:06:00 DEBUG : potato2: md5 = e2154be066ab8bce7963b3cda5085808 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/26 03:06:02 DEBUG : remotepotato: md5 = 36a8a248a4be290c22085b105f22c6a9 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.50s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.21s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2024/12/26 03:06:06 DEBUG : Creating backend with remote "nonexistent" 2024/12/26 03:06:06 DEBUG : Creating backend with remote "nonexistent" 2024/12/26 03:06:06 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/26 03:06:06 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/12/26 03:06:06 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/26 03:06:06 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:06:07 DEBUG : rutabaga: md5 = 5f42c5351f59e9c25c29bfbaf95352be OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/26 03:06:12 DEBUG : empty space: md5 = 3429654e4aaa294d0afd3a4d9a0ddd7b OK === RUN TestCheckDownload/3 2024/12/26 03:06:15 DEBUG : potato2: md5 = 51088c16988a92b1a52bc0fe3eb092c8 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/26 03:06:20 DEBUG : remotepotato: md5 = facd910ddbde56c6ac08900773ad176c OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.56s) --- PASS: TestCheckDownload/1 (1.43s) --- PASS: TestCheckDownload/2 (1.05s) --- PASS: TestCheckDownload/3 (1.25s) --- PASS: TestCheckDownload/4 (1.26s) --- PASS: TestCheckDownload/5 (1.62s) --- PASS: TestCheckDownload/6 (1.53s) --- PASS: TestCheckDownload/7 (1.14s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:06:27 DEBUG : rutabaga: md5 = 9e4bdb9bd7edbff228540dacd5f68d6f OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/26 03:06:30 DEBUG : empty space: md5 = b53953a2b85db71848fa0b2ed3f3587e OK === RUN TestCheckSizeOnly/3 2024/12/26 03:06:32 DEBUG : potato2: md5 = 1deede57228317a11a106b8fc845c39f OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/26 03:06:34 DEBUG : remotepotato: md5 = 03c8026916d8a8c0d9b63b43c2bece6c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.13s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:06:39 DEBUG : test.sum: md5 = 730e1ce869abdb1e8080e391eebb1182 OK 2024/12/26 03:06:40 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/26 03:06:40 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/26 03:06:40 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/26 03:06:40 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/26 03:06:42 DEBUG : test.sum: md5 = 598158109d1692fe498443244b7db030 OK 2024/12/26 03:06:43 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/26 03:06:43 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/26 03:06:43 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/26 03:06:43 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.79s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:06:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/data" 2024/12/26 03:06:44 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.88s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:06:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/data" 2024/12/26 03:06:46 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/vjrnln8ratgmqakfosrqe8espk" 2024/12/26 03:06:50 DEBUG : data/banana: md5 = 4df975e4f1566d4d6d1870d858071160 OK 2024/12/26 03:06:52 DEBUG : test.sum: md5 = 9648839dea8513a53ea234e33712e8f8 OK === RUN TestCheckSumDownload/subtest1 2024/12/26 03:06:57 DEBUG : data/potato: md5 = 0665b91dee68913a4469453da1aebfe3 OK 2024/12/26 03:06:59 DEBUG : test.sum: md5 = 1bff82b11bef9dfa4a8bef01a79e5c5b OK === RUN TestCheckSumDownload/subtest2 2024/12/26 03:07:03 DEBUG : test.sum: md5 = 408d20f4bb1107127c8a0694d0dfff71 OK === RUN TestCheckSumDownload/subtest3 2024/12/26 03:07:08 DEBUG : test.sum: md5 = 2079a905fd532ad0434444806dbd9821 OK === RUN TestCheckSumDownload/subtest4 2024/12/26 03:07:12 DEBUG : test.sum: md5 = 3c00435cce90f3fa74cb810a778945f6 OK === RUN TestCheckSumDownload/subtest5 2024/12/26 03:07:17 DEBUG : test.sum: md5 = 6506333ee2962dc668fef09b77fecab9 OK === RUN TestCheckSumDownload/subtest6 2024/12/26 03:07:22 DEBUG : data/banana: md5 = 2810607c106cff6b6bbc31da4223f040 OK 2024/12/26 03:07:23 DEBUG : data/potato: md5 = 9d06b3768d0353f44c24a2569fdf4633 OK 2024/12/26 03:07:25 DEBUG : test.sum: md5 = 1208c1affa35c68d487c76f9eafa92a1 OK === RUN TestCheckSumDownload/subtest7 2024/12/26 03:07:31 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/26 03:07:31 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.80s) --- PASS: TestCheckSumDownload/subtest1 (3.12s) --- PASS: TestCheckSumDownload/subtest2 (2.18s) --- PASS: TestCheckSumDownload/subtest3 (2.36s) --- PASS: TestCheckSumDownload/subtest4 (2.59s) --- PASS: TestCheckSumDownload/subtest5 (2.39s) --- PASS: TestCheckSumDownload/subtest6 (2.92s) --- PASS: TestCheckSumDownload/subtest7 (3.53s) === RUN TestApplyTransforms 2024/12/26 03:07:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hanikow8mila" 2024/12/26 03:07:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:07:32 DEBUG : Creating backend with remote "TestDrive:crypt/erogpqppr8slqtgfaae8ei7v6nnrbt1v03vkc18kuc95h6899jh0" 2024/12/26 03:07:33 DEBUG : Creating backend with remote "/tmp/rclone3689975009" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hanikow8mila'", Local "Local file system at /tmp/rclone3689975009", Modify Window "1ms" 2024/12/26 03:07:36 DEBUG : hello, world!: md5 = 6adda04c344f89d195d878d863341d96 OK upper checkfile vs. lower remote (without normalization) 2024/12/26 03:07:36 ERROR : hello, world!: sum not found 2024/12/26 03:07:36 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hanikow8mila' 2024/12/26 03:07:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanikow8mila': 1 files missing 2024/12/26 03:07:36 NOTICE: 1 hashes missing 2024/12/26 03:07:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanikow8mila': 2 differences found 2024/12/26 03:07:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanikow8mila': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/26 03:07:38 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:07:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanikow8mila': 0 differences found 2024/12/26 03:07:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanikow8mila': 1 matching files 2024/12/26 03:07:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rinacuf4hula" 2024/12/26 03:07:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:07:38 DEBUG : Creating backend with remote "TestDrive:crypt/hogd5ni65m20ktjamk90b0pfed70rckgs6h2r0v66grp8mqfcun0" 2024/12/26 03:07:39 DEBUG : Creating backend with remote "/tmp/rclone3977457417" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rinacuf4hula'", Local "Local file system at /tmp/rclone3977457417", Modify Window "1ms" 2024/12/26 03:07:42 DEBUG : HELLO, WORLD!: md5 = 0c845245c4b7b3b5f52abb8d1323b626 OK lower checkfile vs. upper remote (without normalization) 2024/12/26 03:07:42 ERROR : HELLO, WORLD!: sum not found 2024/12/26 03:07:42 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rinacuf4hula' 2024/12/26 03:07:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rinacuf4hula': 1 files missing 2024/12/26 03:07:42 NOTICE: 1 hashes missing 2024/12/26 03:07:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rinacuf4hula': 2 differences found 2024/12/26 03:07:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rinacuf4hula': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/26 03:07:44 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:07:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rinacuf4hula': 0 differences found 2024/12/26 03:07:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rinacuf4hula': 1 matching files 2024/12/26 03:07:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tabuput1juso" 2024/12/26 03:07:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:07:44 DEBUG : Creating backend with remote "TestDrive:crypt/31mtldreippd74u4t33um7uepf19pmujgcvnbhe67oms4d4bgv40" 2024/12/26 03:07:45 DEBUG : Creating backend with remote "/tmp/rclone3198381634" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tabuput1juso'", Local "Local file system at /tmp/rclone3198381634", Modify Window "1ms" 2024/12/26 03:07:47 DEBUG : HeLlO, wOrLd!: md5 = d1568b6455f87db7c52573c0483fbac6 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/26 03:07:48 ERROR : HeLlO, wOrLd!: sum not found 2024/12/26 03:07:48 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tabuput1juso' 2024/12/26 03:07:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabuput1juso': 1 files missing 2024/12/26 03:07:48 NOTICE: 1 hashes missing 2024/12/26 03:07:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabuput1juso': 2 differences found 2024/12/26 03:07:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabuput1juso': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/26 03:07:49 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:07:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabuput1juso': 0 differences found 2024/12/26 03:07:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabuput1juso': 1 matching files 2024/12/26 03:07:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-holohas2qane" 2024/12/26 03:07:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:07:49 DEBUG : Creating backend with remote "TestDrive:crypt/6nosasipa9ge5qe523l7k6l8crgmrig1br0vg0gehsib2srd9jt0" 2024/12/26 03:07:50 DEBUG : Creating backend with remote "/tmp/rclone2664093793" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-holohas2qane'", Local "Local file system at /tmp/rclone2664093793", Modify Window "1ms" 2024/12/26 03:07:53 DEBUG : HELLO, WORLD!: md5 = ed8b82da850756ab30140392612f2899 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/26 03:07:53 ERROR : HELLO, WORLD!: sum not found 2024/12/26 03:07:53 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-holohas2qane' 2024/12/26 03:07:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holohas2qane': 1 files missing 2024/12/26 03:07:53 NOTICE: 1 hashes missing 2024/12/26 03:07:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holohas2qane': 2 differences found 2024/12/26 03:07:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holohas2qane': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/26 03:07:54 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:07:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holohas2qane': 0 differences found 2024/12/26 03:07:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holohas2qane': 1 matching files 2024/12/26 03:07:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-menuhov1madu" 2024/12/26 03:07:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:07:55 DEBUG : Creating backend with remote "TestDrive:crypt/uc7o16j878700gts8u9ree5grbi3s07gpd4skqnup92delbbiuo0" 2024/12/26 03:07:56 DEBUG : Creating backend with remote "/tmp/rclone3794878744" 2024/12/26 03:07:56 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-menuhov1madu'", Local "Local file system at /tmp/rclone3794878744", Modify Window "1ms" 2024/12/26 03:07:58 DEBUG : 測試_Русский___ě_áñ: md5 = 7c467b6e9c760e3246363643c6fec412 OK NFD checkfile vs. NFC remote (without normalization) 2024/12/26 03:07:59 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/26 03:07:59 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-menuhov1madu' 2024/12/26 03:07:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-menuhov1madu': 1 files missing 2024/12/26 03:07:59 NOTICE: 1 hashes missing 2024/12/26 03:07:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-menuhov1madu': 2 differences found 2024/12/26 03:07:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-menuhov1madu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/26 03:08:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:08:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-menuhov1madu': 0 differences found 2024/12/26 03:08:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-menuhov1madu': 1 matching files 2024/12/26 03:08:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bexujof8puma" 2024/12/26 03:08:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:08:00 DEBUG : Creating backend with remote "TestDrive:crypt/e30p6vjohebrrnjr8q5entfeaeb7ol23bhr9s81frqpkmrom8dqg" 2024/12/26 03:08:01 DEBUG : Creating backend with remote "/tmp/rclone1449816109" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bexujof8puma'", Local "Local file system at /tmp/rclone1449816109", Modify Window "1ms" 2024/12/26 03:08:04 DEBUG : 測試_Русский___ě_áñ: md5 = 24b2e7ffc57d2b0c5866e6d4d5c5d778 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/26 03:08:04 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/26 03:08:04 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bexujof8puma' 2024/12/26 03:08:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexujof8puma': 1 files missing 2024/12/26 03:08:04 NOTICE: 1 hashes missing 2024/12/26 03:08:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexujof8puma': 2 differences found 2024/12/26 03:08:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexujof8puma': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/26 03:08:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:08:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexujof8puma': 0 differences found 2024/12/26 03:08:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexujof8puma': 1 matching files 2024/12/26 03:08:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nimuqep0pera" 2024/12/26 03:08:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:08:06 DEBUG : Creating backend with remote "TestDrive:crypt/re8ps4nvk9adam8dh428rfov6jbaip3sh41lfk6mt7bh1u797nj0" 2024/12/26 03:08:07 DEBUG : Creating backend with remote "/tmp/rclone91116039" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nimuqep0pera'", Local "Local file system at /tmp/rclone91116039", Modify Window "1ms" 2024/12/26 03:08:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 48cb6372142bc4faa1336af1bd60a04e OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/26 03:08:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/26 03:08:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nimuqep0pera' 2024/12/26 03:08:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nimuqep0pera': 1 files missing 2024/12/26 03:08:10 NOTICE: 1 hashes missing 2024/12/26 03:08:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nimuqep0pera': 2 differences found 2024/12/26 03:08:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nimuqep0pera': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/26 03:08:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:08:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nimuqep0pera': 0 differences found 2024/12/26 03:08:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nimuqep0pera': 1 matching files 2024/12/26 03:08:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yotuzoq0luri" 2024/12/26 03:08:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:08:11 DEBUG : Creating backend with remote "TestDrive:crypt/m0d1o6782igms2i9mje8tjcadihplukgf9lfmifs186l0fofplv0" 2024/12/26 03:08:12 DEBUG : Creating backend with remote "/tmp/rclone2208722602" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yotuzoq0luri'", Local "Local file system at /tmp/rclone2208722602", Modify Window "1ms" 2024/12/26 03:08:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e61bcefbc8bf5d7193e34a8bc44483e0 OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/26 03:08:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/26 03:08:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yotuzoq0luri' 2024/12/26 03:08:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yotuzoq0luri': 1 files missing 2024/12/26 03:08:15 NOTICE: 1 hashes missing 2024/12/26 03:08:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yotuzoq0luri': 2 differences found 2024/12/26 03:08:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yotuzoq0luri': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/26 03:08:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:08:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yotuzoq0luri': 0 differences found 2024/12/26 03:08:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yotuzoq0luri': 1 matching files 2024/12/26 03:08:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tikobug6veyo" 2024/12/26 03:08:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:08:16 DEBUG : Creating backend with remote "TestDrive:crypt/g3ljpjmp8rdhmcbfjjje867ioihmhvhu9h8mk0pdlb25o79761g0" 2024/12/26 03:08:17 DEBUG : Creating backend with remote "/tmp/rclone4136462197" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tikobug6veyo'", Local "Local file system at /tmp/rclone4136462197", Modify Window "1ms" 2024/12/26 03:08:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = cd9085be32f5036c4423037e163faec3 OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/26 03:08:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/26 03:08:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tikobug6veyo' 2024/12/26 03:08:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikobug6veyo': 1 files missing 2024/12/26 03:08:20 NOTICE: 1 hashes missing 2024/12/26 03:08:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikobug6veyo': 2 differences found 2024/12/26 03:08:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikobug6veyo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/26 03:08:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:08:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikobug6veyo': 0 differences found 2024/12/26 03:08:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikobug6veyo': 1 matching files 2024/12/26 03:08:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nagegis5base" 2024/12/26 03:08:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:08:22 DEBUG : Creating backend with remote "TestDrive:crypt/n0fu1odd100rur27qvd6lm30vk8joit9c92vhm3pumms9gqdmeu0" 2024/12/26 03:08:23 DEBUG : Creating backend with remote "/tmp/rclone3914692381" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nagegis5base'", Local "Local file system at /tmp/rclone3914692381", Modify Window "1ms" 2024/12/26 03:08:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e5594daf32f1f1314c258a369c7666a1 OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/26 03:08:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/26 03:08:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nagegis5base' 2024/12/26 03:08:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagegis5base': 1 files missing 2024/12/26 03:08:26 NOTICE: 1 hashes missing 2024/12/26 03:08:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagegis5base': 2 differences found 2024/12/26 03:08:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagegis5base': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/26 03:08:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/26 03:08:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagegis5base': 0 differences found 2024/12/26 03:08:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagegis5base': 1 matching files 2024/12/26 03:08:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nagegis5base': Purge remote 2024/12/26 03:08:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tikobug6veyo': Purge remote 2024/12/26 03:08:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yotuzoq0luri': Purge remote 2024/12/26 03:08:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nimuqep0pera': Purge remote 2024/12/26 03:08:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bexujof8puma': Purge remote 2024/12/26 03:08:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-menuhov1madu': Purge remote 2024/12/26 03:08:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-holohas2qane': Purge remote 2024/12/26 03:08:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tabuput1juso': Purge remote 2024/12/26 03:08:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rinacuf4hula': Purge remote 2024/12/26 03:08:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hanikow8mila': Purge remote --- PASS: TestApplyTransforms (61.34s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:08:34 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/26 03:08:36 DEBUG : sub/file2: md5 = 295e03134761a55858aad760a21ce25d OK 2024/12/26 03:08:36 INFO : file1: Copied (new) to: sub/file2 2024/12/26 03:08:37 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/26 03:08:37 DEBUG : file1: Unchanged skipping 2024/12/26 03:08:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': don't need to copy/move sub/file2, it is already at target location 2024/12/26 03:08:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.81s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:08:43 DEBUG : dst/file1: md5 = f49cb8a9939fb63a1c4c6fc389b75609 OK 2024/12/26 03:08:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/backup" 2024/12/26 03:08:44 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/1nrff024r7pq65ecp72fc28jb0" 2024/12/26 03:08:46 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/26 03:08:49 INFO : dst/file1: Moved (server-side) 2024/12/26 03:08:50 DEBUG : dst/file1: md5 = 0a214e3e2e961d6a5176090f9a5d5b4a OK 2024/12/26 03:08:50 INFO : dst/file1: Copied (new) 2024/12/26 03:08:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/26 03:08:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/26 03:08:55 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.26s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:08:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/dst" 2024/12/26 03:08:56 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/26 03:08:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/CompareDest" 2024/12/26 03:08:58 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/gveqi14airsml4bgu7krj116o8" 2024/12/26 03:08:59 DEBUG : one: Need to transfer - File not found at Destination 2024/12/26 03:09:02 DEBUG : one: md5 = 6483104495b679c9701849e1de6488f8 OK 2024/12/26 03:09:02 INFO : one: Copied (new) 2024/12/26 03:09:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/26 03:09:05 DEBUG : one: md5 = 865f6f0b0a4991b2a099ee094c13393f OK 2024/12/26 03:09:05 INFO : one: Copied (replaced existing) 2024/12/26 03:09:07 DEBUG : dst/one: md5 = e0f615408862abd1042fa02cf01597f6 OK 2024/12/26 03:09:09 DEBUG : CompareDest/one: md5 = 853728082e9bf5341c5eaafdc92a4616 OK 2024/12/26 03:09:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/26 03:09:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/26 03:09:11 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/26 03:09:13 DEBUG : CompareDest/two: md5 = a9b8941450b2ac00bea1f57482a0a3dd OK 2024/12/26 03:09:14 DEBUG : two: Need to transfer - File not found at Destination 2024/12/26 03:09:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/26 03:09:14 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/26 03:09:14 DEBUG : two: Need to transfer - File not found at Destination 2024/12/26 03:09:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/26 03:09:15 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/26 03:09:16 DEBUG : two: Need to transfer - File not found at Destination 2024/12/26 03:09:16 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/26 03:09:18 DEBUG : two: md5 = cfa69db3d35a0205e17b61c267374243 OK 2024/12/26 03:09:18 INFO : two: Copied (new) 2024/12/26 03:09:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/26 03:09:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:09:22 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:09:22 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (27.08s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:09:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/dst" 2024/12/26 03:09:23 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/26 03:09:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/CopyDest" 2024/12/26 03:09:25 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/26 03:09:26 DEBUG : one: Need to transfer - File not found at Destination 2024/12/26 03:09:29 DEBUG : one: md5 = 88ceb37862ef838a66d5e1bc557a83c1 OK 2024/12/26 03:09:29 INFO : one: Copied (new) 2024/12/26 03:09:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/26 03:09:32 DEBUG : one: md5 = da7b70aa23ed426d30ea738e4f730e71 OK 2024/12/26 03:09:32 INFO : one: Copied (replaced existing) 2024/12/26 03:09:34 DEBUG : dst/one: md5 = b00832f8807f9eacb61fc56c2f7f0c10 OK 2024/12/26 03:09:37 DEBUG : CopyDest/one: md5 = 481b3651b9972d407d0c185bb4cce180 OK 2024/12/26 03:09:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/BackupDir" 2024/12/26 03:09:38 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/26 03:09:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/26 03:09:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/26 03:09:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/26 03:09:42 INFO : one: Moved (server-side) 2024/12/26 03:09:43 INFO : one: Copied (server-side copy) 2024/12/26 03:09:43 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/26 03:09:45 DEBUG : CopyDest/two: md5 = 8f17d9469eea7fd510e84d1be6134d73 OK 2024/12/26 03:09:46 DEBUG : two: Need to transfer - File not found at Destination 2024/12/26 03:09:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/26 03:09:47 INFO : two: Copied (server-side copy) 2024/12/26 03:09:47 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/26 03:09:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/26 03:09:48 DEBUG : two: Unchanged skipping 2024/12/26 03:09:51 DEBUG : CopyDest/three: md5 = 5c39ea7804db3f25bf108cadc2400264 OK 2024/12/26 03:09:52 DEBUG : three: Need to transfer - File not found at Destination 2024/12/26 03:09:52 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/26 03:09:52 DEBUG : three: Destination not found in --copy-dest 2024/12/26 03:09:53 DEBUG : three: md5 = 406d7e153a3ed685ae659dcd9c1d71ce OK 2024/12/26 03:09:53 INFO : three: Copied (new) 2024/12/26 03:09:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/26 03:09:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:09:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/26 03:10:00 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/26 03:10:00 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/26 03:10:00 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:10:01 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.51s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:10:03 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/26 03:10:05 DEBUG : TestCopyFileMaxTransfer/file1: md5 = e17efcaeb0a26a0139ca8582aa327aad OK 2024/12/26 03:10:05 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/26 03:10:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/26 03:10:06 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/12/26 03:10:07 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/26 03:10:08 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/26 03:10:09 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 15bd67fe7d03ce98c5c6892edd814eb2 OK 2024/12/26 03:10:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/26 03:10:12 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/26 03:10:12 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.52s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:10:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Looking for duplicate names using skip mode. 2024/12/26 03:10:17 NOTICE: one: Found 2 files with duplicate names 2024/12/26 03:10:17 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.24s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:10:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Looking for duplicate names using skip mode. 2024/12/26 03:10:23 NOTICE: one: Found 3 files with duplicate names 2024/12/26 03:10:23 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/26 03:10:24 INFO : one: Deleted 2024/12/26 03:10:24 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.74s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:10:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Looking for duplicate names using first mode. 2024/12/26 03:10:31 NOTICE: one: Found 3 files with duplicate names 2024/12/26 03:10:32 INFO : one: Deleted 2024/12/26 03:10:33 INFO : one: Deleted 2024/12/26 03:10:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.63s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:10:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Looking for duplicate names using newest mode. 2024/12/26 03:10:39 NOTICE: one: Found 3 files with duplicate names 2024/12/26 03:10:40 INFO : one: Deleted 2024/12/26 03:10:40 INFO : one: Deleted 2024/12/26 03:10:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.33s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:10:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Looking for duplicate names using oldest mode. 2024/12/26 03:10:47 NOTICE: one: Found 3 files with duplicate names 2024/12/26 03:10:47 INFO : one: Deleted 2024/12/26 03:10:48 INFO : one: Deleted 2024/12/26 03:10:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.43s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:10:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Looking for duplicate names using largest mode. 2024/12/26 03:10:54 NOTICE: one: Found 3 files with duplicate names 2024/12/26 03:10:55 INFO : one: Deleted 2024/12/26 03:10:55 INFO : one: Deleted 2024/12/26 03:10:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:11:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Looking for duplicate names using smallest mode. 2024/12/26 03:11:01 NOTICE: one: Found 3 files with duplicate names 2024/12/26 03:11:02 INFO : one: Deleted 2024/12/26 03:11:03 INFO : one: Deleted 2024/12/26 03:11:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.49s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:11:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Looking for duplicate names using rename mode. 2024/12/26 03:11:11 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/26 03:11:12 INFO : one-2.txt: renamed from: one.txt 2024/12/26 03:11:13 INFO : one-3.txt: renamed from: one.txt 2024/12/26 03:11:14 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.73s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:11:20 DEBUG : dupe1/one.txt: md5 = b522443c880ab1d1466141a89e1c2e8c OK 2024/12/26 03:11:23 DEBUG : dupe2/two.txt: md5 = d385a8fe95b0396137ea0fa99df777e7 OK 2024/12/26 03:11:26 DEBUG : dupe3/three.txt: md5 = 53f00addef6b4b9123c6a3b81f16dd90 OK 2024/12/26 03:11:26 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/26 03:11:27 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/26 03:11:28 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/26 03:11:29 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/26 03:11:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/26 03:11:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/26 03:11:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.98s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:11:35 DEBUG : a.txt: md5 = 2b6a3682ff91de8fea38f6ac88547d94 OK 2024/12/26 03:11:37 DEBUG : zend.txt: md5 = 5cb25d8be488d7693cad102e08104208 OK 2024/12/26 03:11:40 DEBUG : sub dir/hello world: md5 = ca69d11b32fcffc90628b0c14a9eb45f OK 2024/12/26 03:11:41 DEBUG : sub dir/hello world2: md5 = 278371ffe649f1b40482101401fb197e OK 2024/12/26 03:11:44 DEBUG : sub dir/ignore dir/.ignore: md5 = 946440e551df54a9a3f7c4ea9cb36ac0 OK 2024/12/26 03:11:46 DEBUG : sub dir/ignore dir/should be ignored: md5 = 6bda8c20707ca3e2e48a78e34e690788 OK 2024/12/26 03:11:48 DEBUG : sub dir/sub sub dir/hello world3: md5 = 6739f6ed794cb14ce1a4b1e81cd15b5c OK 2024/12/26 03:11:49 DEBUG : a.txt: Excluded (Size Filter) 2024/12/26 03:11:49 DEBUG : a.txt: Excluded 2024/12/26 03:11:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/26 03:11:50 DEBUG : sub dir/hello world2: Excluded 2024/12/26 03:11:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/26 03:11:50 DEBUG : sub dir/hello world: Excluded 2024/12/26 03:11:51 DEBUG : sub dir/ignore dir: Excluded 2024/12/26 03:11:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/26 03:11:51 DEBUG : sub dir/hello world2: Excluded 2024/12/26 03:11:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/26 03:11:51 DEBUG : sub dir/hello world: Excluded 2024/12/26 03:11:51 DEBUG : sub dir/ignore dir: Excluded 2024/12/26 03:11:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/26 03:11:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/26 03:11:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/26 03:11:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/26 03:11:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/26 03:11:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/12/26 03:11:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (25.53s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:01 DEBUG : file1: md5 = b4777b153dd8d0730edaf5e4b01c6bc2 OK 2024/12/26 03:12:03 DEBUG : sub/file2: md5 = 857fa2507e6ecbedd7187e1fa2978ead 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 2024/12/26 03:12:06 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/26 03:12:06 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/26 03:12:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/26 03:12:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.41s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:11 DEBUG : file1: md5 = 0ed417ed4ca8cdf02622c59d28167995 OK 2024/12/26 03:12:14 DEBUG : sub/file2: md5 = ffe7089d2058b7bb95851f620bfc9340 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 2024/12/26 03:12:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/notfound" 2024/12/26 03:12:18 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/qe0i31qdkoejk60elps0ni5sqk" 2024/12/26 03:12:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.91s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.72s) --- PASS: TestStatJSON/Dir (0.54s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.72s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Making directory 2024/12/26 03:12:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:26 DEBUG : sub dir/hello world: md5 = c85a52daf53a2bf37870ae64a8d1cd2f OK 2024/12/26 03:12:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.30s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:30 DEBUG : potato2: md5 = c123f4fd25a9a18d53ab89f2bbca483f OK 2024/12/26 03:12:32 DEBUG : empty space: md5 = aacaf85183e07f90fd642eed8bd009d6 OK --- PASS: TestLs (5.23s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:35 DEBUG : potato2: md5 = 5a57bc7efdc68f6ef553b1d1f24eea48 OK 2024/12/26 03:12:37 DEBUG : empty space: md5 = 772c6e3bc0e6640552c5e335f2ce8a4c OK 2024/12/26 03:12:37 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.52s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:41 DEBUG : potato2: md5 = 2663662f4f019436de7c8e015b297826 OK 2024/12/26 03:12:42 DEBUG : empty space: md5 = 97dab726720ac94df81eb145ee5d1650 OK --- PASS: TestLsLong (5.41s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:46 DEBUG : potato2: md5 = b74971d1429640fa77d092e1b3b1692a OK 2024/12/26 03:12:48 DEBUG : empty space: md5 = 2e178c98345a1e9a391c9dadbcc81661 OK --- PASS: TestHashSums (5.31s) === RUN TestHashSumsWithErrors 2024/12/26 03:12:50 DEBUG : Creating backend with remote ":memory:" 2024/12/26 03:12:50 DEBUG : Config file has changed externally - reloading 2024/12/26 03:12:50 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/26 03:12:50 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/26 03:12:50 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/26 03:12:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/26 03:12:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/26 03:12:50 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/26 03:12:50 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/26 03:12:50 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/26 03:12:50 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:12:51 DEBUG : potato2: md5 = 0bd58e56cd591bd6ac7916c0d6e37479 OK 2024/12/26 03:12:53 DEBUG : empty space: md5 = cc9d983fcedf47d1cfef4af88ad24da5 OK 2024/12/26 03:12:56 DEBUG : sub dir/potato3: md5 = 74840e6cd4cc5e2dbc3417d712dacc98 OK 2024/12/26 03:12:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.84s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:13:01 DEBUG : small: md5 = 59be708358d53787a5d94c0597c41dde OK 2024/12/26 03:13:03 DEBUG : medium: md5 = facd3d978b4a30e2399622d66e904efa OK 2024/12/26 03:13:05 DEBUG : large: md5 = 6010fe8ddd49ffdd4526649c8a74c307 OK 2024/12/26 03:13:05 DEBUG : Waiting for deletions to finish 2024/12/26 03:13:05 DEBUG : large: Excluded (Size Filter) 2024/12/26 03:13:06 INFO : small: Deleted 2024/12/26 03:13:06 INFO : medium: Deleted --- PASS: TestDelete (7.44s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:13:09 DEBUG : small: md5 = ead51a81a47dbc376735bbb09f34be44 OK 2024/12/26 03:13:11 DEBUG : medium: md5 = ad5afa2defd554d69b0b3c1d6522e203 OK 2024/12/26 03:13:12 DEBUG : large: md5 = c571e0b6f1fe68db6ba6e99ffbf70938 OK 2024/12/26 03:13:12 DEBUG : Waiting for deletions to finish 2024/12/26 03:13:13 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/12/26 03:13:13 INFO : large: Deleted 2024/12/26 03:13:13 INFO : small: Deleted --- PASS: TestMaxDelete (8.02s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:13:17 DEBUG : small: md5 = fdac9c82dad3beedbf102bd9c35c8928 OK 2024/12/26 03:13:18 DEBUG : medium: md5 = 1fcdaeb3f510c239a59b568605f9b5a6 OK 2024/12/26 03:13:20 DEBUG : large: md5 = 085da58184e258c42c93281f26a84f80 OK 2024/12/26 03:13:20 DEBUG : Waiting for deletions to finish 2024/12/26 03:13:21 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/26 03:13:21 INFO : small: Deleted 2024/12/26 03:13:21 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.82s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:13:25 DEBUG : small: md5 = 76fe0620a06e5a363d4425f6c8392b73 OK 2024/12/26 03:13:26 DEBUG : medium: md5 = a3498955b01eb2186c9ca5b3d7e82a28 OK 2024/12/26 03:13:28 DEBUG : large: md5 = 5a8f5c9cf055c614f37dfca9f863a90c OK 2024/12/26 03:13:28 DEBUG : Waiting for deletions to finish 2024/12/26 03:13:28 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/12/26 03:13:29 INFO : large: Deleted 2024/12/26 03:13:29 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.69s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:13:32 DEBUG : ReadFile: md5 = 12fba7e17e3d07419ff0e3b3ce9c7cc5 OK --- PASS: TestReadFile (4.99s) === RUN TestRetry 2024/12/26 03:13:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/26 03:13:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/26 03:13:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/26 03:13:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/26 03:13:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/26 03:13:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/26 03:13:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:13:37 DEBUG : file1: md5 = 7d45d054804d7cd9c7c0a3a6f585088a OK 2024/12/26 03:13:39 DEBUG : file2: md5 = 385eb6149b1186c04e2bf98ab515ab07 OK --- PASS: TestCat (20.17s) === RUN TestPurge 2024/12/26 03:13:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-laliwap5pubi" 2024/12/26 03:13:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/26 03:13:56 DEBUG : Creating backend with remote "TestDrive:crypt/5lc38cjrdi2r512ar7l64vlbe4j8vnng8r6ee027u3td3vol4ctg" 2024/12/26 03:13:57 DEBUG : Creating backend with remote "/tmp/rclone4142269183" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-laliwap5pubi'", Local "Local file system at /tmp/rclone4142269183", Modify Window "1ms" 2024/12/26 03:14:03 DEBUG : A1/B1/C1/one: md5 = 1fe1148668cfa14b1dee48631b62a883 OK 2024/12/26 03:14:03 DEBUG : A2: Making directory 2024/12/26 03:14:03 DEBUG : A1/B2: Making directory 2024/12/26 03:14:04 DEBUG : A1/B2/C2: Making directory 2024/12/26 03:14:05 DEBUG : A1/B1/C3: Making directory 2024/12/26 03:14:07 DEBUG : A3: Making directory 2024/12/26 03:14:07 DEBUG : A3/B3: Making directory 2024/12/26 03:14:08 DEBUG : A3/B3/C4: Making directory 2024/12/26 03:14:12 DEBUG : A1/two: md5 = c20db39c85416189b8b42c6b1c4b2eb0 OK 2024/12/26 03:14:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-laliwap5pubi': Purge remote 2024/12/26 03:14:16 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.22s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:14:21 DEBUG : A1/B1/C1/one: md5 = 238d83c9a76260bac13548ff58808504 OK 2024/12/26 03:14:21 DEBUG : A2: Making directory 2024/12/26 03:14:22 DEBUG : A1/B2: Making directory 2024/12/26 03:14:23 DEBUG : A1/B2/C2: Making directory 2024/12/26 03:14:24 DEBUG : A1/B1/C3: Making directory 2024/12/26 03:14:25 DEBUG : A3: Making directory 2024/12/26 03:14:26 DEBUG : A3/B3: Making directory 2024/12/26 03:14:27 DEBUG : A3/B3/C4: Making directory 2024/12/26 03:14:30 DEBUG : A1/two: md5 = 89ace8ff8a2814d782deebce4668f8b2 OK 2024/12/26 03:14:31 DEBUG : removing 1 level 3 directories 2024/12/26 03:14:31 INFO : A3/B3/C4: Removing directory 2024/12/26 03:14:34 DEBUG : removing 2 level 3 directories 2024/12/26 03:14:34 INFO : A1/B2/C2: Removing directory 2024/12/26 03:14:34 INFO : A1/B1/C3: Removing directory 2024/12/26 03:14:35 DEBUG : removing 2 level 2 directories 2024/12/26 03:14:35 INFO : A3/B3: Removing directory 2024/12/26 03:14:35 INFO : A1/B2: Removing directory 2024/12/26 03:14:35 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/26 03:14:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/26 03:14:35 DEBUG : removing 2 level 1 directories 2024/12/26 03:14:35 INFO : A3: Removing directory 2024/12/26 03:14:35 INFO : A2: Removing directory 2024/12/26 03:14:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/26 03:14:40 DEBUG : removing 1 level 3 directories 2024/12/26 03:14:40 INFO : A1/B1/C1: Removing directory 2024/12/26 03:14:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:41 DEBUG : removing 1 level 2 directories 2024/12/26 03:14:41 INFO : A1/B1: Removing directory 2024/12/26 03:14:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/26 03:14:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/26 03:14:42 DEBUG : removing 1 level 1 directories 2024/12/26 03:14:42 INFO : A1: Removing directory 2024/12/26 03:14:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/26 03:14:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/26 03:14:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/26 03:14:42 DEBUG : removing 1 level 0 directories 2024/12/26 03:14:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Removing directory 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/26 03:14:43 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" --- PASS: TestRmdirsNoLeaveRoot (28.69s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:14:46 DEBUG : A1: Making directory 2024/12/26 03:14:47 DEBUG : A1/B1: Making directory 2024/12/26 03:14:48 DEBUG : A1/B1/C1: Making directory 2024/12/26 03:14:51 DEBUG : removing 1 level 3 directories 2024/12/26 03:14:51 INFO : A1/B1/C1: Removing directory 2024/12/26 03:14:51 DEBUG : removing 1 level 2 directories 2024/12/26 03:14:51 INFO : A1/B1: Removing directory 2024/12/26 03:14:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/26 03:14:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.40s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:14:54 DEBUG : A1: Making directory 2024/12/26 03:14:55 DEBUG : A1/B1: Making directory 2024/12/26 03:14:56 DEBUG : A1/B1/C1: Making directory 2024/12/26 03:14:59 DEBUG : removing 1 level 3 directories 2024/12/26 03:14:59 INFO : A1/B1/C1: Removing directory 2024/12/26 03:15:00 DEBUG : removing 1 level 2 directories 2024/12/26 03:15:00 INFO : A1/B1: Removing directory 2024/12/26 03:15:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/26 03:15:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.66s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:15:05 DEBUG : file1: md5 = 8fbcca68a74c2d718a73e7008b230729 OK 2024/12/26 03:15:05 DEBUG : filename.txt: File name found in url 2024/12/26 03:15:07 DEBUG : filename.txt: md5 = 6f6df44f86543a9011d1ef7b4fa6c0aa OK 2024/12/26 03:15:07 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/26 03:15:09 DEBUG : headerfilename.txt: md5 = fa814c0bbae9f872a2d0a902c021c1b3 OK 2024/12/26 03:15:10 DEBUG : file2: md5 = 38ebcecbe5f586c3b26e17a0bdaf0d2f OK --- PASS: TestCopyURL (10.12s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:15:13 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/26 03:15:16 DEBUG : sub/file2: md5 = abd25d2118e8f9b7e943ee7aa040b370 OK 2024/12/26 03:15:16 INFO : file1: Copied (new) to: sub/file2 2024/12/26 03:15:16 INFO : file1: Deleted 2024/12/26 03:15:17 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/26 03:15:17 DEBUG : file1: Unchanged skipping 2024/12/26 03:15:17 INFO : file1: Deleted 2024/12/26 03:15:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': don't need to copy/move sub/file2, it is already at target location 2024/12/26 03:15:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.94s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:15:20 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/26 03:15:22 DEBUG : file1: md5 = d586e95baa5958644a982a2030f46c70 OK 2024/12/26 03:15:22 INFO : file1: Copied (new) 2024/12/26 03:15:22 INFO : file1: Deleted 2024/12/26 03:15:22 DEBUG : file1: Destination exists, skipping 2024/12/26 03:15:22 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.55s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.47s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:15:27 DEBUG : dst/file1: md5 = 57fa2a456a90dac2ffd88f236ffdcd90 OK 2024/12/26 03:15:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexiz9safi/backup" 2024/12/26 03:15:28 DEBUG : Creating backend with remote "TestDrive:crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g/1nrff024r7pq65ecp72fc28jb0" 2024/12/26 03:15:29 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/26 03:15:32 INFO : dst/file1: Moved (server-side) 2024/12/26 03:15:34 DEBUG : dst/file1: md5 = 4a7c402e4c7b790667bba290084fcaed OK 2024/12/26 03:15:34 INFO : dst/file1: Copied (new) 2024/12/26 03:15:34 INFO : dst/file1: Deleted 2024/12/26 03:15:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/26 03:15:37 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/26 03:15:38 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (14.36s) === 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:15:41 DEBUG : A1/one: md5 = 699919e1bbdf9a82ddc72aef6b810f4c OK 2024/12/26 03:15:43 DEBUG : A1/two: md5 = 0d1c150c1d0ea23313c17467f2f38472 OK 2024/12/26 03:15:45 DEBUG : A1/B1/three: md5 = df6c165711a450dc91b9f34a6636b193 OK 2024/12/26 03:15:48 DEBUG : A1/B1/C1/four: md5 = e3bfee627f5d3f944c492f9f2fcbdbb0 OK 2024/12/26 03:15:51 DEBUG : A1/B1/C2/five: md5 = aa877f62c5302b70d3e4246b96e64872 OK 2024/12/26 03:15:51 DEBUG : A1/B2: Making directory 2024/12/26 03:15:52 DEBUG : A1/B1/C3: Making directory 2024/12/26 03:16:03 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/26 03:16:03 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/26 03:16:03 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/26 03:16:03 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/26 03:16:04 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/26 03:16:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/26 03:16:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/26 03:16:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/26 03:16:08 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/26 03:16:08 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/26 03:16:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/26 03:16:17 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/26 03:16:17 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/26 03:16:18 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/26 03:16:18 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/26 03:16:18 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/26 03:16:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/26 03:16:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/26 03:16:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/26 03:16:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/26 03:16:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/26 03:16:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/26 03:16:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/26 03:16:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/26 03:16:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/26 03:16:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/26 03:16:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/26 03:16:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/26 03:16:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/26 03:16:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/26 03:16:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (53.82s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:16:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/26 03:16:35 DEBUG : no_checksum_small_file_from_pipe: md5 = 87862362d37b5ecb72ad01f33eccc91f OK 2024/12/26 03:16:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/26 03:16:35 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/26 03:16:36 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/26 03:16:37 DEBUG : no_checksum_big_file_from_pipe: md5 = 6ce49c301359ba0a7bc47ccb7780b8a8 OK 2024/12/26 03:16:37 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:16:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/26 03:16:40 DEBUG : with_checksum_small_file_from_pipe: md5 = 48a0f5607d6ab14ca4b2bc2fce210928 OK 2024/12/26 03:16:40 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/26 03:16:41 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/26 03:16:42 DEBUG : with_checksum_big_file_from_pipe: md5 = 3a1a771e7a21bdbb7ebd8fb1046aa8b4 OK 2024/12/26 03:16:42 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:16:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/26 03:16:46 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/26 03:16:47 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/26 03:16:48 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-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:16:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/26 03:16:52 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/26 03:16:52 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/26 03:16:54 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.43s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.64s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.62s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.63s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.54s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/26 03:16:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': File to upload is small (48 bytes), uploading instead of streaming 2024/12/26 03:16:57 DEBUG : rcat_metadata: md5 = 91c2e248358a232e1ca4c2de6e977bf8 OK 2024/12/26 03:16:57 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/26 03:16:59 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/26 03:17:00 DEBUG : rcat_metadata_uploadcutoff0: md5 = 7c09a783f2c34552ddba79366d54d7c6 OK 2024/12/26 03:17:00 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.45s) --- PASS: TestRcatMetadata/Normal (2.82s) --- PASS: TestRcatMetadata/ViaDisk (3.16s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:03 DEBUG : potato1: md5 = a09a9896c2eece57b32ac9598fd51cb4 OK 2024/12/26 03:17:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': File to upload is small (60 bytes), uploading instead of streaming 2024/12/26 03:17:05 DEBUG : potato2: md5 = 67d90d9b75df07d5ff557fcc560d3933 OK 2024/12/26 03:17:05 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.07s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:08 DEBUG : potato1: md5 = 56960b441d2d3c8df35c14610bf4943c OK 2024/12/26 03:17:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': File to upload is small (60 bytes), uploading instead of streaming 2024/12/26 03:17:10 DEBUG : potato2: md5 = c9bfb5e410a57c4987b74065d460c055 OK 2024/12/26 03:17:10 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.52s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:14 DEBUG : potato2: md5 = f5362ce7296c023b5961709551fb2660 OK 2024/12/26 03:17:16 DEBUG : empty space: md5 = bbd19d8dc857c1df7bddcf4f05c52ae5 OK 2024/12/26 03:17:18 DEBUG : sub dir/potato3: md5 = d5cf0a2afb4e72df4fec88e80333e4ec OK 2024/12/26 03:17:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Touching "empty space" 2024/12/26 03:17:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Touching "potato2" 2024/12/26 03:17:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Touching "sub dir/potato3" 2024/12/26 03:17:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.51s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:25 DEBUG : dir with metadata: Making directory with metadata 2024/12/26 03:17:26 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.61s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:28 DEBUG : directory with modtime: Making directory with metadata 2024/12/26 03:17:28 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.74s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:30 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/26 03:17:30 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/26 03:17:31 DEBUG : Google drive root 'crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g': Skipping btime metadata as can't update it on an existing file: 2024-12-26T03:17:30.789392142Z 2024/12/26 03:17:31 INFO : non existent directory: Updated directory metadata 2024/12/26 03:17:34 DEBUG : Google drive root 'crypt/qeom7rehdisra3ft71rgpi3grvcvn78lfrcj9mjnepp6iesrof4g': Skipping btime metadata as can't update it on an existing file: 2024-12-26T03:17:30.789392142Z 2024/12/26 03:17:34 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.89s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:36 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/26 03:17:38 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/26 03:17:39 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.61s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:41 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/26 03:17:41 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/26 03:17:41 DEBUG : dst: Making directory with metadata 2024/12/26 03:17:42 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/26 03:17:42 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/26 03:17:42 INFO : dst: Set directory modification time (using SetModTime) 2024/12/26 03:17:43 INFO : dst: Set directory modification time (using SetModTime) 2024/12/26 03:17:43 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/26 03:17:43 INFO : dst: Set directory modification time (using SetModTime) 2024/12/26 03:17:43 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.55s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi'", Local "Local file system at /tmp/rclone2573171246", Modify Window "1ms" 2024/12/26 03:17:48 DEBUG : sub dir/test remove existing: md5 = fadd193fbde8e39bda1fef728c1cdf42 OK 2024/12/26 03:17:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 04ebd02a92b0fd5ebeafa940b0642551 OK 2024/12/26 03:17:51 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yuguteq0" before starting 2024/12/26 03:17:52 DEBUG : sub dir/test remove existing.yuguteq0: TEST: removing renamed existing file after operation 2024/12/26 03:17:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xedirer7" before starting 2024/12/26 03:17:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xedirer7: TEST: renaming existing back after failed operation 2024/12/26 03:17:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fovegov9" before starting 2024/12/26 03:17:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fovegov9: TEST: removing renamed existing file after operation 2024/12/26 03:17:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "vcvug3fah5qmhmcasrar276mkg2mo49c3u4f479n6vplllm3jhdg" 2024/12/26 03:17:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "0gkidumhd4669m83ddbgjk6a1e90c6qe1sh8goon7lr5ekrd47tm49o3gjlp7mu69u5f51ibqnrv3p7jv3a4pkrcl6hmb8hfsnucdfp5e9b7m17cgcvmhajd9euk8599ov3digg4d6m9o4priv4t3j9sc8cn7qcrdosdndihlafc87ht7etg" --- PASS: TestRemoveExisting (14.18s) === 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 2024/12/26 03:18:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexiz9safi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m9.19471326s (try 1/5)