"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/12/09 04:42:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto" 2024/12/09 04:42:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:42:36 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g" 2024/12/09 04:42:37 DEBUG : Creating backend with remote "/tmp/rclone4086109815" === 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/09 04:42:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/09 04:42:37 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/09 04:42:37 DEBUG : potato: Seek from 10 to 0 2024/12/09 04:42:37 DEBUG : potato: Seek from 10 to 0 2024/12/09 04:42:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/09 04:42:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/09 04:42:37 DEBUG : potato: Seek from 5 to 2 2024/12/09 04:42:37 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/09 04:42:37 DEBUG : potato: Seek from 7 to 0 2024/12/09 04:42:37 DEBUG : potato: Seek from 7 to 0 2024/12/09 04:42:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/09 04:42:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/09 04:42:37 DEBUG : potato: Seek from 5 to 2 2024/12/09 04:42:37 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/09 04:42:37 DEBUG : potato: Seek from 8 to 0 2024/12/09 04:42:37 DEBUG : potato: Seek from 8 to 0 2024/12/09 04:42:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/09 04:42:37 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/09 04:42:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/09 04:42:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/09 04:42:37 DEBUG : potato: Seek from 5 to 2 2024/12/09 04:42:37 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/09 04:42:37 DEBUG : potato: Seek from 9 to 0 2024/12/09 04:42:37 DEBUG : potato: Seek from 9 to 0 2024/12/09 04:42:37 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:42:40 DEBUG : rutabaga: md5 = dcdc5e97c64629c136dc5bcbb94caf28 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/09 04:42:42 DEBUG : empty space: md5 = 300dde624c2ff951edcd0c49d3af44fb OK === RUN TestCheck/3 2024/12/09 04:42:44 DEBUG : potato2: md5 = 47b5c0c954b2e5556f256dc0c68eb7f5 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/09 04:42:47 DEBUG : remotepotato: md5 = 2a2a1f71f17703018c3189af44c6babf OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.49s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2024/12/09 04:42:51 DEBUG : Creating backend with remote "nonexistent" 2024/12/09 04:42:51 DEBUG : Creating backend with remote "nonexistent" 2024/12/09 04:42:51 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/09 04:42:51 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/09 04:42:51 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/09 04:42:51 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:42:52 DEBUG : rutabaga: md5 = 6f23f8eefd900dd31b76d89416267e93 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/09 04:42:57 DEBUG : empty space: md5 = 02e9aa5dd852edca3f9f7ef95a3066e9 OK === RUN TestCheckDownload/3 2024/12/09 04:43:00 DEBUG : potato2: md5 = 3f30024970c389d198a89408ebaeb69c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/09 04:43:05 DEBUG : remotepotato: md5 = 5a15713bb3fa8206525649abc18c730f OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.84s) --- PASS: TestCheckDownload/1 (1.35s) --- PASS: TestCheckDownload/2 (1.29s) --- PASS: TestCheckDownload/3 (1.16s) --- PASS: TestCheckDownload/4 (1.28s) --- PASS: TestCheckDownload/5 (1.69s) --- PASS: TestCheckDownload/6 (1.38s) --- PASS: TestCheckDownload/7 (1.23s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:43:12 DEBUG : rutabaga: md5 = 319f2982a6a0aaadca311d5c2953a41e OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/09 04:43:15 DEBUG : empty space: md5 = 3088af164f2e24a339b0ea10dad46ae5 OK === RUN TestCheckSizeOnly/3 2024/12/09 04:43:17 DEBUG : potato2: md5 = e3f5c9c19b70131edf35e92bf11542b9 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/09 04:43:19 DEBUG : remotepotato: md5 = 0cf5fc31fd85ca638bfc2dd96cc1d3d6 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.34s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:43:24 DEBUG : test.sum: md5 = fb113aab3fbf731175110c219b11321f OK 2024/12/09 04:43:26 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/09 04:43:26 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/09 04:43:26 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/09 04:43:26 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/09 04:43:27 DEBUG : test.sum: md5 = 5be131dde0fefe6725e036fa7f969b42 OK 2024/12/09 04:43:29 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/09 04:43:29 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/09 04:43:29 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/09 04:43:29 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.85s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:43:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/data" 2024/12/09 04:43:30 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto/data' lacks md5, skipping --- SKIP: TestCheckSum (2.04s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:43:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/data" 2024/12/09 04:43:32 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/vjrnln8ratgmqakfosrqe8espk" 2024/12/09 04:43:36 DEBUG : data/banana: md5 = 2ec9d9bdcf5cb438a07b0848e8e3faf3 OK 2024/12/09 04:43:38 DEBUG : test.sum: md5 = 2fb15a0ef0d86120583104452b4a49b3 OK === RUN TestCheckSumDownload/subtest1 2024/12/09 04:43:43 DEBUG : data/potato: md5 = 49379e19dc0b05dd24e55eb78eb87a0b OK 2024/12/09 04:43:44 DEBUG : test.sum: md5 = a15b1a221c5b0de4faea4fa96b4bc4af OK === RUN TestCheckSumDownload/subtest2 2024/12/09 04:43:49 DEBUG : test.sum: md5 = 991584b13b0adce727e0d0db5e980863 OK === RUN TestCheckSumDownload/subtest3 2024/12/09 04:43:54 DEBUG : test.sum: md5 = 74ed3e433fb679bf7a770cfa52dd2319 OK === RUN TestCheckSumDownload/subtest4 2024/12/09 04:43:59 DEBUG : test.sum: md5 = c0e9971911e9ad04779357103706d19b OK === RUN TestCheckSumDownload/subtest5 2024/12/09 04:44:04 DEBUG : test.sum: md5 = d3399262f9288634b83aebb56e2d502e OK === RUN TestCheckSumDownload/subtest6 2024/12/09 04:44:09 DEBUG : data/banana: md5 = fee4accb7798c76f26dee67e8196a5cd OK 2024/12/09 04:44:10 DEBUG : data/potato: md5 = 0dbfbe2ea72f2ff0e071bb98a002a581 OK 2024/12/09 04:44:12 DEBUG : test.sum: md5 = bfaabbee0c42f4f4de8bc396c2a46d6b OK === RUN TestCheckSumDownload/subtest7 2024/12/09 04:44:17 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/09 04:44:17 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (46.46s) --- PASS: TestCheckSumDownload/subtest1 (2.97s) --- PASS: TestCheckSumDownload/subtest2 (2.67s) --- PASS: TestCheckSumDownload/subtest3 (3.43s) --- PASS: TestCheckSumDownload/subtest4 (2.50s) --- PASS: TestCheckSumDownload/subtest5 (2.47s) --- PASS: TestCheckSumDownload/subtest6 (2.84s) --- PASS: TestCheckSumDownload/subtest7 (2.52s) === RUN TestApplyTransforms 2024/12/09 04:44:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zolaziw6caco" 2024/12/09 04:44:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:44:18 DEBUG : Creating backend with remote "TestDrive:crypt/m9v16ci8jkgt2nh6eb25hs75cjp5i832n0v7o19jhs4p0f6ulev0" 2024/12/09 04:44:19 DEBUG : Creating backend with remote "/tmp/rclone3302637475" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zolaziw6caco'", Local "Local file system at /tmp/rclone3302637475", Modify Window "1ms" 2024/12/09 04:44:22 DEBUG : hello, world!: md5 = bb94b2e8391985a1fe48f5dd58c6c05d OK upper checkfile vs. lower remote (without normalization) 2024/12/09 04:44:23 ERROR : hello, world!: sum not found 2024/12/09 04:44:23 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zolaziw6caco' 2024/12/09 04:44:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolaziw6caco': 1 files missing 2024/12/09 04:44:23 NOTICE: 1 hashes missing 2024/12/09 04:44:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolaziw6caco': 2 differences found 2024/12/09 04:44:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolaziw6caco': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/09 04:44:24 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:44:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolaziw6caco': 0 differences found 2024/12/09 04:44:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolaziw6caco': 1 matching files 2024/12/09 04:44:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magafay1vuxi" 2024/12/09 04:44:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:44:24 DEBUG : Creating backend with remote "TestDrive:crypt/0bjg62ki0fht3n491sp8psui4p3t8vv7nudnjupkrrm84t2qo7c0" 2024/12/09 04:44:25 DEBUG : Creating backend with remote "/tmp/rclone563772866" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magafay1vuxi'", Local "Local file system at /tmp/rclone563772866", Modify Window "1ms" 2024/12/09 04:44:27 DEBUG : HELLO, WORLD!: md5 = beefe08d6302e12bf2fdb2defb211b1c OK lower checkfile vs. upper remote (without normalization) 2024/12/09 04:44:28 ERROR : HELLO, WORLD!: sum not found 2024/12/09 04:44:28 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-magafay1vuxi' 2024/12/09 04:44:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magafay1vuxi': 1 files missing 2024/12/09 04:44:28 NOTICE: 1 hashes missing 2024/12/09 04:44:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magafay1vuxi': 2 differences found 2024/12/09 04:44:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magafay1vuxi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/09 04:44:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:44:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magafay1vuxi': 0 differences found 2024/12/09 04:44:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magafay1vuxi': 1 matching files 2024/12/09 04:44:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vukudih4jicu" 2024/12/09 04:44:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:44:29 DEBUG : Creating backend with remote "TestDrive:crypt/6r8t0r4ct6env9gm9bjkgl0du5kv1emre40jp21nhjqh7gq7br0g" 2024/12/09 04:44:30 DEBUG : Creating backend with remote "/tmp/rclone3216524784" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vukudih4jicu'", Local "Local file system at /tmp/rclone3216524784", Modify Window "1ms" 2024/12/09 04:44:33 DEBUG : HeLlO, wOrLd!: md5 = c112efe3c3c75b1649af2effe21f3482 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/09 04:44:34 ERROR : HeLlO, wOrLd!: sum not found 2024/12/09 04:44:34 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vukudih4jicu' 2024/12/09 04:44:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vukudih4jicu': 1 files missing 2024/12/09 04:44:34 NOTICE: 1 hashes missing 2024/12/09 04:44:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vukudih4jicu': 2 differences found 2024/12/09 04:44:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vukudih4jicu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/09 04:44:35 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:44:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vukudih4jicu': 0 differences found 2024/12/09 04:44:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vukudih4jicu': 1 matching files 2024/12/09 04:44:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wumobiw1jupo" 2024/12/09 04:44:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:44:36 DEBUG : Creating backend with remote "TestDrive:crypt/bngnqcuoumnkpf4hp6gvkoln6gna2kbmbomafmfen1galg0q8h60" 2024/12/09 04:44:36 DEBUG : Creating backend with remote "/tmp/rclone2108942705" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wumobiw1jupo'", Local "Local file system at /tmp/rclone2108942705", Modify Window "1ms" 2024/12/09 04:44:39 DEBUG : HELLO, WORLD!: md5 = 15cd48d83873c9b5f16fc3052882a4ae OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/09 04:44:40 ERROR : HELLO, WORLD!: sum not found 2024/12/09 04:44:40 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wumobiw1jupo' 2024/12/09 04:44:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wumobiw1jupo': 1 files missing 2024/12/09 04:44:40 NOTICE: 1 hashes missing 2024/12/09 04:44:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wumobiw1jupo': 2 differences found 2024/12/09 04:44:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wumobiw1jupo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/09 04:44:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:44:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wumobiw1jupo': 0 differences found 2024/12/09 04:44:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wumobiw1jupo': 1 matching files 2024/12/09 04:44:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hehuquc8xusi" 2024/12/09 04:44:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:44:41 DEBUG : Creating backend with remote "TestDrive:crypt/jlu1kk968favrkr3amvde1gtjo0kv3622k6aj01vj2n5t3uv3gt0" 2024/12/09 04:44:42 DEBUG : Creating backend with remote "/tmp/rclone3873788976" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hehuquc8xusi'", Local "Local file system at /tmp/rclone3873788976", Modify Window "1ms" 2024/12/09 04:44:45 DEBUG : 測試_Русский___ě_áñ: md5 = fb4a5e7d3506d54da5bd78b7a5298dbc OK NFD checkfile vs. NFC remote (without normalization) 2024/12/09 04:44:45 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/09 04:44:45 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hehuquc8xusi' 2024/12/09 04:44:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehuquc8xusi': 1 files missing 2024/12/09 04:44:45 NOTICE: 1 hashes missing 2024/12/09 04:44:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehuquc8xusi': 2 differences found 2024/12/09 04:44:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehuquc8xusi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/09 04:44:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:44:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehuquc8xusi': 0 differences found 2024/12/09 04:44:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehuquc8xusi': 1 matching files 2024/12/09 04:44:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qexomum5pace" 2024/12/09 04:44:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:44:47 DEBUG : Creating backend with remote "TestDrive:crypt/r72il7tpnpescha1v9dqhca78s4lfqos1i88b4pvcl97mog4410g" 2024/12/09 04:44:47 DEBUG : Creating backend with remote "/tmp/rclone1289320133" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qexomum5pace'", Local "Local file system at /tmp/rclone1289320133", Modify Window "1ms" 2024/12/09 04:44:50 DEBUG : 測試_Русский___ě_áñ: md5 = 5879152d1c79628ce196fd5b937de124 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/09 04:44:51 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/09 04:44:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qexomum5pace' 2024/12/09 04:44:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexomum5pace': 1 files missing 2024/12/09 04:44:51 NOTICE: 1 hashes missing 2024/12/09 04:44:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexomum5pace': 2 differences found 2024/12/09 04:44:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexomum5pace': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/09 04:44:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:44:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexomum5pace': 0 differences found 2024/12/09 04:44:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexomum5pace': 1 matching files 2024/12/09 04:44:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xoworug1difo" 2024/12/09 04:44:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:44:52 DEBUG : Creating backend with remote "TestDrive:crypt/m2338hoc5vsvqueup55n33jh34uda4tor96utd90312sns5iha10" 2024/12/09 04:44:54 DEBUG : Creating backend with remote "/tmp/rclone3850279365" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xoworug1difo'", Local "Local file system at /tmp/rclone3850279365", Modify Window "1ms" 2024/12/09 04:44:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a75c0381eb9cd8efbcdf136fda5f27a7 OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/09 04:44:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/09 04:44:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xoworug1difo' 2024/12/09 04:44:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoworug1difo': 1 files missing 2024/12/09 04:44:57 NOTICE: 1 hashes missing 2024/12/09 04:44:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoworug1difo': 2 differences found 2024/12/09 04:44:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoworug1difo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/09 04:44:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:44:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoworug1difo': 0 differences found 2024/12/09 04:44:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoworug1difo': 1 matching files 2024/12/09 04:44:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fumujow0zeva" 2024/12/09 04:44:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:44:58 DEBUG : Creating backend with remote "TestDrive:crypt/90frqtfbmplp7eqp9spjfb7krcp8mujvsb52cfui4ah5u71qh1qg" 2024/12/09 04:44:59 DEBUG : Creating backend with remote "/tmp/rclone885030806" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fumujow0zeva'", Local "Local file system at /tmp/rclone885030806", Modify Window "1ms" 2024/12/09 04:45:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2c579462b1ed92fe410a6100b902883a OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/09 04:45:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/09 04:45:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fumujow0zeva' 2024/12/09 04:45:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fumujow0zeva': 1 files missing 2024/12/09 04:45:02 NOTICE: 1 hashes missing 2024/12/09 04:45:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fumujow0zeva': 2 differences found 2024/12/09 04:45:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fumujow0zeva': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/09 04:45:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:45:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fumujow0zeva': 0 differences found 2024/12/09 04:45:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fumujow0zeva': 1 matching files 2024/12/09 04:45:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gunacuq5giso" 2024/12/09 04:45:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:45:04 DEBUG : Creating backend with remote "TestDrive:crypt/hjukh9t434u17ivuluoqpr6brf76vva3kq3a192q57sj87e1i7og" 2024/12/09 04:45:05 DEBUG : Creating backend with remote "/tmp/rclone2946757286" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gunacuq5giso'", Local "Local file system at /tmp/rclone2946757286", Modify Window "1ms" 2024/12/09 04:45:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b3149c393eff6bcb798f9654a3d89c46 OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/09 04:45:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/09 04:45:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gunacuq5giso' 2024/12/09 04:45:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gunacuq5giso': 1 files missing 2024/12/09 04:45:08 NOTICE: 1 hashes missing 2024/12/09 04:45:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gunacuq5giso': 2 differences found 2024/12/09 04:45:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gunacuq5giso': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/09 04:45:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:45:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gunacuq5giso': 0 differences found 2024/12/09 04:45:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gunacuq5giso': 1 matching files 2024/12/09 04:45:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xucaked5getu" 2024/12/09 04:45:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:45:09 DEBUG : Creating backend with remote "TestDrive:crypt/qcjt6tv9hk3nr7po3sg770kj2nciq8oo808sob7p5rg7c1ue87dg" 2024/12/09 04:45:11 DEBUG : Creating backend with remote "/tmp/rclone2405566422" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xucaked5getu'", Local "Local file system at /tmp/rclone2405566422", Modify Window "1ms" 2024/12/09 04:45:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a5de6c3f6b9597884a4e2269ac2f1810 OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/09 04:45:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/09 04:45:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xucaked5getu' 2024/12/09 04:45:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xucaked5getu': 1 files missing 2024/12/09 04:45:14 NOTICE: 1 hashes missing 2024/12/09 04:45:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xucaked5getu': 2 differences found 2024/12/09 04:45:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xucaked5getu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/09 04:45:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/09 04:45:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xucaked5getu': 0 differences found 2024/12/09 04:45:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xucaked5getu': 1 matching files 2024/12/09 04:45:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xucaked5getu': Purge remote 2024/12/09 04:45:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gunacuq5giso': Purge remote 2024/12/09 04:45:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fumujow0zeva': Purge remote 2024/12/09 04:45:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xoworug1difo': Purge remote 2024/12/09 04:45:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qexomum5pace': Purge remote 2024/12/09 04:45:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hehuquc8xusi': Purge remote 2024/12/09 04:45:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wumobiw1jupo': Purge remote 2024/12/09 04:45:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vukudih4jicu': Purge remote 2024/12/09 04:45:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magafay1vuxi': Purge remote 2024/12/09 04:45:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zolaziw6caco': Purge remote --- PASS: TestApplyTransforms (63.21s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:45:22 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/09 04:45:24 DEBUG : sub/file2: md5 = cfe767d0660b51a55921486b13e1b073 OK 2024/12/09 04:45:24 INFO : file1: Copied (new) to: sub/file2 2024/12/09 04:45:25 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/09 04:45:25 DEBUG : file1: Unchanged skipping 2024/12/09 04:45:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': don't need to copy/move sub/file2, it is already at target location 2024/12/09 04:45:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.52s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:45:31 DEBUG : dst/file1: md5 = 79461613a431877b9e73889a630763e4 OK 2024/12/09 04:45:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/backup" 2024/12/09 04:45:32 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/1nrff024r7pq65ecp72fc28jb0" 2024/12/09 04:45:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/09 04:45:36 INFO : dst/file1: Moved (server-side) 2024/12/09 04:45:38 DEBUG : dst/file1: md5 = 0ff4d125ec2e06fde43f34500f74ebd9 OK 2024/12/09 04:45:38 INFO : dst/file1: Copied (new) 2024/12/09 04:45:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/09 04:45:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/09 04:45:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.23s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:45:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/dst" 2024/12/09 04:45:44 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/09 04:45:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/CompareDest" 2024/12/09 04:45:45 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/gveqi14airsml4bgu7krj116o8" 2024/12/09 04:45:47 DEBUG : one: Need to transfer - File not found at Destination 2024/12/09 04:45:50 DEBUG : one: md5 = a8562303ecef2ce3888497f354d77a78 OK 2024/12/09 04:45:50 INFO : one: Copied (new) 2024/12/09 04:45:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/09 04:45:53 DEBUG : one: md5 = 41f3796437f6f30f388a7c44f9243edd OK 2024/12/09 04:45:53 INFO : one: Copied (replaced existing) 2024/12/09 04:45:55 DEBUG : dst/one: md5 = c6f3c0baacc230266eb2c9cf89ea6120 OK 2024/12/09 04:45:58 DEBUG : CompareDest/one: md5 = a1bc74580fc0434fd3a762e81e0330e5 OK 2024/12/09 04:45:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/09 04:45:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/09 04:45:59 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/09 04:46:02 DEBUG : CompareDest/two: md5 = e3e368410a4f698190b52bc6adf4eb02 OK 2024/12/09 04:46:02 DEBUG : two: Need to transfer - File not found at Destination 2024/12/09 04:46:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/09 04:46:03 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/09 04:46:03 DEBUG : two: Need to transfer - File not found at Destination 2024/12/09 04:46:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/09 04:46:04 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/09 04:46:05 DEBUG : two: Need to transfer - File not found at Destination 2024/12/09 04:46:05 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/09 04:46:07 DEBUG : two: md5 = 506726d137960bea4cd56be353223c30 OK 2024/12/09 04:46:07 INFO : two: Copied (new) 2024/12/09 04:46:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/09 04:46:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:46:12 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:46:12 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.80s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:46:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/dst" 2024/12/09 04:46:12 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/09 04:46:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/CopyDest" 2024/12/09 04:46:14 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/09 04:46:15 DEBUG : one: Need to transfer - File not found at Destination 2024/12/09 04:46:19 DEBUG : one: md5 = 6881107215bf9f3adb39c731f4ad3d86 OK 2024/12/09 04:46:19 INFO : one: Copied (new) 2024/12/09 04:46:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/09 04:46:21 DEBUG : one: md5 = d55f61878ae9d65cb9774474767f3a3f OK 2024/12/09 04:46:21 INFO : one: Copied (replaced existing) 2024/12/09 04:46:23 DEBUG : dst/one: md5 = deac7bb45e25ba6d11c18aa155e929f5 OK 2024/12/09 04:46:26 DEBUG : CopyDest/one: md5 = 5f7c69445d73b3d17aed3f9381295cf9 OK 2024/12/09 04:46:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/BackupDir" 2024/12/09 04:46:27 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/09 04:46:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/09 04:46:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/09 04:46:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/09 04:46:31 INFO : one: Moved (server-side) 2024/12/09 04:46:32 INFO : one: Copied (server-side copy) 2024/12/09 04:46:32 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/09 04:46:34 DEBUG : CopyDest/two: md5 = 1b7302b8d8d2cfd11d63e2e99fc7e2e4 OK 2024/12/09 04:46:35 DEBUG : two: Need to transfer - File not found at Destination 2024/12/09 04:46:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/09 04:46:37 INFO : two: Copied (server-side copy) 2024/12/09 04:46:37 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/09 04:46:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/09 04:46:37 DEBUG : two: Unchanged skipping 2024/12/09 04:46:40 DEBUG : CopyDest/three: md5 = 7666eba66245db4c40a95c5a9ad408e6 OK 2024/12/09 04:46:40 DEBUG : three: Need to transfer - File not found at Destination 2024/12/09 04:46:41 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/09 04:46:41 DEBUG : three: Destination not found in --copy-dest 2024/12/09 04:46:42 DEBUG : three: md5 = 753606ba72a47aba9ae97bee1c5553ab OK 2024/12/09 04:46:42 INFO : three: Copied (new) 2024/12/09 04:46:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/09 04:46:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:46:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/09 04:46:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/09 04:46:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/09 04:46:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:46:49 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (37.75s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:46:51 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/09 04:46:54 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 3ff3fd19b3495a720c118a519677823a OK 2024/12/09 04:46:54 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/09 04:46:55 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/09 04:46:55 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/09 04:46:56 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/09 04:46:56 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/09 04:46:58 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7c190c6e935fd75433a0e64bb4ad52dd OK 2024/12/09 04:46:58 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/09 04:47:00 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/09 04:47:00 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.09s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:47:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Looking for duplicate names using skip mode. 2024/12/09 04:47:05 NOTICE: one: Found 2 files with duplicate names 2024/12/09 04:47:05 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.29s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:47:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Looking for duplicate names using skip mode. 2024/12/09 04:47:12 NOTICE: one: Found 3 files with duplicate names 2024/12/09 04:47:12 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/09 04:47:12 INFO : one: Deleted 2024/12/09 04:47:12 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.25s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:47:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Looking for duplicate names using first mode. 2024/12/09 04:47:19 NOTICE: one: Found 3 files with duplicate names 2024/12/09 04:47:20 INFO : one: Deleted 2024/12/09 04:47:20 INFO : one: Deleted 2024/12/09 04:47:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.46s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:47:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Looking for duplicate names using newest mode. 2024/12/09 04:47:27 NOTICE: one: Found 3 files with duplicate names 2024/12/09 04:47:27 INFO : one: Deleted 2024/12/09 04:47:28 INFO : one: Deleted 2024/12/09 04:47:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.50s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:47:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Looking for duplicate names using oldest mode. 2024/12/09 04:47:34 NOTICE: one: Found 3 files with duplicate names 2024/12/09 04:47:35 INFO : one: Deleted 2024/12/09 04:47:36 INFO : one: Deleted 2024/12/09 04:47:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.24s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:47:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Looking for duplicate names using largest mode. 2024/12/09 04:47:42 NOTICE: one: Found 3 files with duplicate names 2024/12/09 04:47:42 INFO : one: Deleted 2024/12/09 04:47:43 INFO : one: Deleted 2024/12/09 04:47:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.16s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:47:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Looking for duplicate names using smallest mode. 2024/12/09 04:47:49 NOTICE: one: Found 3 files with duplicate names 2024/12/09 04:47:49 INFO : one: Deleted 2024/12/09 04:47:50 INFO : one: Deleted 2024/12/09 04:47:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.43s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:47:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Looking for duplicate names using rename mode. 2024/12/09 04:47:58 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/09 04:47:59 INFO : one-2.txt: renamed from: one.txt 2024/12/09 04:48:01 INFO : one-3.txt: renamed from: one.txt 2024/12/09 04:48:02 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.36s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:48:07 DEBUG : dupe1/one.txt: md5 = 07b5355f14c54dedd0d947b2fa5d77cd OK 2024/12/09 04:48:10 DEBUG : dupe2/two.txt: md5 = 3b30ee897ae4407b7488213a834cc732 OK 2024/12/09 04:48:13 DEBUG : dupe3/three.txt: md5 = 7c69a08fff1ddf55966889e61ff8709f OK 2024/12/09 04:48:13 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/09 04:48:14 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/09 04:48:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/09 04:48:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/09 04:48:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/09 04:48:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/09 04:48:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.33s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:48:22 DEBUG : a.txt: md5 = 649408c76c35768fcdddf6aadbb92619 OK 2024/12/09 04:48:23 DEBUG : zend.txt: md5 = 3cda7db63a6aec282f3daabeea84f88e OK 2024/12/09 04:48:26 DEBUG : sub dir/hello world: md5 = 3259216e39a5d0e2740b91faed48b308 OK 2024/12/09 04:48:28 DEBUG : sub dir/hello world2: md5 = 073396301e18f261e38e3f8783483aca OK 2024/12/09 04:48:30 DEBUG : sub dir/ignore dir/.ignore: md5 = 8660250340dbc16eb4eb100bf3aa1758 OK 2024/12/09 04:48:32 DEBUG : sub dir/ignore dir/should be ignored: md5 = 4b2a00ff88e1e667fa41d2b2d20ca2cf OK 2024/12/09 04:48:35 DEBUG : sub dir/sub sub dir/hello world3: md5 = 28d3aaac986d364719e4bdf8135ce961 OK 2024/12/09 04:48:36 DEBUG : a.txt: Excluded (Size Filter) 2024/12/09 04:48:36 DEBUG : a.txt: Excluded 2024/12/09 04:48:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/09 04:48:37 DEBUG : sub dir/hello world: Excluded 2024/12/09 04:48:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/09 04:48:37 DEBUG : sub dir/hello world2: Excluded 2024/12/09 04:48:37 DEBUG : sub dir/ignore dir: Excluded 2024/12/09 04:48:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/09 04:48:37 DEBUG : sub dir/hello world: Excluded 2024/12/09 04:48:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/09 04:48:37 DEBUG : sub dir/hello world2: Excluded 2024/12/09 04:48:37 DEBUG : sub dir/ignore dir: Excluded 2024/12/09 04:48:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/09 04:48:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/09 04:48:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/09 04:48:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/09 04:48:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/09 04:48:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/12/09 04:48:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (25.44s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:48:47 DEBUG : file1: md5 = 6d6b993dac1bfc32dc1539871ee1c839 OK 2024/12/09 04:48:50 DEBUG : sub/file2: md5 = 45599809114effbef4e91d7c4de33362 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/09 04:48:53 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/09 04:48:53 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/09 04:48:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/09 04:48:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.98s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.56s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.72s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:48:58 DEBUG : file1: md5 = c8c2fb2077010fe5063a7e1f6f15ec9a OK 2024/12/09 04:49:01 DEBUG : sub/file2: md5 = 815671e81822e25fcfd911dc30bf107a 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/09 04:49:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/notfound" 2024/12/09 04:49:05 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/qe0i31qdkoejk60elps0ni5sqk" 2024/12/09 04:49:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.85s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.55s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.86s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Making directory 2024/12/09 04:49:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:13 DEBUG : sub dir/hello world: md5 = 5806b18887d6b83e6b58906df9296e76 OK 2024/12/09 04:49:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.54s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:17 DEBUG : potato2: md5 = 12533495d5f71b199f5560afeb0f5464 OK 2024/12/09 04:49:19 DEBUG : empty space: md5 = b40b046a5272fd0e04c5fe187569cfe1 OK --- PASS: TestLs (5.36s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:23 DEBUG : potato2: md5 = e07f6468c27103e2a73a1531e740120a OK 2024/12/09 04:49:24 DEBUG : empty space: md5 = 33b2b0016da6c19c1f16c5dc1929ca60 OK 2024/12/09 04:49:25 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/12/09 04:49:25 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.70s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:28 DEBUG : potato2: md5 = bb08b75bc3cb8e24ab9fbc28932eefa1 OK 2024/12/09 04:49:30 DEBUG : empty space: md5 = 89e0ba16add008a70ebe3654453feeb7 OK --- PASS: TestLsLong (5.66s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:34 DEBUG : potato2: md5 = fa177ada999eabb7489e594df627dae5 OK 2024/12/09 04:49:35 DEBUG : empty space: md5 = 861e290da1a554418e4365744579deab OK --- PASS: TestHashSums (4.88s) === RUN TestHashSumsWithErrors 2024/12/09 04:49:37 DEBUG : Creating backend with remote ":memory:" 2024/12/09 04:49:37 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/09 04:49:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/09 04:49:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/09 04:49:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/09 04:49:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/09 04:49:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/09 04:49:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/09 04:49:37 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/09 04:49:37 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:39 DEBUG : potato2: md5 = 691231844169950c804e1542edb37299 OK 2024/12/09 04:49:41 DEBUG : empty space: md5 = 9233b1216cded037614aed173b5c75d3 OK 2024/12/09 04:49:43 DEBUG : sub dir/potato3: md5 = f91309e4b6abe9e12afdc0f4df01925e OK 2024/12/09 04:49:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.45s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:49 DEBUG : small: md5 = 99613e022cecbb68511489eca3e6e1cf OK 2024/12/09 04:49:51 DEBUG : medium: md5 = 9b5588f50d66ecbe4e53d6cc2a673d68 OK 2024/12/09 04:49:53 DEBUG : large: md5 = c425910c4f1bc690b94110dbcfcefecf OK 2024/12/09 04:49:53 DEBUG : Waiting for deletions to finish 2024/12/09 04:49:53 DEBUG : large: Excluded (Size Filter) 2024/12/09 04:49:54 INFO : medium: Deleted 2024/12/09 04:49:54 INFO : small: Deleted --- PASS: TestDelete (7.55s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:49:57 DEBUG : small: md5 = b9419f0f36149cc899ab6e55e71e8f8b OK 2024/12/09 04:49:59 DEBUG : medium: md5 = 9d18d1b1a283e1a52becc35595cf21fa OK 2024/12/09 04:50:00 DEBUG : large: md5 = 17538bcb0b4cb54162b11cadbfe35e07 OK 2024/12/09 04:50:00 DEBUG : Waiting for deletions to finish 2024/12/09 04:50:01 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/12/09 04:50:01 INFO : medium: Deleted 2024/12/09 04:50:01 INFO : small: Deleted --- PASS: TestMaxDelete (7.61s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:50:05 DEBUG : small: md5 = 2cf0287d175e85fc54ff0da1039d6693 OK 2024/12/09 04:50:06 DEBUG : medium: md5 = 4cd2147dc80893907bda496b986e31b0 OK 2024/12/09 04:50:08 DEBUG : large: md5 = 2d171dd12488581d41538efb784a4446 OK 2024/12/09 04:50:08 DEBUG : Waiting for deletions to finish 2024/12/09 04:50:08 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/09 04:50:09 INFO : medium: Deleted 2024/12/09 04:50:09 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.75s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:50:12 DEBUG : small: md5 = e1e966ed9f0e7e84b31360936472a66c OK 2024/12/09 04:50:14 DEBUG : medium: md5 = 623de11ed15cb1c334cfc993ef9a2636 OK 2024/12/09 04:50:16 DEBUG : large: md5 = 8acebf893a11b7b456945a58e649d292 OK 2024/12/09 04:50:16 DEBUG : Waiting for deletions to finish 2024/12/09 04:50:17 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/12/09 04:50:17 INFO : large: Deleted 2024/12/09 04:50:17 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.34s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:50:21 DEBUG : ReadFile: md5 = ca47664ee56077b51aa90c8b9f4031f6 OK --- PASS: TestReadFile (4.97s) === RUN TestRetry 2024/12/09 04:50:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/09 04:50:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/09 04:50:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/09 04:50:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/09 04:50:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/09 04:50:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/09 04:50:24 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:50:25 DEBUG : file1: md5 = bffac42613865f7c7b7491fe898078e4 OK 2024/12/09 04:50:27 DEBUG : file2: md5 = a2a038b104cb0488edad115269d034dd OK --- PASS: TestCat (19.58s) === RUN TestPurge 2024/12/09 04:50:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafebaj6fuzo" 2024/12/09 04:50:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/09 04:50:44 DEBUG : Creating backend with remote "TestDrive:crypt/84fnseqes9vkohdvp55l6qj48vvrbmjuomhculmhcr7lr1e4vifg" 2024/12/09 04:50:45 DEBUG : Creating backend with remote "/tmp/rclone3855635983" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafebaj6fuzo'", Local "Local file system at /tmp/rclone3855635983", Modify Window "1ms" 2024/12/09 04:50:50 DEBUG : A1/B1/C1/one: md5 = ee1ec7900eca325369caa39bfacdcbef OK 2024/12/09 04:50:50 DEBUG : A2: Making directory 2024/12/09 04:50:51 DEBUG : A1/B2: Making directory 2024/12/09 04:50:52 DEBUG : A1/B2/C2: Making directory 2024/12/09 04:50:53 DEBUG : A1/B1/C3: Making directory 2024/12/09 04:50:54 DEBUG : A3: Making directory 2024/12/09 04:50:55 DEBUG : A3/B3: Making directory 2024/12/09 04:50:56 DEBUG : A3/B3/C4: Making directory 2024/12/09 04:50:59 DEBUG : A1/two: md5 = 693fc9673a6db2d6a6aa58b86053ad4a OK 2024/12/09 04:51:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafebaj6fuzo': Purge remote 2024/12/09 04:51:04 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.62s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:51:09 DEBUG : A1/B1/C1/one: md5 = 4de61570bba7c59d7a427d60652adbbc OK 2024/12/09 04:51:09 DEBUG : A2: Making directory 2024/12/09 04:51:10 DEBUG : A1/B2: Making directory 2024/12/09 04:51:11 DEBUG : A1/B2/C2: Making directory 2024/12/09 04:51:12 DEBUG : A1/B1/C3: Making directory 2024/12/09 04:51:13 DEBUG : A3: Making directory 2024/12/09 04:51:14 DEBUG : A3/B3: Making directory 2024/12/09 04:51:15 DEBUG : A3/B3/C4: Making directory 2024/12/09 04:51:18 DEBUG : A1/two: md5 = 5d2cb7a14e7ea0c46f3a62fa4d0d76d9 OK 2024/12/09 04:51:19 DEBUG : removing 1 level 3 directories 2024/12/09 04:51:19 INFO : A3/B3/C4: Removing directory 2024/12/09 04:51:22 DEBUG : removing 2 level 3 directories 2024/12/09 04:51:22 INFO : A1/B2/C2: Removing directory 2024/12/09 04:51:22 INFO : A1/B1/C3: Removing directory 2024/12/09 04:51:23 DEBUG : removing 2 level 2 directories 2024/12/09 04:51:23 INFO : A3/B3: Removing directory 2024/12/09 04:51:23 INFO : A1/B2: Removing directory 2024/12/09 04:51:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/09 04:51:23 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/09 04:51:24 DEBUG : removing 2 level 1 directories 2024/12/09 04:51:24 INFO : A3: Removing directory 2024/12/09 04:51:24 INFO : A2: Removing directory 2024/12/09 04:51:24 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/09 04:51:28 DEBUG : removing 1 level 3 directories 2024/12/09 04:51:28 INFO : A1/B1/C1: Removing directory 2024/12/09 04:51:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:29 DEBUG : removing 1 level 2 directories 2024/12/09 04:51:29 INFO : A1/B1: Removing directory 2024/12/09 04:51:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/09 04:51:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/09 04:51:30 DEBUG : removing 1 level 1 directories 2024/12/09 04:51:30 INFO : A1: Removing directory 2024/12/09 04:51:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/09 04:51:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/09 04:51:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/09 04:51:31 DEBUG : removing 1 level 0 directories 2024/12/09 04:51:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Removing directory 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/09 04:51:31 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (28.53s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:51:34 DEBUG : A1: Making directory 2024/12/09 04:51:35 DEBUG : A1/B1: Making directory 2024/12/09 04:51:36 DEBUG : A1/B1/C1: Making directory 2024/12/09 04:51:39 DEBUG : removing 1 level 3 directories 2024/12/09 04:51:39 INFO : A1/B1/C1: Removing directory 2024/12/09 04:51:40 DEBUG : removing 1 level 2 directories 2024/12/09 04:51:40 INFO : A1/B1: Removing directory 2024/12/09 04:51:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/09 04:51:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.87s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:51:43 DEBUG : A1: Making directory 2024/12/09 04:51:44 DEBUG : A1/B1: Making directory 2024/12/09 04:51:45 DEBUG : A1/B1/C1: Making directory 2024/12/09 04:51:48 DEBUG : removing 1 level 3 directories 2024/12/09 04:51:48 INFO : A1/B1/C1: Removing directory 2024/12/09 04:51:48 DEBUG : removing 1 level 2 directories 2024/12/09 04:51:48 INFO : A1/B1: Removing directory 2024/12/09 04:51:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/09 04:51:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.80s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:51:53 DEBUG : file1: md5 = 3fd08cee134994149f18479cbcccb296 OK 2024/12/09 04:51:54 DEBUG : filename.txt: File name found in url 2024/12/09 04:51:56 DEBUG : filename.txt: md5 = 32fa2f8685233ed283ef864e64367d80 OK 2024/12/09 04:51:56 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/09 04:51:58 DEBUG : headerfilename.txt: md5 = 9484269acd59866e90cc2cbaa8a7803e OK 2024/12/09 04:51:59 DEBUG : file2: md5 = 2e9c2d7d37327b4fafb5846fc92f468a OK --- PASS: TestCopyURL (10.87s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:52:02 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/09 04:52:05 DEBUG : sub/file2: md5 = 44078d311d7ac753d3afa3d30c430a9f OK 2024/12/09 04:52:05 INFO : file1: Copied (new) to: sub/file2 2024/12/09 04:52:05 INFO : file1: Deleted 2024/12/09 04:52:06 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/09 04:52:06 DEBUG : file1: Unchanged skipping 2024/12/09 04:52:06 INFO : file1: Deleted 2024/12/09 04:52:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': don't need to copy/move sub/file2, it is already at target location 2024/12/09 04:52:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.73s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:52:09 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/09 04:52:11 DEBUG : file1: md5 = 023aab0c11152b78a4b6551b101cb662 OK 2024/12/09 04:52:11 INFO : file1: Copied (new) 2024/12/09 04:52:11 INFO : file1: Deleted 2024/12/09 04:52:11 DEBUG : file1: Destination exists, skipping 2024/12/09 04:52:11 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.56s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:52:16 DEBUG : dst/file1: md5 = 2423e13728f91328ad8b5199ea4f18e5 OK 2024/12/09 04:52:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajomed5ceto/backup" 2024/12/09 04:52:17 DEBUG : Config file has changed externally - reloading 2024/12/09 04:52:17 DEBUG : Creating backend with remote "TestDrive:crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g/1nrff024r7pq65ecp72fc28jb0" 2024/12/09 04:52:18 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/09 04:52:21 INFO : dst/file1: Moved (server-side) 2024/12/09 04:52:23 DEBUG : dst/file1: md5 = b10f4f8a0d68080309b8110cc9798367 OK 2024/12/09 04:52:23 INFO : dst/file1: Copied (new) 2024/12/09 04:52:23 INFO : dst/file1: Deleted 2024/12/09 04:52:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/09 04:52:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/09 04:52:28 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.17s) === 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:52:31 DEBUG : A1/one: md5 = 1ce75422bdde7713451d2bc60edd1cc4 OK 2024/12/09 04:52:33 DEBUG : A1/two: md5 = d9ac2aa211138b8159687d75f1df4415 OK 2024/12/09 04:52:35 DEBUG : A1/B1/three: md5 = e98b7fd2329e8f3dfa4ba01abe818c41 OK 2024/12/09 04:52:39 DEBUG : A1/B1/C1/four: md5 = 9523631340890369ee43501f15fee78a OK 2024/12/09 04:52:41 DEBUG : A1/B1/C2/five: md5 = 578294e9140574201affb2bbcb6139cd OK 2024/12/09 04:52:41 DEBUG : A1/B2: Making directory 2024/12/09 04:52:42 DEBUG : A1/B1/C3: Making directory 2024/12/09 04:52:55 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/09 04:52:55 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/09 04:52:55 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/09 04:52:55 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/09 04:52:56 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/09 04:52:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/09 04:52:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/09 04:52:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/09 04:53:00 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/09 04:53:00 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/09 04:53:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/09 04:53:09 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/09 04:53:09 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/09 04:53:10 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/09 04:53:10 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/09 04:53:10 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/09 04:53:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/09 04:53:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/09 04:53:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/09 04:53:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/09 04:53:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/09 04:53:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/09 04:53:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/09 04:53:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/09 04:53:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/09 04:53:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/09 04:53:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/09 04:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/09 04:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/09 04:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/09 04:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (56.28s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:53:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': File to upload is small (34 bytes), uploading instead of streaming 2024/12/09 04:53:27 DEBUG : no_checksum_small_file_from_pipe: md5 = 12b3a39658eff9a01f8a6e396645f8f1 OK 2024/12/09 04:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/09 04:53:27 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/09 04:53:28 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/09 04:53:30 DEBUG : no_checksum_big_file_from_pipe: md5 = 471c3f243780a3aa38ac1f8a2f6e0b70 OK 2024/12/09 04:53:30 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:53:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': File to upload is small (34 bytes), uploading instead of streaming 2024/12/09 04:53:33 DEBUG : with_checksum_small_file_from_pipe: md5 = 613e472a35cc8a89c1df6a308cbe6ab5 OK 2024/12/09 04:53:33 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/09 04:53:34 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/09 04:53:35 DEBUG : with_checksum_big_file_from_pipe: md5 = ee459dc9874cf4d9e80c0a63dbcb6a47 OK 2024/12/09 04:53:35 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:53:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': File to upload is small (34 bytes), uploading instead of streaming 2024/12/09 04:53:39 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/09 04:53:40 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/09 04:53:41 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-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:53:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': File to upload is small (34 bytes), uploading instead of streaming 2024/12/09 04:53:45 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/09 04:53:46 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/09 04:53:47 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.65s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.10s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.61s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.97s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.97s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/09 04:53:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': File to upload is small (48 bytes), uploading instead of streaming 2024/12/09 04:53:51 DEBUG : rcat_metadata: md5 = 5bc4cff796f3ae942d6f5eb2f3e9db82 OK 2024/12/09 04:53:51 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/09 04:53:53 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/09 04:53:54 DEBUG : rcat_metadata_uploadcutoff0: md5 = 6a5eb76128c198cc2e449d6d47b8f2dd OK 2024/12/09 04:53:54 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.45s) --- PASS: TestRcatMetadata/Normal (2.93s) --- PASS: TestRcatMetadata/ViaDisk (3.07s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:53:57 DEBUG : potato1: md5 = 6451cb719058b394e5d3670c50ba442b OK 2024/12/09 04:53:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': File to upload is small (60 bytes), uploading instead of streaming 2024/12/09 04:53:59 DEBUG : potato2: md5 = bd402819b40ccb47fac779ec49fbf674 OK 2024/12/09 04:53:59 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.95s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:54:02 DEBUG : potato1: md5 = 9807ea4495b48af57d39018d4d581d0b OK 2024/12/09 04:54:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': File to upload is small (60 bytes), uploading instead of streaming 2024/12/09 04:54:04 DEBUG : potato2: md5 = 24c3fa6d433cc466ae4cdc947c320b2d OK 2024/12/09 04:54:04 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.91s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:54:08 DEBUG : potato2: md5 = e9bdf354b0efd1d46782a564df31d7e4 OK 2024/12/09 04:54:09 DEBUG : empty space: md5 = 47132b4256354c57a8ff34994e079602 OK 2024/12/09 04:54:12 DEBUG : sub dir/potato3: md5 = 119e6b699d7bee4f69af946597c83982 OK 2024/12/09 04:54:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Touching "empty space" 2024/12/09 04:54:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Touching "potato2" 2024/12/09 04:54:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Touching "sub dir/potato3" 2024/12/09 04:54:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.30s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:54:19 DEBUG : dir with metadata: Making directory with metadata 2024/12/09 04:54:20 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.79s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:54:21 DEBUG : directory with modtime: Making directory with metadata 2024/12/09 04:54:22 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.92s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:54:24 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/09 04:54:24 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/09 04:54:25 DEBUG : Google drive root 'crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g': Skipping btime metadata as can't update it on an existing file: 2024-12-09T04:54:24.782850842Z 2024/12/09 04:54:25 INFO : non existent directory: Updated directory metadata 2024/12/09 04:54:28 DEBUG : Google drive root 'crypt/pdbr4vadc8g5vgfnp0amkn2lfme3l5kvfno5nvvciu02vafrpk6g': Skipping btime metadata as can't update it on an existing file: 2024-12-09T04:54:24.782850842Z 2024/12/09 04:54:28 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.87s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:54:30 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/09 04:54:32 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/09 04:54:35 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (6.34s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:54:37 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/09 04:54:37 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/09 04:54:37 DEBUG : dst: Making directory with metadata 2024/12/09 04:54:38 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/09 04:54:38 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/09 04:54:38 INFO : dst: Set directory modification time (using SetModTime) 2024/12/09 04:54:39 INFO : dst: Set directory modification time (using SetModTime) 2024/12/09 04:54:39 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/09 04:54:39 INFO : dst: Set directory modification time (using SetModTime) 2024/12/09 04:54:39 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.35s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto'", Local "Local file system at /tmp/rclone4086109815", Modify Window "1ms" 2024/12/09 04:54:44 DEBUG : sub dir/test remove existing: md5 = a60ac7fbe27b5f635d683d8db9ba868d OK 2024/12/09 04:54:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = c246a3be7b72418801995f7262546a41 OK 2024/12/09 04:54:47 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tavoziw5" before starting 2024/12/09 04:54:49 DEBUG : sub dir/test remove existing.tavoziw5: TEST: removing renamed existing file after operation 2024/12/09 04:54:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lafopuh8" before starting 2024/12/09 04:54:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lafopuh8: TEST: renaming existing back after failed operation 2024/12/09 04:54:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.maceruw1" before starting 2024/12/09 04:54:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.maceruw1: TEST: removing renamed existing file after operation 2024/12/09 04:54:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "88ji14b5ntt3qko7id9foo43umau73qqm29isa4gmcivh4mmkgtevcifmcpmpl6jvuhfuiknkbeo7343ilgs6jgkscppvkct4pih3p1991qo1ejt454ultfe2pd5acqio1cak0fvjkhq3ovd68c8ueci0qpfr8e1g9cb14gnqfnafnac0qrg" 2024/12/09 04:54:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "q1ksah2ock4s478qs2d1j8o16f9qrpgf0tqgutj01umq4cm2b220" --- PASS: TestRemoveExisting (15.17s) === 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/09 04:54:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajomed5ceto': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m20.951465548s (try 1/5)