"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/11/29 01:49:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo" 2024/11/29 01:49:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:49:26 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0" 2024/11/29 01:49:27 DEBUG : Creating backend with remote "/tmp/rclone2995833408" === 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/29 01:49:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/29 01:49:28 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/29 01:49:28 DEBUG : potato: Seek from 10 to 0 2024/11/29 01:49:28 DEBUG : potato: Seek from 10 to 0 2024/11/29 01:49:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/29 01:49:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/29 01:49:28 DEBUG : potato: Seek from 5 to 2 2024/11/29 01:49:28 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/29 01:49:28 DEBUG : potato: Seek from 7 to 0 2024/11/29 01:49:28 DEBUG : potato: Seek from 7 to 0 2024/11/29 01:49:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/29 01:49:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/29 01:49:28 DEBUG : potato: Seek from 5 to 2 2024/11/29 01:49:28 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/29 01:49:28 DEBUG : potato: Seek from 8 to 0 2024/11/29 01:49:28 DEBUG : potato: Seek from 8 to 0 2024/11/29 01:49:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/29 01:49:28 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/29 01:49:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/29 01:49:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/29 01:49:28 DEBUG : potato: Seek from 5 to 2 2024/11/29 01:49:28 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/29 01:49:28 DEBUG : potato: Seek from 9 to 0 2024/11/29 01:49:28 DEBUG : potato: Seek from 9 to 0 2024/11/29 01:49:28 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:49:31 DEBUG : rutabaga: md5 = 1e97db4dc6ca39cde8967182caeec438 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/29 01:49:33 DEBUG : empty space: md5 = 2e430a4f887d00e314bc4042c3c98590 OK === RUN TestCheck/3 2024/11/29 01:49:36 DEBUG : potato2: md5 = f93ea48d96eadd202b9f8bee46ffde31 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/29 01:49:39 DEBUG : remotepotato: md5 = 2b135b7a5d37cb04d17dbe26aceb4023 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.02s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.29s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.30s) === RUN TestCheckFsError 2024/11/29 01:49:43 DEBUG : Creating backend with remote "nonexistent" 2024/11/29 01:49:43 DEBUG : Config file has changed externally - reloading 2024/11/29 01:49:43 DEBUG : Creating backend with remote "nonexistent" 2024/11/29 01:49:43 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/29 01:49:43 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/29 01:49:43 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/29 01:49:43 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:49:45 DEBUG : rutabaga: md5 = 916222fea8150ba6abceb6e7d3e0761d OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/29 01:49:49 DEBUG : empty space: md5 = a378a7666c438d9fda1467f3a6e49454 OK === RUN TestCheckDownload/3 2024/11/29 01:49:53 DEBUG : potato2: md5 = f67803ce20e4b304133f03db69dd3745 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/29 01:49:58 DEBUG : remotepotato: md5 = 5afe0c936f1bad8f8ac82885799a7c1e OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.98s) --- PASS: TestCheckDownload/1 (1.29s) --- PASS: TestCheckDownload/2 (1.30s) --- PASS: TestCheckDownload/3 (1.15s) --- PASS: TestCheckDownload/4 (1.44s) --- PASS: TestCheckDownload/5 (1.93s) --- PASS: TestCheckDownload/6 (1.04s) --- PASS: TestCheckDownload/7 (1.20s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:50:05 DEBUG : rutabaga: md5 = 698bae2e762202b31cc2ea7aee7fb1cf OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/29 01:50:08 DEBUG : empty space: md5 = 82e5e3c7cc24e101f13d3674ed09a70b OK === RUN TestCheckSizeOnly/3 2024/11/29 01:50:11 DEBUG : potato2: md5 = eb832dae0979aaf7276db36071dc987b OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/29 01:50:13 DEBUG : remotepotato: md5 = 2738def25f8b8ea2e80585ecd39026fb OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.67s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.35s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.32s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:50:19 DEBUG : test.sum: md5 = 020c614c61bd7738bb83e78e6d93bab8 OK 2024/11/29 01:50:21 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/29 01:50:21 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/29 01:50:21 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/29 01:50:21 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/29 01:50:22 DEBUG : test.sum: md5 = 01c1793381e17fea9f22e5e1becb04ec OK 2024/11/29 01:50:24 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/29 01:50:24 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/29 01:50:24 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/29 01:50:24 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.54s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:50:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/data" 2024/11/29 01:50:25 DEBUG : Config file has changed externally - reloading 2024/11/29 01:50:25 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.07s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:50:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/data" 2024/11/29 01:50:27 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/vjrnln8ratgmqakfosrqe8espk" 2024/11/29 01:50:32 DEBUG : data/banana: md5 = 67a24730a6b6a3060cea857914860465 OK 2024/11/29 01:50:33 DEBUG : test.sum: md5 = 9eecad72a7c5338fe5b5f71e1ef4c316 OK === RUN TestCheckSumDownload/subtest1 2024/11/29 01:50:38 DEBUG : data/potato: md5 = 9ca9d22ea07245045256979c0af72116 OK 2024/11/29 01:50:40 DEBUG : test.sum: md5 = 1d914edbb69a89b7390dc6ec17f2f418 OK === RUN TestCheckSumDownload/subtest2 2024/11/29 01:50:44 DEBUG : test.sum: md5 = 09556a571d768c542cb3ba14251fb541 OK === RUN TestCheckSumDownload/subtest3 2024/11/29 01:50:49 DEBUG : test.sum: md5 = 7b21eb434fcdb6131971df06076384aa OK === RUN TestCheckSumDownload/subtest4 2024/11/29 01:50:54 DEBUG : test.sum: md5 = d77734169768b71c1c87f44a51605818 OK === RUN TestCheckSumDownload/subtest5 2024/11/29 01:50:59 DEBUG : test.sum: md5 = 20740eea5d22cde8b99317c59696831a OK === RUN TestCheckSumDownload/subtest6 2024/11/29 01:51:04 DEBUG : data/banana: md5 = fa13603ffd1ca991f6efa8435333b05c OK 2024/11/29 01:51:05 DEBUG : data/potato: md5 = a014a7b07247589f3606341adf8d64cd OK 2024/11/29 01:51:07 DEBUG : test.sum: md5 = df116c324f4de28913880bfbfd92306b OK === RUN TestCheckSumDownload/subtest7 2024/11/29 01:51:13 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/11/29 01:51:13 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (46.58s) --- PASS: TestCheckSumDownload/subtest1 (2.77s) --- PASS: TestCheckSumDownload/subtest2 (2.09s) --- PASS: TestCheckSumDownload/subtest3 (2.83s) --- PASS: TestCheckSumDownload/subtest4 (2.47s) --- PASS: TestCheckSumDownload/subtest5 (2.58s) --- PASS: TestCheckSumDownload/subtest6 (2.26s) --- PASS: TestCheckSumDownload/subtest7 (2.62s) === RUN TestApplyTransforms 2024/11/29 01:51:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xawovoc7lequ" 2024/11/29 01:51:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:51:14 DEBUG : Creating backend with remote "TestDrive:crypt/dgna6pvj85hailhpg53ugcucldno64tcaatvl5bqaulnd5lvaiv0" 2024/11/29 01:51:15 DEBUG : Creating backend with remote "/tmp/rclone260150721" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xawovoc7lequ'", Local "Local file system at /tmp/rclone260150721", Modify Window "1ms" 2024/11/29 01:51:17 DEBUG : hello, world!: md5 = 38d3a45800d4fdffdb35b4b8be2999e6 OK upper checkfile vs. lower remote (without normalization) 2024/11/29 01:51:18 ERROR : hello, world!: sum not found 2024/11/29 01:51:18 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xawovoc7lequ' 2024/11/29 01:51:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xawovoc7lequ': 1 files missing 2024/11/29 01:51:18 NOTICE: 1 hashes missing 2024/11/29 01:51:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xawovoc7lequ': 2 differences found 2024/11/29 01:51:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xawovoc7lequ': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/29 01:51:20 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:51:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xawovoc7lequ': 0 differences found 2024/11/29 01:51:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xawovoc7lequ': 1 matching files 2024/11/29 01:51:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xadijit5valo" 2024/11/29 01:51:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:51:20 DEBUG : Creating backend with remote "TestDrive:crypt/i6l8kao36lkvvgbcemh8gpenf6huilobamv4sdqjhn285qfds730" 2024/11/29 01:51:21 DEBUG : Creating backend with remote "/tmp/rclone3291036214" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xadijit5valo'", Local "Local file system at /tmp/rclone3291036214", Modify Window "1ms" 2024/11/29 01:51:24 DEBUG : HELLO, WORLD!: md5 = 2a9d5b949fff6a420d6738c153de0f01 OK lower checkfile vs. upper remote (without normalization) 2024/11/29 01:51:24 ERROR : HELLO, WORLD!: sum not found 2024/11/29 01:51:24 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xadijit5valo' 2024/11/29 01:51:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadijit5valo': 1 files missing 2024/11/29 01:51:24 NOTICE: 1 hashes missing 2024/11/29 01:51:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadijit5valo': 2 differences found 2024/11/29 01:51:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadijit5valo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/29 01:51:26 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:51:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadijit5valo': 0 differences found 2024/11/29 01:51:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadijit5valo': 1 matching files 2024/11/29 01:51:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tesitez5pato" 2024/11/29 01:51:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:51:26 DEBUG : Creating backend with remote "TestDrive:crypt/a6vl8ddfn7f5amr8cd65bnvv0l96g1n4lvle5009vlpgtcq4tvh0" 2024/11/29 01:51:27 DEBUG : Creating backend with remote "/tmp/rclone1902170263" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tesitez5pato'", Local "Local file system at /tmp/rclone1902170263", Modify Window "1ms" 2024/11/29 01:51:30 DEBUG : HeLlO, wOrLd!: md5 = 981c0be8cbdef93b5936ff4b5592a290 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/29 01:51:30 ERROR : HeLlO, wOrLd!: sum not found 2024/11/29 01:51:30 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tesitez5pato' 2024/11/29 01:51:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesitez5pato': 1 files missing 2024/11/29 01:51:30 NOTICE: 1 hashes missing 2024/11/29 01:51:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesitez5pato': 2 differences found 2024/11/29 01:51:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesitez5pato': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/29 01:51:31 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:51:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesitez5pato': 0 differences found 2024/11/29 01:51:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesitez5pato': 1 matching files 2024/11/29 01:51:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gavezej0vivu" 2024/11/29 01:51:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:51:31 DEBUG : Creating backend with remote "TestDrive:crypt/kti281kelfk26ncbsikidt061912nl6jdf2eltkbt113ha6f9kog" 2024/11/29 01:51:33 DEBUG : Creating backend with remote "/tmp/rclone4044976327" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gavezej0vivu'", Local "Local file system at /tmp/rclone4044976327", Modify Window "1ms" 2024/11/29 01:51:35 DEBUG : HELLO, WORLD!: md5 = 369f55fab2ab8f7965766d41dd3414cb OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/29 01:51:36 ERROR : HELLO, WORLD!: sum not found 2024/11/29 01:51:36 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gavezej0vivu' 2024/11/29 01:51:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gavezej0vivu': 1 files missing 2024/11/29 01:51:36 NOTICE: 1 hashes missing 2024/11/29 01:51:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gavezej0vivu': 2 differences found 2024/11/29 01:51:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gavezej0vivu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/29 01:51:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:51:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gavezej0vivu': 0 differences found 2024/11/29 01:51:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gavezej0vivu': 1 matching files 2024/11/29 01:51:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ralocep5babo" 2024/11/29 01:51:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:51:37 DEBUG : Creating backend with remote "TestDrive:crypt/qv3qra5n6ncjhk024i7jmsimct6mp7g59ub28647jfhtgbc7o7q0" 2024/11/29 01:51:38 DEBUG : Creating backend with remote "/tmp/rclone4128346111" 2024/11/29 01:51:38 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ralocep5babo'", Local "Local file system at /tmp/rclone4128346111", Modify Window "1ms" 2024/11/29 01:51:41 DEBUG : 測試_Русский___ě_áñ: md5 = dc7ffd11639d6f2ee1142f932581e17b OK NFD checkfile vs. NFC remote (without normalization) 2024/11/29 01:51:42 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/29 01:51:42 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ralocep5babo' 2024/11/29 01:51:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralocep5babo': 1 files missing 2024/11/29 01:51:42 NOTICE: 1 hashes missing 2024/11/29 01:51:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralocep5babo': 2 differences found 2024/11/29 01:51:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralocep5babo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/29 01:51:44 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:51:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralocep5babo': 0 differences found 2024/11/29 01:51:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralocep5babo': 1 matching files 2024/11/29 01:51:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-walubom0zilu" 2024/11/29 01:51:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:51:44 DEBUG : Creating backend with remote "TestDrive:crypt/etmf26lmr7rcr4c3ilts26a98iie71gonf00g9plmf7vhhk06fb0" 2024/11/29 01:51:45 DEBUG : Creating backend with remote "/tmp/rclone414779715" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-walubom0zilu'", Local "Local file system at /tmp/rclone414779715", Modify Window "1ms" 2024/11/29 01:51:48 DEBUG : 測試_Русский___ě_áñ: md5 = e72ec9a23521c4eb82d4dbcf83076b7e OK NFC checkfile vs. NFD remote (without normalization) 2024/11/29 01:51:48 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/29 01:51:48 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-walubom0zilu' 2024/11/29 01:51:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walubom0zilu': 1 files missing 2024/11/29 01:51:48 NOTICE: 1 hashes missing 2024/11/29 01:51:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walubom0zilu': 2 differences found 2024/11/29 01:51:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walubom0zilu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/29 01:51:51 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:51:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walubom0zilu': 0 differences found 2024/11/29 01:51:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walubom0zilu': 1 matching files 2024/11/29 01:51:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rococux0tucu" 2024/11/29 01:51:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:51:51 DEBUG : Creating backend with remote "TestDrive:crypt/p64mc5asbeqefigb03ef432cnr2potrd9hn1o6fjl4nc5j06bibg" 2024/11/29 01:51:52 DEBUG : Creating backend with remote "/tmp/rclone1797801708" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rococux0tucu'", Local "Local file system at /tmp/rclone1797801708", Modify Window "1ms" 2024/11/29 01:51:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = eb842bee764ed0710aedcf8a64829ae0 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/29 01:51:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/29 01:51:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rococux0tucu' 2024/11/29 01:51:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rococux0tucu': 1 files missing 2024/11/29 01:51:55 NOTICE: 1 hashes missing 2024/11/29 01:51:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rococux0tucu': 2 differences found 2024/11/29 01:51:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rococux0tucu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/29 01:51:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:51:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rococux0tucu': 0 differences found 2024/11/29 01:51:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rococux0tucu': 1 matching files 2024/11/29 01:51:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qahubal4xote" 2024/11/29 01:51:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:51:57 DEBUG : Creating backend with remote "TestDrive:crypt/h67bt2lvmgsbk5b02uvtbmj2i5lbt5506lnnnqreqn8uoqeu36r0" 2024/11/29 01:51:58 DEBUG : Creating backend with remote "/tmp/rclone692338034" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qahubal4xote'", Local "Local file system at /tmp/rclone692338034", Modify Window "1ms" 2024/11/29 01:52:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d827518cacf0f798042950475361e919 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/29 01:52:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/29 01:52:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qahubal4xote' 2024/11/29 01:52:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qahubal4xote': 1 files missing 2024/11/29 01:52:01 NOTICE: 1 hashes missing 2024/11/29 01:52:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qahubal4xote': 2 differences found 2024/11/29 01:52:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qahubal4xote': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/29 01:52:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:52:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qahubal4xote': 0 differences found 2024/11/29 01:52:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qahubal4xote': 1 matching files 2024/11/29 01:52:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wejirek2fuxe" 2024/11/29 01:52:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:52:03 DEBUG : Creating backend with remote "TestDrive:crypt/06un7vo8nvrecktg494i7qht1qm8prsf49bgg3ndn75eh3l5rjmg" 2024/11/29 01:52:04 DEBUG : Creating backend with remote "/tmp/rclone3715688169" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wejirek2fuxe'", Local "Local file system at /tmp/rclone3715688169", Modify Window "1ms" 2024/11/29 01:52:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 894f1d1305addfd65ea55574a17ba697 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/29 01:52:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/29 01:52:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wejirek2fuxe' 2024/11/29 01:52:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejirek2fuxe': 1 files missing 2024/11/29 01:52:07 NOTICE: 1 hashes missing 2024/11/29 01:52:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejirek2fuxe': 2 differences found 2024/11/29 01:52:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejirek2fuxe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/29 01:52:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:52:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejirek2fuxe': 0 differences found 2024/11/29 01:52:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejirek2fuxe': 1 matching files 2024/11/29 01:52:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fijafow9gewo" 2024/11/29 01:52:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:52:08 DEBUG : Creating backend with remote "TestDrive:crypt/teq44nlmf6mr4ll7vft1igf8pi6ik9m60q8tf3c5s2fov1nesqfg" 2024/11/29 01:52:09 DEBUG : Creating backend with remote "/tmp/rclone381505031" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fijafow9gewo'", Local "Local file system at /tmp/rclone381505031", Modify Window "1ms" 2024/11/29 01:52:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 819f37da3daa0ce1040a9cd76cf2b225 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/29 01:52:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/29 01:52:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fijafow9gewo' 2024/11/29 01:52:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijafow9gewo': 1 files missing 2024/11/29 01:52:13 NOTICE: 1 hashes missing 2024/11/29 01:52:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijafow9gewo': 2 differences found 2024/11/29 01:52:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijafow9gewo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/29 01:52:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:52:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijafow9gewo': 0 differences found 2024/11/29 01:52:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijafow9gewo': 1 matching files 2024/11/29 01:52:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fijafow9gewo': Purge remote 2024/11/29 01:52:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wejirek2fuxe': Purge remote 2024/11/29 01:52:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qahubal4xote': Purge remote 2024/11/29 01:52:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rococux0tucu': Purge remote 2024/11/29 01:52:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-walubom0zilu': Purge remote 2024/11/29 01:52:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ralocep5babo': Purge remote 2024/11/29 01:52:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gavezej0vivu': Purge remote 2024/11/29 01:52:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tesitez5pato': Purge remote 2024/11/29 01:52:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xadijit5valo': Purge remote 2024/11/29 01:52:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xawovoc7lequ': Purge remote --- PASS: TestApplyTransforms (67.42s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:52:21 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/29 01:52:24 DEBUG : sub/file2: md5 = fcdf03030e13ff6109ef1ecf908b865d OK 2024/11/29 01:52:24 INFO : file1: Copied (new) to: sub/file2 2024/11/29 01:52:25 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/29 01:52:25 DEBUG : file1: Unchanged skipping 2024/11/29 01:52:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': don't need to copy/move sub/file2, it is already at target location 2024/11/29 01:52:28 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.65s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.49s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:52:32 DEBUG : dst/file1: md5 = 5584b78447fbc3a9f65c1ef6fd297a27 OK 2024/11/29 01:52:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/backup" 2024/11/29 01:52:33 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/1nrff024r7pq65ecp72fc28jb0" 2024/11/29 01:52:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/29 01:52:38 INFO : dst/file1: Moved (server-side) 2024/11/29 01:52:39 DEBUG : dst/file1: md5 = e3ef5ea19e85fc6314d5606bbc7eaae7 OK 2024/11/29 01:52:39 INFO : dst/file1: Copied (new) 2024/11/29 01:52:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:52:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:52:44 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.40s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:52:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/dst" 2024/11/29 01:52:45 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:52:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/CompareDest" 2024/11/29 01:52:47 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/gveqi14airsml4bgu7krj116o8" 2024/11/29 01:52:49 DEBUG : one: Need to transfer - File not found at Destination 2024/11/29 01:52:52 DEBUG : one: md5 = 376c09ddc7ed7a0ab47ef74609f7b953 OK 2024/11/29 01:52:52 INFO : one: Copied (new) 2024/11/29 01:52:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:52:55 DEBUG : one: md5 = 0d1c9f66ed78c7d42c43567cd15a07db OK 2024/11/29 01:52:55 INFO : one: Copied (replaced existing) 2024/11/29 01:52:58 DEBUG : dst/one: md5 = d8379e5e55bb38ce9c614007afcbd781 OK 2024/11/29 01:53:01 DEBUG : CompareDest/one: md5 = 7d85ff0a68f81bce9722a7ca8ccf8ff3 OK 2024/11/29 01:53:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:53:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:53:02 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/29 01:53:04 DEBUG : CompareDest/two: md5 = b7f9b8f03eb65e95013dcca5ef8ccc9a OK 2024/11/29 01:53:05 DEBUG : two: Need to transfer - File not found at Destination 2024/11/29 01:53:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:53:05 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/29 01:53:06 DEBUG : two: Need to transfer - File not found at Destination 2024/11/29 01:53:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:53:06 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/29 01:53:08 DEBUG : two: Need to transfer - File not found at Destination 2024/11/29 01:53:08 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/29 01:53:10 DEBUG : two: md5 = 13700be80e3c3ed76a23d0801d3f5f65 OK 2024/11/29 01:53:10 INFO : two: Copied (new) 2024/11/29 01:53:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:53:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:53:15 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:53:15 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (30.31s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:53:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/dst" 2024/11/29 01:53:16 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:53:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/CopyDest" 2024/11/29 01:53:18 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/29 01:53:19 DEBUG : one: Need to transfer - File not found at Destination 2024/11/29 01:53:22 DEBUG : one: md5 = 05fbe7f63cd6370791eb3421b0dbb810 OK 2024/11/29 01:53:22 INFO : one: Copied (new) 2024/11/29 01:53:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:53:25 DEBUG : one: md5 = b4b47bb89a6e93653b38525471053e56 OK 2024/11/29 01:53:25 INFO : one: Copied (replaced existing) 2024/11/29 01:53:28 DEBUG : dst/one: md5 = fa45c2af475bfc483422e6d0c9139fae OK 2024/11/29 01:53:30 DEBUG : CopyDest/one: md5 = e41e8dc9c4f2270761efba4e9d350b9c OK 2024/11/29 01:53:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/BackupDir" 2024/11/29 01:53:31 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/29 01:53:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:53:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:53:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:53:35 INFO : one: Moved (server-side) 2024/11/29 01:53:37 INFO : one: Copied (server-side copy) 2024/11/29 01:53:37 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/29 01:53:39 DEBUG : CopyDest/two: md5 = 7f904a32aca2421964ac7db28fb1be05 OK 2024/11/29 01:53:40 DEBUG : two: Need to transfer - File not found at Destination 2024/11/29 01:53:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:53:41 INFO : two: Copied (server-side copy) 2024/11/29 01:53:41 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/29 01:53:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:53:42 DEBUG : two: Unchanged skipping 2024/11/29 01:53:45 DEBUG : CopyDest/three: md5 = 53244ec3ecaa44c37d81e1a83c827659 OK 2024/11/29 01:53:46 DEBUG : three: Need to transfer - File not found at Destination 2024/11/29 01:53:46 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/29 01:53:46 DEBUG : three: Destination not found in --copy-dest 2024/11/29 01:53:48 DEBUG : three: md5 = e2326f196965147780a9a719b9ac422d OK 2024/11/29 01:53:48 INFO : three: Copied (new) 2024/11/29 01:53:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/29 01:53:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:53:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:53:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:53:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:53:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/29 01:53:55 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (40.36s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:53:57 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/29 01:54:00 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 4f61cd7af3192d28a9893e27df7122f0 OK 2024/11/29 01:54:00 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/29 01:54:01 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/29 01:54: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/29 01:54:02 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/29 01:54:02 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/29 01:54:04 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 13ec3335f289ec3490a73659cc921122 OK 2024/11/29 01:54:04 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/29 01:54:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/29 01:54:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.37s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:54:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Looking for duplicate names using skip mode. 2024/11/29 01:54:12 NOTICE: one: Found 2 files with duplicate names 2024/11/29 01:54:12 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.07s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:54:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Looking for duplicate names using skip mode. 2024/11/29 01:54:19 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:54:19 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/29 01:54:20 INFO : one: Deleted 2024/11/29 01:54:20 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.00s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:54:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Looking for duplicate names using first mode. 2024/11/29 01:54:27 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:54:28 INFO : one: Deleted 2024/11/29 01:54:28 INFO : one: Deleted 2024/11/29 01:54:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.67s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:54:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Looking for duplicate names using newest mode. 2024/11/29 01:54:35 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:54:36 INFO : one: Deleted 2024/11/29 01:54:36 INFO : one: Deleted 2024/11/29 01:54:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.12s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:54:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Looking for duplicate names using oldest mode. 2024/11/29 01:54:44 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:54:44 INFO : one: Deleted 2024/11/29 01:54:45 INFO : one: Deleted 2024/11/29 01:54:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.95s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:54:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Looking for duplicate names using largest mode. 2024/11/29 01:54:51 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:54:52 INFO : one: Deleted 2024/11/29 01:54:53 INFO : one: Deleted 2024/11/29 01:54:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.70s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:54:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Looking for duplicate names using smallest mode. 2024/11/29 01:54:59 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:54:59 INFO : one: Deleted 2024/11/29 01:55:00 INFO : one: Deleted 2024/11/29 01:55:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.66s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:55:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Looking for duplicate names using rename mode. 2024/11/29 01:55:08 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/29 01:55:10 INFO : one-2.txt: renamed from: one.txt 2024/11/29 01:55:11 INFO : one-3.txt: renamed from: one.txt 2024/11/29 01:55:12 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.22s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:55:19 DEBUG : dupe1/one.txt: md5 = 43b714515e7615ac5c1ef05836840146 OK 2024/11/29 01:55:21 DEBUG : dupe2/two.txt: md5 = 07f0114a536100430d0449ecd25e318f OK 2024/11/29 01:55:24 DEBUG : dupe3/three.txt: md5 = 10d38e8467c9cc561af727c70b0cca47 OK 2024/11/29 01:55:25 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/29 01:55:26 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/29 01:55:27 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/29 01:55:28 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/29 01:55:32 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/29 01:55:32 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/29 01:55:32 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.99s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:55:35 DEBUG : a.txt: md5 = 2d928b9ee8d019bb1e28d3a36bb98b24 OK 2024/11/29 01:55:37 DEBUG : zend.txt: md5 = 5ef6a48c72b7f6444a419b37ecbe11f1 OK 2024/11/29 01:55:39 DEBUG : sub dir/hello world: md5 = 4330a22dc713e456f5fa21a3cbec6626 OK 2024/11/29 01:55:41 DEBUG : sub dir/hello world2: md5 = 016dd8c1a0a9b5f17af8df7644c1376e OK 2024/11/29 01:55:44 DEBUG : sub dir/ignore dir/.ignore: md5 = c77ea09001e35ce3d2b3e6b81190ca1c OK 2024/11/29 01:55:46 DEBUG : sub dir/ignore dir/should be ignored: md5 = a2b1718410e7690e2815bdf3a65cc170 OK 2024/11/29 01:55:48 DEBUG : sub dir/sub sub dir/hello world3: md5 = c2a760c2260615fb9d321bc8b66480e4 OK 2024/11/29 01:55:50 DEBUG : a.txt: Excluded (Size Filter) 2024/11/29 01:55:50 DEBUG : a.txt: Excluded 2024/11/29 01:55:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/29 01:55:50 DEBUG : sub dir/hello world2: Excluded 2024/11/29 01:55:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/29 01:55:50 DEBUG : sub dir/hello world: Excluded 2024/11/29 01:55:51 DEBUG : sub dir/ignore dir: Excluded 2024/11/29 01:55:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/29 01:55:51 DEBUG : sub dir/hello world2: Excluded 2024/11/29 01:55:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/29 01:55:51 DEBUG : sub dir/hello world: Excluded 2024/11/29 01:55:51 DEBUG : sub dir/ignore dir: Excluded 2024/11/29 01:55:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/29 01:55:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/29 01:55:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/29 01:56:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/29 01:56:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/29 01:56:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/11/29 01:56:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (27.94s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:02 DEBUG : file1: md5 = e00b0185145872b9b12ac23f26379d8d OK 2024/11/29 01:56:05 DEBUG : sub/file2: md5 = bab1e1816a8bc02f85c56fe479f107df 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/29 01:56:08 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/29 01:56:09 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/29 01:56:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/29 01:56:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.47s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.29s) --- PASS: TestListJSON/ShowHash (0.29s) --- PASS: TestListJSON/HashTypes (0.29s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:14 DEBUG : file1: md5 = 012c6b6288b49e27ac76e0e6e65396c0 OK 2024/11/29 01:56:17 DEBUG : sub/file2: md5 = 085a35f23a2ee9d4230dcfc26b455319 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/29 01:56:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/notfound" 2024/11/29 01:56:21 DEBUG : Config file has changed externally - reloading 2024/11/29 01:56:21 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/29 01:56:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.88s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.57s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.54s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.95s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Making directory 2024/11/29 01:56:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Making directory --- PASS: TestMkdir (0.76s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:30 DEBUG : sub dir/hello world: md5 = 339e61af468face6285e2749bbf83d87 OK 2024/11/29 01:56:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.27s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:35 DEBUG : potato2: md5 = bfbec4ed6e7440fb59b1e6cedfe77cdc OK 2024/11/29 01:56:37 DEBUG : empty space: md5 = 1bb8612b99e30885480838cd5759822d OK --- PASS: TestLs (5.95s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:41 DEBUG : potato2: md5 = cc8fe6e074acdc111a0666c8bedef75d OK 2024/11/29 01:56:43 DEBUG : empty space: md5 = 32299ef57d43d7cea0a8a0b9245ca3ab OK 2024/11/29 01:56:43 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.23s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:47 DEBUG : potato2: md5 = 91c1330bf40de2424f418e9b6828fcad OK 2024/11/29 01:56:49 DEBUG : empty space: md5 = 40a10cf700575177c755ac8825121718 OK --- PASS: TestLsLong (5.81s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:53 DEBUG : potato2: md5 = 78cb20443a83fabeb6da1b0efea45711 OK 2024/11/29 01:56:55 DEBUG : empty space: md5 = 3819e728f7f8db332ceabb39350daa4b OK --- PASS: TestHashSums (5.51s) === RUN TestHashSumsWithErrors 2024/11/29 01:56:57 DEBUG : Creating backend with remote ":memory:" 2024/11/29 01:56:57 DEBUG : Config file has changed externally - reloading 2024/11/29 01:56:57 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/29 01:56:57 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/29 01:56:57 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/29 01:56:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/29 01:56:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/29 01:56:57 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/29 01:56:57 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/29 01:56:57 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/29 01:56:57 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:56:58 DEBUG : potato2: md5 = 8074e903fb8e4305afcd0b1e94f1f53c OK 2024/11/29 01:57:00 DEBUG : empty space: md5 = 64452d9bfc57502f9ef4916e3666d6e1 OK 2024/11/29 01:57:03 DEBUG : sub dir/potato3: md5 = 9658988cd55ac663fb4fcea8e3e8fae6 OK 2024/11/29 01:57:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.35s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:57:09 DEBUG : small: md5 = 9eff2b36f926c6c3507a530e40995d1f OK 2024/11/29 01:57:10 DEBUG : medium: md5 = 1ec8141727562add8962fb2880fd559d OK 2024/11/29 01:57:12 DEBUG : large: md5 = d9db045130ab0ab4e8ebcc9aa3d692f6 OK 2024/11/29 01:57:12 DEBUG : Waiting for deletions to finish 2024/11/29 01:57:13 DEBUG : large: Excluded (Size Filter) 2024/11/29 01:57:13 INFO : small: Deleted 2024/11/29 01:57:13 INFO : medium: Deleted --- PASS: TestDelete (7.84s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:57:16 DEBUG : small: md5 = 55320629bf18ada7121092f6520896cd OK 2024/11/29 01:57:18 DEBUG : medium: md5 = 1850c6f9d846b133168ac775a576599e OK 2024/11/29 01:57:20 DEBUG : large: md5 = e9c427241f873788a08d6862174c4812 OK 2024/11/29 01:57:20 DEBUG : Waiting for deletions to finish 2024/11/29 01:57:21 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/11/29 01:57:21 INFO : small: Deleted 2024/11/29 01:57:21 INFO : large: Deleted --- PASS: TestMaxDelete (8.53s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:57:25 DEBUG : small: md5 = e6edc16f5aa7fa9af05067d528a8ad98 OK 2024/11/29 01:57:27 DEBUG : medium: md5 = ae6135b2cbbf8a3eac41d2488230c004 OK 2024/11/29 01:57:28 DEBUG : large: md5 = bd50011df0c2b13166baab90a3587827 OK 2024/11/29 01:57:29 DEBUG : Waiting for deletions to finish 2024/11/29 01:57:29 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/29 01:57:29 INFO : medium: Deleted 2024/11/29 01:57:29 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.20s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:57:33 DEBUG : small: md5 = 22b832efc46e4f6a570525a929cdc002 OK 2024/11/29 01:57:35 DEBUG : medium: md5 = c0d7c964db299d9062ca5a76ad656f6d OK 2024/11/29 01:57:37 DEBUG : large: md5 = ed1f305cc3ae4eb89211358ed5852e56 OK 2024/11/29 01:57:37 DEBUG : Waiting for deletions to finish 2024/11/29 01:57:37 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/29 01:57:38 INFO : medium: Deleted 2024/11/29 01:57:38 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.09s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:57:41 DEBUG : ReadFile: md5 = cc21e008f4aedd25d86c5479e10c6b34 OK --- PASS: TestReadFile (4.99s) === RUN TestRetry 2024/11/29 01:57:45 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/29 01:57:45 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/29 01:57:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/29 01:57:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/29 01:57:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/29 01:57:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/29 01:57:45 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:57:46 DEBUG : file1: md5 = 2bd834014038827099ae57ffb4884322 OK 2024/11/29 01:57:48 DEBUG : file2: md5 = 8d88a3b4b256b7b531de8929f00eb205 OK --- PASS: TestCat (18.43s) === RUN TestPurge 2024/11/29 01:58:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cululiz4peta" 2024/11/29 01:58:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:58:03 DEBUG : Creating backend with remote "TestDrive:crypt/952pop2ovb6lb50bg2gjufghs75a7j8j2rpl9vmfa8nhtjd62jf0" 2024/11/29 01:58:04 DEBUG : Creating backend with remote "/tmp/rclone2719009749" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cululiz4peta'", Local "Local file system at /tmp/rclone2719009749", Modify Window "1ms" 2024/11/29 01:58:11 DEBUG : A1/B1/C1/one: md5 = 13878ceaade05a4b8de05c3415f031f1 OK 2024/11/29 01:58:11 DEBUG : A2: Making directory 2024/11/29 01:58:12 DEBUG : A1/B2: Making directory 2024/11/29 01:58:13 DEBUG : A1/B2/C2: Making directory 2024/11/29 01:58:14 DEBUG : A1/B1/C3: Making directory 2024/11/29 01:58:15 DEBUG : A3: Making directory 2024/11/29 01:58:16 DEBUG : A3/B3: Making directory 2024/11/29 01:58:17 DEBUG : A3/B3/C4: Making directory 2024/11/29 01:58:20 DEBUG : A1/two: md5 = 5ece19167d09bc47a871c937f186c5f7 OK 2024/11/29 01:58:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cululiz4peta': Purge remote 2024/11/29 01:58:25 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.53s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:58:30 DEBUG : A1/B1/C1/one: md5 = c27f994c94a4745e62f3972742e4b579 OK 2024/11/29 01:58:30 DEBUG : A2: Making directory 2024/11/29 01:58:31 DEBUG : A1/B2: Making directory 2024/11/29 01:58:32 DEBUG : A1/B2/C2: Making directory 2024/11/29 01:58:33 DEBUG : A1/B1/C3: Making directory 2024/11/29 01:58:34 DEBUG : A3: Making directory 2024/11/29 01:58:35 DEBUG : A3/B3: Making directory 2024/11/29 01:58:36 DEBUG : A3/B3/C4: Making directory 2024/11/29 01:58:39 DEBUG : A1/two: md5 = 07ab616c4d2db730ce0737a9696d7c09 OK 2024/11/29 01:58:40 DEBUG : removing 1 level 3 directories 2024/11/29 01:58:40 INFO : A3/B3/C4: Removing directory 2024/11/29 01:58:43 DEBUG : removing 2 level 3 directories 2024/11/29 01:58:43 INFO : A1/B2/C2: Removing directory 2024/11/29 01:58:43 INFO : A1/B1/C3: Removing directory 2024/11/29 01:58:44 DEBUG : removing 2 level 2 directories 2024/11/29 01:58:44 INFO : A3/B3: Removing directory 2024/11/29 01:58:44 INFO : A1/B2: Removing directory 2024/11/29 01:58:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/29 01:58:44 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/29 01:58:45 DEBUG : removing 2 level 1 directories 2024/11/29 01:58:45 INFO : A3: Removing directory 2024/11/29 01:58:45 INFO : A2: Removing directory 2024/11/29 01:58:45 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/29 01:58:49 DEBUG : removing 1 level 3 directories 2024/11/29 01:58:49 INFO : A1/B1/C1: Removing directory 2024/11/29 01:58:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:50 DEBUG : removing 1 level 2 directories 2024/11/29 01:58:50 INFO : A1/B1: Removing directory 2024/11/29 01:58:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/29 01:58:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:58:51 DEBUG : removing 1 level 1 directories 2024/11/29 01:58:51 INFO : A1: Removing directory 2024/11/29 01:58:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/29 01:58:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/29 01:58:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:58:52 DEBUG : removing 1 level 0 directories 2024/11/29 01:58:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Removing directory 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/29 01:58:52 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (29.30s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:58:55 DEBUG : A1: Making directory 2024/11/29 01:58:56 DEBUG : A1/B1: Making directory 2024/11/29 01:58:57 DEBUG : A1/B1/C1: Making directory 2024/11/29 01:59:00 DEBUG : removing 1 level 3 directories 2024/11/29 01:59:00 INFO : A1/B1/C1: Removing directory 2024/11/29 01:59:01 DEBUG : removing 1 level 2 directories 2024/11/29 01:59:01 INFO : A1/B1: Removing directory 2024/11/29 01:59:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:59:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.16s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:59:04 DEBUG : A1: Making directory 2024/11/29 01:59:05 DEBUG : A1/B1: Making directory 2024/11/29 01:59:06 DEBUG : A1/B1/C1: Making directory 2024/11/29 01:59:09 DEBUG : removing 1 level 3 directories 2024/11/29 01:59:09 INFO : A1/B1/C1: Removing directory 2024/11/29 01:59:10 DEBUG : removing 1 level 2 directories 2024/11/29 01:59:10 INFO : A1/B1: Removing directory 2024/11/29 01:59:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:59:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.36s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:59:15 DEBUG : file1: md5 = 03293dbb2cc52d78af90dbf40d24404e OK 2024/11/29 01:59:16 DEBUG : filename.txt: File name found in url 2024/11/29 01:59:17 DEBUG : filename.txt: md5 = 6aad4f2273db7c9d4d7b5fed2daa925e OK 2024/11/29 01:59:17 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/29 01:59:19 DEBUG : headerfilename.txt: md5 = 984e78ed086f2b973441a004cbc6a977 OK 2024/11/29 01:59:21 DEBUG : file2: md5 = 2835bb6984d2d0490e5a3d57ad90497a OK --- PASS: TestCopyURL (10.62s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:59:24 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/29 01:59:27 DEBUG : sub/file2: md5 = 53bb9209585ac239290db01a4ac2ba19 OK 2024/11/29 01:59:27 INFO : file1: Copied (new) to: sub/file2 2024/11/29 01:59:27 INFO : file1: Deleted 2024/11/29 01:59:28 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/29 01:59:28 DEBUG : file1: Unchanged skipping 2024/11/29 01:59:28 INFO : file1: Deleted 2024/11/29 01:59:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': don't need to copy/move sub/file2, it is already at target location 2024/11/29 01:59:30 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.05s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:59:31 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/29 01:59:33 DEBUG : file1: md5 = 81bb308538f06ec87a3b58b97f5a14de OK 2024/11/29 01:59:33 INFO : file1: Copied (new) 2024/11/29 01:59:33 INFO : file1: Deleted 2024/11/29 01:59:34 DEBUG : file1: Destination exists, skipping 2024/11/29 01:59:34 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (5.41s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.53s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.50s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:59:40 DEBUG : dst/file1: md5 = 22b78fc04b71eb123a0132f951bac123 OK 2024/11/29 01:59:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geciwud7jifo/backup" 2024/11/29 01:59:41 DEBUG : Creating backend with remote "TestDrive:crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0/1nrff024r7pq65ecp72fc28jb0" 2024/11/29 01:59:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/29 01:59:46 INFO : dst/file1: Moved (server-side) 2024/11/29 01:59:48 DEBUG : dst/file1: md5 = d2ec9f5e6f27bc9f0e01a80524adbb8c OK 2024/11/29 01:59:48 INFO : dst/file1: Copied (new) 2024/11/29 01:59:48 INFO : dst/file1: Deleted 2024/11/29 01:59:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:59:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:59:53 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (16.56s) === 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 01:59:57 DEBUG : A1/one: md5 = 4b0bca579c23ff3aec40495e537b140f OK 2024/11/29 01:59:59 DEBUG : A1/two: md5 = ab6c6f374991ec5ac6f367c002e6d8f8 OK 2024/11/29 02:00:02 DEBUG : A1/B1/three: md5 = 73c11d3eecd2dffc39193b358d94c67f OK 2024/11/29 02:00:05 DEBUG : A1/B1/C1/four: md5 = 700b207ab57d9559e54d41f05b256041 OK 2024/11/29 02:00:08 DEBUG : A1/B1/C2/five: md5 = 2ecf6e23275b29b2ff2d704bcf0e7b9e OK 2024/11/29 02:00:08 DEBUG : A1/B2: Making directory 2024/11/29 02:00:09 DEBUG : A1/B1/C3: Making directory 2024/11/29 02:00:21 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/29 02:00:21 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/29 02:00:21 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/29 02:00:21 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/29 02:00:22 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/29 02:00:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/29 02:00:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/29 02:00:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 02:00:27 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/29 02:00:27 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/29 02:00:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/29 02:00:37 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/29 02:00:38 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/29 02:00:38 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/29 02:00:38 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/29 02:00:38 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/29 02:00:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/29 02:00:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/29 02:00:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 02:00:43 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/29 02:00:43 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/29 02:00:51 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/29 02:00:52 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/29 02:00:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/29 02:00:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/29 02:00:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 02:00:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/29 02:00:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/29 02:00:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/29 02:00:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 02:00:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (60.65s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:00:55 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.49s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:00:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/29 02:00:57 DEBUG : no_checksum_small_file_from_pipe: md5 = da37df19ea8385a082b1da31c487a276 OK 2024/11/29 02:00:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/29 02:00:57 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/29 02:00:58 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/29 02:00:59 DEBUG : no_checksum_big_file_from_pipe: md5 = 97ec866956cdf9f6f6ff05f2d3f4efce OK 2024/11/29 02:00:59 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/29 02:01:03 DEBUG : with_checksum_small_file_from_pipe: md5 = c4c54383c99fcf7b8594fd1246fae9c8 OK 2024/11/29 02:01:03 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/29 02:01:04 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/29 02:01:05 DEBUG : with_checksum_big_file_from_pipe: md5 = 01127bc11b8d25754ea60db80bc247e4 OK 2024/11/29 02:01:05 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/29 02:01:09 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/29 02:01:10 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/29 02:01:11 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-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/29 02:01:15 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/29 02:01:16 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/29 02:01:17 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (24.04s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.04s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.15s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.02s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/29 02:01:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': File to upload is small (48 bytes), uploading instead of streaming 2024/11/29 02:01:21 DEBUG : rcat_metadata: md5 = ac118b9135acf3c9dd912fd32702c712 OK 2024/11/29 02:01:21 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/29 02:01:23 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/29 02:01:25 DEBUG : rcat_metadata_uploadcutoff0: md5 = 79b5936263928fd84c8806392c6d00b7 OK 2024/11/29 02:01:25 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.02s) --- PASS: TestRcatMetadata/Normal (3.08s) --- PASS: TestRcatMetadata/ViaDisk (3.37s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:28 DEBUG : potato1: md5 = e53fdf9cf44081ad811c52cc9e2a09bf OK 2024/11/29 02:01:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/29 02:01:30 DEBUG : potato2: md5 = 14fae60465f5e4c114857c29be6d803b OK 2024/11/29 02:01:30 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.53s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:34 DEBUG : potato1: md5 = 9b24f9e01434850a84ebf4f7be1af0d2 OK 2024/11/29 02:01:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/29 02:01:35 DEBUG : potato2: md5 = bc248146961b57f5a3e47c628c8ac6b8 OK 2024/11/29 02:01:35 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.20s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:40 DEBUG : potato2: md5 = 4ae35db3df2fd3c094309fa233107d1a OK 2024/11/29 02:01:41 DEBUG : empty space: md5 = ffd830ef1dd7373ef5b564519a91d285 OK 2024/11/29 02:01:44 DEBUG : sub dir/potato3: md5 = 08330b2c97645f356d1e60166fad2df5 OK 2024/11/29 02:01:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Touching "empty space" 2024/11/29 02:01:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Touching "potato2" 2024/11/29 02:01:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Touching "sub dir/potato3" 2024/11/29 02:01:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.73s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:52 DEBUG : dir with metadata: Making directory with metadata 2024/11/29 02:01:53 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.04s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:55 DEBUG : directory with modtime: Making directory with metadata 2024/11/29 02:01:56 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.95s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:01:58 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/29 02:01:58 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/29 02:01:58 DEBUG : Google drive root 'crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0': Skipping btime metadata as can't update it on an existing file: 2024-11-29T02:01:58.21176379Z 2024/11/29 02:01:59 INFO : non existent directory: Updated directory metadata 2024/11/29 02:02:01 DEBUG : Google drive root 'crypt/e520pk5bim5c83l57t02esn2u12ii4i6si3tiv3qnngebnsemid0': Skipping btime metadata as can't update it on an existing file: 2024-11-29T02:01:58.21176379Z 2024/11/29 02:02:02 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.21s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:02:04 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/29 02:02:07 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/29 02:02:09 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (7.40s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:02:11 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/29 02:02:11 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/29 02:02:11 DEBUG : dst: Making directory with metadata 2024/11/29 02:02:12 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/29 02:02:12 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/29 02:02:13 INFO : dst: Set directory modification time (using SetModTime) 2024/11/29 02:02:14 INFO : dst: Set directory modification time (using SetModTime) 2024/11/29 02:02:14 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/29 02:02:15 INFO : dst: Set directory modification time (using SetModTime) 2024/11/29 02:02:15 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.76s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo'", Local "Local file system at /tmp/rclone2995833408", Modify Window "1ms" 2024/11/29 02:02:19 DEBUG : sub dir/test remove existing: md5 = e84d247c2ccdf5ad1574c7f6bc7fe53b OK 2024/11/29 02:02:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 07d59edcc124ad378fe77979da948143 OK 2024/11/29 02:02:23 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yuxicuv6" before starting 2024/11/29 02:02:24 DEBUG : sub dir/test remove existing.yuxicuv6: TEST: removing renamed existing file after operation 2024/11/29 02:02:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.watedow1" before starting 2024/11/29 02:02:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.watedow1: TEST: renaming existing back after failed operation 2024/11/29 02:02:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nomoruy7" before starting 2024/11/29 02:02:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nomoruy7: TEST: removing renamed existing file after operation 2024/11/29 02:02:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "50j5b9mf8a8sqe31bcf3gi2t2ufp49i721ufodko3n6dk3vvfilcfp4mssfb7l1jbs15v69de2smh7r8d46lmietjok79rmqu16jdvdjes21jk998tvkpdtlcdonbomu742rit47js6v88pmg63udtm7iia0tk91l54qc2k1d7hji279aq00" 2024/11/29 02:02:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mvjdro43s7jk55mv54ldpvjuo3m8crq29hm29c56pa2bd32ukc3g" --- PASS: TestRemoveExisting (15.54s) === 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/29 02:02:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geciwud7jifo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 13m6.607538919s (try 1/5)