"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/12/12 04:24:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi" 2024/12/12 04:24:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:24:28 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30" 2024/12/12 04:24:29 DEBUG : Creating backend with remote "/tmp/rclone2153169482" === 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.29s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.21s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/12 04:24:30 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/12 04:24:30 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/12 04:24:30 DEBUG : potato: Seek from 10 to 0 2024/12/12 04:24:30 DEBUG : potato: Seek from 10 to 0 2024/12/12 04:24:30 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/12 04:24:30 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/12 04:24:30 DEBUG : potato: Seek from 5 to 2 2024/12/12 04:24:30 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/12 04:24:30 DEBUG : potato: Seek from 7 to 0 2024/12/12 04:24:30 DEBUG : potato: Seek from 7 to 0 2024/12/12 04:24:30 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/12 04:24:30 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/12 04:24:30 DEBUG : potato: Seek from 5 to 2 2024/12/12 04:24:30 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/12 04:24:30 DEBUG : potato: Seek from 8 to 0 2024/12/12 04:24:30 DEBUG : potato: Seek from 8 to 0 2024/12/12 04:24:30 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/12 04:24:30 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/12 04:24:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/12 04:24:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/12 04:24:30 DEBUG : potato: Seek from 5 to 2 2024/12/12 04:24:30 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/12 04:24:30 DEBUG : potato: Seek from 9 to 0 2024/12/12 04:24:30 DEBUG : potato: Seek from 9 to 0 2024/12/12 04:24:30 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:24:32 DEBUG : rutabaga: md5 = 1952ebd390bf75cd2d680f050f56a3b3 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/12 04:24:35 DEBUG : empty space: md5 = 90b952e242855c4815ad36c41de3bf0d OK === RUN TestCheck/3 2024/12/12 04:24:37 DEBUG : potato2: md5 = d3a834321dc2965654b7b19801c4ea70 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/12 04:24:39 DEBUG : remotepotato: md5 = e724eb697d83f8c9f562af8415345db5 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.35s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2024/12/12 04:24:43 DEBUG : Creating backend with remote "nonexistent" 2024/12/12 04:24:43 DEBUG : Creating backend with remote "nonexistent" 2024/12/12 04:24:43 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/12 04:24:43 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/12/12 04:24:43 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/12 04:24:43 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:24:45 DEBUG : rutabaga: md5 = 018ac2ae0cfca7bac816db194a5adb0b OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/12 04:24:49 DEBUG : empty space: md5 = 9cf68c2970a67d30652699470885f0f8 OK === RUN TestCheckDownload/3 2024/12/12 04:24:52 DEBUG : potato2: md5 = 64e7dbde2082480ab46f1a336104077c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/12 04:24:57 DEBUG : remotepotato: md5 = d0a9b9f7713829ca0fe2563c9790fc2d OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.67s) --- PASS: TestCheckDownload/1 (1.36s) --- PASS: TestCheckDownload/2 (1.15s) --- PASS: TestCheckDownload/3 (1.01s) --- PASS: TestCheckDownload/4 (1.46s) --- PASS: TestCheckDownload/5 (1.48s) --- PASS: TestCheckDownload/6 (1.13s) --- PASS: TestCheckDownload/7 (1.22s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:25:04 DEBUG : rutabaga: md5 = 3bb0b0f289c4a7ed319c4d685c7c1473 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/12 04:25:07 DEBUG : empty space: md5 = afad58124833c5b305f18faa3e8d749d OK === RUN TestCheckSizeOnly/3 2024/12/12 04:25:09 DEBUG : potato2: md5 = 39b20c9c871ab58724daeafa7d5629ad OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/12 04:25:12 DEBUG : remotepotato: md5 = a3fff3ac67b770f6e2a47d2362e834a1 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.80s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.35s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:25:17 DEBUG : test.sum: md5 = dfbb2a5d2c1b3b029b87a9b2a65ffdfa OK 2024/12/12 04:25:19 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/12 04:25:19 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/12 04:25:19 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/12 04:25:19 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/12 04:25:20 DEBUG : test.sum: md5 = 7e5d8fb8cc549843988c640bcaefc7e3 OK 2024/12/12 04:25:22 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/12 04:25:22 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/12 04:25:22 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/12 04:25:22 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.63s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:25:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/data" 2024/12/12 04:25:23 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.91s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:25:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/data" 2024/12/12 04:25:25 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/vjrnln8ratgmqakfosrqe8espk" 2024/12/12 04:25:29 DEBUG : data/banana: md5 = 81af2910d512858ce781f6510ee29604 OK 2024/12/12 04:25:31 DEBUG : test.sum: md5 = 9e941971a69132e76e028da3cd6945fd OK === RUN TestCheckSumDownload/subtest1 2024/12/12 04:25:36 DEBUG : data/potato: md5 = 59f3f5a7d6bc0643d602a15adaf0a5f2 OK 2024/12/12 04:25:38 DEBUG : test.sum: md5 = 0ecf90b658520fb9281e37e0bce215c2 OK === RUN TestCheckSumDownload/subtest2 2024/12/12 04:25:43 DEBUG : test.sum: md5 = 246ae42ba81edf0af47fcd774868cb50 OK === RUN TestCheckSumDownload/subtest3 2024/12/12 04:25:47 DEBUG : test.sum: md5 = dc59e2c9b25820b7b1a0392f3404e090 OK === RUN TestCheckSumDownload/subtest4 2024/12/12 04:25:52 DEBUG : test.sum: md5 = c913cadb44c2ecff83554f8490b3ce42 OK === RUN TestCheckSumDownload/subtest5 2024/12/12 04:25:56 DEBUG : test.sum: md5 = 341fee29c13ff8671f580a157234f9fa OK === RUN TestCheckSumDownload/subtest6 2024/12/12 04:26:01 DEBUG : data/banana: md5 = 3f7b0247ca85f8a865901cec6bbdfa59 OK 2024/12/12 04:26:02 DEBUG : data/potato: md5 = deda0d53b7619fa36e319cc6534bc322 OK 2024/12/12 04:26:04 DEBUG : test.sum: md5 = 34d283c3836c13edc17d84d1124a52a3 OK === RUN TestCheckSumDownload/subtest7 2024/12/12 04:26:10 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/12 04:26:10 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.40s) --- PASS: TestCheckSumDownload/subtest1 (2.94s) --- PASS: TestCheckSumDownload/subtest2 (2.78s) --- PASS: TestCheckSumDownload/subtest3 (2.22s) --- PASS: TestCheckSumDownload/subtest4 (2.50s) --- PASS: TestCheckSumDownload/subtest5 (2.27s) --- PASS: TestCheckSumDownload/subtest6 (2.27s) --- PASS: TestCheckSumDownload/subtest7 (2.59s) === RUN TestApplyTransforms 2024/12/12 04:26:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gefesis2zuda" 2024/12/12 04:26:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:10 DEBUG : Creating backend with remote "TestDrive:crypt/q8rp8ob7gba2psi0dk97jrqo0gl65njbnqidciageqosfi29got0" 2024/12/12 04:26:12 DEBUG : Creating backend with remote "/tmp/rclone133770237" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gefesis2zuda'", Local "Local file system at /tmp/rclone133770237", Modify Window "1ms" 2024/12/12 04:26:14 DEBUG : hello, world!: md5 = 783a64cc8368686c02793cef4eed8645 OK upper checkfile vs. lower remote (without normalization) 2024/12/12 04:26:15 ERROR : hello, world!: sum not found 2024/12/12 04:26:15 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gefesis2zuda' 2024/12/12 04:26:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gefesis2zuda': 1 files missing 2024/12/12 04:26:15 NOTICE: 1 hashes missing 2024/12/12 04:26:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gefesis2zuda': 2 differences found 2024/12/12 04:26:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gefesis2zuda': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/12 04:26:16 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:26:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gefesis2zuda': 0 differences found 2024/12/12 04:26:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gefesis2zuda': 1 matching files 2024/12/12 04:26:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tetuyuz5poti" 2024/12/12 04:26:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:16 DEBUG : Creating backend with remote "TestDrive:crypt/n3lj120vrlrpib0kj5f41g71ub046p0ucpl4cjmoa677ilbbfcag" 2024/12/12 04:26:17 DEBUG : Creating backend with remote "/tmp/rclone717385644" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tetuyuz5poti'", Local "Local file system at /tmp/rclone717385644", Modify Window "1ms" 2024/12/12 04:26:20 DEBUG : HELLO, WORLD!: md5 = af960129e73d0b9885d0f03fe08280e4 OK lower checkfile vs. upper remote (without normalization) 2024/12/12 04:26:20 ERROR : HELLO, WORLD!: sum not found 2024/12/12 04:26:20 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tetuyuz5poti' 2024/12/12 04:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tetuyuz5poti': 1 files missing 2024/12/12 04:26:20 NOTICE: 1 hashes missing 2024/12/12 04:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tetuyuz5poti': 2 differences found 2024/12/12 04:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tetuyuz5poti': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/12 04:26:22 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:26:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tetuyuz5poti': 0 differences found 2024/12/12 04:26:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tetuyuz5poti': 1 matching files 2024/12/12 04:26:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bulifep6yuma" 2024/12/12 04:26:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:22 DEBUG : Creating backend with remote "TestDrive:crypt/md8dto2kts1d2qmuan37e1ubiujs5j5bjr0r84c0fqkh91fe3ctg" 2024/12/12 04:26:23 DEBUG : Creating backend with remote "/tmp/rclone3662130024" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bulifep6yuma'", Local "Local file system at /tmp/rclone3662130024", Modify Window "1ms" 2024/12/12 04:26:25 DEBUG : HeLlO, wOrLd!: md5 = 854a38935e9ac04ec03f10f8eb5714a5 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/12 04:26:26 ERROR : HeLlO, wOrLd!: sum not found 2024/12/12 04:26:26 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bulifep6yuma' 2024/12/12 04:26:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bulifep6yuma': 1 files missing 2024/12/12 04:26:26 NOTICE: 1 hashes missing 2024/12/12 04:26:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bulifep6yuma': 2 differences found 2024/12/12 04:26:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bulifep6yuma': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/12 04:26:27 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:26:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bulifep6yuma': 0 differences found 2024/12/12 04:26:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bulifep6yuma': 1 matching files 2024/12/12 04:26:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duwahub4kudu" 2024/12/12 04:26:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:27 DEBUG : Creating backend with remote "TestDrive:crypt/ckbi5i4e1mopnetehe3tiamho1ma8551hpccd1k0nii74jhhsku0" 2024/12/12 04:26:28 DEBUG : Creating backend with remote "/tmp/rclone2948863476" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duwahub4kudu'", Local "Local file system at /tmp/rclone2948863476", Modify Window "1ms" 2024/12/12 04:26:31 DEBUG : HELLO, WORLD!: md5 = dfffd3754b3165907f1e6259372a87f9 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/12 04:26:31 ERROR : HELLO, WORLD!: sum not found 2024/12/12 04:26:31 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-duwahub4kudu' 2024/12/12 04:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duwahub4kudu': 1 files missing 2024/12/12 04:26:31 NOTICE: 1 hashes missing 2024/12/12 04:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duwahub4kudu': 2 differences found 2024/12/12 04:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duwahub4kudu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/12 04:26:32 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:26:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duwahub4kudu': 0 differences found 2024/12/12 04:26:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duwahub4kudu': 1 matching files 2024/12/12 04:26:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rukosus7hihi" 2024/12/12 04:26:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:32 DEBUG : Creating backend with remote "TestDrive:crypt/avtrdhgffut670rjkujcoteub6jbpc6a1t0lcqumhjr34vnvjo8g" 2024/12/12 04:26:33 DEBUG : Creating backend with remote "/tmp/rclone4147444676" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rukosus7hihi'", Local "Local file system at /tmp/rclone4147444676", Modify Window "1ms" 2024/12/12 04:26:36 DEBUG : 測試_Русский___ě_áñ: md5 = 6caa06d0feb8e9ada9fd9e1788f39aa6 OK NFD checkfile vs. NFC remote (without normalization) 2024/12/12 04:26:37 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/12 04:26:37 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rukosus7hihi' 2024/12/12 04:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukosus7hihi': 1 files missing 2024/12/12 04:26:37 NOTICE: 1 hashes missing 2024/12/12 04:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukosus7hihi': 2 differences found 2024/12/12 04:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukosus7hihi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/12 04:26:38 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:26:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukosus7hihi': 0 differences found 2024/12/12 04:26:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rukosus7hihi': 1 matching files 2024/12/12 04:26:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dipukil3leje" 2024/12/12 04:26:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:38 DEBUG : Creating backend with remote "TestDrive:crypt/kq0l7h7jdcnbdjdls3hcnh5qrrf11mmdgv8gu2k4i5j4b4m9vbe0" 2024/12/12 04:26:39 DEBUG : Creating backend with remote "/tmp/rclone4038843867" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dipukil3leje'", Local "Local file system at /tmp/rclone4038843867", Modify Window "1ms" 2024/12/12 04:26:42 DEBUG : 測試_Русский___ě_áñ: md5 = 4266d9390d4bd322895e788fddef8aff OK NFC checkfile vs. NFD remote (without normalization) 2024/12/12 04:26:42 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/12 04:26:42 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dipukil3leje' 2024/12/12 04:26:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dipukil3leje': 1 files missing 2024/12/12 04:26:42 NOTICE: 1 hashes missing 2024/12/12 04:26:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dipukil3leje': 2 differences found 2024/12/12 04:26:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dipukil3leje': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/12 04:26:44 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:26:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dipukil3leje': 0 differences found 2024/12/12 04:26:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dipukil3leje': 1 matching files 2024/12/12 04:26:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sonixim6holo" 2024/12/12 04:26:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:44 DEBUG : Creating backend with remote "TestDrive:crypt/t0ksq3apougrqbaiakmfc578cj5cggnbabvtm26gieiunbeg15vg" 2024/12/12 04:26:45 DEBUG : Creating backend with remote "/tmp/rclone1496535712" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sonixim6holo'", Local "Local file system at /tmp/rclone1496535712", Modify Window "1ms" 2024/12/12 04:26:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a15c19e81101bafd041a3158e803ab7d OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/12 04:26:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/12 04:26:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sonixim6holo' 2024/12/12 04:26:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sonixim6holo': 1 files missing 2024/12/12 04:26:48 NOTICE: 1 hashes missing 2024/12/12 04:26:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sonixim6holo': 2 differences found 2024/12/12 04:26:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sonixim6holo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/12 04:26:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sonixim6holo': 0 differences found 2024/12/12 04:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sonixim6holo': 1 matching files 2024/12/12 04:26:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hirutet8giyi" 2024/12/12 04:26:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:50 DEBUG : Creating backend with remote "TestDrive:crypt/qvdugsaddvo8ibo87lrn70b3inh3588g58pn36257ovu67mq5qc0" 2024/12/12 04:26:51 DEBUG : Creating backend with remote "/tmp/rclone1687092660" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hirutet8giyi'", Local "Local file system at /tmp/rclone1687092660", Modify Window "1ms" 2024/12/12 04:26:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 34da5ccca040aae12055eefb908b46df OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/12 04:26:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/12 04:26:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hirutet8giyi' 2024/12/12 04:26:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hirutet8giyi': 1 files missing 2024/12/12 04:26:54 NOTICE: 1 hashes missing 2024/12/12 04:26:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hirutet8giyi': 2 differences found 2024/12/12 04:26:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hirutet8giyi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/12 04:26:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hirutet8giyi': 0 differences found 2024/12/12 04:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hirutet8giyi': 1 matching files 2024/12/12 04:26:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotodis6tebo" 2024/12/12 04:26:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:26:55 DEBUG : Creating backend with remote "TestDrive:crypt/uu638oc88ucu0b2jhl90bj87c8t2hmb9e654rbppsdbct19pejmg" 2024/12/12 04:26:56 DEBUG : Creating backend with remote "/tmp/rclone757936253" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotodis6tebo'", Local "Local file system at /tmp/rclone757936253", Modify Window "1ms" 2024/12/12 04:26:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1577db350a36ae0b2ed077f2d2e49c82 OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/12 04:26:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/12 04:26:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zotodis6tebo' 2024/12/12 04:26:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotodis6tebo': 1 files missing 2024/12/12 04:26:59 NOTICE: 1 hashes missing 2024/12/12 04:26:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotodis6tebo': 2 differences found 2024/12/12 04:26:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotodis6tebo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/12 04:27:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotodis6tebo': 0 differences found 2024/12/12 04:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotodis6tebo': 1 matching files 2024/12/12 04:27:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ginipug7gaya" 2024/12/12 04:27:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:27:01 DEBUG : Creating backend with remote "TestDrive:crypt/d95r2973vp2aferkfvufc5mumn8j3h9dstp8vu69v0mflrqvkdjg" 2024/12/12 04:27:02 DEBUG : Creating backend with remote "/tmp/rclone4237532205" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ginipug7gaya'", Local "Local file system at /tmp/rclone4237532205", Modify Window "1ms" 2024/12/12 04:27:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8fb6c92ed1b78bc01951c8f4505d8b4d OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/12 04:27:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/12 04:27:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ginipug7gaya' 2024/12/12 04:27:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ginipug7gaya': 1 files missing 2024/12/12 04:27:05 NOTICE: 1 hashes missing 2024/12/12 04:27:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ginipug7gaya': 2 differences found 2024/12/12 04:27:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ginipug7gaya': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/12 04:27:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/12 04:27:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ginipug7gaya': 0 differences found 2024/12/12 04:27:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ginipug7gaya': 1 matching files 2024/12/12 04:27:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ginipug7gaya': Purge remote 2024/12/12 04:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotodis6tebo': Purge remote 2024/12/12 04:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hirutet8giyi': Purge remote 2024/12/12 04:27:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sonixim6holo': Purge remote 2024/12/12 04:27:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dipukil3leje': Purge remote 2024/12/12 04:27:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rukosus7hihi': Purge remote 2024/12/12 04:27:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duwahub4kudu': Purge remote 2024/12/12 04:27:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bulifep6yuma': Purge remote 2024/12/12 04:27:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tetuyuz5poti': Purge remote 2024/12/12 04:27:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gefesis2zuda': Purge remote --- PASS: TestApplyTransforms (61.83s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:27:13 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/12 04:27:15 DEBUG : sub/file2: md5 = 1ede2978f945ead7db8b2cf87df3c979 OK 2024/12/12 04:27:15 INFO : file1: Copied (new) to: sub/file2 2024/12/12 04:27:16 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/12 04:27:16 DEBUG : file1: Unchanged skipping 2024/12/12 04:27:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': don't need to copy/move sub/file2, it is already at target location 2024/12/12 04:27:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.87s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:27:22 DEBUG : dst/file1: md5 = 636885c4bff47ee9383450447117d0b9 OK 2024/12/12 04:27:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/backup" 2024/12/12 04:27:23 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/1nrff024r7pq65ecp72fc28jb0" 2024/12/12 04:27:25 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/12 04:27:28 INFO : dst/file1: Moved (server-side) 2024/12/12 04:27:30 DEBUG : dst/file1: md5 = e1466a6caa52f0e4f008549b1830914d OK 2024/12/12 04:27:30 INFO : dst/file1: Copied (new) 2024/12/12 04:27:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/12 04:27:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/12 04:27:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.91s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:27:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/dst" 2024/12/12 04:27:36 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/12 04:27:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/CompareDest" 2024/12/12 04:27:37 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/gveqi14airsml4bgu7krj116o8" 2024/12/12 04:27:39 DEBUG : one: Need to transfer - File not found at Destination 2024/12/12 04:27:42 DEBUG : one: md5 = ec4d2d36e32d18958c37053caa219b2d OK 2024/12/12 04:27:42 INFO : one: Copied (new) 2024/12/12 04:27:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/12 04:27:44 DEBUG : one: md5 = 6909d1038e5a2140174c6fb1bf57271b OK 2024/12/12 04:27:44 INFO : one: Copied (replaced existing) 2024/12/12 04:27:47 DEBUG : dst/one: md5 = 8c52a17982432a18d871a1947bef33ec OK 2024/12/12 04:27:50 DEBUG : CompareDest/one: md5 = 9a637ffafdd1e00bc79c1f1d54e4cc1c OK 2024/12/12 04:27:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/12 04:27:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/12 04:27:51 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/12 04:27:53 DEBUG : CompareDest/two: md5 = 786a8b2eb9543e7d578fd476c0c5d8a7 OK 2024/12/12 04:27:54 DEBUG : two: Need to transfer - File not found at Destination 2024/12/12 04:27:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/12 04:27:54 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/12 04:27:55 DEBUG : two: Need to transfer - File not found at Destination 2024/12/12 04:27:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/12 04:27:55 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/12 04:27:56 DEBUG : two: Need to transfer - File not found at Destination 2024/12/12 04:27:57 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/12 04:27:58 DEBUG : two: md5 = 4b4b801911325c13a2cc374757b0bc81 OK 2024/12/12 04:27:58 INFO : two: Copied (new) 2024/12/12 04:28:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/12 04:28:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:28:03 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:28:03 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.17s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:28:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/dst" 2024/12/12 04:28:04 DEBUG : Config file has changed externally - reloading 2024/12/12 04:28:04 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/12 04:28:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/CopyDest" 2024/12/12 04:28:06 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/12 04:28:07 DEBUG : one: Need to transfer - File not found at Destination 2024/12/12 04:28:10 DEBUG : one: md5 = 8e0b3a15a32c12088a66ec8a02a4e50a OK 2024/12/12 04:28:10 INFO : one: Copied (new) 2024/12/12 04:28:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/12 04:28:13 DEBUG : one: md5 = 4fbffb4bcde866f0d2717f4f5f3545b6 OK 2024/12/12 04:28:13 INFO : one: Copied (replaced existing) 2024/12/12 04:28:15 DEBUG : dst/one: md5 = 0dbb6b319ab051ac87a16392fd4b068b OK 2024/12/12 04:28:18 DEBUG : CopyDest/one: md5 = 86ea2c9c863f207f87131f9c3c8418e5 OK 2024/12/12 04:28:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/BackupDir" 2024/12/12 04:28:19 DEBUG : Config file has changed externally - reloading 2024/12/12 04:28:19 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/12 04:28:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/12 04:28:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/12 04:28:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/12 04:28:23 INFO : one: Moved (server-side) 2024/12/12 04:28:25 INFO : one: Copied (server-side copy) 2024/12/12 04:28:25 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/12 04:28:27 DEBUG : CopyDest/two: md5 = cd728cf88ce37f52f45762918f9da02b OK 2024/12/12 04:28:28 DEBUG : two: Need to transfer - File not found at Destination 2024/12/12 04:28:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/12 04:28:29 INFO : two: Copied (server-side copy) 2024/12/12 04:28:29 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/12 04:28:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/12 04:28:30 DEBUG : two: Unchanged skipping 2024/12/12 04:28:32 DEBUG : CopyDest/three: md5 = 4030f92e5b8233b7009530c423d89187 OK 2024/12/12 04:28:33 DEBUG : three: Need to transfer - File not found at Destination 2024/12/12 04:28:33 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/12 04:28:33 DEBUG : three: Destination not found in --copy-dest 2024/12/12 04:28:35 DEBUG : three: md5 = 9c38548d5658ca75b898e300ef9e1a51 OK 2024/12/12 04:28:35 INFO : three: Copied (new) 2024/12/12 04:28:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/12 04:28:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:28:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/12 04:28:41 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:28:41 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/12 04:28:41 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/12 04:28:42 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.89s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:28:44 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/12 04:28:46 DEBUG : TestCopyFileMaxTransfer/file1: md5 = f636a0429aa76c00d4a6750b53aa7798 OK 2024/12/12 04:28:46 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/12 04:28:47 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/12 04:28:47 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/12/12 04:28:48 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/12 04:28:49 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/12 04:28:50 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c51164f840434ecc88d7f31b121932b6 OK 2024/12/12 04:28:50 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/12 04:28:53 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/12 04:28:53 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.28s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:28:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Looking for duplicate names using skip mode. 2024/12/12 04:28:58 NOTICE: one: Found 2 files with duplicate names 2024/12/12 04:28:58 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.45s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:29:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Looking for duplicate names using skip mode. 2024/12/12 04:29:05 NOTICE: one: Found 3 files with duplicate names 2024/12/12 04:29:05 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/12 04:29:05 INFO : one: Deleted 2024/12/12 04:29:05 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.73s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:29:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Looking for duplicate names using first mode. 2024/12/12 04:29:13 NOTICE: one: Found 3 files with duplicate names 2024/12/12 04:29:13 INFO : one: Deleted 2024/12/12 04:29:14 INFO : one: Deleted 2024/12/12 04:29:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.81s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:29:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Looking for duplicate names using newest mode. 2024/12/12 04:29:20 NOTICE: one: Found 3 files with duplicate names 2024/12/12 04:29:21 INFO : one: Deleted 2024/12/12 04:29:22 INFO : one: Deleted 2024/12/12 04:29:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.63s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:29:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Looking for duplicate names using oldest mode. 2024/12/12 04:29:29 NOTICE: one: Found 3 files with duplicate names 2024/12/12 04:29:29 INFO : one: Deleted 2024/12/12 04:29:30 INFO : one: Deleted 2024/12/12 04:29:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.67s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:29:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Looking for duplicate names using largest mode. 2024/12/12 04:29:36 NOTICE: one: Found 3 files with duplicate names 2024/12/12 04:29:37 INFO : one: Deleted 2024/12/12 04:29:37 INFO : one: Deleted 2024/12/12 04:29:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.62s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:29:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Looking for duplicate names using smallest mode. 2024/12/12 04:29:44 NOTICE: one: Found 3 files with duplicate names 2024/12/12 04:29:44 INFO : one: Deleted 2024/12/12 04:29:45 INFO : one: Deleted 2024/12/12 04:29:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.71s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:29:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Looking for duplicate names using rename mode. 2024/12/12 04:29:53 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/12 04:29:54 INFO : one-2.txt: renamed from: one.txt 2024/12/12 04:29:56 INFO : one-3.txt: renamed from: one.txt 2024/12/12 04:29:57 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.77s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:30:03 DEBUG : dupe1/one.txt: md5 = 1d83ca05c4f60576e496a9bc62acf231 OK 2024/12/12 04:30:05 DEBUG : dupe2/two.txt: md5 = c1d8bcce0f104d9ce5f67f15c18d27e0 OK 2024/12/12 04:30:08 DEBUG : dupe3/three.txt: md5 = e28acba9e5bdde135af6b6227a21b1a9 OK 2024/12/12 04:30:09 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/12 04:30:10 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/12 04:30:11 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/12 04:30:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/12 04:30:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/12 04:30:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/12 04:30:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.40s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:30:18 DEBUG : a.txt: md5 = 9bbf6023bcf1047a3ec0c8cd260fb737 OK 2024/12/12 04:30:20 DEBUG : zend.txt: md5 = 3f28897888000b7d02c4b2d202e08c43 OK 2024/12/12 04:30:23 DEBUG : sub dir/hello world: md5 = 42eb0d638be0e15ec36306877051a810 OK 2024/12/12 04:30:24 DEBUG : sub dir/hello world2: md5 = f34b58b8c45c186c26257fcc15739f9d OK 2024/12/12 04:30:27 DEBUG : sub dir/ignore dir/.ignore: md5 = fc4c23adc6200d014368a4ec2f42e8d6 OK 2024/12/12 04:30:29 DEBUG : sub dir/ignore dir/should be ignored: md5 = 16a8e8a72996fa9bb4862382311025b1 OK 2024/12/12 04:30:31 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9ae991ba1a66d7fb020bcd095ab031e4 OK 2024/12/12 04:30:33 DEBUG : a.txt: Excluded (Size Filter) 2024/12/12 04:30:33 DEBUG : a.txt: Excluded 2024/12/12 04:30:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/12 04:30:33 DEBUG : sub dir/hello world2: Excluded 2024/12/12 04:30:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/12 04:30:33 DEBUG : sub dir/hello world: Excluded 2024/12/12 04:30:34 DEBUG : sub dir/ignore dir: Excluded 2024/12/12 04:30:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/12 04:30:34 DEBUG : sub dir/hello world2: Excluded 2024/12/12 04:30:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/12 04:30:34 DEBUG : sub dir/hello world: Excluded 2024/12/12 04:30:34 DEBUG : sub dir/ignore dir: Excluded 2024/12/12 04:30:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/12 04:30:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/12 04:30:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/12 04:30:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/12 04:30:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/12 04:30:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/12/12 04:30:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (25.64s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:30:44 DEBUG : file1: md5 = f11d5c880cec4bc0cc66d6de7f50dd27 OK 2024/12/12 04:30:46 DEBUG : sub/file2: md5 = 33cd15cf39e246d51000050470cab3dc OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2024/12/12 04:30:49 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/12 04:30:50 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/12 04:30:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/12 04:30:52 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.74s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:30:55 DEBUG : file1: md5 = 59d193b55eccfd92afcf187fcfc98a7c OK 2024/12/12 04:30:57 DEBUG : sub/file2: md5 = 98e530e3fc5dc2cb1c8f043f964662e8 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2024/12/12 04:31:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/notfound" 2024/12/12 04:31:02 DEBUG : Config file has changed externally - reloading 2024/12/12 04:31:02 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/qe0i31qdkoejk60elps0ni5sqk" 2024/12/12 04:31:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.35s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.55s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.52s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.88s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Making directory 2024/12/12 04:31:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:09 DEBUG : sub dir/hello world: md5 = 525b1e4857751562a71468350c8318ba OK 2024/12/12 04:31:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.13s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:15 DEBUG : potato2: md5 = 38ba11fdebcbc4a59b9c8f048aec5f39 OK 2024/12/12 04:31:16 DEBUG : empty space: md5 = 6cc28dea4cedf96b928f4770e9b79b4d OK --- PASS: TestLs (5.55s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:20 DEBUG : potato2: md5 = 435ecb114f6417058bed85cc04519cf8 OK 2024/12/12 04:31:22 DEBUG : empty space: md5 = 337e00833608073a7d7f07e483b3faaa OK 2024/12/12 04:31:22 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.43s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:26 DEBUG : potato2: md5 = 56ad079c8696251a5e397c027aa83ae2 OK 2024/12/12 04:31:28 DEBUG : empty space: md5 = f6020ab1c627e3a072fc55f78e870bbe OK --- PASS: TestLsLong (6.74s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:32 DEBUG : potato2: md5 = 1b25939016a7de580e2d5a3688e7f1a1 OK 2024/12/12 04:31:34 DEBUG : empty space: md5 = cd925bb06cb06b30ef8dce8a76f98e4d OK --- PASS: TestHashSums (5.37s) === RUN TestHashSumsWithErrors 2024/12/12 04:31:36 DEBUG : Creating backend with remote ":memory:" 2024/12/12 04:31:36 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/12 04:31:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/12 04:31:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/12 04:31:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/12 04:31:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/12 04:31:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/12 04:31:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/12 04:31:36 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/12 04:31:36 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:38 DEBUG : potato2: md5 = 92ae00e7dd40054274dc8442186fac35 OK 2024/12/12 04:31:39 DEBUG : empty space: md5 = d2e74f58780bafe8bcfb6e6391fb6042 OK 2024/12/12 04:31:42 DEBUG : sub dir/potato3: md5 = 56fee30a048440648e075bd3074a121d OK 2024/12/12 04:31:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.19s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:48 DEBUG : small: md5 = 00da0d628d44b5a17c47ffce9872b2c4 OK 2024/12/12 04:31:50 DEBUG : medium: md5 = 6aaacebea1dc004f3df5dccbd7350699 OK 2024/12/12 04:31:51 DEBUG : large: md5 = 44b9722311adfa430a813596f5225554 OK 2024/12/12 04:31:52 DEBUG : Waiting for deletions to finish 2024/12/12 04:31:52 DEBUG : large: Excluded (Size Filter) 2024/12/12 04:31:52 INFO : small: Deleted 2024/12/12 04:31:52 INFO : medium: Deleted --- PASS: TestDelete (7.49s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:31:56 DEBUG : small: md5 = 22ad3d80bab4980bea25925ded3bfd04 OK 2024/12/12 04:31:57 DEBUG : medium: md5 = 61da0514200595927399db5f1a3ec8e9 OK 2024/12/12 04:31:59 DEBUG : large: md5 = 30493bf974b2e5de3ef07db7af16ceb0 OK 2024/12/12 04:31:59 DEBUG : Waiting for deletions to finish 2024/12/12 04:32:00 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/12/12 04:32:00 INFO : large: Deleted 2024/12/12 04:32:00 INFO : small: Deleted --- PASS: TestMaxDelete (8.22s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:32:04 DEBUG : small: md5 = 678a40f3c34699d4afa6c00c8bab2245 OK 2024/12/12 04:32:06 DEBUG : medium: md5 = 4020ff64b008dd9a1e42048e0227bdc7 OK 2024/12/12 04:32:07 DEBUG : large: md5 = 34640e58ea2a0cb588d7e1a7809b5ce9 OK 2024/12/12 04:32:07 DEBUG : Waiting for deletions to finish 2024/12/12 04:32:08 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/12 04:32:08 INFO : small: Deleted 2024/12/12 04:32:08 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.95s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:32:12 DEBUG : small: md5 = ea4abb5164d77969ae1254be671a8dec OK 2024/12/12 04:32:13 DEBUG : medium: md5 = 65ef889b832ce850ffcc31e997ed62b7 OK 2024/12/12 04:32:15 DEBUG : large: md5 = 905a21e9b878bd0bd00b47c1b4e76dd3 OK 2024/12/12 04:32:15 DEBUG : Waiting for deletions to finish 2024/12/12 04:32:16 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/12/12 04:32:16 INFO : small: Deleted 2024/12/12 04:32:16 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.97s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:32:20 DEBUG : ReadFile: md5 = 8b02bc9279b288bc316a8f3b96534456 OK --- PASS: TestReadFile (4.99s) === RUN TestRetry 2024/12/12 04:32:23 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/12 04:32:23 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/12 04:32:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/12 04:32:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/12 04:32:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/12 04:32:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/12 04:32:23 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:32:25 DEBUG : file1: md5 = 10663ae3291d43ca38b3442544f65def OK 2024/12/12 04:32:27 DEBUG : file2: md5 = 969c24babdee88ba25a1fdbfc17af9e6 OK --- PASS: TestCat (18.77s) === RUN TestPurge 2024/12/12 04:32:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufexal5lebo" 2024/12/12 04:32:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/12 04:32:42 DEBUG : Creating backend with remote "TestDrive:crypt/ng2auavil565lbapcil9bq9cd0nkcmiuvj87ou8q52sp3g4b5i8g" 2024/12/12 04:32:43 DEBUG : Creating backend with remote "/tmp/rclone2363749016" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufexal5lebo'", Local "Local file system at /tmp/rclone2363749016", Modify Window "1ms" 2024/12/12 04:32:48 DEBUG : A1/B1/C1/one: md5 = 372ec98c25d241a5bd988e7c5a4f9c58 OK 2024/12/12 04:32:48 DEBUG : A2: Making directory 2024/12/12 04:32:49 DEBUG : A1/B2: Making directory 2024/12/12 04:32:50 DEBUG : A1/B2/C2: Making directory 2024/12/12 04:32:51 DEBUG : A1/B1/C3: Making directory 2024/12/12 04:32:52 DEBUG : A3: Making directory 2024/12/12 04:32:53 DEBUG : A3/B3: Making directory 2024/12/12 04:32:54 DEBUG : A3/B3/C4: Making directory 2024/12/12 04:32:57 DEBUG : A1/two: md5 = c8f0aa91e348bdcbc22ffd528d5d16c5 OK 2024/12/12 04:33:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufexal5lebo': Purge remote 2024/12/12 04:33:01 NOTICE: purge failed: directory not found --- PASS: TestPurge (19.34s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:33:06 DEBUG : A1/B1/C1/one: md5 = 0a8e04d74059811ee6ef79359cc67904 OK 2024/12/12 04:33:06 DEBUG : A2: Making directory 2024/12/12 04:33:07 DEBUG : A1/B2: Making directory 2024/12/12 04:33:08 DEBUG : A1/B2/C2: Making directory 2024/12/12 04:33:09 DEBUG : A1/B1/C3: Making directory 2024/12/12 04:33:10 DEBUG : A3: Making directory 2024/12/12 04:33:11 DEBUG : A3/B3: Making directory 2024/12/12 04:33:12 DEBUG : A3/B3/C4: Making directory 2024/12/12 04:33:15 DEBUG : A1/two: md5 = a88c396a6febf8305ff7696b691fee71 OK 2024/12/12 04:33:16 DEBUG : removing 1 level 3 directories 2024/12/12 04:33:16 INFO : A3/B3/C4: Removing directory 2024/12/12 04:33:19 DEBUG : removing 2 level 3 directories 2024/12/12 04:33:19 INFO : A1/B2/C2: Removing directory 2024/12/12 04:33:19 INFO : A1/B1/C3: Removing directory 2024/12/12 04:33:20 DEBUG : removing 2 level 2 directories 2024/12/12 04:33:20 INFO : A3/B3: Removing directory 2024/12/12 04:33:20 INFO : A1/B2: Removing directory 2024/12/12 04:33:21 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/12 04:33:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/12 04:33:21 DEBUG : removing 2 level 1 directories 2024/12/12 04:33:21 INFO : A3: Removing directory 2024/12/12 04:33:21 INFO : A2: Removing directory 2024/12/12 04:33:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/12 04:33:26 DEBUG : removing 1 level 3 directories 2024/12/12 04:33:26 INFO : A1/B1/C1: Removing directory 2024/12/12 04:33:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:27 DEBUG : removing 1 level 2 directories 2024/12/12 04:33:27 INFO : A1/B1: Removing directory 2024/12/12 04:33:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/12 04:33:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/12 04:33:28 DEBUG : removing 1 level 1 directories 2024/12/12 04:33:28 INFO : A1: Removing directory 2024/12/12 04:33:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/12 04:33:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/12 04:33:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/12 04:33:28 DEBUG : removing 1 level 0 directories 2024/12/12 04:33:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Removing directory 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/12 04:33:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (29.10s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:33:31 DEBUG : A1: Making directory 2024/12/12 04:33:32 DEBUG : A1/B1: Making directory 2024/12/12 04:33:33 DEBUG : A1/B1/C1: Making directory 2024/12/12 04:33:36 DEBUG : removing 1 level 3 directories 2024/12/12 04:33:36 INFO : A1/B1/C1: Removing directory 2024/12/12 04:33:37 DEBUG : removing 1 level 2 directories 2024/12/12 04:33:37 INFO : A1/B1: Removing directory 2024/12/12 04:33:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/12 04:33:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.46s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:33:40 DEBUG : A1: Making directory 2024/12/12 04:33:41 DEBUG : A1/B1: Making directory 2024/12/12 04:33:42 DEBUG : A1/B1/C1: Making directory 2024/12/12 04:33:45 DEBUG : removing 1 level 3 directories 2024/12/12 04:33:45 INFO : A1/B1/C1: Removing directory 2024/12/12 04:33:45 DEBUG : removing 1 level 2 directories 2024/12/12 04:33:45 INFO : A1/B1: Removing directory 2024/12/12 04:33:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/12 04:33:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.64s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:33:50 DEBUG : file1: md5 = d8974c4d7bdea98e6ed3ed7a85daff9f OK 2024/12/12 04:33:51 DEBUG : filename.txt: File name found in url 2024/12/12 04:33:52 DEBUG : filename.txt: md5 = 0d255815bb7342740524441071f95030 OK 2024/12/12 04:33:52 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/12 04:33:54 DEBUG : headerfilename.txt: md5 = 7eaed69992f9ca4f4a7336f3d376984e OK 2024/12/12 04:33:56 DEBUG : file2: md5 = 3888e54bc0520941a4ecbd168600e53f OK --- PASS: TestCopyURL (10.25s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:33:59 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/12 04:34:02 DEBUG : sub/file2: md5 = 625e912bdc486bcd0bd9f761f62c08ac OK 2024/12/12 04:34:02 INFO : file1: Copied (new) to: sub/file2 2024/12/12 04:34:02 INFO : file1: Deleted 2024/12/12 04:34:03 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/12 04:34:03 DEBUG : file1: Unchanged skipping 2024/12/12 04:34:03 INFO : file1: Deleted 2024/12/12 04:34:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': don't need to copy/move sub/file2, it is already at target location 2024/12/12 04:34:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.82s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:34:07 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/12 04:34:08 DEBUG : file1: md5 = f63627f0bcccd2ed78715a84a2933297 OK 2024/12/12 04:34:08 INFO : file1: Copied (new) 2024/12/12 04:34:08 INFO : file1: Deleted 2024/12/12 04:34:09 DEBUG : file1: Destination exists, skipping 2024/12/12 04:34:09 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.57s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:34:14 DEBUG : dst/file1: md5 = 93c6031926b2ef3e8b25dfcb3c5fb32d OK 2024/12/12 04:34:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yegufaw3defi/backup" 2024/12/12 04:34:14 DEBUG : Creating backend with remote "TestDrive:crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30/1nrff024r7pq65ecp72fc28jb0" 2024/12/12 04:34:16 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/12 04:34:19 INFO : dst/file1: Moved (server-side) 2024/12/12 04:34:21 DEBUG : dst/file1: md5 = 8ca1cf75dd6576bee4286f9ded6178a7 OK 2024/12/12 04:34:21 INFO : dst/file1: Copied (new) 2024/12/12 04:34:21 INFO : dst/file1: Deleted 2024/12/12 04:34:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/12 04:34:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/12 04:34:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.01s) === 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:34:29 DEBUG : A1/one: md5 = 58b1869dc21f7d016d19f5d2fe9e84ba OK 2024/12/12 04:34:30 DEBUG : A1/two: md5 = a109b22162fa78e72775713a560ea965 OK 2024/12/12 04:34:34 DEBUG : A1/B1/three: md5 = e9ce489f3604a427eaa615ac780eec79 OK 2024/12/12 04:34:36 DEBUG : A1/B1/C1/four: md5 = d4b3ad2fb987b3c7c5a5f74ace26169a OK 2024/12/12 04:34:39 DEBUG : A1/B1/C2/five: md5 = 8b12a4983b8b9ddbf9ebb0c7cf5835ef OK 2024/12/12 04:34:39 DEBUG : A1/B2: Making directory 2024/12/12 04:34:40 DEBUG : A1/B1/C3: Making directory 2024/12/12 04:34:52 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/12 04:34:52 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/12 04:34:52 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/12 04:34:52 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/12 04:34:52 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/12 04:34:56 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/12 04:34:56 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/12 04:34:56 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/12 04:34:57 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/12 04:34:57 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/12 04:34:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/12 04:35:06 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/12 04:35:06 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/12 04:35:06 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/12 04:35:06 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/12 04:35:07 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/12 04:35:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/12 04:35:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/12 04:35:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/12 04:35:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/12 04:35:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/12 04:35:19 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/12 04:35:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/12 04:35:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/12 04:35:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/12 04:35:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/12 04:35:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/12 04:35:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/12 04:35:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/12 04:35:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/12 04:35:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (56.67s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:35:23 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:35:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/12 04:35:25 DEBUG : no_checksum_small_file_from_pipe: md5 = cff8300a3820557dc4822c1e1a4e953f OK 2024/12/12 04:35:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/12 04:35:25 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/12 04:35:25 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/12 04:35:27 DEBUG : no_checksum_big_file_from_pipe: md5 = a00aa235433d4117072b8f32ac3b9ec0 OK 2024/12/12 04:35:27 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:35:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/12 04:35:30 DEBUG : with_checksum_small_file_from_pipe: md5 = 677b14676579dd04eeb7259d9f59e978 OK 2024/12/12 04:35:30 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/12 04:35:31 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/12 04:35:32 DEBUG : with_checksum_big_file_from_pipe: md5 = aa788aa9b773c2bb379467b8b84735ad OK 2024/12/12 04:35:32 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:35:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/12 04:35:36 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/12 04:35:37 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/12 04:35:38 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-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:35:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': File to upload is small (34 bytes), uploading instead of streaming 2024/12/12 04:35:42 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/12 04:35:42 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/12 04:35:44 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.38s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.28s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.70s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.02s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.38s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/12 04:35:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': File to upload is small (48 bytes), uploading instead of streaming 2024/12/12 04:35:47 DEBUG : rcat_metadata: md5 = 7e618bb4fa3e1ed43369f11d9539df1c OK 2024/12/12 04:35:47 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/12 04:35:49 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/12 04:35:50 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3b17469cfdedbb6d915fd8c56ff6be1d OK 2024/12/12 04:35:50 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.54s) --- PASS: TestRcatMetadata/Normal (2.93s) --- PASS: TestRcatMetadata/ViaDisk (3.15s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:35:54 DEBUG : potato1: md5 = 5d8692212b7242cd4f6cb8ef25058e62 OK 2024/12/12 04:35:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': File to upload is small (60 bytes), uploading instead of streaming 2024/12/12 04:35:55 DEBUG : potato2: md5 = 91bc2c92aba4c08ef366424f94c70aa5 OK 2024/12/12 04:35:55 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.30s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:35:59 DEBUG : potato1: md5 = 261805947c4f73270b3f806e1aa075c5 OK 2024/12/12 04:35:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': File to upload is small (60 bytes), uploading instead of streaming 2024/12/12 04:36:01 DEBUG : potato2: md5 = 7044559d3ae2395338f92b041e571514 OK 2024/12/12 04:36:01 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.84s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:36:05 DEBUG : potato2: md5 = 721acbd62609f7e1055095469bcb579f OK 2024/12/12 04:36:06 DEBUG : empty space: md5 = da2bf633d7394bb6fd86482c817c55cd OK 2024/12/12 04:36:09 DEBUG : sub dir/potato3: md5 = a13a38ff8dae474a64d94088f496254c OK 2024/12/12 04:36:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Touching "empty space" 2024/12/12 04:36:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Touching "potato2" 2024/12/12 04:36:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Touching "sub dir/potato3" 2024/12/12 04:36:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.49s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:36:16 DEBUG : dir with metadata: Making directory with metadata 2024/12/12 04:36:16 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.66s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:36:18 DEBUG : directory with modtime: Making directory with metadata 2024/12/12 04:36:19 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.71s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:36:21 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/12 04:36:21 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/12 04:36:21 DEBUG : Google drive root 'crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30': Skipping btime metadata as can't update it on an existing file: 2024-12-12T04:36:21.420500969Z 2024/12/12 04:36:22 INFO : non existent directory: Updated directory metadata 2024/12/12 04:36:24 DEBUG : Google drive root 'crypt/t3o1pppud5dosb9br1u0thaltqvct3gnioau3bim00g2nr6q7t30': Skipping btime metadata as can't update it on an existing file: 2024-12-12T04:36:21.420500969Z 2024/12/12 04:36:25 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.58s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:36:27 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/12 04:36:29 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/12 04:36:30 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.79s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:36:31 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/12 04:36:31 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/12 04:36:31 DEBUG : dst: Making directory with metadata 2024/12/12 04:36:32 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/12 04:36:32 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/12 04:36:33 INFO : dst: Set directory modification time (using SetModTime) 2024/12/12 04:36:33 INFO : dst: Set directory modification time (using SetModTime) 2024/12/12 04:36:33 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/12 04:36:34 INFO : dst: Set directory modification time (using SetModTime) 2024/12/12 04:36:34 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.20s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi'", Local "Local file system at /tmp/rclone2153169482", Modify Window "1ms" 2024/12/12 04:36:38 DEBUG : sub dir/test remove existing: md5 = 083bafd1591474a6df593a013ca13962 OK 2024/12/12 04:36:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 5f84dc37ed78715f5ab6805e2430dc88 OK 2024/12/12 04:36:42 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wanuwip6" before starting 2024/12/12 04:36:43 DEBUG : sub dir/test remove existing.wanuwip6: TEST: removing renamed existing file after operation 2024/12/12 04:36:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.licufaz4" before starting 2024/12/12 04:36:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.licufaz4: TEST: renaming existing back after failed operation 2024/12/12 04:36:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fowonog0" before starting 2024/12/12 04:36:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fowonog0: TEST: removing renamed existing file after operation 2024/12/12 04:36:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "2q4oi3rm403s1d02ab7sh1nt6baft0744da4c0tesd2qoh13fptn1ondhp03s4s08mjh3pbqeeb78bf77qblknie1pdgbvrb83nr8o8dkkldgujjcqnq2p5lpf5g9lqjhuju8504bqmlcv689uh37lt24dfsgf6oj1369v1aaf87lhbb4rtg" 2024/12/12 04:36:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1ug38ir55v8e26rbu73kf65q1dhhdgiinsdli4ukbilt9v5do1mg" --- PASS: TestRemoveExisting (14.66s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/12/12 04:36:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yegufaw3defi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m22.616489351s (try 1/5)