"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/11/01 01:05:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo" 2024/11/01 01:05:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:05:38 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g" 2024/11/01 01:05:40 DEBUG : Creating backend with remote "/tmp/rclone3317092595" === 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.36s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.31s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/01 01:05:40 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/01 01:05:40 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/01 01:05:40 DEBUG : potato: Seek from 10 to 0 2024/11/01 01:05:40 DEBUG : potato: Seek from 10 to 0 2024/11/01 01:05:40 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/01 01:05:40 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/01 01:05:40 DEBUG : potato: Seek from 5 to 2 2024/11/01 01:05:40 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/01 01:05:40 DEBUG : potato: Seek from 7 to 0 2024/11/01 01:05:40 DEBUG : potato: Seek from 7 to 0 2024/11/01 01:05:40 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/01 01:05:40 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/01 01:05:40 DEBUG : potato: Seek from 5 to 2 2024/11/01 01:05:40 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/01 01:05:40 DEBUG : potato: Seek from 8 to 0 2024/11/01 01:05:40 DEBUG : potato: Seek from 8 to 0 2024/11/01 01:05:40 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/01 01:05:40 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/01 01:05:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/01 01:05:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/01 01:05:40 DEBUG : potato: Seek from 5 to 2 2024/11/01 01:05:40 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/01 01:05:40 DEBUG : potato: Seek from 9 to 0 2024/11/01 01:05:40 DEBUG : potato: Seek from 9 to 0 2024/11/01 01:05:40 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:05:44 DEBUG : rutabaga: md5 = 13a413102f30ce4802413ce6b28b544d OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/01 01:05:47 DEBUG : empty space: md5 = fcecfc8f511def27bb37e86041a1a3b5 OK === RUN TestCheck/3 2024/11/01 01:05:50 DEBUG : potato2: md5 = 3e6cd93ce517c2e1f64687bcd411dee7 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/01 01:05:53 DEBUG : remotepotato: md5 = 9863b4d97073a29b7c7c09386a989ef2 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (17.94s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.29s) --- PASS: TestCheck/3 (0.32s) --- PASS: TestCheck/4 (0.34s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.30s) --- PASS: TestCheck/7 (0.32s) === RUN TestCheckFsError 2024/11/01 01:05:58 DEBUG : Creating backend with remote "nonexistent" 2024/11/01 01:05:58 DEBUG : Creating backend with remote "nonexistent" 2024/11/01 01:05:58 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/01 01:05:58 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/01 01:05:58 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/01 01:05:58 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:06:00 DEBUG : rutabaga: md5 = dc8b04cc68f7fe0c11d46d3e8e366b79 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/01 01:06:06 DEBUG : empty space: md5 = 0d9b957eb82e7651d142b5106f0e79af OK === RUN TestCheckDownload/3 2024/11/01 01:06:09 DEBUG : potato2: md5 = 20b4c1fed4d1c61751371aa095bfb29a OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/01 01:06:14 DEBUG : remotepotato: md5 = fcb6cfe9f3afc9dbaba777efad3a683a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.39s) --- PASS: TestCheckDownload/1 (1.62s) --- PASS: TestCheckDownload/2 (1.23s) --- PASS: TestCheckDownload/3 (1.12s) --- PASS: TestCheckDownload/4 (1.50s) --- PASS: TestCheckDownload/5 (1.18s) --- PASS: TestCheckDownload/6 (1.15s) --- PASS: TestCheckDownload/7 (1.12s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:06:23 DEBUG : rutabaga: md5 = 780f45ebc46cd4c4773ffb71b6e856fb OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/01 01:06:26 DEBUG : empty space: md5 = d4368ada4cf80bef05ecc9c4405b4012 OK === RUN TestCheckSizeOnly/3 2024/11/01 01:06:28 DEBUG : potato2: md5 = 6f891a0d8f37933f257d32a2a4f4407a OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/01 01:06:31 DEBUG : remotepotato: md5 = 9ec3d74011a190dce76ebcd3bfe2b219 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.31s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.31s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.30s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.32s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:06:37 DEBUG : test.sum: md5 = 3507a044fe5aacd709990344230ab7df OK 2024/11/01 01:06:39 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/01 01:06:39 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/01 01:06:39 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/01 01:06:39 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/01 01:06:41 DEBUG : test.sum: md5 = a846a6f41570d383d3c8ff993443ca48 OK 2024/11/01 01:06:42 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/01 01:06:42 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/01 01:06:42 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/01 01:06:42 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.21s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:06:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/data" 2024/11/01 01:06:43 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.94s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:06:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/data" 2024/11/01 01:06:46 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/vjrnln8ratgmqakfosrqe8espk" 2024/11/01 01:06:51 DEBUG : data/banana: md5 = 17a4905847f007d53fd53f61252f6f1b OK 2024/11/01 01:06:53 DEBUG : test.sum: md5 = 267f0d84d153478492a2216e40f7ff97 OK === RUN TestCheckSumDownload/subtest1 2024/11/01 01:06:59 DEBUG : data/potato: md5 = b8274325483d4d78cfd7ae37c52efd6a OK 2024/11/01 01:07:01 DEBUG : test.sum: md5 = 77a112c829681fecaa451f48b1134d8e OK === RUN TestCheckSumDownload/subtest2 2024/11/01 01:07:07 DEBUG : test.sum: md5 = 6f4eea35e79c8e36c98e58a50521dc82 OK === RUN TestCheckSumDownload/subtest3 2024/11/01 01:07:12 DEBUG : test.sum: md5 = fe2efb47dcc18d93830c3c859dfd1ff3 OK === RUN TestCheckSumDownload/subtest4 2024/11/01 01:07:17 DEBUG : test.sum: md5 = 434e97e32286653a78c63bd74d1edd4b OK === RUN TestCheckSumDownload/subtest5 2024/11/01 01:07:23 DEBUG : test.sum: md5 = 7bfe59998fdd9b5997f178f65df6c732 OK === RUN TestCheckSumDownload/subtest6 2024/11/01 01:07:29 DEBUG : data/banana: md5 = f369789871a32713e2c044916a4ed5c8 OK 2024/11/01 01:07:31 DEBUG : data/potato: md5 = a138d495594ce74845b35ef848580ca0 OK 2024/11/01 01:07:33 DEBUG : test.sum: md5 = 6df50713a7debe82272398caa493133b OK === RUN TestCheckSumDownload/subtest7 2024/11/01 01:07:40 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/01 01:07:40 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (54.60s) --- PASS: TestCheckSumDownload/subtest1 (3.08s) --- PASS: TestCheckSumDownload/subtest2 (3.32s) --- PASS: TestCheckSumDownload/subtest3 (3.06s) --- PASS: TestCheckSumDownload/subtest4 (2.68s) --- PASS: TestCheckSumDownload/subtest5 (3.27s) --- PASS: TestCheckSumDownload/subtest6 (3.08s) --- PASS: TestCheckSumDownload/subtest7 (3.43s) === RUN TestApplyTransforms 2024/11/01 01:07:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suyujen5wato" 2024/11/01 01:07:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:07:41 DEBUG : Creating backend with remote "TestDrive:crypt/899aav4q096rradd1e5ocht422iljd35addqvl840fihbprjrs7g" 2024/11/01 01:07:42 DEBUG : Creating backend with remote "/tmp/rclone1637384475" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suyujen5wato'", Local "Local file system at /tmp/rclone1637384475", Modify Window "1ms" 2024/11/01 01:07:45 DEBUG : hello, world!: md5 = 52dbfe3c222549aed1b65c8283207328 OK upper checkfile vs. lower remote (without normalization) 2024/11/01 01:07:46 ERROR : hello, world!: sum not found 2024/11/01 01:07:46 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-suyujen5wato' 2024/11/01 01:07:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyujen5wato': 1 files missing 2024/11/01 01:07:46 NOTICE: 1 hashes missing 2024/11/01 01:07:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyujen5wato': 2 differences found 2024/11/01 01:07:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyujen5wato': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/01 01:07:47 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:07:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyujen5wato': 0 differences found 2024/11/01 01:07:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyujen5wato': 1 matching files 2024/11/01 01:07:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-baxicor5voqi" 2024/11/01 01:07:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:07:47 DEBUG : Creating backend with remote "TestDrive:crypt/ep01r303jbpqmbp0djqfiribss8a91k8bdf5v31hrs1me0uem8tg" 2024/11/01 01:07:49 DEBUG : Creating backend with remote "/tmp/rclone2472296242" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-baxicor5voqi'", Local "Local file system at /tmp/rclone2472296242", Modify Window "1ms" 2024/11/01 01:07:52 DEBUG : HELLO, WORLD!: md5 = becf9c98f7d0cc3d826c6029f212b7e6 OK lower checkfile vs. upper remote (without normalization) 2024/11/01 01:07:52 ERROR : HELLO, WORLD!: sum not found 2024/11/01 01:07:52 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-baxicor5voqi' 2024/11/01 01:07:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxicor5voqi': 1 files missing 2024/11/01 01:07:52 NOTICE: 1 hashes missing 2024/11/01 01:07:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxicor5voqi': 2 differences found 2024/11/01 01:07:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxicor5voqi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/01 01:07:54 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:07:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxicor5voqi': 0 differences found 2024/11/01 01:07:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxicor5voqi': 1 matching files 2024/11/01 01:07:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xuzegiy1hequ" 2024/11/01 01:07:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:07:54 DEBUG : Creating backend with remote "TestDrive:crypt/p6i0mhef56q0dehcpbrfpt33tok8ij0c4ridel3kaaj4m0m5trsg" 2024/11/01 01:07:55 DEBUG : Creating backend with remote "/tmp/rclone2447485800" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xuzegiy1hequ'", Local "Local file system at /tmp/rclone2447485800", Modify Window "1ms" 2024/11/01 01:07:58 DEBUG : HeLlO, wOrLd!: md5 = b7d51bc0d812c6f1bbb7dc779016ce9c OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/01 01:07:59 ERROR : HeLlO, wOrLd!: sum not found 2024/11/01 01:07:59 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xuzegiy1hequ' 2024/11/01 01:07:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuzegiy1hequ': 1 files missing 2024/11/01 01:07:59 NOTICE: 1 hashes missing 2024/11/01 01:07:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuzegiy1hequ': 2 differences found 2024/11/01 01:07:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuzegiy1hequ': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/01 01:08:01 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:08:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuzegiy1hequ': 0 differences found 2024/11/01 01:08:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuzegiy1hequ': 1 matching files 2024/11/01 01:08:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cipediq4dote" 2024/11/01 01:08:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:08:01 DEBUG : Creating backend with remote "TestDrive:crypt/q9qaupbmkuhpmgioubs8n99tg9fhd417ktqat37m72svvji034ag" 2024/11/01 01:08:02 DEBUG : Creating backend with remote "/tmp/rclone4092220986" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cipediq4dote'", Local "Local file system at /tmp/rclone4092220986", Modify Window "1ms" 2024/11/01 01:08:05 DEBUG : HELLO, WORLD!: md5 = 02ed44c458957fefb401d6a1c72f57e9 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/01 01:08:06 ERROR : HELLO, WORLD!: sum not found 2024/11/01 01:08:06 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cipediq4dote' 2024/11/01 01:08:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cipediq4dote': 1 files missing 2024/11/01 01:08:06 NOTICE: 1 hashes missing 2024/11/01 01:08:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cipediq4dote': 2 differences found 2024/11/01 01:08:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cipediq4dote': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/01 01:08:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:08:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cipediq4dote': 0 differences found 2024/11/01 01:08:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cipediq4dote': 1 matching files 2024/11/01 01:08:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pivubej1cujo" 2024/11/01 01:08:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:08:07 DEBUG : Creating backend with remote "TestDrive:crypt/1pdjvmhpf8nhq4l0k9c89h8934fujk4fofnpn9naap6evres9big" 2024/11/01 01:08:08 DEBUG : Creating backend with remote "/tmp/rclone371578688" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pivubej1cujo'", Local "Local file system at /tmp/rclone371578688", Modify Window "1ms" 2024/11/01 01:08:11 DEBUG : 測試_Русский___ě_áñ: md5 = 45fd6ed0a606b5de65be8badbc0f2a11 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/01 01:08:12 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/01 01:08:12 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pivubej1cujo' 2024/11/01 01:08:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pivubej1cujo': 1 files missing 2024/11/01 01:08:12 NOTICE: 1 hashes missing 2024/11/01 01:08:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pivubej1cujo': 2 differences found 2024/11/01 01:08:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pivubej1cujo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/01 01:08:13 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:08:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pivubej1cujo': 0 differences found 2024/11/01 01:08:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pivubej1cujo': 1 matching files 2024/11/01 01:08:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wojuzuk3jege" 2024/11/01 01:08:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:08:13 DEBUG : Creating backend with remote "TestDrive:crypt/4ttqcj39jvp7or9nltv53qcjh142hdgilp6pntkcuh7fggcpc88g" 2024/11/01 01:08:14 DEBUG : Creating backend with remote "/tmp/rclone2300585084" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wojuzuk3jege'", Local "Local file system at /tmp/rclone2300585084", Modify Window "1ms" 2024/11/01 01:08:17 DEBUG : 測試_Русский___ě_áñ: md5 = 2cbeefe5b971c0492eeb026d0ed59111 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/01 01:08:18 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/01 01:08:18 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wojuzuk3jege' 2024/11/01 01:08:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wojuzuk3jege': 1 files missing 2024/11/01 01:08:18 NOTICE: 1 hashes missing 2024/11/01 01:08:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wojuzuk3jege': 2 differences found 2024/11/01 01:08:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wojuzuk3jege': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/01 01:08:19 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:08:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wojuzuk3jege': 0 differences found 2024/11/01 01:08:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wojuzuk3jege': 1 matching files 2024/11/01 01:08:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cuheyiy7paho" 2024/11/01 01:08:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:08:19 DEBUG : Creating backend with remote "TestDrive:crypt/h0dn2cuo8th0246u4og7ri3b7imo08kqm9nqqcr2001igi4jg8pg" 2024/11/01 01:08:20 DEBUG : Creating backend with remote "/tmp/rclone2131373411" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cuheyiy7paho'", Local "Local file system at /tmp/rclone2131373411", Modify Window "1ms" 2024/11/01 01:08:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 012c1085bd284e702695fb446cf47ac6 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/01 01:08:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/01 01:08:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cuheyiy7paho' 2024/11/01 01:08:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuheyiy7paho': 1 files missing 2024/11/01 01:08:24 NOTICE: 1 hashes missing 2024/11/01 01:08:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuheyiy7paho': 2 differences found 2024/11/01 01:08:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuheyiy7paho': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/01 01:08:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:08:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuheyiy7paho': 0 differences found 2024/11/01 01:08:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuheyiy7paho': 1 matching files 2024/11/01 01:08:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kehodav1vaxa" 2024/11/01 01:08:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:08:26 DEBUG : Creating backend with remote "TestDrive:crypt/utvqslouia8o3q8qf2se8d9esh0604r8adf8cbdkqpob594k8pvg" 2024/11/01 01:08:27 DEBUG : Creating backend with remote "/tmp/rclone3188418598" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kehodav1vaxa'", Local "Local file system at /tmp/rclone3188418598", Modify Window "1ms" 2024/11/01 01:08:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7a33160a9e1975a3dce0881a60a98c24 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/01 01:08:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/01 01:08:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kehodav1vaxa' 2024/11/01 01:08:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehodav1vaxa': 1 files missing 2024/11/01 01:08:31 NOTICE: 1 hashes missing 2024/11/01 01:08:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehodav1vaxa': 2 differences found 2024/11/01 01:08:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehodav1vaxa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/01 01:08:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:08:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehodav1vaxa': 0 differences found 2024/11/01 01:08:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehodav1vaxa': 1 matching files 2024/11/01 01:08:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qiyupoc4suku" 2024/11/01 01:08:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:08:32 DEBUG : Creating backend with remote "TestDrive:crypt/2upp1q1um28a0pd12p464nlncg1a79pnfbrl7e7hb42at4c0oieg" 2024/11/01 01:08:33 DEBUG : Creating backend with remote "/tmp/rclone3558056539" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qiyupoc4suku'", Local "Local file system at /tmp/rclone3558056539", Modify Window "1ms" 2024/11/01 01:08:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1bd906d67d411f276927c99b024df229 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/01 01:08:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/01 01:08:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qiyupoc4suku' 2024/11/01 01:08:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiyupoc4suku': 1 files missing 2024/11/01 01:08:37 NOTICE: 1 hashes missing 2024/11/01 01:08:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiyupoc4suku': 2 differences found 2024/11/01 01:08:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiyupoc4suku': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/01 01:08:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:08:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiyupoc4suku': 0 differences found 2024/11/01 01:08:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiyupoc4suku': 1 matching files 2024/11/01 01:08:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nucohix8qane" 2024/11/01 01:08:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:08:39 DEBUG : Creating backend with remote "TestDrive:crypt/9veit3u77s8doeg0mn89tbmspk1jd6il2l4l77uld6ff8os1dakg" 2024/11/01 01:08:40 DEBUG : Creating backend with remote "/tmp/rclone1809476339" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nucohix8qane'", Local "Local file system at /tmp/rclone1809476339", Modify Window "1ms" 2024/11/01 01:08:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 782e4b802ff64ec0d7e0668bfbafb6cf OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/01 01:08:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/01 01:08:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nucohix8qane' 2024/11/01 01:08:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucohix8qane': 1 files missing 2024/11/01 01:08:43 NOTICE: 1 hashes missing 2024/11/01 01:08:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucohix8qane': 2 differences found 2024/11/01 01:08:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucohix8qane': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/01 01:08:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/01 01:08:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucohix8qane': 0 differences found 2024/11/01 01:08:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucohix8qane': 1 matching files 2024/11/01 01:08:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nucohix8qane': Purge remote 2024/11/01 01:08:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qiyupoc4suku': Purge remote 2024/11/01 01:08:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kehodav1vaxa': Purge remote 2024/11/01 01:08:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cuheyiy7paho': Purge remote 2024/11/01 01:08:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wojuzuk3jege': Purge remote 2024/11/01 01:08:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pivubej1cujo': Purge remote 2024/11/01 01:08:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cipediq4dote': Purge remote 2024/11/01 01:08:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xuzegiy1hequ': Purge remote 2024/11/01 01:08:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-baxicor5voqi': Purge remote 2024/11/01 01:08:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suyujen5wato': Purge remote --- PASS: TestApplyTransforms (71.89s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:08:53 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/01 01:08:56 DEBUG : sub/file2: md5 = 90c2e5c648bfc5279ed29ce031763692 OK 2024/11/01 01:08:56 INFO : file1: Copied (new) to: sub/file2 2024/11/01 01:08:57 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/01 01:08:57 DEBUG : file1: Unchanged skipping 2024/11/01 01:08:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': don't need to copy/move sub/file2, it is already at target location 2024/11/01 01:09:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.90s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.50s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:09:04 DEBUG : dst/file1: md5 = 18e84ee8a1fecece6fb5d1c8dfddd880 OK 2024/11/01 01:09:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/backup" 2024/11/01 01:09:05 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/1nrff024r7pq65ecp72fc28jb0" 2024/11/01 01:09:07 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/01 01:09:11 INFO : dst/file1: Moved (server-side) 2024/11/01 01:09:13 DEBUG : dst/file1: md5 = d8add0fddb9a7473d9a58a6d35e224b0 OK 2024/11/01 01:09:13 INFO : dst/file1: Copied (new) 2024/11/01 01:09:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/01 01:09:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/01 01:09:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (18.25s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:09:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/dst" 2024/11/01 01:09:19 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/01 01:09:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/CompareDest" 2024/11/01 01:09:21 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/gveqi14airsml4bgu7krj116o8" 2024/11/01 01:09:23 DEBUG : one: Need to transfer - File not found at Destination 2024/11/01 01:09:27 DEBUG : one: md5 = 3f5d8168d28918718577f28c7887639b OK 2024/11/01 01:09:27 INFO : one: Copied (new) 2024/11/01 01:09:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/01 01:09:30 DEBUG : one: md5 = 80608cea02b4655262f4979fb16c1ffb OK 2024/11/01 01:09:30 INFO : one: Copied (replaced existing) 2024/11/01 01:09:32 DEBUG : dst/one: md5 = bd4b0da8a7f9aebc095029aa58b5e62e OK 2024/11/01 01:09:36 DEBUG : CompareDest/one: md5 = dbb9158f763d517983fcc14217505ae7 OK 2024/11/01 01:09:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/01 01:09:37 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/01 01:09:37 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/01 01:09:40 DEBUG : CompareDest/two: md5 = 00972c40d28a03ca9d66adb6220f1c4c OK 2024/11/01 01:09:40 DEBUG : two: Need to transfer - File not found at Destination 2024/11/01 01:09:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/01 01:09:41 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/01 01:09:42 DEBUG : two: Need to transfer - File not found at Destination 2024/11/01 01:09:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/01 01:09:42 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/01 01:09:43 DEBUG : two: Need to transfer - File not found at Destination 2024/11/01 01:09:44 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/01 01:09:46 DEBUG : two: md5 = 6f21fb5c3caff73c9a34819175cc3348 OK 2024/11/01 01:09:46 INFO : two: Copied (new) 2024/11/01 01:09:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/01 01:09:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:09:51 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:09:51 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (32.58s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:09:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/dst" 2024/11/01 01:09:52 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/01 01:09:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/CopyDest" 2024/11/01 01:09:54 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/01 01:09:57 DEBUG : one: Need to transfer - File not found at Destination 2024/11/01 01:10:01 DEBUG : one: md5 = 7d1ab63c1eeb1267927d75a2041112a4 OK 2024/11/01 01:10:01 INFO : one: Copied (new) 2024/11/01 01:10:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/01 01:10:05 DEBUG : one: md5 = e5ef1cdc5d3a49d25fcd6fe751f83e83 OK 2024/11/01 01:10:05 INFO : one: Copied (replaced existing) 2024/11/01 01:10:07 DEBUG : dst/one: md5 = a535f9e7e1c98ce9d5201de0b2a9b5c0 OK 2024/11/01 01:10:10 DEBUG : CopyDest/one: md5 = af096ff40b15d2a16e1e83a1ee9cfa09 OK 2024/11/01 01:10:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/BackupDir" 2024/11/01 01:10:11 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/01 01:10:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/01 01:10:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/01 01:10:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/01 01:10:16 INFO : one: Moved (server-side) 2024/11/01 01:10:17 INFO : one: Copied (server-side copy) 2024/11/01 01:10:17 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/01 01:10:20 DEBUG : CopyDest/two: md5 = ab82af660f3644f7bf6a86b429580197 OK 2024/11/01 01:10:21 DEBUG : two: Need to transfer - File not found at Destination 2024/11/01 01:10:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/01 01:10:22 INFO : two: Copied (server-side copy) 2024/11/01 01:10:22 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/01 01:10:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/01 01:10:23 DEBUG : two: Unchanged skipping 2024/11/01 01:10:26 DEBUG : CopyDest/three: md5 = 14b9407030b7803812042f2d5c3d8cf0 OK 2024/11/01 01:10:27 DEBUG : three: Need to transfer - File not found at Destination 2024/11/01 01:10:27 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/01 01:10:27 DEBUG : three: Destination not found in --copy-dest 2024/11/01 01:10:29 DEBUG : three: md5 = 79770b50a1fc483342f259df56721c4a OK 2024/11/01 01:10:29 INFO : three: Copied (new) 2024/11/01 01:10:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/01 01:10:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/01 01:10:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:10:36 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/01 01:10:36 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/01 01:10:36 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:10:37 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (46.16s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.52s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.51s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:10:39 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/01 01:10:42 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 87cde722bd0cfdd2dc7ae3dba7d18dd0 OK 2024/11/01 01:10:42 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/01 01:10:43 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/01 01:10:44 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/01 01:10:44 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/01 01:10:45 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/01 01:10:47 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 93b291774f08e163b9d257b995879fa4 OK 2024/11/01 01:10:47 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/01 01:10:50 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/01 01:10:50 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (12.21s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:10:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Looking for duplicate names using skip mode. 2024/11/01 01:10:56 NOTICE: one: Found 2 files with duplicate names 2024/11/01 01:10:56 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.25s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:11:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Looking for duplicate names using skip mode. 2024/11/01 01:11:04 NOTICE: one: Found 3 files with duplicate names 2024/11/01 01:11:04 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/01 01:11:04 INFO : one: Deleted 2024/11/01 01:11:04 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.31s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:11:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Looking for duplicate names using first mode. 2024/11/01 01:11:12 NOTICE: one: Found 3 files with duplicate names 2024/11/01 01:11:13 INFO : one: Deleted 2024/11/01 01:11:14 INFO : one: Deleted 2024/11/01 01:11:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (9.58s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:11:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Looking for duplicate names using newest mode. 2024/11/01 01:11:22 NOTICE: one: Found 3 files with duplicate names 2024/11/01 01:11:23 INFO : one: Deleted 2024/11/01 01:11:23 INFO : one: Deleted 2024/11/01 01:11:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (9.04s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:11:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Looking for duplicate names using oldest mode. 2024/11/01 01:11:32 NOTICE: one: Found 3 files with duplicate names 2024/11/01 01:11:32 INFO : one: Deleted 2024/11/01 01:11:33 INFO : one: Deleted 2024/11/01 01:11:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.91s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:11:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Looking for duplicate names using largest mode. 2024/11/01 01:11:40 NOTICE: one: Found 3 files with duplicate names 2024/11/01 01:11:41 INFO : one: Deleted 2024/11/01 01:11:41 INFO : one: Deleted 2024/11/01 01:11:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.54s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:11:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Looking for duplicate names using smallest mode. 2024/11/01 01:11:49 NOTICE: one: Found 3 files with duplicate names 2024/11/01 01:11:49 INFO : one: Deleted 2024/11/01 01:11:50 INFO : one: Deleted 2024/11/01 01:11:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.32s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:11:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Looking for duplicate names using rename mode. 2024/11/01 01:11:58 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/01 01:12:00 INFO : one-2.txt: renamed from: one.txt 2024/11/01 01:12:01 INFO : one-3.txt: renamed from: one.txt 2024/11/01 01:12:03 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.42s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:12:10 DEBUG : dupe1/one.txt: md5 = 2c597f72ba11cecf006e55c60dc40f05 OK 2024/11/01 01:12:13 DEBUG : dupe2/two.txt: md5 = cd39f320ad213fd99f79981c8f5741a7 OK 2024/11/01 01:12:16 DEBUG : dupe3/three.txt: md5 = f6235614ad59b9df8c6cf49e38d700e0 OK 2024/11/01 01:12:16 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/01 01:12:18 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/01 01:12:19 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/01 01:12:20 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/01 01:12:24 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/01 01:12:24 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/01 01:12:24 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.64s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:12:27 DEBUG : a.txt: md5 = 742868aecc27f5af84384a660657b2bc OK 2024/11/01 01:12:30 DEBUG : zend.txt: md5 = 0b815bcfe672931db0f4801d2d437b54 OK 2024/11/01 01:12:33 DEBUG : sub dir/hello world: md5 = 37b31afbf8bb0bbe13df44694ded0382 OK 2024/11/01 01:12:34 DEBUG : sub dir/hello world2: md5 = 6b20cf45f00e58af42438228017a7268 OK 2024/11/01 01:12:37 DEBUG : sub dir/ignore dir/.ignore: md5 = e1ad2ceaf1644975b35fc249c8a9e074 OK 2024/11/01 01:12:40 DEBUG : sub dir/ignore dir/should be ignored: md5 = 97bb9d7a4e712ba5e449fcd056687a7b OK 2024/11/01 01:12:43 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0ee3312d3c17c927fdcb3062a97446c5 OK 2024/11/01 01:12:44 DEBUG : a.txt: Excluded (Size Filter) 2024/11/01 01:12:44 DEBUG : a.txt: Excluded 2024/11/01 01:12:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/01 01:12:45 DEBUG : sub dir/hello world: Excluded 2024/11/01 01:12:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/01 01:12:45 DEBUG : sub dir/hello world2: Excluded 2024/11/01 01:12:45 DEBUG : sub dir/ignore dir: Excluded 2024/11/01 01:12:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/01 01:12:45 DEBUG : sub dir/hello world: Excluded 2024/11/01 01:12:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/01 01:12:45 DEBUG : sub dir/hello world2: Excluded 2024/11/01 01:12:46 DEBUG : sub dir/ignore dir: Excluded 2024/11/01 01:12:52 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/01 01:12:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/01 01:12:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/01 01:12:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/01 01:12:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/01 01:12:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/01 01:12:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (29.88s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:12:57 DEBUG : file1: md5 = 32e977639d52b478bf405edec3eed856 OK 2024/11/01 01:13:00 DEBUG : sub/file2: md5 = aa8061ea2330740a933bb566109fa01b 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/01 01:13:03 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/01 01:13:04 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/01 01:13:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/01 01:13:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.99s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.29s) --- PASS: TestListJSON/Recurse (0.56s) --- PASS: TestListJSON/SubDir (0.31s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.75s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:13:09 DEBUG : file1: md5 = 15b7065745e9eafbd5b946f1f9b665f0 OK 2024/11/01 01:13:12 DEBUG : sub/file2: md5 = 56a75648a6fdf577da483d5bdb578150 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/01 01:13:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/notfound" 2024/11/01 01:13:17 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/qe0i31qdkoejk60elps0ni5sqk" 2024/11/01 01:13:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.74s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.30s) --- PASS: TestStatJSON/Dir (0.55s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.30s) --- PASS: TestStatJSON/NotFound (0.51s) --- PASS: TestStatJSON/DirFilesOnly (0.31s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.88s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:13:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Making directory 2024/11/01 01:13:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Making directory --- PASS: TestMkdir (0.75s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:13:26 DEBUG : sub dir/hello world: md5 = f666e0f263e6f77917ef5ceda78465fa OK 2024/11/01 01:13:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.53s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:13:31 DEBUG : potato2: md5 = 32181a78c417f168bfd8ce859826d721 OK 2024/11/01 01:13:33 DEBUG : empty space: md5 = 56e9963b43f0ed9471ef3235ca3ecdc5 OK --- PASS: TestLs (6.30s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:13:37 DEBUG : potato2: md5 = 20d7dbfa8728ea6f5e34bd77dc9ee097 OK 2024/11/01 01:13:39 DEBUG : empty space: md5 = 8a9c643880f64f26a10b664c53f68a34 OK 2024/11/01 01:13:40 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.46s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:13:44 DEBUG : potato2: md5 = 0b46cf2e41a4330bfc2ac99fed1f1c2c OK 2024/11/01 01:13:45 DEBUG : empty space: md5 = 7b2f52a066a0843c8761921427c2a09e OK --- PASS: TestLsLong (6.03s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:13:50 DEBUG : potato2: md5 = e0cf0ebbbcd3dc6e7c6082b58e5f53c9 OK 2024/11/01 01:13:51 DEBUG : empty space: md5 = 26dd8f460edef293e841cdb67c3b1a37 OK --- PASS: TestHashSums (5.53s) === RUN TestHashSumsWithErrors 2024/11/01 01:13:53 DEBUG : Creating backend with remote ":memory:" 2024/11/01 01:13:53 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/01 01:13:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/01 01:13:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/01 01:13:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/01 01:13:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/01 01:13:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/01 01:13:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/01 01:13:53 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/01 01:13:53 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:13:55 DEBUG : potato2: md5 = 0a9a5407517c58b76404874e05dfe050 OK 2024/11/01 01:13:57 DEBUG : empty space: md5 = 2c416c300143ccb065aa3bab633bb955 OK 2024/11/01 01:14:01 DEBUG : sub dir/potato3: md5 = c5b9aa50df025fc0b97dd2f13d9840e4 OK 2024/11/01 01:14:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.96s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:14:07 DEBUG : small: md5 = 9ff2c1f01cd62713e3dcc888a7dccc81 OK 2024/11/01 01:14:09 DEBUG : medium: md5 = dd0641dfea07ec95190387600eace884 OK 2024/11/01 01:14:11 DEBUG : large: md5 = 3056d6155c3fb6f0c95782db87334181 OK 2024/11/01 01:14:11 DEBUG : Waiting for deletions to finish 2024/11/01 01:14:11 DEBUG : large: Excluded (Size Filter) 2024/11/01 01:14:12 INFO : small: Deleted 2024/11/01 01:14:12 INFO : medium: Deleted --- PASS: TestDelete (7.89s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:14:15 DEBUG : small: md5 = 5687b9c76bb425cc03b3ef6fe72feb1a OK 2024/11/01 01:14:17 DEBUG : medium: md5 = fe08b27589cd4c24390e38f0e522ee40 OK 2024/11/01 01:14:19 DEBUG : large: md5 = 16263b5956fecf8465d7d4204bac27b2 OK 2024/11/01 01:14:19 DEBUG : Waiting for deletions to finish 2024/11/01 01:14:19 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/11/01 01:14:20 INFO : medium: Deleted 2024/11/01 01:14:20 INFO : small: Deleted --- PASS: TestMaxDelete (8.69s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:14:24 DEBUG : small: md5 = d7479ec65cf7af6aef73b8573d0a37ed OK 2024/11/01 01:14:25 DEBUG : medium: md5 = 896843dedcac5f5fd4b169b226a26529 OK 2024/11/01 01:14:27 DEBUG : large: md5 = eed3c2def6f1b84d9453f12cd8276925 OK 2024/11/01 01:14:27 DEBUG : Waiting for deletions to finish 2024/11/01 01:14:28 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/01 01:14:28 INFO : small: Deleted 2024/11/01 01:14:28 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.25s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:14:32 DEBUG : small: md5 = c8286a50bdbe5f5ba2fe893732d0f2da OK 2024/11/01 01:14:34 DEBUG : medium: md5 = dde10567773bdb5e40c5b62a7545d236 OK 2024/11/01 01:14:36 DEBUG : large: md5 = b591937b426ec9f1f88bb8af161d42b6 OK 2024/11/01 01:14:36 DEBUG : Waiting for deletions to finish 2024/11/01 01:14:36 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/11/01 01:14:37 INFO : large: Deleted 2024/11/01 01:14:37 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.59s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:14:41 DEBUG : ReadFile: md5 = 2d5dee15e4d9841126152abac5e64260 OK --- PASS: TestReadFile (5.11s) === RUN TestRetry 2024/11/01 01:14:44 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/01 01:14:44 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/01 01:14:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/01 01:14:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/01 01:14:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/01 01:14:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/01 01:14:44 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:14:46 DEBUG : file1: md5 = 66f585b97a0b6907f4257d885c915a6c OK 2024/11/01 01:14:48 DEBUG : file2: md5 = 80516af6d60b47995d7638bd5e0689c0 OK --- PASS: TestCat (19.79s) === RUN TestPurge 2024/11/01 01:15:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cemobum2jele" 2024/11/01 01:15:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 01:15:04 DEBUG : Creating backend with remote "TestDrive:crypt/mact43uacmc32pe5onpg413g8rurll0miv242bkkdd0tgtppm5k0" 2024/11/01 01:15:05 DEBUG : Creating backend with remote "/tmp/rclone162350217" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cemobum2jele'", Local "Local file system at /tmp/rclone162350217", Modify Window "1ms" 2024/11/01 01:15:11 DEBUG : A1/B1/C1/one: md5 = d59ac1125c990902b105e612e8cfd974 OK 2024/11/01 01:15:11 DEBUG : A2: Making directory 2024/11/01 01:15:13 DEBUG : A1/B2: Making directory 2024/11/01 01:15:14 DEBUG : A1/B2/C2: Making directory 2024/11/01 01:15:15 DEBUG : A1/B1/C3: Making directory 2024/11/01 01:15:16 DEBUG : A3: Making directory 2024/11/01 01:15:17 DEBUG : A3/B3: Making directory 2024/11/01 01:15:18 DEBUG : A3/B3/C4: Making directory 2024/11/01 01:15:21 DEBUG : A1/two: md5 = b872caa7dbbd8f94c5e13ebc7a0c1ff5 OK 2024/11/01 01:15:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cemobum2jele': Purge remote 2024/11/01 01:15:26 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.85s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:15:31 DEBUG : A1/B1/C1/one: md5 = a505ee976ae02a544d58aa9259c8caf8 OK 2024/11/01 01:15:31 DEBUG : A2: Making directory 2024/11/01 01:15:32 DEBUG : A1/B2: Making directory 2024/11/01 01:15:33 DEBUG : A1/B2/C2: Making directory 2024/11/01 01:15:34 DEBUG : A1/B1/C3: Making directory 2024/11/01 01:15:36 DEBUG : A3: Making directory 2024/11/01 01:15:37 DEBUG : A3/B3: Making directory 2024/11/01 01:15:38 DEBUG : A3/B3/C4: Making directory 2024/11/01 01:15:41 DEBUG : A1/two: md5 = e522c85cffaa72df5f1a3d113de882d6 OK 2024/11/01 01:15:42 DEBUG : removing 1 level 3 directories 2024/11/01 01:15:42 INFO : A3/B3/C4: Removing directory 2024/11/01 01:15:45 DEBUG : removing 2 level 3 directories 2024/11/01 01:15:45 INFO : A1/B2/C2: Removing directory 2024/11/01 01:15:45 INFO : A1/B1/C3: Removing directory 2024/11/01 01:15:46 DEBUG : removing 2 level 2 directories 2024/11/01 01:15:46 INFO : A3/B3: Removing directory 2024/11/01 01:15:46 INFO : A1/B2: Removing directory 2024/11/01 01:15:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/01 01:15:47 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/01 01:15:47 DEBUG : removing 2 level 1 directories 2024/11/01 01:15:47 INFO : A3: Removing directory 2024/11/01 01:15:47 INFO : A2: Removing directory 2024/11/01 01:15:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/01 01:15:52 DEBUG : removing 1 level 3 directories 2024/11/01 01:15:52 INFO : A1/B1/C1: Removing directory 2024/11/01 01:15:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:53 DEBUG : removing 1 level 2 directories 2024/11/01 01:15:53 INFO : A1/B1: Removing directory 2024/11/01 01:15:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/01 01:15:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/01 01:15:54 DEBUG : removing 1 level 1 directories 2024/11/01 01:15:54 INFO : A1: Removing directory 2024/11/01 01:15:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/01 01:15:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/01 01:15:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/01 01:15:55 DEBUG : removing 1 level 0 directories 2024/11/01 01:15:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Removing directory 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/01 01:15:56 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" --- PASS: TestRmdirsNoLeaveRoot (31.47s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:15:58 DEBUG : A1: Making directory 2024/11/01 01:15:59 DEBUG : A1/B1: Making directory 2024/11/01 01:16:01 DEBUG : A1/B1/C1: Making directory 2024/11/01 01:16:03 DEBUG : removing 1 level 3 directories 2024/11/01 01:16:03 INFO : A1/B1/C1: Removing directory 2024/11/01 01:16:05 DEBUG : removing 1 level 2 directories 2024/11/01 01:16:05 INFO : A1/B1: Removing directory 2024/11/01 01:16:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/01 01:16:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.86s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:16:08 DEBUG : A1: Making directory 2024/11/01 01:16:09 DEBUG : A1/B1: Making directory 2024/11/01 01:16:10 DEBUG : A1/B1/C1: Making directory 2024/11/01 01:16:13 DEBUG : removing 1 level 3 directories 2024/11/01 01:16:13 INFO : A1/B1/C1: Removing directory 2024/11/01 01:16:14 DEBUG : removing 1 level 2 directories 2024/11/01 01:16:14 INFO : A1/B1: Removing directory 2024/11/01 01:16:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/01 01:16:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.56s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:16:19 DEBUG : file1: md5 = e8b1b3edf5d20482871ed60a0e585d8e OK 2024/11/01 01:16:20 DEBUG : filename.txt: File name found in url 2024/11/01 01:16:22 DEBUG : filename.txt: md5 = ef215f5f559d5637255c98fac3a2a1cf OK 2024/11/01 01:16:22 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/01 01:16:24 DEBUG : headerfilename.txt: md5 = 95ccc03354d33866919ad301208610c3 OK 2024/11/01 01:16:26 DEBUG : file2: md5 = 3744493c52d430a6d25997c1afc8bf5e OK --- PASS: TestCopyURL (11.61s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:16:29 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/01 01:16:32 DEBUG : sub/file2: md5 = 51a29f14313d6a3cb02bb8c5cb584a8b OK 2024/11/01 01:16:32 INFO : file1: Copied (new) to: sub/file2 2024/11/01 01:16:32 INFO : file1: Deleted 2024/11/01 01:16:33 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/01 01:16:33 DEBUG : file1: Unchanged skipping 2024/11/01 01:16:33 INFO : file1: Deleted 2024/11/01 01:16:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': don't need to copy/move sub/file2, it is already at target location 2024/11/01 01:16:36 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.38s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:16:37 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/01 01:16:39 DEBUG : file1: md5 = 574c220fdf6475ac5a1c11b6b0543e65 OK 2024/11/01 01:16:39 INFO : file1: Copied (new) 2024/11/01 01:16:39 INFO : file1: Deleted 2024/11/01 01:16:39 DEBUG : file1: Destination exists, skipping 2024/11/01 01:16:39 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.99s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:16:44 DEBUG : dst/file1: md5 = 57ef402a475f52fa464555e373e81d80 OK 2024/11/01 01:16:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxiqok2febo/backup" 2024/11/01 01:16:45 DEBUG : Creating backend with remote "TestDrive:crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g/1nrff024r7pq65ecp72fc28jb0" 2024/11/01 01:16:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/01 01:16:51 INFO : dst/file1: Moved (server-side) 2024/11/01 01:16:53 DEBUG : dst/file1: md5 = 8a6c4cbbf62c9a72e26af49d1d0d08a5 OK 2024/11/01 01:16:53 INFO : dst/file1: Copied (new) 2024/11/01 01:16:53 INFO : dst/file1: Deleted 2024/11/01 01:16:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/01 01:16:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/01 01:16:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.35s) === 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:17:02 DEBUG : A1/one: md5 = 22537446afad3d6bf10dfc37be0429a8 OK 2024/11/01 01:17:04 DEBUG : A1/two: md5 = 3c9e798b11efd0c6a5c0dd806068bda1 OK 2024/11/01 01:17:07 DEBUG : A1/B1/three: md5 = f79babfa19ff4e8e2d4827905dc11077 OK 2024/11/01 01:17:10 DEBUG : A1/B1/C1/four: md5 = 6074557f176067d5a03f0e25b684b0dd OK 2024/11/01 01:17:13 DEBUG : A1/B1/C2/five: md5 = d2d2ea15669f75a34c47c45c88f42e98 OK 2024/11/01 01:17:13 DEBUG : A1/B2: Making directory 2024/11/01 01:17:14 DEBUG : A1/B1/C3: Making directory 2024/11/01 01:17:27 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/01 01:17:27 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/01 01:17:27 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/01 01:17:28 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/01 01:17:28 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/01 01:17:32 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/01 01:17:32 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/01 01:17:32 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/01 01:17:34 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/01 01:17:34 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/01 01:17:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/01 01:17:45 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/01 01:17:45 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/01 01:17:45 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/01 01:17:45 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/01 01:17:46 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/01 01:17:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/01 01:17:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/01 01:17:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/01 01:17:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/01 01:17:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/01 01:18:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/01 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/01 01:18:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/01 01:18:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/01 01:18:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/01 01:18:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/01 01:18:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/01 01:18:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/01 01:18:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/01 01:18:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (65.28s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:18:04 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:18:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/01 01:18:06 DEBUG : no_checksum_small_file_from_pipe: md5 = bbc762c0a0511fa816e6f6cc78478535 OK 2024/11/01 01:18:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/01 01:18:06 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/01 01:18:07 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/01 01:18:09 DEBUG : no_checksum_big_file_from_pipe: md5 = eb2b40ff0310cc6a85c65dac37aede3f OK 2024/11/01 01:18:09 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:18:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/01 01:18:13 DEBUG : with_checksum_small_file_from_pipe: md5 = f2f9d4e503a19c370f3a26e4ab882be7 OK 2024/11/01 01:18:13 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/01 01:18:14 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/01 01:18:15 DEBUG : with_checksum_big_file_from_pipe: md5 = 5ab92f010dee5bdaeab639d6f7106bde OK 2024/11/01 01:18:15 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:18:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/01 01:18:19 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/01 01:18:20 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/01 01:18:21 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-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:18:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/01 01:18:25 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/01 01:18:26 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/01 01:18:28 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (25.09s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.23s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.33s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.10s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.43s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/01 01:18:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': File to upload is small (48 bytes), uploading instead of streaming 2024/11/01 01:18:32 DEBUG : rcat_metadata: md5 = f886e676a9e33ab47a0682ee7ac13650 OK 2024/11/01 01:18:32 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/01 01:18:34 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/01 01:18:35 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3edc463dd8e6fda415160fa80e7ef0e7 OK 2024/11/01 01:18:35 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.43s) --- PASS: TestRcatMetadata/Normal (3.44s) --- PASS: TestRcatMetadata/ViaDisk (3.50s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:18:39 DEBUG : potato1: md5 = ae5806c60c0e1843168d6f4bd46e1215 OK 2024/11/01 01:18:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/01 01:18:41 DEBUG : potato2: md5 = bf173f19c6cd873a9725a60619c4ddfd OK 2024/11/01 01:18:41 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.81s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:18:45 DEBUG : potato1: md5 = 547db385e08d7d6f17583fa6786cc03b OK 2024/11/01 01:18:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/01 01:18:47 DEBUG : potato2: md5 = 04128c6848831c0a42cd112b6f72d600 OK 2024/11/01 01:18:47 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.35s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:18:51 DEBUG : potato2: md5 = f8f0a7dddd7c33048f9f74e4bfc1bb20 OK 2024/11/01 01:18:53 DEBUG : empty space: md5 = d9e560776a4d281e4b8b0e84ccd7b799 OK 2024/11/01 01:18:56 DEBUG : sub dir/potato3: md5 = f1c6160405f6bbb8b01fdf902c68a94d OK 2024/11/01 01:18:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Touching "empty space" 2024/11/01 01:18:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Touching "potato2" 2024/11/01 01:18:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Touching "sub dir/potato3" 2024/11/01 01:19:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.79s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:19:03 DEBUG : dir with metadata: Making directory with metadata 2024/11/01 01:19:04 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (4.74s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:19:08 DEBUG : directory with modtime: Making directory with metadata 2024/11/01 01:19:09 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.06s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:19:11 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/01 01:19:11 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/01 01:19:11 DEBUG : Google drive root 'crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g': Skipping btime metadata as can't update it on an existing file: 2024-11-01T01:19:11.342206756Z 2024/11/01 01:19:12 INFO : non existent directory: Updated directory metadata 2024/11/01 01:19:15 DEBUG : Google drive root 'crypt/fd9tagqp2k49na71uu76ho9tgams8dhj94maicqirms93vtud84g': Skipping btime metadata as can't update it on an existing file: 2024-11-01T01:19:11.342206756Z 2024/11/01 01:19:15 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.44s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:19:17 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/01 01:19:20 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/01 01:19:21 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.45s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo'", Local "Local file system at /tmp/rclone3317092595", Modify Window "1ms" 2024/11/01 01:19:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/01 01:19:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/01 01:19:23 DEBUG : dst: Making directory with metadata 2024/11/01 01:19:24 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/01 01:19:24 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/01 01:19:25 INFO : dst: Set directory modification time (using SetModTime) 2024/11/01 01:19:25 INFO : dst: Set directory modification time (using SetModTime) 2024/11/01 01:19:25 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/01 01:19:26 INFO : dst: Set directory modification time (using SetModTime) 2024/11/01 01:19:26 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.77s) === 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/01 01:19:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxiqok2febo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 13m50.282407621s (try 1/5)