"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/07/07 04:02:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva" 2025/07/07 04:02:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:02:18 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg" 2025/07/07 04:02:19 DEBUG : Creating backend with remote "/tmp/rclone2861825891" === 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-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/07 04:02:20 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/07 04:02:20 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/07 04:02:20 DEBUG : potato: Seek from 10 to 0 2025/07/07 04:02:20 DEBUG : potato: Seek from 10 to 0 2025/07/07 04:02:20 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/07 04:02:20 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/07 04:02:20 DEBUG : potato: Seek from 5 to 2 2025/07/07 04:02:20 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/07 04:02:20 DEBUG : potato: Seek from 7 to 0 2025/07/07 04:02:20 DEBUG : potato: Seek from 7 to 0 2025/07/07 04:02:20 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/07 04:02:20 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/07 04:02:20 DEBUG : potato: Seek from 5 to 2 2025/07/07 04:02:20 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/07 04:02:20 DEBUG : potato: Seek from 8 to 0 2025/07/07 04:02:20 DEBUG : potato: Seek from 8 to 0 2025/07/07 04:02:20 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/07 04:02:20 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/07 04:02:20 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/07 04:02:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/07 04:02:20 DEBUG : potato: Seek from 5 to 2 2025/07/07 04:02:20 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/07 04:02:20 DEBUG : potato: Seek from 9 to 0 2025/07/07 04:02:20 DEBUG : potato: Seek from 9 to 0 2025/07/07 04:02:20 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-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:02:22 DEBUG : rutabaga: md5 = f199cc92af05f1483ebf10e121488706 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/07 04:02:24 DEBUG : empty space: md5 = 27104812095d8b60506474260b400749 OK === RUN TestCheck/3 2025/07/07 04:02:26 DEBUG : potato2: md5 = 3d99335e3d69b9003aab3e3881c75da3 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/07 04:02:28 DEBUG : remotepotato: md5 = 1e34ad5bb81943f741d12c07117656af OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.46s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/07/07 04:02:31 DEBUG : Creating backend with remote "nonexistent" 2025/07/07 04:02:31 DEBUG : Creating backend with remote "nonexistent" 2025/07/07 04:02:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/07 04:02:31 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/07/07 04:02:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/07/07 04:02:31 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-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:02:32 DEBUG : rutabaga: md5 = 21295e31fd570d5a1581282980833b78 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/07 04:02:36 DEBUG : empty space: md5 = e5f2bfc6a11fce01958948ea2a737679 OK === RUN TestCheckDownload/3 2025/07/07 04:02:39 DEBUG : potato2: md5 = 18b3fa1c0f7ead7f7ff6873e1477ccf8 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/07 04:02:43 DEBUG : remotepotato: md5 = a138d421ca65599a20190816a25d6f59 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.05s) --- PASS: TestCheckDownload/1 (1.10s) --- PASS: TestCheckDownload/2 (1.07s) --- PASS: TestCheckDownload/3 (0.97s) --- PASS: TestCheckDownload/4 (1.16s) --- PASS: TestCheckDownload/5 (1.36s) --- PASS: TestCheckDownload/6 (1.67s) --- PASS: TestCheckDownload/7 (0.92s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:02:50 DEBUG : rutabaga: md5 = 8aef16e74e803da178853c255bbb5657 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/07 04:02:52 DEBUG : empty space: md5 = bf4b3ac9e09aa62aaadbf57847ef871b OK === RUN TestCheckSizeOnly/3 2025/07/07 04:02:54 DEBUG : potato2: md5 = dd8857815459e437119f629f6c3716f5 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/07 04:02:56 DEBUG : remotepotato: md5 = 74c62c2a1414ce7afba020cd8c9804ec OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.63s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:03:00 DEBUG : test.sum: md5 = c93cd833554bc4d34a9a3e305d4f4712 OK 2025/07/07 04:03:01 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/07 04:03:01 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/07 04:03:01 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/07 04:03:01 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/07 04:03:03 DEBUG : test.sum: md5 = 7029644d5a6e7ac58bbedbf5ac3b76a8 OK 2025/07/07 04:03:04 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/07 04:03:04 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/07 04:03:04 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/07 04:03:04 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.16s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:03:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/data" 2025/07/07 04:03:05 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva/data' lacks md5, skipping --- SKIP: TestCheckSum (2.02s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:03:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/data" 2025/07/07 04:03:07 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/vjrnln8ratgmqakfosrqe8espk" 2025/07/07 04:03:11 DEBUG : data/banana: md5 = 02c8cb1b01f8260fc8b2c182ba3c6f08 OK 2025/07/07 04:03:12 DEBUG : test.sum: md5 = 4be88f48065def0c7266f3915436c0fa OK === RUN TestCheckSumDownload/subtest1 2025/07/07 04:03:17 DEBUG : data/potato: md5 = fe79c1002dcac30cbd2dd6d566d44a1d OK 2025/07/07 04:03:18 DEBUG : test.sum: md5 = 043f11cc3bc65db3460f63490aa64493 OK === RUN TestCheckSumDownload/subtest2 2025/07/07 04:03:23 DEBUG : test.sum: md5 = 3b1d627d7e646aa31f001d652e922356 OK === RUN TestCheckSumDownload/subtest3 2025/07/07 04:03:27 DEBUG : test.sum: md5 = 790cde9cf4670b9c419cf70ab3d7b2fc OK === RUN TestCheckSumDownload/subtest4 2025/07/07 04:03:31 DEBUG : test.sum: md5 = 008e9c2d64b2b477823727cd35e3afd7 OK === RUN TestCheckSumDownload/subtest5 2025/07/07 04:03:35 DEBUG : test.sum: md5 = fff16aae0ad05d1ad496c60bbff3e23f OK === RUN TestCheckSumDownload/subtest6 2025/07/07 04:03:39 DEBUG : data/banana: md5 = 643c417c374f03a3ee5f867060ae7dc0 OK 2025/07/07 04:03:41 DEBUG : data/potato: md5 = c46ffec7f07cdeaa2c5110913c397a95 OK 2025/07/07 04:03:42 DEBUG : test.sum: md5 = af875e1fe30bfe6fe4806c95aa0d202a OK === RUN TestCheckSumDownload/subtest7 2025/07/07 04:03:47 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/07/07 04:03:47 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.89s) --- PASS: TestCheckSumDownload/subtest1 (2.72s) --- PASS: TestCheckSumDownload/subtest2 (2.28s) --- PASS: TestCheckSumDownload/subtest3 (2.53s) --- PASS: TestCheckSumDownload/subtest4 (2.13s) --- PASS: TestCheckSumDownload/subtest5 (2.17s) --- PASS: TestCheckSumDownload/subtest6 (2.05s) --- PASS: TestCheckSumDownload/subtest7 (2.47s) === RUN TestApplyTransforms 2025/07/07 04:03:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kemebon7koli" 2025/07/07 04:03:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:03:48 DEBUG : Creating backend with remote "TestDrive:crypt/tb30n3anq77o368d2jugm2ol43h40hdsmaqoe2segfil1pt8hsj0" 2025/07/07 04:03:49 DEBUG : Creating backend with remote "/tmp/rclone586334672" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kemebon7koli'", Local "Local file system at /tmp/rclone586334672", Modify Window "1ms" 2025/07/07 04:03:51 DEBUG : hello, world!: md5 = ca664758ba7503825d8779fc07db40b9 OK upper checkfile vs. lower remote (without normalization) 2025/07/07 04:03:51 ERROR : hello, world!: sum not found 2025/07/07 04:03:51 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kemebon7koli' 2025/07/07 04:03:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemebon7koli': 1 files missing 2025/07/07 04:03:51 NOTICE: 1 hashes missing 2025/07/07 04:03:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemebon7koli': 2 differences found 2025/07/07 04:03:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemebon7koli': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/07 04:03:53 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:03:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemebon7koli': 0 differences found 2025/07/07 04:03:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemebon7koli': 1 matching files 2025/07/07 04:03:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zemijen7qefe" 2025/07/07 04:03:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:03:53 DEBUG : Creating backend with remote "TestDrive:crypt/hrg9bct8nkn5rtginjsvq0bh0chcl1ao4ehf187dspg1965iqdng" 2025/07/07 04:03:54 DEBUG : Creating backend with remote "/tmp/rclone1961677545" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zemijen7qefe'", Local "Local file system at /tmp/rclone1961677545", Modify Window "1ms" 2025/07/07 04:03:56 DEBUG : HELLO, WORLD!: md5 = 4f97100e60b3d9ab5a28034647f6fde4 OK lower checkfile vs. upper remote (without normalization) 2025/07/07 04:03:56 ERROR : HELLO, WORLD!: sum not found 2025/07/07 04:03:56 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zemijen7qefe' 2025/07/07 04:03:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemijen7qefe': 1 files missing 2025/07/07 04:03:56 NOTICE: 1 hashes missing 2025/07/07 04:03:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemijen7qefe': 2 differences found 2025/07/07 04:03:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemijen7qefe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/07 04:03:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:03:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemijen7qefe': 0 differences found 2025/07/07 04:03:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemijen7qefe': 1 matching files 2025/07/07 04:03:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bikanax8taje" 2025/07/07 04:03:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:03:58 DEBUG : Creating backend with remote "TestDrive:crypt/rhlru3e8fduk1lb0gf6jb68cl67q6vlp3u94h7bdi4r7hi6fnmj0" 2025/07/07 04:03:58 DEBUG : Creating backend with remote "/tmp/rclone2019868871" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bikanax8taje'", Local "Local file system at /tmp/rclone2019868871", Modify Window "1ms" 2025/07/07 04:04:00 DEBUG : HeLlO, wOrLd!: md5 = 9a3bb79eda76fe6432f2353997cfe403 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/07 04:04:01 ERROR : HeLlO, wOrLd!: sum not found 2025/07/07 04:04:01 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bikanax8taje' 2025/07/07 04:04:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bikanax8taje': 1 files missing 2025/07/07 04:04:01 NOTICE: 1 hashes missing 2025/07/07 04:04:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bikanax8taje': 2 differences found 2025/07/07 04:04:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bikanax8taje': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/07 04:04:02 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:04:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bikanax8taje': 0 differences found 2025/07/07 04:04:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bikanax8taje': 1 matching files 2025/07/07 04:04:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tabawux7nodo" 2025/07/07 04:04:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:04:02 DEBUG : Creating backend with remote "TestDrive:crypt/ovpejmdsa0btq4l1qorgo5d1dc55inu2nf7r925c9sdor0hpef20" 2025/07/07 04:04:03 DEBUG : Creating backend with remote "/tmp/rclone798961689" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tabawux7nodo'", Local "Local file system at /tmp/rclone798961689", Modify Window "1ms" 2025/07/07 04:04:06 DEBUG : HELLO, WORLD!: md5 = b2199fea5615af7158092ba4b109798b OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/07 04:04:06 ERROR : HELLO, WORLD!: sum not found 2025/07/07 04:04:06 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tabawux7nodo' 2025/07/07 04:04:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabawux7nodo': 1 files missing 2025/07/07 04:04:06 NOTICE: 1 hashes missing 2025/07/07 04:04:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabawux7nodo': 2 differences found 2025/07/07 04:04:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabawux7nodo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/07 04:04:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:04:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabawux7nodo': 0 differences found 2025/07/07 04:04:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tabawux7nodo': 1 matching files 2025/07/07 04:04:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tubehod7guno" 2025/07/07 04:04:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:04:07 DEBUG : Creating backend with remote "TestDrive:crypt/g5e3t53o0ii5rifucf0avmn1mgk3ktilcqg6b0srhpgllk8c94p0" 2025/07/07 04:04:08 DEBUG : Creating backend with remote "/tmp/rclone3368437237" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tubehod7guno'", Local "Local file system at /tmp/rclone3368437237", Modify Window "1ms" 2025/07/07 04:04:10 DEBUG : 測試_Русский___ě_áñ: md5 = 322a5b5fb329cb5b3face6d285bf2691 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/07 04:04:11 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/07 04:04:11 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tubehod7guno' 2025/07/07 04:04:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tubehod7guno': 1 files missing 2025/07/07 04:04:11 NOTICE: 1 hashes missing 2025/07/07 04:04:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tubehod7guno': 2 differences found 2025/07/07 04:04:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tubehod7guno': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/07 04:04:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:04:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tubehod7guno': 0 differences found 2025/07/07 04:04:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tubehod7guno': 1 matching files 2025/07/07 04:04:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lulocal0jeqa" 2025/07/07 04:04:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:04:12 DEBUG : Creating backend with remote "TestDrive:crypt/1u23mcttqat10amdcd0keni5settpiqh21h408mukjp1fv0129tg" 2025/07/07 04:04:13 DEBUG : Creating backend with remote "/tmp/rclone1350197378" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lulocal0jeqa'", Local "Local file system at /tmp/rclone1350197378", Modify Window "1ms" 2025/07/07 04:04:15 DEBUG : 測試_Русский___ě_áñ: md5 = fb4254d1212b89b1eddce83ac39dbbf6 OK NFC checkfile vs. NFD remote (without normalization) 2025/07/07 04:04:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/07 04:04:16 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lulocal0jeqa' 2025/07/07 04:04:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulocal0jeqa': 1 files missing 2025/07/07 04:04:16 NOTICE: 1 hashes missing 2025/07/07 04:04:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulocal0jeqa': 2 differences found 2025/07/07 04:04:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulocal0jeqa': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/07 04:04:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:04:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulocal0jeqa': 0 differences found 2025/07/07 04:04:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulocal0jeqa': 1 matching files 2025/07/07 04:04:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numorum8lebu" 2025/07/07 04:04:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:04:17 DEBUG : Creating backend with remote "TestDrive:crypt/itahmljfmtdeuq3o3408ep2mlvgeoe8oorfo2fpm64dcjfpfecqg" 2025/07/07 04:04:19 DEBUG : Creating backend with remote "/tmp/rclone404810181" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numorum8lebu'", Local "Local file system at /tmp/rclone404810181", Modify Window "1ms" 2025/07/07 04:04:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6104b695306aed89297f870d3d15c1c0 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/07 04:04:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/07 04:04:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-numorum8lebu' 2025/07/07 04:04:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-numorum8lebu': 1 files missing 2025/07/07 04:04:21 NOTICE: 1 hashes missing 2025/07/07 04:04:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-numorum8lebu': 2 differences found 2025/07/07 04:04:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-numorum8lebu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/07 04:04:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:04:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-numorum8lebu': 0 differences found 2025/07/07 04:04:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-numorum8lebu': 1 matching files 2025/07/07 04:04:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xorirer8kunu" 2025/07/07 04:04:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:04:22 DEBUG : Creating backend with remote "TestDrive:crypt/4cpn8tftg3aphmln57eqdvvpqkt4ruq9jd1a75g29uj087pagdeg" 2025/07/07 04:04:24 DEBUG : Creating backend with remote "/tmp/rclone3856374353" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xorirer8kunu'", Local "Local file system at /tmp/rclone3856374353", Modify Window "1ms" 2025/07/07 04:04:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 16148670e763f3b960ae4bbf717194ab OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/07 04:04:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/07 04:04:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xorirer8kunu' 2025/07/07 04:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorirer8kunu': 1 files missing 2025/07/07 04:04:26 NOTICE: 1 hashes missing 2025/07/07 04:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorirer8kunu': 2 differences found 2025/07/07 04:04:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorirer8kunu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/07 04:04:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:04:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorirer8kunu': 0 differences found 2025/07/07 04:04:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorirer8kunu': 1 matching files 2025/07/07 04:04:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-maveveh7bewu" 2025/07/07 04:04:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:04:28 DEBUG : Creating backend with remote "TestDrive:crypt/f8t6gjsbk9or655hgjit09rntfrou7c1lli448d1msj31h4hc0vg" 2025/07/07 04:04:29 DEBUG : Creating backend with remote "/tmp/rclone2076996340" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-maveveh7bewu'", Local "Local file system at /tmp/rclone2076996340", Modify Window "1ms" 2025/07/07 04:04:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 150e20f113f63bf05abe18cc70a98bea OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/07 04:04:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/07 04:04:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-maveveh7bewu' 2025/07/07 04:04:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maveveh7bewu': 1 files missing 2025/07/07 04:04:32 NOTICE: 1 hashes missing 2025/07/07 04:04:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maveveh7bewu': 2 differences found 2025/07/07 04:04:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maveveh7bewu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/07 04:04:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:04:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maveveh7bewu': 0 differences found 2025/07/07 04:04:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maveveh7bewu': 1 matching files 2025/07/07 04:04:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qegapir8xoqu" 2025/07/07 04:04:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:04:33 DEBUG : Creating backend with remote "TestDrive:crypt/ari1tbbahj668rpe3cg25vueihha00hghvj2i8rtgvivie8mderg" 2025/07/07 04:04:34 DEBUG : Creating backend with remote "/tmp/rclone996046379" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qegapir8xoqu'", Local "Local file system at /tmp/rclone996046379", Modify Window "1ms" 2025/07/07 04:04:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2f267dd3a67c418b950d8bcbc89abc0b OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/07 04:04:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/07 04:04:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qegapir8xoqu' 2025/07/07 04:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qegapir8xoqu': 1 files missing 2025/07/07 04:04:37 NOTICE: 1 hashes missing 2025/07/07 04:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qegapir8xoqu': 2 differences found 2025/07/07 04:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qegapir8xoqu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/07 04:04:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 04:04:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qegapir8xoqu': 0 differences found 2025/07/07 04:04:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qegapir8xoqu': 1 matching files 2025/07/07 04:04:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qegapir8xoqu': Purge remote 2025/07/07 04:04:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-maveveh7bewu': Purge remote 2025/07/07 04:04:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xorirer8kunu': Purge remote 2025/07/07 04:04:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numorum8lebu': Purge remote 2025/07/07 04:04:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lulocal0jeqa': Purge remote 2025/07/07 04:04:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tubehod7guno': Purge remote 2025/07/07 04:04:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tabawux7nodo': Purge remote 2025/07/07 04:04:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bikanax8taje': Purge remote 2025/07/07 04:04:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zemijen7qefe': Purge remote 2025/07/07 04:04:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kemebon7koli': Purge remote --- PASS: TestApplyTransforms (54.88s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:04:43 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/07 04:04:45 DEBUG : sub/file2: md5 = edcafe481839e55c7e223cba1e045a82 OK 2025/07/07 04:04:45 INFO : file1: Copied (new) to: sub/file2 2025/07/07 04:04:46 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/07 04:04:46 DEBUG : file1: Unchanged skipping 2025/07/07 04:04:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': don't need to copy/move sub/file2, it is already at target location 2025/07/07 04:04:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.43s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:04:52 DEBUG : dst/file1: md5 = c4e864d8f8660bff07618199aab550f8 OK 2025/07/07 04:04:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/backup" 2025/07/07 04:04:53 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/1nrff024r7pq65ecp72fc28jb0" 2025/07/07 04:04:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/07 04:04:57 INFO : dst/file1: Moved (server-side) 2025/07/07 04:04:58 DEBUG : dst/file1: md5 = 41b0ce0cdbc8fc87d5ebc014c4ef991b OK 2025/07/07 04:04:58 INFO : dst/file1: Copied (new) 2025/07/07 04:05:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 04:05:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 04:05:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.40s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:05:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/dst" 2025/07/07 04:05:03 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 04:05:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/CompareDest" 2025/07/07 04:05:05 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/gveqi14airsml4bgu7krj116o8" 2025/07/07 04:05:06 DEBUG : one: Need to transfer - File not found at Destination 2025/07/07 04:05:09 DEBUG : one: md5 = bae9ea6768c0f2aeae85a9e74f6c9d18 OK 2025/07/07 04:05:09 INFO : one: Copied (new) 2025/07/07 04:05:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 04:05:11 DEBUG : one: md5 = 6c907c587e32b39667ed2ddd31bbea0f OK 2025/07/07 04:05:11 INFO : one: Copied (replaced existing) 2025/07/07 04:05:13 DEBUG : dst/one: md5 = 41a99ac8bdd15d10fe74e1087cb91a3c OK 2025/07/07 04:05:15 DEBUG : CompareDest/one: md5 = 6c59bf4fb9f0e555a1cd4a8ef3f9ead8 OK 2025/07/07 04:05:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 04:05:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 04:05:17 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/07 04:05:19 DEBUG : CompareDest/two: md5 = f35ff52577c6410faf7cefcece75daf6 OK 2025/07/07 04:05:19 DEBUG : two: Need to transfer - File not found at Destination 2025/07/07 04:05:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 04:05:20 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/07 04:05:20 DEBUG : two: Need to transfer - File not found at Destination 2025/07/07 04:05:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 04:05:21 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/07 04:05:22 DEBUG : two: Need to transfer - File not found at Destination 2025/07/07 04:05:22 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/07 04:05:23 DEBUG : two: md5 = 7c753a43b1ce98515b31669d98c43528 OK 2025/07/07 04:05:23 INFO : two: Copied (new) 2025/07/07 04:05:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 04:05:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:05:27 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 04:05:27 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.84s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:05:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/dst" 2025/07/07 04:05:28 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 04:05:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/CopyDest" 2025/07/07 04:05:30 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/07 04:05:31 DEBUG : one: Need to transfer - File not found at Destination 2025/07/07 04:05:34 DEBUG : one: md5 = e858d30ce0dee0f75654fea6a699ce00 OK 2025/07/07 04:05:34 INFO : one: Copied (new) 2025/07/07 04:05:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 04:05:37 DEBUG : one: md5 = 63dc17f9297ee19d30419bb109238b0d OK 2025/07/07 04:05:37 INFO : one: Copied (replaced existing) 2025/07/07 04:05:39 DEBUG : dst/one: md5 = c6fe803184557b1eb8a2d7e1ab9f495c OK 2025/07/07 04:05:41 DEBUG : CopyDest/one: md5 = 58be8c5f8e1dc4f930216d3e57975881 OK 2025/07/07 04:05:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/BackupDir" 2025/07/07 04:05:42 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/07 04:05:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 04:05:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 04:05:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 04:05:45 INFO : one: Moved (server-side) 2025/07/07 04:05:46 INFO : one: Copied (server-side copy) 2025/07/07 04:05:46 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/07 04:05:48 DEBUG : CopyDest/two: md5 = 7d1ceb64b7faf5c0d34bda0de0f6cff5 OK 2025/07/07 04:05:49 DEBUG : two: Need to transfer - File not found at Destination 2025/07/07 04:05:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 04:05:50 INFO : two: Copied (server-side copy) 2025/07/07 04:05:50 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/07 04:05:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 04:05:51 DEBUG : two: Unchanged skipping 2025/07/07 04:05:53 DEBUG : CopyDest/three: md5 = ecb8540e40532411980db4616c271c41 OK 2025/07/07 04:05:54 DEBUG : three: Need to transfer - File not found at Destination 2025/07/07 04:05:54 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/07 04:05:54 DEBUG : three: Destination not found in --copy-dest 2025/07/07 04:05:56 DEBUG : three: md5 = f3189210d81608e5b70f2e14eea75d4d OK 2025/07/07 04:05:56 INFO : three: Copied (new) 2025/07/07 04:06:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/07 04:06:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 04:06:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:06:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 04:06:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/07 04:06:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:06:02 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.66s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:06:04 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/07 04:06:06 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 42d7b05062b6dcd9b1b68865729c0396 OK 2025/07/07 04:06:06 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/07 04:06:07 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/07 04:06:07 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/07/07 04:06:07 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/07 04:06:08 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/07 04:06:10 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 02b8f86bf1a129b5bb04d30459d6045c OK 2025/07/07 04:06:10 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/07 04:06:12 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/07 04:06:12 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.18s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:06:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Looking for duplicate names using skip mode. 2025/07/07 04:06:16 NOTICE: one: Found 2 files with duplicate names 2025/07/07 04:06:16 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.38s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:06:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Looking for duplicate names using skip mode. 2025/07/07 04:06:22 NOTICE: one: Found 3 files with duplicate names 2025/07/07 04:06:22 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/07 04:06:22 INFO : one: Deleted 2025/07/07 04:06:22 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.76s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:06:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Looking for duplicate names using first mode. 2025/07/07 04:06:28 NOTICE: one: Found 3 files with duplicate names 2025/07/07 04:06:29 INFO : one: Deleted 2025/07/07 04:06:29 INFO : one: Deleted 2025/07/07 04:06:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.46s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:06:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Looking for duplicate names using newest mode. 2025/07/07 04:06:35 NOTICE: one: Found 3 files with duplicate names 2025/07/07 04:06:36 INFO : one: Deleted 2025/07/07 04:06:36 INFO : one: Deleted 2025/07/07 04:06:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.69s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:06:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Looking for duplicate names using oldest mode. 2025/07/07 04:06:42 NOTICE: one: Found 3 files with duplicate names 2025/07/07 04:06:42 INFO : one: Deleted 2025/07/07 04:06:43 INFO : one: Deleted 2025/07/07 04:06:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.32s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:06:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Looking for duplicate names using largest mode. 2025/07/07 04:06:48 NOTICE: one: Found 3 files with duplicate names 2025/07/07 04:06:49 INFO : one: Deleted 2025/07/07 04:06:49 INFO : one: Deleted 2025/07/07 04:06:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.28s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:06:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Looking for duplicate names using smallest mode. 2025/07/07 04:06:54 NOTICE: one: Found 3 files with duplicate names 2025/07/07 04:06:55 INFO : one: Deleted 2025/07/07 04:06:55 INFO : one: Deleted 2025/07/07 04:06:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.15s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:07:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Looking for duplicate names using rename mode. 2025/07/07 04:07:02 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/07 04:07:03 INFO : one-2.txt: renamed from: one.txt 2025/07/07 04:07:05 INFO : one-3.txt: renamed from: one.txt 2025/07/07 04:07:06 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.31s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:07:11 DEBUG : dupe1/one.txt: md5 = 286c3f702e2d093f7d12d763981c1a7a OK 2025/07/07 04:07:13 DEBUG : dupe2/two.txt: md5 = 3b76465f3ff138fed28da7583cc41feb OK 2025/07/07 04:07:15 DEBUG : dupe3/three.txt: md5 = aefdd71e3fc5b2dd6c88c50c82e8d0ee OK 2025/07/07 04:07:16 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/07 04:07:16 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/07 04:07:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/07 04:07:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/07 04:07:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/07 04:07:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/07 04:07:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.55s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:07:23 DEBUG : a.txt: md5 = 0ef2d6577536d983e6a13cc42d9b5848 OK 2025/07/07 04:07:24 DEBUG : zend.txt: md5 = 8b3bbfdb263d15c194a2acd80711a887 OK 2025/07/07 04:07:26 DEBUG : sub dir/hello world: md5 = 6ee95716fb4cb6ee8964d5c65f631da3 OK 2025/07/07 04:07:28 DEBUG : sub dir/hello world2: md5 = d87eca910645086b21397d06d597385a OK 2025/07/07 04:07:30 DEBUG : sub dir/ignore dir/.ignore: md5 = af28ee6dbf5d6c54366ba92cae7c02c1 OK 2025/07/07 04:07:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = ba16388a0c5fe11b49eddb43f45a4f94 OK 2025/07/07 04:07:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = b6f3c26bc16ba82b18279e8a580380ab OK 2025/07/07 04:07:35 DEBUG : a.txt: Excluded (Size Filter) 2025/07/07 04:07:35 DEBUG : a.txt: Excluded 2025/07/07 04:07:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/07 04:07:35 DEBUG : sub dir/hello world: Excluded 2025/07/07 04:07:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/07 04:07:35 DEBUG : sub dir/hello world2: Excluded 2025/07/07 04:07:36 DEBUG : sub dir/ignore dir: Excluded 2025/07/07 04:07:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/07 04:07:36 DEBUG : sub dir/hello world: Excluded 2025/07/07 04:07:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/07 04:07:36 DEBUG : sub dir/hello world2: Excluded 2025/07/07 04:07:36 DEBUG : sub dir/ignore dir: Excluded 2025/07/07 04:07:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/07 04:07:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/07 04:07:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/07 04:07:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/07 04:07:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/07 04:07:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/07 04:07:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.32s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:07:44 DEBUG : a.txt: md5 = 2b13d426e16a84232cfdaf83583edafa OK 2025/07/07 04:07:46 DEBUG : zend.txt: md5 = 0283516e9280fa257624c0eef57b2680 OK 2025/07/07 04:07:48 DEBUG : sub dir/hello world: md5 = fdd1c237002806bda55f535edfdb48e3 OK 2025/07/07 04:07:49 DEBUG : sub dir/hello world2: md5 = 8d4a9e303e626e55fffd0a3b69818171 OK 2025/07/07 04:07:51 DEBUG : sub dir/ignore dir/.ignore: md5 = 3475105c0e5ecf6283b30d9a0e45e045 OK 2025/07/07 04:07:53 DEBUG : sub dir/ignore dir/should be ignored: md5 = 54c1f02b7c9412db0b2c386ef7a26660 OK 2025/07/07 04:07:55 DEBUG : sub dir/sub sub dir/hello world3: md5 = 69f1f34857fd38eea4fa65c373da22d1 OK 2025/07/07 04:07:56 DEBUG : a.txt: Excluded (Size Filter) 2025/07/07 04:07:56 DEBUG : a.txt: Excluded 2025/07/07 04:07:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/07 04:07:57 DEBUG : sub dir/hello world: Excluded 2025/07/07 04:07:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/07 04:07:57 DEBUG : sub dir/hello world2: Excluded 2025/07/07 04:07:57 DEBUG : sub dir/ignore dir: Excluded 2025/07/07 04:07:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/07 04:07:57 DEBUG : sub dir/hello world: Excluded 2025/07/07 04:07:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/07 04:07:57 DEBUG : sub dir/hello world2: Excluded 2025/07/07 04:07:58 DEBUG : sub dir/ignore dir: Excluded 2025/07/07 04:08:02 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/07 04:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/07 04:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/07 04:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/07 04:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/07 04:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/07 04:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.44s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:06 DEBUG : file1: md5 = 4e1d7d26fea83ccb5312fd476ab1f19f OK 2025/07/07 04:08:08 DEBUG : sub/file2: md5 = 5663805268b8dea02fe4623e8f770241 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/07/07 04:08:12 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/07 04:08:12 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/07 04:08:12 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/07 04:08:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.84s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.30s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.70s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.73s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:16 DEBUG : file1: md5 = c2fc0fc9ba862431f1981d0ea01d1b49 OK 2025/07/07 04:08:19 DEBUG : sub/file2: md5 = 199e7cb0cd1bcb890ed3fe61cb5a31d8 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/07/07 04:08:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/notfound" 2025/07/07 04:08:23 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/qe0i31qdkoejk60elps0ni5sqk" 2025/07/07 04:08:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.04s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.59s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.30s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.79s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Making directory 2025/07/07 04:08:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:30 DEBUG : sub dir/hello world: md5 = 4d0834bf461f12d0283ac79c8898332a OK 2025/07/07 04:08:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.83s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:34 DEBUG : potato2: md5 = bbe135c3786fa6ad302c1ea1d1313df6 OK 2025/07/07 04:08:35 DEBUG : empty space: md5 = 96be7b1227f6d03a02c29f726f9aae52 OK --- PASS: TestLs (4.47s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:39 DEBUG : potato2: md5 = f90509d802e5efcdf603fd9a4fb08968 OK 2025/07/07 04:08:40 DEBUG : empty space: md5 = a91dced98a1893134445aee5fe43f47e OK 2025/07/07 04:08:41 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.28s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:44 DEBUG : potato2: md5 = ce56b9acb92965fb468af73148715bdf OK 2025/07/07 04:08:45 DEBUG : empty space: md5 = d5f1364712905b0e9b56d541be717126 OK --- PASS: TestLsLong (4.56s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:48 DEBUG : potato2: md5 = 7408e530fb2db9e3735a0bfa52482f1e OK 2025/07/07 04:08:50 DEBUG : empty space: md5 = 300057fd9a86a125bea6913c5412fc17 OK --- PASS: TestHashSums (4.59s) === RUN TestHashSumsWithErrors 2025/07/07 04:08:51 DEBUG : Creating backend with remote ":memory:" 2025/07/07 04:08:51 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/07 04:08:51 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/07 04:08:51 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/07 04:08:51 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/07 04:08:51 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/07 04:08:51 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/07 04:08:51 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/07 04:08:51 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/07 04:08:51 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-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:08:53 DEBUG : potato2: md5 = 06b3ea5ecaed688bbd440e515c69ca93 OK 2025/07/07 04:08:54 DEBUG : empty space: md5 = 845a2ca47d793f0bf4f96a84d2838061 OK 2025/07/07 04:08:56 DEBUG : sub dir/potato3: md5 = 59bd88097df2a0afc647b5ccd2cf0b54 OK 2025/07/07 04:08:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.31s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:09:01 DEBUG : small: md5 = 58c2783052f24763f85332cb0f680e1b OK 2025/07/07 04:09:03 DEBUG : medium: md5 = c1e3e6e91d03d9b87011ee2930d9ac7c OK 2025/07/07 04:09:04 DEBUG : large: md5 = a84b90031e0fa809f5321bd6138eaba6 OK 2025/07/07 04:09:04 DEBUG : Waiting for deletions to finish 2025/07/07 04:09:05 DEBUG : large: Excluded (Size Filter) 2025/07/07 04:09:05 INFO : medium: Deleted 2025/07/07 04:09:05 INFO : small: Deleted --- PASS: TestDelete (6.41s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:09:08 DEBUG : small: md5 = 659b8ef7d6ad2b6196f936482ea4f4a6 OK 2025/07/07 04:09:09 DEBUG : medium: md5 = 98466e84b086fa64ef3cbe9efa8c624b OK 2025/07/07 04:09:11 DEBUG : large: md5 = 0595a316335f32c1316271a01e7d1b9b OK 2025/07/07 04:09:11 DEBUG : Waiting for deletions to finish 2025/07/07 04:09:11 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/07/07 04:09:12 INFO : small: Deleted 2025/07/07 04:09:12 INFO : large: Deleted --- PASS: TestMaxDelete (7.19s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:09:15 DEBUG : small: md5 = b19240ee6b208eb6d867fce62bd3a5db OK 2025/07/07 04:09:16 DEBUG : medium: md5 = d089909d2a266381f3fab009296d3640 OK 2025/07/07 04:09:18 DEBUG : large: md5 = 2b8163f886ec4f738546d149f63c52d5 OK 2025/07/07 04:09:18 DEBUG : Waiting for deletions to finish 2025/07/07 04:09:18 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/07 04:09:19 INFO : medium: Deleted 2025/07/07 04:09:19 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.18s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:09:22 DEBUG : small: md5 = 179ebd56c7ea52afee49c3e19d143384 OK 2025/07/07 04:09:23 DEBUG : medium: md5 = 3a14eed1a9227ea490a5fbebbf3aaa39 OK 2025/07/07 04:09:25 DEBUG : large: md5 = 85e7f8e4294388b8a0773babb6b7d767 OK 2025/07/07 04:09:25 DEBUG : Waiting for deletions to finish 2025/07/07 04:09:25 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/07/07 04:09:26 INFO : large: Deleted 2025/07/07 04:09:26 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.95s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:09:29 DEBUG : ReadFile: md5 = 68238f1fe39fda3a991b06c2987c326b OK --- PASS: TestReadFile (4.04s) === RUN TestRetry 2025/07/07 04:09:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/07 04:09:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/07 04:09:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/07 04:09:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/07 04:09:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/07 04:09:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/07 04:09:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:09:33 DEBUG : file1: md5 = 33b72d540053b257d700f0f291792eeb OK 2025/07/07 04:09:34 DEBUG : file2: md5 = d32954f7ca29348b0c18ac5a3e7a011d OK --- PASS: TestCat (15.93s) === RUN TestPurge 2025/07/07 04:09:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jomucas5devu" 2025/07/07 04:09:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 04:09:48 DEBUG : Creating backend with remote "TestDrive:crypt/enok1kom138d27a5rb55lo7b80jpb81iljqslgedplgh5gf8ptd0" 2025/07/07 04:09:49 DEBUG : Creating backend with remote "/tmp/rclone2150459653" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jomucas5devu'", Local "Local file system at /tmp/rclone2150459653", Modify Window "1ms" 2025/07/07 04:09:53 DEBUG : A1/B1/C1/one: md5 = 627b6ae754bfc7f3b6ec28b51622c1a6 OK 2025/07/07 04:09:53 INFO : A2: Making directory 2025/07/07 04:09:54 INFO : A1/B2: Making directory 2025/07/07 04:09:55 INFO : A1/B2/C2: Making directory 2025/07/07 04:09:55 INFO : A1/B1/C3: Making directory 2025/07/07 04:09:56 INFO : A3: Making directory 2025/07/07 04:09:57 INFO : A3/B3: Making directory 2025/07/07 04:09:58 INFO : A3/B3/C4: Making directory 2025/07/07 04:10:00 DEBUG : A1/two: md5 = ec79ea3f5b570a4ee64787bb1a8593d3 OK 2025/07/07 04:10:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jomucas5devu': Purge remote 2025/07/07 04:10:03 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.68s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:10:07 DEBUG : A1/B1/C1/one: md5 = 558ecd0b27ae7a34b33ea26501851b2b OK 2025/07/07 04:10:07 INFO : A2: Making directory 2025/07/07 04:10:08 INFO : A1/B2: Making directory 2025/07/07 04:10:08 INFO : A1/B2/C2: Making directory 2025/07/07 04:10:09 INFO : A1/B1/C3: Making directory 2025/07/07 04:10:10 INFO : A3: Making directory 2025/07/07 04:10:11 INFO : A3/B3: Making directory 2025/07/07 04:10:11 INFO : A3/B3/C4: Making directory 2025/07/07 04:10:13 DEBUG : A1/two: md5 = 8d0c10a9b2b1bf8bc73c51a8480bec5a OK 2025/07/07 04:10:15 DEBUG : removing 1 level 3 directories 2025/07/07 04:10:15 INFO : A3/B3/C4: Removing directory 2025/07/07 04:10:17 DEBUG : removing 2 level 3 directories 2025/07/07 04:10:17 INFO : A1/B2/C2: Removing directory 2025/07/07 04:10:17 INFO : A1/B1/C3: Removing directory 2025/07/07 04:10:18 DEBUG : removing 2 level 2 directories 2025/07/07 04:10:18 INFO : A3/B3: Removing directory 2025/07/07 04:10:18 INFO : A1/B2: Removing directory 2025/07/07 04:10:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/07 04:10:18 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/07 04:10:19 DEBUG : removing 2 level 1 directories 2025/07/07 04:10:19 INFO : A3: Removing directory 2025/07/07 04:10:19 INFO : A2: Removing directory 2025/07/07 04:10:19 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/07 04:10:23 DEBUG : removing 1 level 3 directories 2025/07/07 04:10:23 INFO : A1/B1/C1: Removing directory 2025/07/07 04:10:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:24 DEBUG : removing 1 level 2 directories 2025/07/07 04:10:24 INFO : A1/B1: Removing directory 2025/07/07 04:10:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/07 04:10:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 04:10:24 DEBUG : removing 1 level 1 directories 2025/07/07 04:10:24 INFO : A1: Removing directory 2025/07/07 04:10:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/07 04:10:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/07 04:10:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 04:10:25 DEBUG : removing 1 level 0 directories 2025/07/07 04:10:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Removing directory 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 04:10:26 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (23.45s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:10:27 INFO : A1: Making directory 2025/07/07 04:10:28 INFO : A1/B1: Making directory 2025/07/07 04:10:29 INFO : A1/B1/C1: Making directory 2025/07/07 04:10:32 DEBUG : removing 1 level 3 directories 2025/07/07 04:10:32 INFO : A1/B1/C1: Removing directory 2025/07/07 04:10:32 DEBUG : removing 1 level 2 directories 2025/07/07 04:10:32 INFO : A1/B1: Removing directory 2025/07/07 04:10:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 04:10:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.04s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:10:35 INFO : A1: Making directory 2025/07/07 04:10:35 INFO : A1/B1: Making directory 2025/07/07 04:10:36 INFO : A1/B1/C1: Making directory 2025/07/07 04:10:39 DEBUG : removing 1 level 3 directories 2025/07/07 04:10:39 INFO : A1/B1/C1: Removing directory 2025/07/07 04:10:40 DEBUG : removing 1 level 2 directories 2025/07/07 04:10:40 INFO : A1/B1: Removing directory 2025/07/07 04:10:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 04:10:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.44s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:10:44 DEBUG : file1: md5 = 5968d66cc1c0130b5c9262d966fbeddc OK 2025/07/07 04:10:44 DEBUG : filename.txt: File name found in url 2025/07/07 04:10:46 DEBUG : filename.txt: md5 = a3e6c7a1ca5cc59edf1f06af5995d1de OK 2025/07/07 04:10:46 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/07 04:10:47 DEBUG : headerfilename.txt: md5 = 7061737237e8e191196c48adfd53573c OK 2025/07/07 04:10:48 DEBUG : file2: md5 = 95ac9cb1e8b6967610877cc598194186 OK --- PASS: TestCopyURL (8.81s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:10:51 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/07 04:10:54 DEBUG : sub/file2: md5 = 94727f77a0a9f3b0b653fc0c1c9c6840 OK 2025/07/07 04:10:54 INFO : file1: Copied (new) to: sub/file2 2025/07/07 04:10:54 INFO : file1: Deleted 2025/07/07 04:10:54 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/07 04:10:54 DEBUG : file1: Unchanged skipping 2025/07/07 04:10:54 INFO : file1: Deleted 2025/07/07 04:10:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': don't need to copy/move sub/file2, it is already at target location 2025/07/07 04:10:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.26s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:10:57 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/07 04:10:59 DEBUG : file1: md5 = ea7b3d4d0a7b055feb59dcb81f3d69ad OK 2025/07/07 04:10:59 INFO : file1: Copied (new) 2025/07/07 04:10:59 INFO : file1: Deleted 2025/07/07 04:10:59 DEBUG : file1: Destination exists, skipping 2025/07/07 04:10:59 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.37s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.52s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:11:04 DEBUG : dst/file1: md5 = 16c4a15650ec9ba1f736b3f8ad6fac47 OK 2025/07/07 04:11:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nufivac6miva/backup" 2025/07/07 04:11:05 DEBUG : Creating backend with remote "TestDrive:crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg/1nrff024r7pq65ecp72fc28jb0" 2025/07/07 04:11:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/07 04:11:08 INFO : dst/file1: Moved (server-side) 2025/07/07 04:11:10 DEBUG : dst/file1: md5 = 315b44f0a8ad9e9e27541d54b0655f6c OK 2025/07/07 04:11:10 INFO : dst/file1: Copied (new) 2025/07/07 04:11:10 INFO : dst/file1: Deleted 2025/07/07 04:11:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 04:11:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 04:11:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.75s) === 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-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:11:16 DEBUG : A1/one: md5 = adc83f26db93a451b1c1ec3c75b77feb OK 2025/07/07 04:11:19 DEBUG : A1/two: md5 = 6961d4c932a77db16eccc708e7223540 OK 2025/07/07 04:11:21 DEBUG : A1/B1/three: md5 = 9e68a83b3fd40cef4b76f7927bf095bf OK 2025/07/07 04:11:23 DEBUG : A1/B1/C1/four: md5 = ad617a112cf2a79c56fb653e91a90304 OK 2025/07/07 04:11:25 DEBUG : A1/B1/C2/five: md5 = 91f6d1eb1c9d479fb2fc7decd764056b OK 2025/07/07 04:11:25 INFO : A1/B2: Making directory 2025/07/07 04:11:26 INFO : A1/B1/C3: Making directory 2025/07/07 04:11:35 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/07 04:11:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/07 04:11:35 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/07 04:11:35 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/07 04:11:35 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/07 04:11:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/07 04:11:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/07 04:11:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 04:11:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/07 04:11:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/07 04:11:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/07 04:11:46 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/07 04:11:46 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/07 04:11:46 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/07 04:11:46 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/07 04:11:47 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/07 04:11:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/07 04:11:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/07 04:11:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 04:11:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/07 04:11:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/07 04:11:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/07 04:11:57 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/07 04:11:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/07 04:11:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/07 04:11:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 04:11:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/07 04:11:59 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/07 04:11:59 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/07 04:11:59 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 04:11:59 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.89s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': File to upload is small (34 bytes), uploading instead of streaming 2025/07/07 04:12:01 DEBUG : no_checksum_small_file_from_pipe: md5 = 01f297a9fa40dcdb200992dc90969a2c OK 2025/07/07 04:12:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/07 04:12:01 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/07 04:12:02 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/07 04:12:03 DEBUG : no_checksum_big_file_from_pipe: md5 = b9a0d9f7dc7f22b34e32f90427d0006e OK 2025/07/07 04:12:03 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-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': File to upload is small (34 bytes), uploading instead of streaming 2025/07/07 04:12:06 DEBUG : with_checksum_small_file_from_pipe: md5 = ea1db25ed44f4c6da3d36d05e9f32b7f OK 2025/07/07 04:12:06 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/07 04:12:07 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/07 04:12:08 DEBUG : with_checksum_big_file_from_pipe: md5 = b49af82b3c13050669d51d0bccbe9c77 OK 2025/07/07 04:12:08 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-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': File to upload is small (34 bytes), uploading instead of streaming 2025/07/07 04:12:11 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/07 04:12:12 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/07 04:12:13 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-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': File to upload is small (34 bytes), uploading instead of streaming 2025/07/07 04:12:16 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/07 04:12:17 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/07 04:12:18 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.99s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.19s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.89s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.94s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.97s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/07 04:12:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': File to upload is small (48 bytes), uploading instead of streaming 2025/07/07 04:12:21 DEBUG : rcat_metadata: md5 = c1464479918f2fdf53482cdeaa583af8 OK 2025/07/07 04:12:21 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/07 04:12:23 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/07 04:12:24 DEBUG : rcat_metadata_uploadcutoff0: md5 = 7c70e0cf6b179bb03f31a07e0096b288 OK 2025/07/07 04:12:24 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.05s) --- PASS: TestRcatMetadata/Normal (2.67s) --- PASS: TestRcatMetadata/ViaDisk (2.91s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:27 DEBUG : potato1: md5 = d7f8879969088b33252da1b652a8b593 OK 2025/07/07 04:12:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': File to upload is small (60 bytes), uploading instead of streaming 2025/07/07 04:12:29 DEBUG : potato2: md5 = f252999dc28419aa1b65eab237df3226 OK 2025/07/07 04:12:29 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.46s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:32 DEBUG : potato1: md5 = fb05e28e1ca61c87397bf4f01ba0d5f6 OK 2025/07/07 04:12:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': File to upload is small (60 bytes), uploading instead of streaming 2025/07/07 04:12:33 DEBUG : potato2: md5 = 99610f2a5f07b8d5e4d7a9b7ad516b15 OK 2025/07/07 04:12:33 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.09s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:37 DEBUG : potato2: md5 = 114f0f554828bec41328a69fab021388 OK 2025/07/07 04:12:38 DEBUG : empty space: md5 = 885cac99621534cd5757323206d06610 OK 2025/07/07 04:12:40 DEBUG : sub dir/potato3: md5 = 7af33ba390e05da9ab96f6510bcd1e90 OK 2025/07/07 04:12:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Touching "empty space" 2025/07/07 04:12:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Touching "potato2" 2025/07/07 04:12:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Touching "sub dir/potato3" 2025/07/07 04:12:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.89s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:45 DEBUG : dir with metadata: Making directory with metadata 2025/07/07 04:12:46 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.49s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:48 DEBUG : directory with modtime: Making directory with metadata 2025/07/07 04:12:48 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.60s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:50 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/07 04:12:50 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/07 04:12:50 DEBUG : Google drive root 'crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg': Skipping btime metadata as can't update it on an existing file: 2025-07-07T04:12:50.743737787Z 2025/07/07 04:12:51 INFO : non existent directory: Updated directory metadata 2025/07/07 04:12:53 DEBUG : Google drive root 'crypt/4go8oed2ci1pkkdqdo24mmc1k4ocf6i0778msib0vtk5dbjkaucg': Skipping btime metadata as can't update it on an existing file: 2025-07-07T04:12:50.743737787Z 2025/07/07 04:12:53 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.71s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:55 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/07 04:12:57 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/07 04:12:58 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.34s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:12:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/07 04:12:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/07 04:12:59 DEBUG : dst: Making directory with metadata 2025/07/07 04:13:00 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/07 04:13:00 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/07 04:13:01 INFO : dst: Set directory modification time (using SetModTime) 2025/07/07 04:13:01 INFO : dst: Set directory modification time (using SetModTime) 2025/07/07 04:13:01 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/07 04:13:02 INFO : dst: Set directory modification time (using SetModTime) 2025/07/07 04:13:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.60s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva'", Local "Local file system at /tmp/rclone2861825891", Modify Window "1ms" 2025/07/07 04:13:05 DEBUG : sub dir/test remove existing: md5 = bab43fe9ad8101d5b59b81428aed1038 OK 2025/07/07 04:13:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 0bc288aec503ea41b39c17b004b3e268 OK 2025/07/07 04:13:09 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tiwixig2" before starting 2025/07/07 04:13:10 DEBUG : sub dir/test remove existing.tiwixig2: TEST: removing renamed existing file after operation 2025/07/07 04:13:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nakinuh4" before starting 2025/07/07 04:13:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nakinuh4: TEST: renaming existing back after failed operation 2025/07/07 04:13:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zaqegic1" before starting 2025/07/07 04:13:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zaqegic1: TEST: removing renamed existing file after operation 2025/07/07 04:13:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8jiidmhni0918me47nqq5qih8oul01u6rblh4lp56k1df20krnpg" 2025/07/07 04:13:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "kq9j85u2lkjsccbe80a1e94upuvnsesmbsg2pcs9bto677offqtbbu75c19he022cc1ci49njf9b7rdsimqsaeguoj15ptk3t8htui2r06sj56993aij9shniob6uf3hc077c76p9q6q8qb45fffsggd5q2aifr6ujpj8j3t56h279e4ek2g" --- PASS: TestRemoveExisting (13.30s) === 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/07/07 04:13:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nufivac6miva': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m58.610216233s (try 1/5)