"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/11/28 01:00:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji" 2024/11/28 01:00:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:00:27 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g" 2024/11/28 01:00:29 DEBUG : Creating backend with remote "/tmp/rclone4029964178" === 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", 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/11/28 01:00:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/28 01:00:29 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/28 01:00:29 DEBUG : potato: Seek from 10 to 0 2024/11/28 01:00:29 DEBUG : potato: Seek from 10 to 0 2024/11/28 01:00:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/28 01:00:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/28 01:00:29 DEBUG : potato: Seek from 5 to 2 2024/11/28 01:00:29 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/28 01:00:29 DEBUG : potato: Seek from 7 to 0 2024/11/28 01:00:29 DEBUG : potato: Seek from 7 to 0 2024/11/28 01:00:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/28 01:00:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/28 01:00:29 DEBUG : potato: Seek from 5 to 2 2024/11/28 01:00:29 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/28 01:00:29 DEBUG : potato: Seek from 8 to 0 2024/11/28 01:00:29 DEBUG : potato: Seek from 8 to 0 2024/11/28 01:00:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/28 01:00:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/28 01:00:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/28 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/28 01:00:29 DEBUG : potato: Seek from 5 to 2 2024/11/28 01:00:29 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/28 01:00:29 DEBUG : potato: Seek from 9 to 0 2024/11/28 01:00:29 DEBUG : potato: Seek from 9 to 0 2024/11/28 01:00:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:00:32 DEBUG : rutabaga: md5 = 5259f2b936d853f782824255260fe0fa OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/28 01:00:35 DEBUG : empty space: md5 = 276c45de3ec187274aaa406a729f75e7 OK === RUN TestCheck/3 2024/11/28 01:00:37 DEBUG : potato2: md5 = 44373271c60a9c68fa5e8e8a2725d61f OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/28 01:00:40 DEBUG : remotepotato: md5 = cc3ba80fe505553fd88b9ac576fdfaba OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.65s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.33s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2024/11/28 01:00:44 DEBUG : Creating backend with remote "nonexistent" 2024/11/28 01:00:44 DEBUG : Creating backend with remote "nonexistent" 2024/11/28 01:00:44 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/28 01:00:44 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/11/28 01:00:44 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/28 01:00:44 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:00:46 DEBUG : rutabaga: md5 = 0b19d3b67c4d04adee93a9f15755e847 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/28 01:00:51 DEBUG : empty space: md5 = 3f52cca2a0ba65557e99d198145b339a OK === RUN TestCheckDownload/3 2024/11/28 01:00:55 DEBUG : potato2: md5 = 4709dc8cde2de8ca8c567c83f0f40c1a OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/28 01:01:00 DEBUG : remotepotato: md5 = 842c6f6449206e2cc48dd05c541aa614 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.12s) --- PASS: TestCheckDownload/1 (1.53s) --- PASS: TestCheckDownload/2 (1.18s) --- PASS: TestCheckDownload/3 (1.90s) --- PASS: TestCheckDownload/4 (1.51s) --- PASS: TestCheckDownload/5 (1.25s) --- PASS: TestCheckDownload/6 (1.33s) --- PASS: TestCheckDownload/7 (1.25s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:01:08 DEBUG : rutabaga: md5 = 481e524fe200d84483aef52a92fd8dc6 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/28 01:01:10 DEBUG : empty space: md5 = 3b4287c875d256278cb07f638b820a6d OK === RUN TestCheckSizeOnly/3 2024/11/28 01:01:13 DEBUG : potato2: md5 = 2ab513c875beb2b16fda7e942faff30b OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/28 01:01:15 DEBUG : remotepotato: md5 = bffab560ada1ce64fb05aab6dadb4e69 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.38s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:01:21 DEBUG : test.sum: md5 = 462ccdd1f8845e80eb70a13d4d4f5010 OK 2024/11/28 01:01:23 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/28 01:01:23 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/28 01:01:23 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/28 01:01:23 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/28 01:01:25 DEBUG : test.sum: md5 = a6f3970531292e9cd69f7e5259f724c7 OK 2024/11/28 01:01:26 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/28 01:01:26 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/28 01:01:26 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/28 01:01:26 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.66s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:01:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/data" 2024/11/28 01:01:27 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji/data' lacks md5, skipping --- SKIP: TestCheckSum (1.99s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:01:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/data" 2024/11/28 01:01:29 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/vjrnln8ratgmqakfosrqe8espk" 2024/11/28 01:01:33 DEBUG : data/banana: md5 = 9fa744f3688a11f16569d37c8027b2bc OK 2024/11/28 01:01:35 DEBUG : test.sum: md5 = aa04695275f7e6790561b6c8b8fad9a3 OK === RUN TestCheckSumDownload/subtest1 2024/11/28 01:01:41 DEBUG : data/potato: md5 = 81276ceb81f88ec4a948958f833914ab OK 2024/11/28 01:01:43 DEBUG : test.sum: md5 = 0ea38fd3347dc6be634db78c263eba65 OK === RUN TestCheckSumDownload/subtest2 2024/11/28 01:01:47 DEBUG : test.sum: md5 = 1ace7ac52d45a2e3e9dc1093f19e07ea OK === RUN TestCheckSumDownload/subtest3 2024/11/28 01:01:53 DEBUG : test.sum: md5 = 60c2627538e0a4c03c3b191d120538d4 OK === RUN TestCheckSumDownload/subtest4 2024/11/28 01:01:58 DEBUG : test.sum: md5 = 33eb09ab1cec3b03b4b6860c6059047b OK === RUN TestCheckSumDownload/subtest5 2024/11/28 01:02:03 DEBUG : test.sum: md5 = 4a94c3b9a2045c5a23cc40a9e8ed4655 OK === RUN TestCheckSumDownload/subtest6 2024/11/28 01:02:08 DEBUG : data/banana: md5 = 0c873ba199ccc8b3712540276a5c5e26 OK 2024/11/28 01:02:10 DEBUG : data/potato: md5 = 90789c1c1852f63daae5e3784bdbbfd2 OK 2024/11/28 01:02:12 DEBUG : test.sum: md5 = 7f7913dc33520113a0d7b2c5a58633c9 OK === RUN TestCheckSumDownload/subtest7 2024/11/28 01:02:18 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/28 01:02:18 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (50.06s) --- PASS: TestCheckSumDownload/subtest1 (3.50s) --- PASS: TestCheckSumDownload/subtest2 (2.58s) --- PASS: TestCheckSumDownload/subtest3 (3.13s) --- PASS: TestCheckSumDownload/subtest4 (3.43s) --- PASS: TestCheckSumDownload/subtest5 (2.81s) --- PASS: TestCheckSumDownload/subtest6 (2.94s) --- PASS: TestCheckSumDownload/subtest7 (3.37s) === RUN TestApplyTransforms 2024/11/28 01:02:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rukokas4faye" 2024/11/28 01:02:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:02:19 DEBUG : Creating backend with remote "TestDrive:crypt/3go8ls5vn9sv52oog7btd72pd6lb3u9f9pdaesip9cbn46n30ing" 2024/11/28 01:02:20 DEBUG : Creating backend with remote "/tmp/rclone3244831771" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rukokas4faye'", Local "Local file system at /tmp/rclone3244831771", Modify Window "1ms" 2024/11/28 01:02:23 DEBUG : hello, world!: md5 = 30da3cfe4b28bf672453f6ace3167907 OK upper checkfile vs. lower remote (without normalization) 2024/11/28 01:02:24 ERROR : hello, world!: sum not found 2024/11/28 01:02:24 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rukokas4faye' 2024/11/28 01:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukokas4faye': 1 files missing 2024/11/28 01:02:24 NOTICE: 1 hashes missing 2024/11/28 01:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukokas4faye': 2 differences found 2024/11/28 01:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukokas4faye': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/28 01:02:25 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:02:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukokas4faye': 0 differences found 2024/11/28 01:02:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukokas4faye': 1 matching files 2024/11/28 01:02:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vuzecoh1yaxi" 2024/11/28 01:02:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:02:25 DEBUG : Creating backend with remote "TestDrive:crypt/pkmvbbr5jcjjpd3dm63cekrskah86fnnfuu3hc5hcmlfbl91lc10" 2024/11/28 01:02:26 DEBUG : Creating backend with remote "/tmp/rclone3957388590" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vuzecoh1yaxi'", Local "Local file system at /tmp/rclone3957388590", Modify Window "1ms" 2024/11/28 01:02:29 DEBUG : HELLO, WORLD!: md5 = 7e76fd54e8fb3b8156bd3361bcca126d OK lower checkfile vs. upper remote (without normalization) 2024/11/28 01:02:29 ERROR : HELLO, WORLD!: sum not found 2024/11/28 01:02:29 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vuzecoh1yaxi' 2024/11/28 01:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzecoh1yaxi': 1 files missing 2024/11/28 01:02:29 NOTICE: 1 hashes missing 2024/11/28 01:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzecoh1yaxi': 2 differences found 2024/11/28 01:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzecoh1yaxi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/28 01:02:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:02:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzecoh1yaxi': 0 differences found 2024/11/28 01:02:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzecoh1yaxi': 1 matching files 2024/11/28 01:02:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yewaneq3jata" 2024/11/28 01:02:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:02:31 DEBUG : Creating backend with remote "TestDrive:crypt/7qv7qr5enghtf4aj5ehtudm9oa0bagviu9jef2ciecrb2qbaa7kg" 2024/11/28 01:02:32 DEBUG : Creating backend with remote "/tmp/rclone2244784804" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yewaneq3jata'", Local "Local file system at /tmp/rclone2244784804", Modify Window "1ms" 2024/11/28 01:02:34 DEBUG : HeLlO, wOrLd!: md5 = baf2aad9111151556f3e6e0267367346 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/28 01:02:35 ERROR : HeLlO, wOrLd!: sum not found 2024/11/28 01:02:35 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yewaneq3jata' 2024/11/28 01:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yewaneq3jata': 1 files missing 2024/11/28 01:02:35 NOTICE: 1 hashes missing 2024/11/28 01:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yewaneq3jata': 2 differences found 2024/11/28 01:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yewaneq3jata': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/28 01:02:36 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:02:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yewaneq3jata': 0 differences found 2024/11/28 01:02:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yewaneq3jata': 1 matching files 2024/11/28 01:02:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lamotil0poco" 2024/11/28 01:02:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:02:37 DEBUG : Creating backend with remote "TestDrive:crypt/9k7nhg0jrdbnelot9ph95pado217lm5i4f9fukd8j4e2e2gq3ms0" 2024/11/28 01:02:38 DEBUG : Creating backend with remote "/tmp/rclone408696611" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lamotil0poco'", Local "Local file system at /tmp/rclone408696611", Modify Window "1ms" 2024/11/28 01:02:40 DEBUG : HELLO, WORLD!: md5 = ec447f54f3d4578cd2d3f15e5ff8cc25 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/28 01:02:41 ERROR : HELLO, WORLD!: sum not found 2024/11/28 01:02:41 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lamotil0poco' 2024/11/28 01:02:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lamotil0poco': 1 files missing 2024/11/28 01:02:41 NOTICE: 1 hashes missing 2024/11/28 01:02:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lamotil0poco': 2 differences found 2024/11/28 01:02:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lamotil0poco': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/28 01:02:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:02:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lamotil0poco': 0 differences found 2024/11/28 01:02:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lamotil0poco': 1 matching files 2024/11/28 01:02:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ninumuh4jadu" 2024/11/28 01:02:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:02:43 DEBUG : Creating backend with remote "TestDrive:crypt/ctu1f1ojpng37bts9hk2m455eddtkchlel55qkan9vsqk4t7devg" 2024/11/28 01:02:44 DEBUG : Creating backend with remote "/tmp/rclone2367504204" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ninumuh4jadu'", Local "Local file system at /tmp/rclone2367504204", Modify Window "1ms" 2024/11/28 01:02:46 DEBUG : 測試_Русский___ě_áñ: md5 = 447ea90a6b3575882f509bdc437f4e87 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/28 01:02:47 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/28 01:02:47 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ninumuh4jadu' 2024/11/28 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninumuh4jadu': 1 files missing 2024/11/28 01:02:47 NOTICE: 1 hashes missing 2024/11/28 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninumuh4jadu': 2 differences found 2024/11/28 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninumuh4jadu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/28 01:02:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:02:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninumuh4jadu': 0 differences found 2024/11/28 01:02:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninumuh4jadu': 1 matching files 2024/11/28 01:02:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zifelus6peqo" 2024/11/28 01:02:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:02:48 DEBUG : Creating backend with remote "TestDrive:crypt/3bkrfk0gqots8pg5f0cpelkfukhhruch8ckj6654vjvqnm7lggu0" 2024/11/28 01:02:49 DEBUG : Creating backend with remote "/tmp/rclone976331469" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zifelus6peqo'", Local "Local file system at /tmp/rclone976331469", Modify Window "1ms" 2024/11/28 01:02:52 DEBUG : 測試_Русский___ě_áñ: md5 = 874d3f9c3041b60f6f6f442bdd18dbc5 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/28 01:02:52 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/28 01:02:52 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zifelus6peqo' 2024/11/28 01:02:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zifelus6peqo': 1 files missing 2024/11/28 01:02:52 NOTICE: 1 hashes missing 2024/11/28 01:02:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zifelus6peqo': 2 differences found 2024/11/28 01:02:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zifelus6peqo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/28 01:02:54 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:02:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zifelus6peqo': 0 differences found 2024/11/28 01:02:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zifelus6peqo': 1 matching files 2024/11/28 01:02:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nikutid4qani" 2024/11/28 01:02:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:02:54 DEBUG : Creating backend with remote "TestDrive:crypt/rsde7fd88qnlm2l17dbnoq028joq2is8bru2hv1ej9g9nborhv7g" 2024/11/28 01:02:55 DEBUG : Creating backend with remote "/tmp/rclone3453921442" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nikutid4qani'", Local "Local file system at /tmp/rclone3453921442", Modify Window "1ms" 2024/11/28 01:02:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = cc6e4940b96b622caecb9f5c60d7ef4d OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/28 01:02:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/28 01:02:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nikutid4qani' 2024/11/28 01:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nikutid4qani': 1 files missing 2024/11/28 01:02:59 NOTICE: 1 hashes missing 2024/11/28 01:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nikutid4qani': 2 differences found 2024/11/28 01:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nikutid4qani': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/28 01:03:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:03:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nikutid4qani': 0 differences found 2024/11/28 01:03:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nikutid4qani': 1 matching files 2024/11/28 01:03:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-putavoc2ciza" 2024/11/28 01:03:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:03:01 DEBUG : Creating backend with remote "TestDrive:crypt/pu0m0iqqs761jpak01j9amrml7p98tf5v8a6hn6b02sokb3kqg40" 2024/11/28 01:03:02 DEBUG : Creating backend with remote "/tmp/rclone2257034437" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-putavoc2ciza'", Local "Local file system at /tmp/rclone2257034437", Modify Window "1ms" 2024/11/28 01:03:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8027dfca080ff9f0c18b3a7eae528c7a OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/28 01:03:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/28 01:03:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-putavoc2ciza' 2024/11/28 01:03:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-putavoc2ciza': 1 files missing 2024/11/28 01:03:05 NOTICE: 1 hashes missing 2024/11/28 01:03:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-putavoc2ciza': 2 differences found 2024/11/28 01:03:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-putavoc2ciza': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/28 01:03:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:03:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-putavoc2ciza': 0 differences found 2024/11/28 01:03:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-putavoc2ciza': 1 matching files 2024/11/28 01:03:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kinequv6ligi" 2024/11/28 01:03:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:03:06 DEBUG : Creating backend with remote "TestDrive:crypt/5d9tkmhurt8n49lg7bao91epfsd4cvgte1ilhne3fcklgtokpv50" 2024/11/28 01:03:07 DEBUG : Creating backend with remote "/tmp/rclone1735875595" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kinequv6ligi'", Local "Local file system at /tmp/rclone1735875595", Modify Window "1ms" 2024/11/28 01:03:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ee5773a7208e731b4168b4d0806a8293 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/28 01:03:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/28 01:03:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kinequv6ligi' 2024/11/28 01:03:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinequv6ligi': 1 files missing 2024/11/28 01:03:11 NOTICE: 1 hashes missing 2024/11/28 01:03:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinequv6ligi': 2 differences found 2024/11/28 01:03:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinequv6ligi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/28 01:03:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinequv6ligi': 0 differences found 2024/11/28 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinequv6ligi': 1 matching files 2024/11/28 01:03:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dajejum1liru" 2024/11/28 01:03:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:03:13 DEBUG : Creating backend with remote "TestDrive:crypt/hcejhbnlcnmekaastr8nqt24gt95le63mmhdjql6e2qo3fhla1b0" 2024/11/28 01:03:14 DEBUG : Creating backend with remote "/tmp/rclone1844792518" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dajejum1liru'", Local "Local file system at /tmp/rclone1844792518", Modify Window "1ms" 2024/11/28 01:03:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f95220c9059b6831cc81de4f4c625620 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/28 01:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/28 01:03:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dajejum1liru' 2024/11/28 01:03:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dajejum1liru': 1 files missing 2024/11/28 01:03:17 NOTICE: 1 hashes missing 2024/11/28 01:03:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dajejum1liru': 2 differences found 2024/11/28 01:03:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dajejum1liru': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/28 01:03:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/28 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dajejum1liru': 0 differences found 2024/11/28 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dajejum1liru': 1 matching files 2024/11/28 01:03:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dajejum1liru': Purge remote 2024/11/28 01:03:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kinequv6ligi': Purge remote 2024/11/28 01:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-putavoc2ciza': Purge remote 2024/11/28 01:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nikutid4qani': Purge remote 2024/11/28 01:03:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zifelus6peqo': Purge remote 2024/11/28 01:03:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ninumuh4jadu': Purge remote 2024/11/28 01:03:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lamotil0poco': Purge remote 2024/11/28 01:03:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yewaneq3jata': Purge remote 2024/11/28 01:03:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vuzecoh1yaxi': Purge remote 2024/11/28 01:03:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rukokas4faye': Purge remote --- PASS: TestApplyTransforms (66.90s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:03:26 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/28 01:03:29 DEBUG : sub/file2: md5 = 3e7ed606dbb327831692ea5b0ceb292d OK 2024/11/28 01:03:29 INFO : file1: Copied (new) to: sub/file2 2024/11/28 01:03:30 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 01:03:30 DEBUG : file1: Unchanged skipping 2024/11/28 01:03:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': don't need to copy/move sub/file2, it is already at target location 2024/11/28 01:03:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.25s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:03:36 DEBUG : dst/file1: md5 = 0f2358d5e96a7e1b3f1fa8d535f2eb34 OK 2024/11/28 01:03:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/backup" 2024/11/28 01:03:37 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/1nrff024r7pq65ecp72fc28jb0" 2024/11/28 01:03:39 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/28 01:03:42 INFO : dst/file1: Moved (server-side) 2024/11/28 01:03:44 DEBUG : dst/file1: md5 = 9bef599ea9bb10b00e90d0b77a6d87fb OK 2024/11/28 01:03:44 INFO : dst/file1: Copied (new) 2024/11/28 01:03:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/28 01:03:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/28 01:03:48 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.45s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:03:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/dst" 2024/11/28 01:03:49 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/28 01:03:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/CompareDest" 2024/11/28 01:03:51 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/gveqi14airsml4bgu7krj116o8" 2024/11/28 01:03:52 DEBUG : one: Need to transfer - File not found at Destination 2024/11/28 01:03:56 DEBUG : one: md5 = dab391441df5ed248bda55b7801a5ea1 OK 2024/11/28 01:03:56 INFO : one: Copied (new) 2024/11/28 01:03:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 01:03:59 DEBUG : one: md5 = 8ddbc01799073228b65d9652d6fbc0a6 OK 2024/11/28 01:03:59 INFO : one: Copied (replaced existing) 2024/11/28 01:04:01 DEBUG : dst/one: md5 = 80864e706b7b95379a7d0ca53ed4f41f OK 2024/11/28 01:04:03 DEBUG : CompareDest/one: md5 = 7e67703bbf3a895a055487b059caef8c OK 2024/11/28 01:04:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 01:04:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 01:04:05 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/28 01:04:07 DEBUG : CompareDest/two: md5 = 76f913b69b45b268a3e8ab1023ee4ccd OK 2024/11/28 01:04:08 DEBUG : two: Need to transfer - File not found at Destination 2024/11/28 01:04:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 01:04:08 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/28 01:04:09 DEBUG : two: Need to transfer - File not found at Destination 2024/11/28 01:04:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 01:04:09 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/28 01:04:10 DEBUG : two: Need to transfer - File not found at Destination 2024/11/28 01:04:10 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/28 01:04:12 DEBUG : two: md5 = bdd586f14182cb62376006e60a7c4405 OK 2024/11/28 01:04:12 INFO : two: Copied (new) 2024/11/28 01:04:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/28 01:04:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:04:17 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/28 01:04:17 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (28.21s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:04:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/dst" 2024/11/28 01:04:17 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/28 01:04:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/CopyDest" 2024/11/28 01:04:19 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/28 01:04:21 DEBUG : one: Need to transfer - File not found at Destination 2024/11/28 01:04:24 DEBUG : one: md5 = 86453e37e1a2f6d63581407aecaa6b80 OK 2024/11/28 01:04:24 INFO : one: Copied (new) 2024/11/28 01:04:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 01:04:26 DEBUG : one: md5 = b8ee76890c13b4bb78983b53e8c1a17b OK 2024/11/28 01:04:26 INFO : one: Copied (replaced existing) 2024/11/28 01:04:29 DEBUG : dst/one: md5 = 702db1efa45abcb286ce76c7663f4528 OK 2024/11/28 01:04:31 DEBUG : CopyDest/one: md5 = cb869e630f8cfdfc093a0591eb2352a2 OK 2024/11/28 01:04:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/BackupDir" 2024/11/28 01:04:32 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/28 01:04:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 01:04:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 01:04:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 01:04:36 INFO : one: Moved (server-side) 2024/11/28 01:04:38 INFO : one: Copied (server-side copy) 2024/11/28 01:04:38 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/28 01:04:40 DEBUG : CopyDest/two: md5 = f9f55225310358bcbebcb9f9d1b17a85 OK 2024/11/28 01:04:41 DEBUG : two: Need to transfer - File not found at Destination 2024/11/28 01:04:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 01:04:42 INFO : two: Copied (server-side copy) 2024/11/28 01:04:42 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/28 01:04:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 01:04:43 DEBUG : two: Unchanged skipping 2024/11/28 01:04:45 DEBUG : CopyDest/three: md5 = c5cad3ae9f2522ea1853f0bbeb32c3a0 OK 2024/11/28 01:04:46 DEBUG : three: Need to transfer - File not found at Destination 2024/11/28 01:04:46 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/28 01:04:46 DEBUG : three: Destination not found in --copy-dest 2024/11/28 01:04:48 DEBUG : three: md5 = 48f8290337e8abe9282145c6c4c618e7 OK 2024/11/28 01:04:48 INFO : three: Copied (new) 2024/11/28 01:04:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/28 01:04:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:04:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/28 01:04:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/28 01:04:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:04:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/28 01:04:55 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.57s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:04:57 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/28 01:05:00 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 56a24141b422fe50cd35ec94ce381c9c OK 2024/11/28 01:05:00 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/28 01:05:01 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/28 01:05:01 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/11/28 01:05:02 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/28 01:05:02 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/28 01:05:04 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 8ae60f4cef58023c67246fcfc49729b6 OK 2024/11/28 01:05:04 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/28 01:05:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/28 01:05:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.07s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:05:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Looking for duplicate names using skip mode. 2024/11/28 01:05:12 NOTICE: one: Found 2 files with duplicate names 2024/11/28 01:05:12 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.43s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:05:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Looking for duplicate names using skip mode. 2024/11/28 01:05:18 NOTICE: one: Found 3 files with duplicate names 2024/11/28 01:05:18 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/28 01:05:19 INFO : one: Deleted 2024/11/28 01:05:19 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.16s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:05:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Looking for duplicate names using first mode. 2024/11/28 01:05:26 NOTICE: one: Found 3 files with duplicate names 2024/11/28 01:05:27 INFO : one: Deleted 2024/11/28 01:05:27 INFO : one: Deleted 2024/11/28 01:05:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.84s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:05:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Looking for duplicate names using newest mode. 2024/11/28 01:05:34 NOTICE: one: Found 3 files with duplicate names 2024/11/28 01:05:35 INFO : one: Deleted 2024/11/28 01:05:35 INFO : one: Deleted 2024/11/28 01:05:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.80s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:05:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Looking for duplicate names using oldest mode. 2024/11/28 01:05:42 NOTICE: one: Found 3 files with duplicate names 2024/11/28 01:05:43 INFO : one: Deleted 2024/11/28 01:05:43 INFO : one: Deleted 2024/11/28 01:05:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.65s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:05:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Looking for duplicate names using largest mode. 2024/11/28 01:05:50 NOTICE: one: Found 3 files with duplicate names 2024/11/28 01:05:50 INFO : one: Deleted 2024/11/28 01:05:51 INFO : one: Deleted 2024/11/28 01:05:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.86s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:05:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Looking for duplicate names using smallest mode. 2024/11/28 01:05:57 NOTICE: one: Found 3 files with duplicate names 2024/11/28 01:05:58 INFO : one: Deleted 2024/11/28 01:05:59 INFO : one: Deleted 2024/11/28 01:05:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.54s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:06:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Looking for duplicate names using rename mode. 2024/11/28 01:06:07 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/28 01:06:08 INFO : one-2.txt: renamed from: one.txt 2024/11/28 01:06:10 INFO : one-3.txt: renamed from: one.txt 2024/11/28 01:06:11 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.34s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:06:17 DEBUG : dupe1/one.txt: md5 = 826129f75f6ad6a8c040a4dd1d8cb3bf OK 2024/11/28 01:06:20 DEBUG : dupe2/two.txt: md5 = 02a63b8fe168121d7d650d5b8cf65c8a OK 2024/11/28 01:06:23 DEBUG : dupe3/three.txt: md5 = ea095a55a5092afbb752cacce0227a28 OK 2024/11/28 01:06:23 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/28 01:06:24 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/28 01:06:25 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/28 01:06:26 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/28 01:06:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/28 01:06:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/28 01:06:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.42s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:06:32 DEBUG : a.txt: md5 = 388faf26af35dc10c63bfef6b361c28c OK 2024/11/28 01:06:34 DEBUG : zend.txt: md5 = f4bc512ca2a5c107334fb4b3357765d0 OK 2024/11/28 01:06:37 DEBUG : sub dir/hello world: md5 = af0214033caab42d298babce83568123 OK 2024/11/28 01:06:39 DEBUG : sub dir/hello world2: md5 = d58da6f92bdbebf0d53300d8a12d9787 OK 2024/11/28 01:06:42 DEBUG : sub dir/ignore dir/.ignore: md5 = dbaa29ade741336bbf1113954818977e OK 2024/11/28 01:06:44 DEBUG : sub dir/ignore dir/should be ignored: md5 = 3643d7c78a1fadfea8ccc6265d080cdc OK 2024/11/28 01:06:47 DEBUG : sub dir/sub sub dir/hello world3: md5 = a5465a2a676acdd62000836f6e0ad6e9 OK 2024/11/28 01:06:48 DEBUG : a.txt: Excluded (Size Filter) 2024/11/28 01:06:48 DEBUG : a.txt: Excluded 2024/11/28 01:06:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/28 01:06:48 DEBUG : sub dir/hello world: Excluded 2024/11/28 01:06:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/28 01:06:48 DEBUG : sub dir/hello world2: Excluded 2024/11/28 01:06:49 DEBUG : sub dir/ignore dir: Excluded 2024/11/28 01:06:49 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/28 01:06:49 DEBUG : sub dir/hello world: Excluded 2024/11/28 01:06:49 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/28 01:06:49 DEBUG : sub dir/hello world2: Excluded 2024/11/28 01:06:49 DEBUG : sub dir/ignore dir: Excluded 2024/11/28 01:06:56 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/28 01:06:56 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/28 01:06:56 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/28 01:06:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/28 01:06:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/28 01:06:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/28 01:06:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (27.62s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:00 DEBUG : file1: md5 = 1528e205acb3873786b343a4aa23c8bd OK 2024/11/28 01:07:03 DEBUG : sub/file2: md5 = ef2d8565ba9581a21b4732d48bdaf78b 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/11/28 01:07:07 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/28 01:07:07 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/28 01:07:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/28 01:07:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.61s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.55s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:12 DEBUG : file1: md5 = b2073c01b277d4a1f871dc8c0b8cf489 OK 2024/11/28 01:07:15 DEBUG : sub/file2: md5 = 175a528d9220f4541c9122bb7d631868 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/11/28 01:07:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/notfound" 2024/11/28 01:07:19 DEBUG : Config file has changed externally - reloading 2024/11/28 01:07:19 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/qe0i31qdkoejk60elps0ni5sqk" 2024/11/28 01:07:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.49s) --- PASS: TestStatJSON/Root (0.36s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.59s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.54s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.29s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.77s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Making directory 2024/11/28 01:07:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:27 DEBUG : sub dir/hello world: md5 = 35bdedaac82eef6fb0c7c69c77cc9370 OK 2024/11/28 01:07:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.82s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:32 DEBUG : potato2: md5 = 82da898a77501fbf7db44278f0857192 OK 2024/11/28 01:07:34 DEBUG : empty space: md5 = 7d148f4840eaadc872684db0b25b0168 OK --- PASS: TestLs (5.92s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:38 DEBUG : potato2: md5 = 785a53fd184256fa88921edfd3fc27d1 OK 2024/11/28 01:07:39 DEBUG : empty space: md5 = 077481d23bdc7187bcb665cc9b431a44 OK 2024/11/28 01:07:40 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/11/28 01:07:40 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.70s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:43 DEBUG : potato2: md5 = 820b744b12c0a2366fccb5ab1e641623 OK 2024/11/28 01:07:45 DEBUG : empty space: md5 = b9c677950f5717529bb345609d8adb23 OK --- PASS: TestLsLong (5.54s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:49 DEBUG : potato2: md5 = 0ee650f709904062615222229d7965f2 OK 2024/11/28 01:07:51 DEBUG : empty space: md5 = 9423aa313c44e0a21b982350184d6096 OK --- PASS: TestHashSums (5.25s) === RUN TestHashSumsWithErrors 2024/11/28 01:07:52 DEBUG : Creating backend with remote ":memory:" 2024/11/28 01:07:52 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/28 01:07:52 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/28 01:07:52 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/28 01:07:52 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/28 01:07:52 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/28 01:07:52 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/28 01:07:52 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/28 01:07:52 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/28 01:07:52 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:07:54 DEBUG : potato2: md5 = f4fd45d293a4e22cadb96338ecd22148 OK 2024/11/28 01:07:56 DEBUG : empty space: md5 = bc465af884c6f1463da48df33148f906 OK 2024/11/28 01:07:59 DEBUG : sub dir/potato3: md5 = f72fa4bdc28d524ac35d263bc06a2fc3 OK 2024/11/28 01:08:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.83s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:08:05 DEBUG : small: md5 = 3535c1ae232fb31d953b5e59255e9663 OK 2024/11/28 01:08:07 DEBUG : medium: md5 = 37a15b3ed5f9a03c299f5934bd65301b OK 2024/11/28 01:08:09 DEBUG : large: md5 = 0cd94614717ecb819dfa968fce675ecc OK 2024/11/28 01:08:09 DEBUG : Waiting for deletions to finish 2024/11/28 01:08:09 DEBUG : large: Excluded (Size Filter) 2024/11/28 01:08:10 INFO : medium: Deleted 2024/11/28 01:08:10 INFO : small: Deleted --- PASS: TestDelete (7.95s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:08:13 DEBUG : small: md5 = 91f5c2d8bde78e1449b9fd3686380892 OK 2024/11/28 01:08:15 DEBUG : medium: md5 = b9d8c5f1d753dcd7a8721a5f1e93405d OK 2024/11/28 01:08:16 DEBUG : large: md5 = 0704d8d622f0465d2077f887b4efabb3 OK 2024/11/28 01:08:16 DEBUG : Waiting for deletions to finish 2024/11/28 01:08:17 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/11/28 01:08:18 INFO : small: Deleted 2024/11/28 01:08:18 INFO : large: Deleted --- PASS: TestMaxDelete (8.18s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:08:21 DEBUG : small: md5 = a3a6620bcadb17c44ed36ea7365cfd4d OK 2024/11/28 01:08:23 DEBUG : medium: md5 = 21bc2de6da8da437ccdd9fc4ba6ba525 OK 2024/11/28 01:08:25 DEBUG : large: md5 = e44d8a2c09485c571caa5c415fd6175d OK 2024/11/28 01:08:25 DEBUG : Waiting for deletions to finish 2024/11/28 01:08:25 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/28 01:08:26 INFO : medium: Deleted 2024/11/28 01:08:26 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.19s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:08:29 DEBUG : small: md5 = fba8808f7ec44ea5881c9a83b82f76c9 OK 2024/11/28 01:08:31 DEBUG : medium: md5 = 25c48497683b5222a09c1b70909af186 OK 2024/11/28 01:08:33 DEBUG : large: md5 = 384cdefa8b504670071d9db3efdac736 OK 2024/11/28 01:08:33 DEBUG : Waiting for deletions to finish 2024/11/28 01:08:34 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/11/28 01:08:34 INFO : small: Deleted 2024/11/28 01:08:34 INFO : large: Deleted --- PASS: TestMaxDeleteSize (8.46s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:08:38 DEBUG : ReadFile: md5 = b78c0e66b7bdd241fd87283a43bd66c8 OK --- PASS: TestReadFile (4.86s) === RUN TestRetry 2024/11/28 01:08:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/28 01:08:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/28 01:08:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/28 01:08:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/28 01:08:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/28 01:08:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/28 01:08:41 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:08:43 DEBUG : file1: md5 = dcad44e987ebafbf3c4e7307dfb70ba1 OK 2024/11/28 01:08:44 DEBUG : file2: md5 = 7fd0f97f1cace07d7f505fe707e41551 OK --- PASS: TestCat (18.90s) === RUN TestPurge 2024/11/28 01:09:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-naqodoz9zute" 2024/11/28 01:09:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 01:09:00 DEBUG : Creating backend with remote "TestDrive:crypt/o6kagf6a859o6h3i2e2crhb7abd5aq0v87cdigvgpue0rj22qg10" 2024/11/28 01:09:01 DEBUG : Creating backend with remote "/tmp/rclone3259391794" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-naqodoz9zute'", Local "Local file system at /tmp/rclone3259391794", Modify Window "1ms" 2024/11/28 01:09:07 DEBUG : A1/B1/C1/one: md5 = 2abdae7e8a6d5a0150014b639d78d23a OK 2024/11/28 01:09:07 DEBUG : A2: Making directory 2024/11/28 01:09:08 DEBUG : A1/B2: Making directory 2024/11/28 01:09:09 DEBUG : A1/B2/C2: Making directory 2024/11/28 01:09:10 DEBUG : A1/B1/C3: Making directory 2024/11/28 01:09:11 DEBUG : A3: Making directory 2024/11/28 01:09:12 DEBUG : A3/B3: Making directory 2024/11/28 01:09:13 DEBUG : A3/B3/C4: Making directory 2024/11/28 01:09:16 DEBUG : A1/two: md5 = fdcb38efdfa3251711a3fa9e2cdaab55 OK 2024/11/28 01:09:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-naqodoz9zute': Purge remote 2024/11/28 01:09:20 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.19s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:09:25 DEBUG : A1/B1/C1/one: md5 = 612fb4ea621871c772910641a01d47ed OK 2024/11/28 01:09:25 DEBUG : A2: Making directory 2024/11/28 01:09:26 DEBUG : A1/B2: Making directory 2024/11/28 01:09:27 DEBUG : A1/B2/C2: Making directory 2024/11/28 01:09:28 DEBUG : A1/B1/C3: Making directory 2024/11/28 01:09:29 DEBUG : A3: Making directory 2024/11/28 01:09:30 DEBUG : A3/B3: Making directory 2024/11/28 01:09:31 DEBUG : A3/B3/C4: Making directory 2024/11/28 01:09:34 DEBUG : A1/two: md5 = cb6bbaae7390798fbad99ddbc178b5fc OK 2024/11/28 01:09:35 DEBUG : removing 1 level 3 directories 2024/11/28 01:09:35 INFO : A3/B3/C4: Removing directory 2024/11/28 01:09:38 DEBUG : removing 2 level 3 directories 2024/11/28 01:09:38 INFO : A1/B2/C2: Removing directory 2024/11/28 01:09:38 INFO : A1/B1/C3: Removing directory 2024/11/28 01:09:39 DEBUG : removing 2 level 2 directories 2024/11/28 01:09:39 INFO : A3/B3: Removing directory 2024/11/28 01:09:39 INFO : A1/B2: Removing directory 2024/11/28 01:09:39 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/28 01:09:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/28 01:09:40 DEBUG : removing 2 level 1 directories 2024/11/28 01:09:40 INFO : A3: Removing directory 2024/11/28 01:09:40 INFO : A2: Removing directory 2024/11/28 01:09:40 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/28 01:09:44 DEBUG : removing 1 level 3 directories 2024/11/28 01:09:44 INFO : A1/B1/C1: Removing directory 2024/11/28 01:09:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:45 DEBUG : removing 1 level 2 directories 2024/11/28 01:09:45 INFO : A1/B1: Removing directory 2024/11/28 01:09:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/28 01:09:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/28 01:09:46 DEBUG : removing 1 level 1 directories 2024/11/28 01:09:46 INFO : A1: Removing directory 2024/11/28 01:09:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/28 01:09:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/28 01:09:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/28 01:09:47 DEBUG : removing 1 level 0 directories 2024/11/28 01:09:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Removing directory 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/28 01:09:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (28.58s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:09:50 DEBUG : A1: Making directory 2024/11/28 01:09:51 DEBUG : A1/B1: Making directory 2024/11/28 01:09:52 DEBUG : A1/B1/C1: Making directory 2024/11/28 01:09:55 DEBUG : removing 1 level 3 directories 2024/11/28 01:09:55 INFO : A1/B1/C1: Removing directory 2024/11/28 01:09:55 DEBUG : removing 1 level 2 directories 2024/11/28 01:09:55 INFO : A1/B1: Removing directory 2024/11/28 01:09:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/28 01:09:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.71s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:09:58 DEBUG : A1: Making directory 2024/11/28 01:09:59 DEBUG : A1/B1: Making directory 2024/11/28 01:10:00 DEBUG : A1/B1/C1: Making directory 2024/11/28 01:10:04 DEBUG : removing 1 level 3 directories 2024/11/28 01:10:04 INFO : A1/B1/C1: Removing directory 2024/11/28 01:10:04 DEBUG : removing 1 level 2 directories 2024/11/28 01:10:04 INFO : A1/B1: Removing directory 2024/11/28 01:10:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/28 01:10:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.12s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:10:09 DEBUG : file1: md5 = dcba0b3e83ba3f25bc9c57ff2cd97dd3 OK 2024/11/28 01:10:10 DEBUG : filename.txt: File name found in url 2024/11/28 01:10:12 DEBUG : filename.txt: md5 = 1d1ec103c7be1f3eecd1f8586bc8d913 OK 2024/11/28 01:10:12 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/28 01:10:13 DEBUG : headerfilename.txt: md5 = f6fdbf3111a2bfa41f4f38e1e692207f OK 2024/11/28 01:10:15 DEBUG : file2: md5 = 34b2c60e98445372f2511b32ed4681b9 OK --- PASS: TestCopyURL (10.82s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:10:19 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/28 01:10:21 DEBUG : sub/file2: md5 = 6487403fa3f9d65a5107794daf6d9068 OK 2024/11/28 01:10:21 INFO : file1: Copied (new) to: sub/file2 2024/11/28 01:10:21 INFO : file1: Deleted 2024/11/28 01:10:22 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 01:10:22 DEBUG : file1: Unchanged skipping 2024/11/28 01:10:22 INFO : file1: Deleted 2024/11/28 01:10:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': don't need to copy/move sub/file2, it is already at target location 2024/11/28 01:10:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.14s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:10:26 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/28 01:10:28 DEBUG : file1: md5 = dc483047da873ec5ed22c5f0b71dd578 OK 2024/11/28 01:10:28 INFO : file1: Copied (new) 2024/11/28 01:10:28 INFO : file1: Deleted 2024/11/28 01:10:28 DEBUG : file1: Destination exists, skipping 2024/11/28 01:10:28 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.89s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:10:33 DEBUG : dst/file1: md5 = a1a83509fe2703be5d777889e734a2f7 OK 2024/11/28 01:10:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sotikub9suji/backup" 2024/11/28 01:10:34 DEBUG : Creating backend with remote "TestDrive:crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g/1nrff024r7pq65ecp72fc28jb0" 2024/11/28 01:10:35 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/28 01:10:39 INFO : dst/file1: Moved (server-side) 2024/11/28 01:10:40 DEBUG : dst/file1: md5 = 11afbe93f561bd3dcf66620880f459ec OK 2024/11/28 01:10:40 INFO : dst/file1: Copied (new) 2024/11/28 01:10:40 INFO : dst/file1: Deleted 2024/11/28 01:10:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/28 01:10:44 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/28 01:10:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.65s) === 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:10:49 DEBUG : A1/one: md5 = 4cf8d21ed42e9a0760124d1a863f736d OK 2024/11/28 01:10:51 DEBUG : A1/two: md5 = 6fd1f62f6ee8a1a859e866bbb6791495 OK 2024/11/28 01:10:53 DEBUG : A1/B1/three: md5 = 98df4f1a2e57cebc255602d082f4c466 OK 2024/11/28 01:10:56 DEBUG : A1/B1/C1/four: md5 = 18d53e5dd8d44bf00112d07297701a05 OK 2024/11/28 01:10:59 DEBUG : A1/B1/C2/five: md5 = 554d5c32b5764331bef34dbf15cdc4cc OK 2024/11/28 01:10:59 DEBUG : A1/B2: Making directory 2024/11/28 01:11:00 DEBUG : A1/B1/C3: Making directory 2024/11/28 01:11:12 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/28 01:11:12 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/28 01:11:13 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/28 01:11:13 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/28 01:11:13 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/28 01:11:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/28 01:11:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/28 01:11:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/28 01:11:18 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/28 01:11:18 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/28 01:11:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/28 01:11:28 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/28 01:11:28 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/28 01:11:28 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/28 01:11:28 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/28 01:11:29 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/28 01:11:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/28 01:11:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/28 01:11:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/28 01:11:33 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/28 01:11:33 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/28 01:11:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/28 01:11:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/28 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/28 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/28 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/28 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/28 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/28 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/28 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/28 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (58.47s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:11:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': File to upload is small (34 bytes), uploading instead of streaming 2024/11/28 01:11:47 DEBUG : no_checksum_small_file_from_pipe: md5 = 410eb7e98b2e26ed547e06d3c890c79c OK 2024/11/28 01:11:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/28 01:11:47 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/28 01:11:48 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/28 01:11:49 DEBUG : no_checksum_big_file_from_pipe: md5 = 49ffb912cf39177fe0c66bf0a39e2a0f OK 2024/11/28 01:11:49 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:11:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': File to upload is small (34 bytes), uploading instead of streaming 2024/11/28 01:11:53 DEBUG : with_checksum_small_file_from_pipe: md5 = ac8fdddef1380b60f0edbc3e5995af00 OK 2024/11/28 01:11:53 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/28 01:11:54 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/28 01:11:55 DEBUG : with_checksum_big_file_from_pipe: md5 = d0475c2f23aff0fe895e677ed10cec97 OK 2024/11/28 01:11:55 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:11:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': File to upload is small (34 bytes), uploading instead of streaming 2024/11/28 01:11:59 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 01:11:59 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/28 01:12:01 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-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': File to upload is small (34 bytes), uploading instead of streaming 2024/11/28 01:12:05 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/28 01:12:06 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/28 01:12:07 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (24.49s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.23s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.69s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.41s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.15s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/28 01:12:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': File to upload is small (48 bytes), uploading instead of streaming 2024/11/28 01:12:11 DEBUG : rcat_metadata: md5 = 3bc966dc8d8d71c671375c5090c55a7a OK 2024/11/28 01:12:11 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/28 01:12:13 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/28 01:12:15 DEBUG : rcat_metadata_uploadcutoff0: md5 = 98242eff099607b6db17bb0169a4abb5 OK 2024/11/28 01:12:15 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.78s) --- PASS: TestRcatMetadata/Normal (2.92s) --- PASS: TestRcatMetadata/ViaDisk (3.36s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:18 DEBUG : potato1: md5 = 0d3b928c7499acf9466c7a4f56315ed4 OK 2024/11/28 01:12:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': File to upload is small (60 bytes), uploading instead of streaming 2024/11/28 01:12:19 DEBUG : potato2: md5 = 6eb3b9f3ec743c7a63ecb3ad4c243e1d OK 2024/11/28 01:12:19 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.36s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:23 DEBUG : potato1: md5 = 57c59c91eeb2bad27ed280aa81d748a6 OK 2024/11/28 01:12:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': File to upload is small (60 bytes), uploading instead of streaming 2024/11/28 01:12:25 DEBUG : potato2: md5 = 3e245683d639d3e140a6cf2b0802d914 OK 2024/11/28 01:12:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.47s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:30 DEBUG : potato2: md5 = 229f7224889ff831d42f404a706b9042 OK 2024/11/28 01:12:31 DEBUG : empty space: md5 = b527c64042e3ad8a3e550c9de457d8e7 OK 2024/11/28 01:12:34 DEBUG : sub dir/potato3: md5 = 9065cab04147ffd36fd284eeb8448f90 OK 2024/11/28 01:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Touching "empty space" 2024/11/28 01:12:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Touching "potato2" 2024/11/28 01:12:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Touching "sub dir/potato3" 2024/11/28 01:12:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.12s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:41 DEBUG : dir with metadata: Making directory with metadata 2024/11/28 01:12:42 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.89s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:44 DEBUG : directory with modtime: Making directory with metadata 2024/11/28 01:12:45 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.88s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:47 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/28 01:12:47 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/28 01:12:47 DEBUG : Google drive root 'crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g': Skipping btime metadata as can't update it on an existing file: 2024-11-28T01:12:47.288926324Z 2024/11/28 01:12:48 INFO : non existent directory: Updated directory metadata 2024/11/28 01:12:51 DEBUG : Google drive root 'crypt/da3e3qrdr7igltgrmiijd5aupabnhrh59riak1aqb91lpvshs09g': Skipping btime metadata as can't update it on an existing file: 2024-11-28T01:12:47.288926324Z 2024/11/28 01:12:51 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.25s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:53 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/28 01:12:55 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/28 01:12:57 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.87s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:12:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/28 01:12:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/28 01:12:59 DEBUG : dst: Making directory with metadata 2024/11/28 01:13:00 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/28 01:13:00 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 01:13:01 INFO : dst: Set directory modification time (using SetModTime) 2024/11/28 01:13:01 INFO : dst: Set directory modification time (using SetModTime) 2024/11/28 01:13:01 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/28 01:13:02 INFO : dst: Set directory modification time (using SetModTime) 2024/11/28 01:13:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.52s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji'", Local "Local file system at /tmp/rclone4029964178", Modify Window "1ms" 2024/11/28 01:13:06 DEBUG : sub dir/test remove existing: md5 = 859b3ef00752efeda9864699e75be5d8 OK 2024/11/28 01:13:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 30af443747d451b70fbde60a54198086 OK 2024/11/28 01:13:10 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.jufocib8" before starting 2024/11/28 01:13:11 DEBUG : sub dir/test remove existing.jufocib8: TEST: removing renamed existing file after operation 2024/11/28 01:13:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cuwehet8" before starting 2024/11/28 01:13:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cuwehet8: TEST: renaming existing back after failed operation 2024/11/28 01:13:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pupugah2" before starting 2024/11/28 01:13:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pupugah2: TEST: removing renamed existing file after operation 2024/11/28 01:13:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "lr1ubsrpv2s4io59mjs5q4odahr827jfjhbptf0dfa98pgrkjlog" 2024/11/28 01:13:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "onm73367l6510ldp7r6dp3cde23f583d0vjj20fj0g0gri4r8rrsv3n2fad5snvee5b7m6klag58r1qkks0c5lch9mh40tovac9q33t1ujrrs4581gm7a19ffcs5889s9b8ke0bp6ocaonb2n08qu6c3bu3r5740oji8f2ofsgkj71hiqib0" --- PASS: TestRemoveExisting (14.94s) === 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/11/28 01:13:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sotikub9suji': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m51.666811165s (try 1/5)