"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/04/02 04:52:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo" 2025/04/02 04:52:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:52:53 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg" 2025/04/02 04:52:54 DEBUG : Creating backend with remote "/tmp/rclone3383455128" === 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.19s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/02 04:52:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/02 04:52:55 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/02 04:52:55 DEBUG : potato: Seek from 10 to 0 2025/04/02 04:52:55 DEBUG : potato: Seek from 10 to 0 2025/04/02 04:52:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/02 04:52:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/02 04:52:55 DEBUG : potato: Seek from 5 to 2 2025/04/02 04:52:55 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/02 04:52:55 DEBUG : potato: Seek from 7 to 0 2025/04/02 04:52:55 DEBUG : potato: Seek from 7 to 0 2025/04/02 04:52:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/02 04:52:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/02 04:52:55 DEBUG : potato: Seek from 5 to 2 2025/04/02 04:52:55 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/02 04:52:55 DEBUG : potato: Seek from 8 to 0 2025/04/02 04:52:55 DEBUG : potato: Seek from 8 to 0 2025/04/02 04:52:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/02 04:52:55 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/02 04:52:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/02 04:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/02 04:52:55 DEBUG : potato: Seek from 5 to 2 2025/04/02 04:52:55 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/02 04:52:55 DEBUG : potato: Seek from 9 to 0 2025/04/02 04:52:55 DEBUG : potato: Seek from 9 to 0 2025/04/02 04:52:55 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:52:57 DEBUG : rutabaga: md5 = 4134b969e9911929a6e406af5b4be4c8 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/02 04:52:59 DEBUG : empty space: md5 = 15b56f03c7b1bcbde92d4aa4b2ec5f17 OK === RUN TestCheck/3 2025/04/02 04:53:01 DEBUG : potato2: md5 = 44beca8c72e3cce880a6b9b1b60aadb0 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/02 04:53:03 DEBUG : remotepotato: md5 = 16e5d10eb47e7164b9116d7e853d2867 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.45s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/04/02 04:53:06 DEBUG : Creating backend with remote "nonexistent" 2025/04/02 04:53:06 DEBUG : Creating backend with remote "nonexistent" 2025/04/02 04:53:06 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/02 04:53:06 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/02 04:53:06 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/02 04:53:06 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:53:08 DEBUG : rutabaga: md5 = abfbd9deaae04ca14d3f6f34bdd0ef26 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/02 04:53:11 DEBUG : empty space: md5 = 35045ce88ec96d76dabe79763b6f7d83 OK === RUN TestCheckDownload/3 2025/04/02 04:53:14 DEBUG : potato2: md5 = c1f8069a055e7727c807ccc00cac9193 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/02 04:53:18 DEBUG : remotepotato: md5 = 39b8640b27f3164c4b3be22d63b81a1f OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.88s) --- PASS: TestCheckDownload/1 (1.13s) --- PASS: TestCheckDownload/2 (1.05s) --- PASS: TestCheckDownload/3 (0.96s) --- PASS: TestCheckDownload/4 (1.23s) --- PASS: TestCheckDownload/5 (1.19s) --- PASS: TestCheckDownload/6 (1.02s) --- PASS: TestCheckDownload/7 (1.42s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:53:25 DEBUG : rutabaga: md5 = 4f04af478cf80dc2dcb3b05045e5db9c OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/02 04:53:27 DEBUG : empty space: md5 = a6b00af879ced7a3cd1b888bda2b0600 OK === RUN TestCheckSizeOnly/3 2025/04/02 04:53:29 DEBUG : potato2: md5 = 15f3757744cb3188990694b98ea87b05 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/02 04:53:31 DEBUG : remotepotato: md5 = 5b8080682addb2f6354835b9327dc07c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.60s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:53:35 DEBUG : test.sum: md5 = c753ad0d7481947cbf270a773a57921c OK 2025/04/02 04:53:36 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/02 04:53:36 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/02 04:53:36 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/02 04:53:36 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/02 04:53:38 DEBUG : test.sum: md5 = fe382498332e06572c48d841ae49d56a OK 2025/04/02 04:53:39 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/02 04:53:39 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/02 04:53:39 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/02 04:53:39 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.18s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:53:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/data" 2025/04/02 04:53:40 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.83s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:53:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/data" 2025/04/02 04:53:43 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/vjrnln8ratgmqakfosrqe8espk" 2025/04/02 04:53:48 DEBUG : data/banana: md5 = 0ecccb9fc750cd2b43e163881ea4621b OK 2025/04/02 04:53:49 DEBUG : test.sum: md5 = 3afbab0a7b032aa197e6da2e5d681d3f OK === RUN TestCheckSumDownload/subtest1 2025/04/02 04:53:53 DEBUG : data/potato: md5 = a0b69b6692d4191e5bef46a312fb59e1 OK 2025/04/02 04:53:55 DEBUG : test.sum: md5 = 79be16cad7d6d168ee1b33f181ee15af OK === RUN TestCheckSumDownload/subtest2 2025/04/02 04:53:59 DEBUG : test.sum: md5 = 880791e5a36ae9df63f08b3ca021617b OK === RUN TestCheckSumDownload/subtest3 2025/04/02 04:54:03 DEBUG : test.sum: md5 = 97a20fcfc9a3d52821bc86828fdfb07f OK === RUN TestCheckSumDownload/subtest4 2025/04/02 04:54:07 DEBUG : test.sum: md5 = d6d09d98a6e07b5723c1bb3c21e0e07f OK === RUN TestCheckSumDownload/subtest5 2025/04/02 04:54:12 DEBUG : test.sum: md5 = ff29ea429014dd4cbbacc67ab26cea60 OK === RUN TestCheckSumDownload/subtest6 2025/04/02 04:54:16 DEBUG : data/banana: md5 = d79ab4ac1ee1902e497a14bda07ac812 OK 2025/04/02 04:54:17 DEBUG : data/potato: md5 = 5611a28fe08591347532c992f361ec44 OK 2025/04/02 04:54:18 DEBUG : test.sum: md5 = a954d3af408130b735d1ff9519d09cc6 OK === RUN TestCheckSumDownload/subtest7 2025/04/02 04:54:23 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/02 04:54:23 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (41.10s) --- PASS: TestCheckSumDownload/subtest1 (2.39s) --- PASS: TestCheckSumDownload/subtest2 (2.05s) --- PASS: TestCheckSumDownload/subtest3 (2.78s) --- PASS: TestCheckSumDownload/subtest4 (2.18s) --- PASS: TestCheckSumDownload/subtest5 (2.22s) --- PASS: TestCheckSumDownload/subtest6 (2.07s) --- PASS: TestCheckSumDownload/subtest7 (2.39s) === RUN TestApplyTransforms 2025/04/02 04:54:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-foxeyig4zevu" 2025/04/02 04:54:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:54:24 DEBUG : Creating backend with remote "TestDrive:crypt/ctafu858tf8p600qsmqa5q8q6dfohp81ljouvr5v58cnvabfj9f0" 2025/04/02 04:54:25 DEBUG : Creating backend with remote "/tmp/rclone2985788808" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-foxeyig4zevu'", Local "Local file system at /tmp/rclone2985788808", Modify Window "1ms" 2025/04/02 04:54:27 DEBUG : hello, world!: md5 = b3786b39013ad694f9a4d84c7a0c6fed OK upper checkfile vs. lower remote (without normalization) 2025/04/02 04:54:28 ERROR : hello, world!: sum not found 2025/04/02 04:54:28 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-foxeyig4zevu' 2025/04/02 04:54:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxeyig4zevu': 1 files missing 2025/04/02 04:54:28 NOTICE: 1 hashes missing 2025/04/02 04:54:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxeyig4zevu': 2 differences found 2025/04/02 04:54:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxeyig4zevu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/02 04:54:29 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:54:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxeyig4zevu': 0 differences found 2025/04/02 04:54:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxeyig4zevu': 1 matching files 2025/04/02 04:54:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vinuyiv3mayo" 2025/04/02 04:54:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:54:29 DEBUG : Creating backend with remote "TestDrive:crypt/qu43l12a7go41ic1hf3vt32k9qov0mvp07kcqkpqrue4vgm5e0ng" 2025/04/02 04:54:30 DEBUG : Creating backend with remote "/tmp/rclone2425828968" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vinuyiv3mayo'", Local "Local file system at /tmp/rclone2425828968", Modify Window "1ms" 2025/04/02 04:54:32 DEBUG : HELLO, WORLD!: md5 = b26ccd3277edb0dee5e4ecf3e72184b9 OK lower checkfile vs. upper remote (without normalization) 2025/04/02 04:54:32 ERROR : HELLO, WORLD!: sum not found 2025/04/02 04:54:32 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vinuyiv3mayo' 2025/04/02 04:54:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vinuyiv3mayo': 1 files missing 2025/04/02 04:54:32 NOTICE: 1 hashes missing 2025/04/02 04:54:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vinuyiv3mayo': 2 differences found 2025/04/02 04:54:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vinuyiv3mayo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/02 04:54:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:54:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vinuyiv3mayo': 0 differences found 2025/04/02 04:54:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vinuyiv3mayo': 1 matching files 2025/04/02 04:54:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lajimam3codi" 2025/04/02 04:54:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:54:33 DEBUG : Creating backend with remote "TestDrive:crypt/vmbkif1h4g7sc6s9iaq1m6r1ke2qs46n7iaed2d7eh31blnd1l80" 2025/04/02 04:54:34 DEBUG : Creating backend with remote "/tmp/rclone4089508252" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lajimam3codi'", Local "Local file system at /tmp/rclone4089508252", Modify Window "1ms" 2025/04/02 04:54:37 DEBUG : HeLlO, wOrLd!: md5 = 9f9debeb7fa248c6aae33842dcc83a40 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/02 04:54:37 ERROR : HeLlO, wOrLd!: sum not found 2025/04/02 04:54:37 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lajimam3codi' 2025/04/02 04:54:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lajimam3codi': 1 files missing 2025/04/02 04:54:37 NOTICE: 1 hashes missing 2025/04/02 04:54:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lajimam3codi': 2 differences found 2025/04/02 04:54:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lajimam3codi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/02 04:54:39 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:54:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lajimam3codi': 0 differences found 2025/04/02 04:54:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lajimam3codi': 1 matching files 2025/04/02 04:54:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gahewev8puqa" 2025/04/02 04:54:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:54:39 DEBUG : Creating backend with remote "TestDrive:crypt/rsr7fv1kntti8a83rcvf16u77hhsgtqgetsmjq5mrouqmeblvirg" 2025/04/02 04:54:40 DEBUG : Creating backend with remote "/tmp/rclone3365105805" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gahewev8puqa'", Local "Local file system at /tmp/rclone3365105805", Modify Window "1ms" 2025/04/02 04:54:42 DEBUG : HELLO, WORLD!: md5 = 2125c699c164d1dfdcccf30cce19df8f OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/02 04:54:42 ERROR : HELLO, WORLD!: sum not found 2025/04/02 04:54:42 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gahewev8puqa' 2025/04/02 04:54:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gahewev8puqa': 1 files missing 2025/04/02 04:54:42 NOTICE: 1 hashes missing 2025/04/02 04:54:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gahewev8puqa': 2 differences found 2025/04/02 04:54:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gahewev8puqa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/02 04:54:43 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:54:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gahewev8puqa': 0 differences found 2025/04/02 04:54:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gahewev8puqa': 1 matching files 2025/04/02 04:54:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-volofil8yodi" 2025/04/02 04:54:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:54:44 DEBUG : Creating backend with remote "TestDrive:crypt/usv4quksfaj9fcetcssmph0un73vv3acb101c34t43onrajfft40" 2025/04/02 04:54:44 DEBUG : Creating backend with remote "/tmp/rclone3164915347" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-volofil8yodi'", Local "Local file system at /tmp/rclone3164915347", Modify Window "1ms" 2025/04/02 04:54:47 DEBUG : 測試_Русский___ě_áñ: md5 = 8ba3f41647cbd952126da30a53029036 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/02 04:54:47 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/02 04:54:47 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-volofil8yodi' 2025/04/02 04:54:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-volofil8yodi': 1 files missing 2025/04/02 04:54:47 NOTICE: 1 hashes missing 2025/04/02 04:54:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-volofil8yodi': 2 differences found 2025/04/02 04:54:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-volofil8yodi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/02 04:54:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:54:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-volofil8yodi': 0 differences found 2025/04/02 04:54:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-volofil8yodi': 1 matching files 2025/04/02 04:54:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kerozek2pite" 2025/04/02 04:54:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:54:48 DEBUG : Creating backend with remote "TestDrive:crypt/71f3b8ag2npj9rtssvme5vfmh7e7du5rsg35f8tb3q1rsfinitpg" 2025/04/02 04:54:49 DEBUG : Creating backend with remote "/tmp/rclone1931637449" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kerozek2pite'", Local "Local file system at /tmp/rclone1931637449", Modify Window "1ms" 2025/04/02 04:54:51 DEBUG : 測試_Русский___ě_áñ: md5 = 3f991eb12e04ac292b7f40631e1a69e7 OK NFC checkfile vs. NFD remote (without normalization) 2025/04/02 04:54:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/02 04:54:52 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kerozek2pite' 2025/04/02 04:54:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerozek2pite': 1 files missing 2025/04/02 04:54:52 NOTICE: 1 hashes missing 2025/04/02 04:54:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerozek2pite': 2 differences found 2025/04/02 04:54:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerozek2pite': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/02 04:54:53 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerozek2pite': 0 differences found 2025/04/02 04:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerozek2pite': 1 matching files 2025/04/02 04:54:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoceqaw5wacu" 2025/04/02 04:54:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:54:53 DEBUG : Creating backend with remote "TestDrive:crypt/ds4u3ise210m1ukur267qu29sji2bmt2vifu6t0jcne6796lfgpg" 2025/04/02 04:54:54 DEBUG : Creating backend with remote "/tmp/rclone1684618366" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoceqaw5wacu'", Local "Local file system at /tmp/rclone1684618366", Modify Window "1ms" 2025/04/02 04:54:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7d87944172ce49a39567f6c0fac179b4 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/02 04:54:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/02 04:54:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hoceqaw5wacu' 2025/04/02 04:54:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoceqaw5wacu': 1 files missing 2025/04/02 04:54:57 NOTICE: 1 hashes missing 2025/04/02 04:54:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoceqaw5wacu': 2 differences found 2025/04/02 04:54:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoceqaw5wacu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/02 04:54:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:54:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoceqaw5wacu': 0 differences found 2025/04/02 04:54:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoceqaw5wacu': 1 matching files 2025/04/02 04:54:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rapopij1tite" 2025/04/02 04:54:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:54:58 DEBUG : Creating backend with remote "TestDrive:crypt/o7eem35u51pev6v6qbj4tvrhc540q18g76llecpjiibbhcq3kne0" 2025/04/02 04:54:59 DEBUG : Creating backend with remote "/tmp/rclone348595817" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rapopij1tite'", Local "Local file system at /tmp/rclone348595817", Modify Window "1ms" 2025/04/02 04:55:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = acfd0a959f0733490352df666f028f30 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/02 04:55:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/02 04:55:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rapopij1tite' 2025/04/02 04:55:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapopij1tite': 1 files missing 2025/04/02 04:55:02 NOTICE: 1 hashes missing 2025/04/02 04:55:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapopij1tite': 2 differences found 2025/04/02 04:55:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapopij1tite': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/02 04:55:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapopij1tite': 0 differences found 2025/04/02 04:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapopij1tite': 1 matching files 2025/04/02 04:55:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xivoric2ciyo" 2025/04/02 04:55:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:55:03 DEBUG : Creating backend with remote "TestDrive:crypt/n9hm4mq8s18k3iasoclvh7oe0uffog3hnrc560kij721m1u31o70" 2025/04/02 04:55:04 DEBUG : Creating backend with remote "/tmp/rclone1393279378" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xivoric2ciyo'", Local "Local file system at /tmp/rclone1393279378", Modify Window "1ms" 2025/04/02 04:55:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 748e88b85ca8a18ae6bff34675009035 OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/02 04:55:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/02 04:55:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xivoric2ciyo' 2025/04/02 04:55:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xivoric2ciyo': 1 files missing 2025/04/02 04:55:06 NOTICE: 1 hashes missing 2025/04/02 04:55:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xivoric2ciyo': 2 differences found 2025/04/02 04:55:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xivoric2ciyo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/02 04:55:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:55:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xivoric2ciyo': 0 differences found 2025/04/02 04:55:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xivoric2ciyo': 1 matching files 2025/04/02 04:55:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tebiwej2xati" 2025/04/02 04:55:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:55:08 DEBUG : Creating backend with remote "TestDrive:crypt/lg6b51cn8ta6pbq07vda2i8fmoqv6ks8jctfh2b8nt4i10ni418g" 2025/04/02 04:55:09 DEBUG : Creating backend with remote "/tmp/rclone1697516362" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tebiwej2xati'", Local "Local file system at /tmp/rclone1697516362", Modify Window "1ms" 2025/04/02 04:55:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 92f9385702e6ae92c8353c1faafc3723 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/02 04:55:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/02 04:55:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tebiwej2xati' 2025/04/02 04:55:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tebiwej2xati': 1 files missing 2025/04/02 04:55:11 NOTICE: 1 hashes missing 2025/04/02 04:55:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tebiwej2xati': 2 differences found 2025/04/02 04:55:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tebiwej2xati': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/02 04:55:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/02 04:55:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tebiwej2xati': 0 differences found 2025/04/02 04:55:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tebiwej2xati': 1 matching files 2025/04/02 04:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tebiwej2xati': Purge remote 2025/04/02 04:55:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xivoric2ciyo': Purge remote 2025/04/02 04:55:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rapopij1tite': Purge remote 2025/04/02 04:55:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoceqaw5wacu': Purge remote 2025/04/02 04:55:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kerozek2pite': Purge remote 2025/04/02 04:55:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-volofil8yodi': Purge remote 2025/04/02 04:55:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gahewev8puqa': Purge remote 2025/04/02 04:55:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lajimam3codi': Purge remote 2025/04/02 04:55:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vinuyiv3mayo': Purge remote 2025/04/02 04:55:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foxeyig4zevu': Purge remote --- PASS: TestApplyTransforms (53.65s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:55:18 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/02 04:55:20 DEBUG : sub/file2: md5 = 3112c550458eabb4704416584e1fe180 OK 2025/04/02 04:55:20 INFO : file1: Copied (new) to: sub/file2 2025/04/02 04:55:21 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/02 04:55:21 DEBUG : file1: Unchanged skipping 2025/04/02 04:55:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': don't need to copy/move sub/file2, it is already at target location 2025/04/02 04:55:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.03s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:55:26 DEBUG : dst/file1: md5 = cb083878520daa3b3ac4940e89ed06da OK 2025/04/02 04:55:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/backup" 2025/04/02 04:55:27 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/1nrff024r7pq65ecp72fc28jb0" 2025/04/02 04:55:29 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/02 04:55:31 INFO : dst/file1: Moved (server-side) 2025/04/02 04:55:32 DEBUG : dst/file1: md5 = ffa1ea94142c0bd27fd3522354c658b3 OK 2025/04/02 04:55:32 INFO : dst/file1: Copied (new) 2025/04/02 04:55:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/02 04:55:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/02 04:55:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.58s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:55:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/dst" 2025/04/02 04:55:37 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/02 04:55:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/CompareDest" 2025/04/02 04:55:38 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/gveqi14airsml4bgu7krj116o8" 2025/04/02 04:55:40 DEBUG : one: Need to transfer - File not found at Destination 2025/04/02 04:55:42 DEBUG : one: md5 = 032aa491601af7f5724b21c9b8db8ea8 OK 2025/04/02 04:55:42 INFO : one: Copied (new) 2025/04/02 04:55:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/02 04:55:45 DEBUG : one: md5 = 119870f257a8e2b48650f83a1ae89bdb OK 2025/04/02 04:55:45 INFO : one: Copied (replaced existing) 2025/04/02 04:55:47 DEBUG : dst/one: md5 = 47cf6138a8ffe508155bdfa3f8c7f775 OK 2025/04/02 04:55:49 DEBUG : CompareDest/one: md5 = ccd2bf5e59c88c3b7cba840bc2132fdf OK 2025/04/02 04:55:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/02 04:55:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/02 04:55:50 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/02 04:55:52 DEBUG : CompareDest/two: md5 = ebb8b82085f0095fc4ff26d803181fba OK 2025/04/02 04:55:53 DEBUG : two: Need to transfer - File not found at Destination 2025/04/02 04:55:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/02 04:55:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/02 04:55:54 DEBUG : two: Need to transfer - File not found at Destination 2025/04/02 04:55:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/02 04:55:54 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/02 04:55:55 DEBUG : two: Need to transfer - File not found at Destination 2025/04/02 04:55:56 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/02 04:55:57 DEBUG : two: md5 = 5658c1ae931b2603976211511ab79b13 OK 2025/04/02 04:55:57 INFO : two: Copied (new) 2025/04/02 04:56:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/02 04:56:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 04:56:01 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 04:56:01 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.60s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:56:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/dst" 2025/04/02 04:56:01 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/02 04:56:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/CopyDest" 2025/04/02 04:56:03 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/02 04:56:05 DEBUG : one: Need to transfer - File not found at Destination 2025/04/02 04:56:07 DEBUG : one: md5 = dfe76d9a7a1c4ecbca8b7e15be081531 OK 2025/04/02 04:56:07 INFO : one: Copied (new) 2025/04/02 04:56:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/02 04:56:10 DEBUG : one: md5 = 0c61f16ef0c7d638a457804230eb40b3 OK 2025/04/02 04:56:10 INFO : one: Copied (replaced existing) 2025/04/02 04:56:11 DEBUG : dst/one: md5 = d0eda5dbbd32b620e7f422dd31f3bb1f OK 2025/04/02 04:56:14 DEBUG : CopyDest/one: md5 = 33c739d95b4e2c1f87ddd7c2a244df02 OK 2025/04/02 04:56:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/BackupDir" 2025/04/02 04:56:14 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/02 04:56:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/02 04:56:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/02 04:56:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/02 04:56:18 INFO : one: Moved (server-side) 2025/04/02 04:56:19 INFO : one: Copied (server-side copy) 2025/04/02 04:56:19 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/02 04:56:21 DEBUG : CopyDest/two: md5 = 5935811fe3c0c720b46a8ee4ace1946f OK 2025/04/02 04:56:22 DEBUG : two: Need to transfer - File not found at Destination 2025/04/02 04:56:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/02 04:56:23 INFO : two: Copied (server-side copy) 2025/04/02 04:56:23 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/02 04:56:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/02 04:56:24 DEBUG : two: Unchanged skipping 2025/04/02 04:56:26 DEBUG : CopyDest/three: md5 = e8e73dbb38ddefa94580cbb0fdc5a810 OK 2025/04/02 04:56:26 DEBUG : three: Need to transfer - File not found at Destination 2025/04/02 04:56:27 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/02 04:56:27 DEBUG : three: Destination not found in --copy-dest 2025/04/02 04:56:28 DEBUG : three: md5 = 23abc15409955c2fabc44f6077d3d980 OK 2025/04/02 04:56:28 INFO : three: Copied (new) 2025/04/02 04:56:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/02 04:56:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 04:56:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/02 04:56:33 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/02 04:56:33 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 04:56:33 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/02 04:56:34 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.15s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:56:36 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/02 04:56:38 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 89339db0ae61d8f2a6ba394f321fa70f OK 2025/04/02 04:56:38 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/02 04:56:38 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/02 04:56:38 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 2025/04/02 04:56:39 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/02 04:56:40 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/02 04:56:41 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 3ffd4b696dc12fa237f9ed6ea80fb525 OK 2025/04/02 04:56:41 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/02 04:56:43 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/02 04:56:43 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.72s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.41s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:56:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Looking for duplicate names using skip mode. 2025/04/02 04:56:48 NOTICE: one: Found 2 files with duplicate names 2025/04/02 04:56:48 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.74s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:56:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Looking for duplicate names using skip mode. 2025/04/02 04:56:54 NOTICE: one: Found 3 files with duplicate names 2025/04/02 04:56:54 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/02 04:56:54 INFO : one: Deleted 2025/04/02 04:56:54 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.63s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:57:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Looking for duplicate names using first mode. 2025/04/02 04:57:00 NOTICE: one: Found 3 files with duplicate names 2025/04/02 04:57:01 INFO : one: Deleted 2025/04/02 04:57:01 INFO : one: Deleted 2025/04/02 04:57:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.52s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:57:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Looking for duplicate names using newest mode. 2025/04/02 04:57:06 NOTICE: one: Found 3 files with duplicate names 2025/04/02 04:57:07 INFO : one: Deleted 2025/04/02 04:57:07 INFO : one: Deleted 2025/04/02 04:57:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.13s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:57:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Looking for duplicate names using oldest mode. 2025/04/02 04:57:13 NOTICE: one: Found 3 files with duplicate names 2025/04/02 04:57:14 INFO : one: Deleted 2025/04/02 04:57:14 INFO : one: Deleted 2025/04/02 04:57:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.45s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:57:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Looking for duplicate names using largest mode. 2025/04/02 04:57:19 NOTICE: one: Found 3 files with duplicate names 2025/04/02 04:57:20 INFO : one: Deleted 2025/04/02 04:57:20 INFO : one: Deleted 2025/04/02 04:57:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.04s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:57:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Looking for duplicate names using smallest mode. 2025/04/02 04:57:26 NOTICE: one: Found 3 files with duplicate names 2025/04/02 04:57:26 INFO : one: Deleted 2025/04/02 04:57:27 INFO : one: Deleted 2025/04/02 04:57:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.39s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:57:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Looking for duplicate names using rename mode. 2025/04/02 04:57:33 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/02 04:57:34 INFO : one-2.txt: renamed from: one.txt 2025/04/02 04:57:35 INFO : one-3.txt: renamed from: one.txt 2025/04/02 04:57:37 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.27s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:57:41 DEBUG : dupe1/one.txt: md5 = b38bb7af012cf0834bf2ae4800cb1543 OK 2025/04/02 04:57:43 DEBUG : dupe2/two.txt: md5 = eb6a7458c6a4dc09075574ad56a1f982 OK 2025/04/02 04:57:46 DEBUG : dupe3/three.txt: md5 = 8fdddbd4b6293ed8cdc218d2b4e8e80c OK 2025/04/02 04:57:46 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/02 04:57:47 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/02 04:57:48 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/02 04:57:48 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/02 04:57:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/02 04:57:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/02 04:57:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.08s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:57:54 DEBUG : a.txt: md5 = b0d1a357950769372e34d387e1e380ac OK 2025/04/02 04:57:55 DEBUG : zend.txt: md5 = 30620e1196c656eedd2b748b20e6aa3a OK 2025/04/02 04:57:57 DEBUG : sub dir/hello world: md5 = 349f061fbfb0919fa3dd95e62d59191f OK 2025/04/02 04:57:59 DEBUG : sub dir/hello world2: md5 = 77d82ec82ca11e6c4c93fa4a6024094f OK 2025/04/02 04:58:01 DEBUG : sub dir/ignore dir/.ignore: md5 = 0b6e0cb8833d2ca90315830b4f2b00a2 OK 2025/04/02 04:58:02 DEBUG : sub dir/ignore dir/should be ignored: md5 = 6b8728e6180b5b591a576616c1013503 OK 2025/04/02 04:58:04 DEBUG : sub dir/sub sub dir/hello world3: md5 = 387ac60c9004ad4192a6617457be010b OK 2025/04/02 04:58:05 DEBUG : a.txt: Excluded (Size Filter) 2025/04/02 04:58:05 DEBUG : a.txt: Excluded 2025/04/02 04:58:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/02 04:58:06 DEBUG : sub dir/hello world2: Excluded 2025/04/02 04:58:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/02 04:58:06 DEBUG : sub dir/hello world: Excluded 2025/04/02 04:58:07 DEBUG : sub dir/ignore dir: Excluded 2025/04/02 04:58:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/02 04:58:07 DEBUG : sub dir/hello world2: Excluded 2025/04/02 04:58:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/02 04:58:07 DEBUG : sub dir/hello world: Excluded 2025/04/02 04:58:07 DEBUG : sub dir/ignore dir: Excluded 2025/04/02 04:58:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/02 04:58:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/02 04:58:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/02 04:58:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/02 04:58:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/02 04:58:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/02 04:58:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.41s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:58:15 DEBUG : file1: md5 = 1662b24b0af1a3458fd05e9c7e2b35ee OK 2025/04/02 04:58:17 DEBUG : sub/file2: md5 = 0d1a733284893f343a3b23e4d0c0a052 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 2025/04/02 04:58:20 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/02 04:58:20 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/02 04:58:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/02 04:58:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.32s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.62s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:58:25 DEBUG : file1: md5 = 28950bd03ec554d83a8de83b939cb2ea OK 2025/04/02 04:58:27 DEBUG : sub/file2: md5 = 0b83012d8393547dcdc729e12ad753d3 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 2025/04/02 04:58:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/notfound" 2025/04/02 04:58:31 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/qe0i31qdkoejk60elps0ni5sqk" 2025/04/02 04:58:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.91s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.76s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:58:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Making directory 2025/04/02 04:58:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:58:38 DEBUG : sub dir/hello world: md5 = 4458a7b7af4f27986db0bed303ae2dbe OK 2025/04/02 04:58:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.74s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:58:42 DEBUG : potato2: md5 = d668ea7f8ea94d95a7d57be01ba10a87 OK 2025/04/02 04:58:43 DEBUG : empty space: md5 = 6607ebcad90e52f05ecd7ea31eb2d591 OK --- PASS: TestLs (4.46s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:58:46 DEBUG : potato2: md5 = 19f55f79fcc1472dbdf06451a5ce403a OK 2025/04/02 04:58:47 DEBUG : empty space: md5 = 1a4409b805d5b9de9923c522e33ee4f6 OK 2025/04/02 04:58:48 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/02 04:58:48 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.75s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:58:51 DEBUG : potato2: md5 = 0ae145eb3687ed625884abbd45d99046 OK 2025/04/02 04:58:52 DEBUG : empty space: md5 = e07172c94775865f4275e6877554b0d3 OK --- PASS: TestLsLong (4.59s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:58:55 DEBUG : potato2: md5 = c84980b583d2272361885f187fe2abe3 OK 2025/04/02 04:58:57 DEBUG : empty space: md5 = 9d2ceb0543b0ada6223bed03a2adc0f1 OK --- PASS: TestHashSums (4.40s) === RUN TestHashSumsWithErrors 2025/04/02 04:58:58 DEBUG : Creating backend with remote ":memory:" 2025/04/02 04:58:58 DEBUG : Config file has changed externally - reloading 2025/04/02 04:58:58 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/02 04:58:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/02 04:58:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/02 04:58:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/02 04:58:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/02 04:58:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/02 04:58:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/02 04:58:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/02 04:58:58 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:59:00 DEBUG : potato2: md5 = e6e3c3471e7e1b0f511e26142c6d30d5 OK 2025/04/02 04:59:01 DEBUG : empty space: md5 = 376c470adf1c185ae2562e60dcd31e29 OK 2025/04/02 04:59:03 DEBUG : sub dir/potato3: md5 = fb00857a866284a7381c3f1a6de232f5 OK 2025/04/02 04:59:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.35s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:59:08 DEBUG : small: md5 = 6ee81d513f071dba061bfd26507e33d5 OK 2025/04/02 04:59:09 DEBUG : medium: md5 = 7c9036790bb52446fb35ea90018f0781 OK 2025/04/02 04:59:11 DEBUG : large: md5 = 640500bdece84847647d257839834d57 OK 2025/04/02 04:59:11 DEBUG : Waiting for deletions to finish 2025/04/02 04:59:11 DEBUG : large: Excluded (Size Filter) 2025/04/02 04:59:12 INFO : medium: Deleted 2025/04/02 04:59:12 INFO : small: Deleted --- PASS: TestDelete (6.14s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:59:14 DEBUG : small: md5 = 18f75db820408b57cee673e186c0e848 OK 2025/04/02 04:59:16 DEBUG : medium: md5 = ed5d36395f0f1d4b7738223ab5510d4f OK 2025/04/02 04:59:17 DEBUG : large: md5 = aa7ccb0e19d118eda02110e5b9a55c6b OK 2025/04/02 04:59:17 DEBUG : Waiting for deletions to finish 2025/04/02 04:59:18 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/04/02 04:59:18 INFO : small: Deleted 2025/04/02 04:59:18 INFO : large: Deleted --- PASS: TestMaxDelete (6.72s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:59:21 DEBUG : small: md5 = 59d278053bdd60ab1636ca9512d00071 OK 2025/04/02 04:59:22 DEBUG : medium: md5 = 0b1cac4871f955df94333f523463119a OK 2025/04/02 04:59:24 DEBUG : large: md5 = 23f26d7c216f30ffd4536ca8f2b706d9 OK 2025/04/02 04:59:24 DEBUG : Waiting for deletions to finish 2025/04/02 04:59:24 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/02 04:59:25 INFO : small: Deleted 2025/04/02 04:59:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.78s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:59:28 DEBUG : small: md5 = cdb800bd4f0177a7d046535e5273e9d4 OK 2025/04/02 04:59:29 DEBUG : medium: md5 = f5a8e3377c051e2ed344d0ad5f7a2712 OK 2025/04/02 04:59:30 DEBUG : large: md5 = d4cc8b0ebf332e22869e73acd0ae4b55 OK 2025/04/02 04:59:31 DEBUG : Waiting for deletions to finish 2025/04/02 04:59:31 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/02 04:59:31 INFO : medium: Deleted 2025/04/02 04:59:32 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.65s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:59:35 DEBUG : ReadFile: md5 = 5d434c240758f3b3c02e150ce5cc2dd8 OK --- PASS: TestReadFile (4.20s) === RUN TestRetry 2025/04/02 04:59:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/02 04:59:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/02 04:59:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/02 04:59:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/02 04:59:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/02 04:59:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/02 04:59:37 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 04:59:39 DEBUG : file1: md5 = 8d0550cba49131e6d54778231beeb0cd OK 2025/04/02 04:59:40 DEBUG : file2: md5 = d8b902d795a1981ee183c4335ed2fa41 OK --- PASS: TestCat (16.82s) === RUN TestPurge 2025/04/02 04:59:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hayovud6sili" 2025/04/02 04:59:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/02 04:59:54 DEBUG : Creating backend with remote "TestDrive:crypt/1nu60a0s3idboochiimr20tm25gah642vs5plerombcss5bjistg" 2025/04/02 04:59:55 DEBUG : Creating backend with remote "/tmp/rclone1106214893" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hayovud6sili'", Local "Local file system at /tmp/rclone1106214893", Modify Window "1ms" 2025/04/02 05:00:00 DEBUG : A1/B1/C1/one: md5 = e7c122118802467bdc3e8e069bea688a OK 2025/04/02 05:00:00 INFO : A2: Making directory 2025/04/02 05:00:01 INFO : A1/B2: Making directory 2025/04/02 05:00:01 INFO : A1/B2/C2: Making directory 2025/04/02 05:00:02 INFO : A1/B1/C3: Making directory 2025/04/02 05:00:03 INFO : A3: Making directory 2025/04/02 05:00:04 INFO : A3/B3: Making directory 2025/04/02 05:00:04 INFO : A3/B3/C4: Making directory 2025/04/02 05:00:07 DEBUG : A1/two: md5 = fe152319ff2c48ca4f65a1fde286587a OK 2025/04/02 05:00:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hayovud6sili': Purge remote 2025/04/02 05:00:10 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.01s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:00:14 DEBUG : A1/B1/C1/one: md5 = 10851d965d8a0a8eeaf8a5d54c7c9c3f OK 2025/04/02 05:00:14 INFO : A2: Making directory 2025/04/02 05:00:15 INFO : A1/B2: Making directory 2025/04/02 05:00:15 INFO : A1/B2/C2: Making directory 2025/04/02 05:00:16 INFO : A1/B1/C3: Making directory 2025/04/02 05:00:17 INFO : A3: Making directory 2025/04/02 05:00:18 INFO : A3/B3: Making directory 2025/04/02 05:00:19 INFO : A3/B3/C4: Making directory 2025/04/02 05:00:21 DEBUG : A1/two: md5 = 0b10f23d6a8304d529bc80add4912a7f OK 2025/04/02 05:00:22 DEBUG : removing 1 level 3 directories 2025/04/02 05:00:22 INFO : A3/B3/C4: Removing directory 2025/04/02 05:00:24 DEBUG : removing 2 level 3 directories 2025/04/02 05:00:24 INFO : A1/B2/C2: Removing directory 2025/04/02 05:00:24 INFO : A1/B1/C3: Removing directory 2025/04/02 05:00:25 DEBUG : removing 2 level 2 directories 2025/04/02 05:00:25 INFO : A3/B3: Removing directory 2025/04/02 05:00:25 INFO : A1/B2: Removing directory 2025/04/02 05:00:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/02 05:00:25 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/02 05:00:26 DEBUG : removing 2 level 1 directories 2025/04/02 05:00:26 INFO : A3: Removing directory 2025/04/02 05:00:26 INFO : A2: Removing directory 2025/04/02 05:00:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/02 05:00:30 DEBUG : removing 1 level 3 directories 2025/04/02 05:00:30 INFO : A1/B1/C1: Removing directory 2025/04/02 05:00:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:31 DEBUG : removing 1 level 2 directories 2025/04/02 05:00:31 INFO : A1/B1: Removing directory 2025/04/02 05:00:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/02 05:00:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/02 05:00:31 DEBUG : removing 1 level 1 directories 2025/04/02 05:00:31 INFO : A1: Removing directory 2025/04/02 05:00:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/02 05:00:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/02 05:00:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/02 05:00:32 DEBUG : removing 1 level 0 directories 2025/04/02 05:00:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Removing directory 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/02 05:00:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.37s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:00:34 INFO : A1: Making directory 2025/04/02 05:00:35 INFO : A1/B1: Making directory 2025/04/02 05:00:36 INFO : A1/B1/C1: Making directory 2025/04/02 05:00:38 DEBUG : removing 1 level 3 directories 2025/04/02 05:00:38 INFO : A1/B1/C1: Removing directory 2025/04/02 05:00:39 DEBUG : removing 1 level 2 directories 2025/04/02 05:00:39 INFO : A1/B1: Removing directory 2025/04/02 05:00:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/02 05:00:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.04s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:00:42 INFO : A1: Making directory 2025/04/02 05:00:42 INFO : A1/B1: Making directory 2025/04/02 05:00:43 INFO : A1/B1/C1: Making directory 2025/04/02 05:00:46 DEBUG : removing 1 level 3 directories 2025/04/02 05:00:46 INFO : A1/B1/C1: Removing directory 2025/04/02 05:00:47 DEBUG : removing 1 level 2 directories 2025/04/02 05:00:47 INFO : A1/B1: Removing directory 2025/04/02 05:00:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/02 05:00:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.44s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:00:51 DEBUG : file1: md5 = 42f95d2bb41e6c5239a03191c9b4736e OK 2025/04/02 05:00:51 DEBUG : filename.txt: File name found in url 2025/04/02 05:00:53 DEBUG : filename.txt: md5 = be4014ee603aad5ac7414a6aacd1713d OK 2025/04/02 05:00:53 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/02 05:00:54 DEBUG : headerfilename.txt: md5 = 971c509f2dcb7ac78546f72b3a33cf2f OK 2025/04/02 05:00:55 DEBUG : file2: md5 = 401cd56dd2deab840740e8006f90fc81 OK --- PASS: TestCopyURL (8.79s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:00:58 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/02 05:01:00 DEBUG : sub/file2: md5 = 9e577f698599e061f2c1c2dc329a5240 OK 2025/04/02 05:01:00 INFO : file1: Copied (new) to: sub/file2 2025/04/02 05:01:00 INFO : file1: Deleted 2025/04/02 05:01:01 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/02 05:01:01 DEBUG : file1: Unchanged skipping 2025/04/02 05:01:01 INFO : file1: Deleted 2025/04/02 05:01:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': don't need to copy/move sub/file2, it is already at target location 2025/04/02 05:01:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.94s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:01:04 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/02 05:01:05 DEBUG : file1: md5 = 310a897aa167d672f9f4c06a5fb78c37 OK 2025/04/02 05:01:05 INFO : file1: Copied (new) 2025/04/02 05:01:05 INFO : file1: Deleted 2025/04/02 05:01:06 DEBUG : file1: Destination exists, skipping 2025/04/02 05:01:06 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.87s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.49s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:01:11 DEBUG : dst/file1: md5 = ed5c70a262643ef0f687f2ec3993a515 OK 2025/04/02 05:01:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumolar1baxo/backup" 2025/04/02 05:01:12 DEBUG : Creating backend with remote "TestDrive:crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg/1nrff024r7pq65ecp72fc28jb0" 2025/04/02 05:01:13 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/02 05:01:15 INFO : dst/file1: Moved (server-side) 2025/04/02 05:01:17 DEBUG : dst/file1: md5 = 4a7209bb58bf4aabbbb7023e8cecee5d OK 2025/04/02 05:01:17 INFO : dst/file1: Copied (new) 2025/04/02 05:01:17 INFO : dst/file1: Deleted 2025/04/02 05:01:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/02 05:01:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/02 05:01:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.63s) === 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:01:23 DEBUG : A1/one: md5 = 27d4129e66df043377a4e641fa950493 OK 2025/04/02 05:01:25 DEBUG : A1/two: md5 = b933ba890694ea133a49a15c73cddb1c OK 2025/04/02 05:01:27 DEBUG : A1/B1/three: md5 = 812f49aaed64b75b6aeeaf941dd611d4 OK 2025/04/02 05:01:29 DEBUG : A1/B1/C1/four: md5 = 1816bb684db59c98cac393a10b911d81 OK 2025/04/02 05:01:31 DEBUG : A1/B1/C2/five: md5 = 52b54b49b38e4aa5b6876facdb3c5e48 OK 2025/04/02 05:01:31 INFO : A1/B2: Making directory 2025/04/02 05:01:32 INFO : A1/B1/C3: Making directory 2025/04/02 05:01:42 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/02 05:01:42 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/02 05:01:42 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/02 05:01:42 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/02 05:01:42 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/02 05:01:45 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/02 05:01:45 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/02 05:01:45 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/02 05:01:46 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/02 05:01:46 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/02 05:01:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/02 05:01:53 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/02 05:01:53 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/02 05:01:54 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/02 05:01:54 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/02 05:01:54 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/02 05:01:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/02 05:01:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/02 05:01:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/02 05:01:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/02 05:01:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/02 05:02:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/02 05:02:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/02 05:02:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/02 05:02:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/02 05:02:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/02 05:02:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/02 05:02:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/02 05:02:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/02 05:02:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/02 05:02:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.30s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" --- PASS: TestGetFsInfo (0.59s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': File to upload is small (34 bytes), uploading instead of streaming 2025/04/02 05:02:09 DEBUG : no_checksum_small_file_from_pipe: md5 = fc6a1571a595aae9240f0b5bc96dd19f OK 2025/04/02 05:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/02 05:02:09 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/02 05:02:09 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/02 05:02:10 DEBUG : no_checksum_big_file_from_pipe: md5 = b15b8ce91590e2ec84f254b01e9e4e76 OK 2025/04/02 05:02:10 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': File to upload is small (34 bytes), uploading instead of streaming 2025/04/02 05:02:14 DEBUG : with_checksum_small_file_from_pipe: md5 = 7735cebc21caa3dcf9458efaae85b2d1 OK 2025/04/02 05:02:14 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/02 05:02:15 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/02 05:02:16 DEBUG : with_checksum_big_file_from_pipe: md5 = 69e1188275ffddbe4db5c37508e0ecd4 OK 2025/04/02 05:02:16 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': File to upload is small (34 bytes), uploading instead of streaming 2025/04/02 05:02:19 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/02 05:02:19 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/02 05:02:20 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-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': File to upload is small (34 bytes), uploading instead of streaming 2025/04/02 05:02:24 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/02 05:02:24 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/02 05:02:25 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.63s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.86s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.07s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.00s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.69s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/02 05:02:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': File to upload is small (48 bytes), uploading instead of streaming 2025/04/02 05:02:28 DEBUG : rcat_metadata: md5 = cb24925b85fe0022b9f39d8e73e6f5cd OK 2025/04/02 05:02:28 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/02 05:02:30 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/02 05:02:31 DEBUG : rcat_metadata_uploadcutoff0: md5 = c6e26a1136ccc94b515de438ea8a4538 OK 2025/04/02 05:02:31 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.96s) --- PASS: TestRcatMetadata/Normal (2.55s) --- PASS: TestRcatMetadata/ViaDisk (2.96s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:34 DEBUG : potato1: md5 = e50c4ed97796cbbf6f71f04567090230 OK 2025/04/02 05:02:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': File to upload is small (60 bytes), uploading instead of streaming 2025/04/02 05:02:35 DEBUG : potato2: md5 = 2e573ae76b316163f907c380346000a3 OK 2025/04/02 05:02:35 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.29s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:38 DEBUG : potato1: md5 = a5a74672a6c63b2b8fa1d5ff79ab1cfb OK 2025/04/02 05:02:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': File to upload is small (60 bytes), uploading instead of streaming 2025/04/02 05:02:40 DEBUG : potato2: md5 = 48610a2c63cf98163e48fa17d84d1379 OK 2025/04/02 05:02:40 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.80s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:43 DEBUG : potato2: md5 = 9b46fe5eb59db5629b5fddc2f4ad0090 OK 2025/04/02 05:02:45 DEBUG : empty space: md5 = 0c548ad83754b860668539107f6c05f9 OK 2025/04/02 05:02:47 DEBUG : sub dir/potato3: md5 = 79b08b7e6806fa27e7904dc4fe868164 OK 2025/04/02 05:02:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Touching "sub dir/potato3" 2025/04/02 05:02:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Touching "empty space" 2025/04/02 05:02:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Touching "potato2" 2025/04/02 05:02:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.18s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:52 DEBUG : dir with metadata: Making directory with metadata 2025/04/02 05:02:53 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.48s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:54 DEBUG : directory with modtime: Making directory with metadata 2025/04/02 05:02:55 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.40s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:02:57 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/02 05:02:57 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/02 05:02:57 DEBUG : Google drive root 'crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg': Skipping btime metadata as can't update it on an existing file: 2025-04-02T05:02:57.342992894Z 2025/04/02 05:02:58 INFO : non existent directory: Updated directory metadata 2025/04/02 05:03:00 DEBUG : Google drive root 'crypt/ab6tdi2k4vi2qd2pt6onu0hgf0tp8o38k5481vvsthm0jpbkh2jg': Skipping btime metadata as can't update it on an existing file: 2025-04-02T05:02:57.342992894Z 2025/04/02 05:03:00 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.76s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:03:02 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/02 05:03:03 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/02 05:03:04 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.26s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:03:06 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/02 05:03:06 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/02 05:03:06 DEBUG : dst: Making directory with metadata 2025/04/02 05:03:07 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/02 05:03:07 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/02 05:03:07 INFO : dst: Set directory modification time (using SetModTime) 2025/04/02 05:03:08 INFO : dst: Set directory modification time (using SetModTime) 2025/04/02 05:03:08 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/02 05:03:08 INFO : dst: Set directory modification time (using SetModTime) 2025/04/02 05:03:08 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.61s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo'", Local "Local file system at /tmp/rclone3383455128", Modify Window "1ms" 2025/04/02 05:03:12 DEBUG : sub dir/test remove existing: md5 = 0f178bb962d807129cc96db0e5ec8a31 OK 2025/04/02 05:03:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = a3c9945607a5a8564d49b8534d98d888 OK 2025/04/02 05:03:15 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xoyamir2" before starting 2025/04/02 05:03:16 DEBUG : sub dir/test remove existing.xoyamir2: TEST: removing renamed existing file after operation 2025/04/02 05:03:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sowamor6" before starting 2025/04/02 05:03:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sowamor6: TEST: renaming existing back after failed operation 2025/04/02 05:03:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.larejed3" before starting 2025/04/02 05:03:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.larejed3: TEST: removing renamed existing file after operation 2025/04/02 05:03:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "v3cbs6940lqbtiefeimnj51rd5o4t0e7ahm285nrkre85d073h6s7j4f7nkbmeb5pknonmeq22houap1j0oanlhmv8jvjicm1ino5vv1mv5svc6p5an18jd3dat7sfgucthfbdupmj7833tmbisrp8rm2dnpsk977ljkiuidjatc0bn7jj1g" 2025/04/02 05:03:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "2gbuc4j44utq009no3thv794rsudgg8jai8bou0v5jl7bgmcbdu0" --- PASS: TestRemoveExisting (13.71s) === 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 2025/04/02 05:03:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumolar1baxo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m30.296012206s (try 1/5)