"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/19 02:13:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova" 2025/08/19 02:13:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:13:16 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg" 2025/08/19 02:13:17 DEBUG : Creating backend with remote "/tmp/rclone2739091994" === 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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", 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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.20s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/19 02:13:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/19 02:13:18 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/19 02:13:18 DEBUG : potato: Seek from 10 to 0 2025/08/19 02:13:18 DEBUG : potato: Seek from 10 to 0 2025/08/19 02:13:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/19 02:13:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/19 02:13:18 DEBUG : potato: Seek from 5 to 2 2025/08/19 02:13:18 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/19 02:13:18 DEBUG : potato: Seek from 7 to 0 2025/08/19 02:13:18 DEBUG : potato: Seek from 7 to 0 2025/08/19 02:13:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/19 02:13:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/19 02:13:18 DEBUG : potato: Seek from 5 to 2 2025/08/19 02:13:18 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/19 02:13:18 DEBUG : potato: Seek from 8 to 0 2025/08/19 02:13:18 DEBUG : potato: Seek from 8 to 0 2025/08/19 02:13:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/19 02:13:18 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/19 02:13:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/19 02:13:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/19 02:13:18 DEBUG : potato: Seek from 5 to 2 2025/08/19 02:13:18 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/19 02:13:18 DEBUG : potato: Seek from 9 to 0 2025/08/19 02:13:18 DEBUG : potato: Seek from 9 to 0 2025/08/19 02:13:18 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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:13:20 DEBUG : rutabaga: md5 = b605a04a84cafbd2abdfa288ebb8cc63 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/19 02:13:22 DEBUG : empty space: md5 = cea2de9d718be5eb8fc9c3cf880f98c1 OK === RUN TestCheck/3 2025/08/19 02:13:24 DEBUG : potato2: md5 = 136b0d9e7013475f484eab00e95246a3 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/19 02:13:27 DEBUG : remotepotato: md5 = bf71c4cc260a96cc6fe8068244370ef2 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.86s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.22s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/08/19 02:13:30 DEBUG : Creating backend with remote "nonexistent" 2025/08/19 02:13:30 DEBUG : Creating backend with remote "nonexistent" 2025/08/19 02:13:30 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/19 02:13:30 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/08/19 02:13:30 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/19 02:13:30 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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:13:31 DEBUG : rutabaga: md5 = dc098432658a4b53c2fb0c9e941db92f OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/19 02:13:35 DEBUG : empty space: md5 = eb2835941c8a71fdc7d74cc40adb001d OK === RUN TestCheckDownload/3 2025/08/19 02:13:38 DEBUG : potato2: md5 = 5868f3e96d093b82768a52e46b17f023 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/19 02:13:43 DEBUG : remotepotato: md5 = 27d2370c6a731f59b96e2da9e8cd7f4c OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.69s) --- PASS: TestCheckDownload/1 (1.15s) --- PASS: TestCheckDownload/2 (1.03s) --- PASS: TestCheckDownload/3 (1.78s) --- PASS: TestCheckDownload/4 (1.21s) --- PASS: TestCheckDownload/5 (1.32s) --- PASS: TestCheckDownload/6 (1.03s) --- PASS: TestCheckDownload/7 (1.09s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:13:49 DEBUG : rutabaga: md5 = cc69f05209e9dbc43f23643f478990bb OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/19 02:13:51 DEBUG : empty space: md5 = 76b57f54ff271bf14264c165b0252ec8 OK === RUN TestCheckSizeOnly/3 2025/08/19 02:13:53 DEBUG : potato2: md5 = 502c6c68af8611439595379c3abea00f OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/19 02:13:55 DEBUG : remotepotato: md5 = 1ddbe4e41b48a1ed51b7959e7a7b8be5 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.69s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:13:59 DEBUG : test.sum: md5 = b1674b22685b4b7dd0d7ecf1ec1f5dc6 OK 2025/08/19 02:14:01 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/19 02:14:01 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/19 02:14:01 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/19 02:14:01 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/19 02:14:02 DEBUG : test.sum: md5 = fda856714f8e80e72badc7e4f0fdae35 OK 2025/08/19 02:14:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/19 02:14:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/19 02:14:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/19 02:14:03 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.05s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:14:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/data" 2025/08/19 02:14:04 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova/data' lacks md5, skipping --- SKIP: TestCheckSum (2.06s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:14:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/data" 2025/08/19 02:14:06 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/vjrnln8ratgmqakfosrqe8espk" 2025/08/19 02:14:10 DEBUG : data/banana: md5 = 1105b6aa2daaea5a5462041cc3e182b0 OK 2025/08/19 02:14:11 DEBUG : test.sum: md5 = 03cc485659fa6b73f29bc749d1bdc0f4 OK === RUN TestCheckSumDownload/subtest1 2025/08/19 02:14:16 DEBUG : data/potato: md5 = 8d157a42b90df9034b90e3035e19951e OK 2025/08/19 02:14:17 DEBUG : test.sum: md5 = 24b2ac9d13dfddccb087c3866085e072 OK === RUN TestCheckSumDownload/subtest2 2025/08/19 02:14:22 DEBUG : test.sum: md5 = 1358cfbe2fb7f821ff1ad184b8244734 OK === RUN TestCheckSumDownload/subtest3 2025/08/19 02:14:26 DEBUG : test.sum: md5 = 36217530e15a12ce8726db01999e5579 OK === RUN TestCheckSumDownload/subtest4 2025/08/19 02:14:31 DEBUG : test.sum: md5 = 49d37330c1919feeb2ef6d45211bcc5e OK === RUN TestCheckSumDownload/subtest5 2025/08/19 02:14:35 DEBUG : test.sum: md5 = 1788ae4bc8dd7e9692a59a955a0fefd4 OK === RUN TestCheckSumDownload/subtest6 2025/08/19 02:14:39 DEBUG : data/banana: md5 = 57d31c9615e52d0f4b9000d3014e1f68 OK 2025/08/19 02:14:41 DEBUG : data/potato: md5 = f92e18a46c90879f13f6fc65e86d0045 OK 2025/08/19 02:14:42 DEBUG : test.sum: md5 = 5c1e582fdf3c5d3093fbc3ebc3ac4559 OK === RUN TestCheckSumDownload/subtest7 2025/08/19 02:14:47 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/19 02:14:47 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (41.54s) --- PASS: TestCheckSumDownload/subtest1 (2.50s) --- PASS: TestCheckSumDownload/subtest2 (2.22s) --- PASS: TestCheckSumDownload/subtest3 (2.37s) --- PASS: TestCheckSumDownload/subtest4 (2.35s) --- PASS: TestCheckSumDownload/subtest5 (2.23s) --- PASS: TestCheckSumDownload/subtest6 (2.17s) --- PASS: TestCheckSumDownload/subtest7 (2.58s) === RUN TestApplyTransforms 2025/08/19 02:14:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-busobay7gowi" 2025/08/19 02:14:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:14:48 DEBUG : Creating backend with remote "TestDrive:crypt/194r4jnfs7ii58u5e1dj8q5q4jbbm4u0ao19qp61bmqvnrbmr7j0" 2025/08/19 02:14:49 DEBUG : Creating backend with remote "/tmp/rclone1801602838" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-busobay7gowi'", Local "Local file system at /tmp/rclone1801602838", Modify Window "1ms" 2025/08/19 02:14:51 DEBUG : hello, world!: md5 = f1edd9c4239fb23854769cedd0b9a532 OK upper checkfile vs. lower remote (without normalization) 2025/08/19 02:14:52 ERROR : hello, world!: sum not found 2025/08/19 02:14:52 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-busobay7gowi' 2025/08/19 02:14:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-busobay7gowi': 1 files missing 2025/08/19 02:14:52 NOTICE: 1 hashes missing 2025/08/19 02:14:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-busobay7gowi': 1 differences found 2025/08/19 02:14:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-busobay7gowi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/19 02:14:53 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:14:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-busobay7gowi': 0 differences found 2025/08/19 02:14:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-busobay7gowi': 1 matching files 2025/08/19 02:14:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sabuwug3tupe" 2025/08/19 02:14:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:14:53 DEBUG : Creating backend with remote "TestDrive:crypt/ffdjtisife895vgf7ei01tm1dinlm1fq9sim9355371dg4mqi0pg" 2025/08/19 02:14:54 DEBUG : Creating backend with remote "/tmp/rclone1275140679" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sabuwug3tupe'", Local "Local file system at /tmp/rclone1275140679", Modify Window "1ms" 2025/08/19 02:14:56 DEBUG : HELLO, WORLD!: md5 = 4cbd009eb9d923cd12229c77ad7208d3 OK lower checkfile vs. upper remote (without normalization) 2025/08/19 02:14:56 ERROR : HELLO, WORLD!: sum not found 2025/08/19 02:14:56 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sabuwug3tupe' 2025/08/19 02:14:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabuwug3tupe': 1 files missing 2025/08/19 02:14:56 NOTICE: 1 hashes missing 2025/08/19 02:14:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabuwug3tupe': 1 differences found 2025/08/19 02:14:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabuwug3tupe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/19 02:14:58 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:14:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabuwug3tupe': 0 differences found 2025/08/19 02:14:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabuwug3tupe': 1 matching files 2025/08/19 02:14:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xujeqix9vuyu" 2025/08/19 02:14:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:14:58 DEBUG : Creating backend with remote "TestDrive:crypt/bt9snutkuf57quahkneccdc8lhnfd9sfmqnnfv9sudiure1tc2b0" 2025/08/19 02:14:59 DEBUG : Creating backend with remote "/tmp/rclone1759799846" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xujeqix9vuyu'", Local "Local file system at /tmp/rclone1759799846", Modify Window "1ms" 2025/08/19 02:15:01 DEBUG : HeLlO, wOrLd!: md5 = 75f5b0cede3b0c8f4f67c1372a8667f4 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/19 02:15:01 ERROR : HeLlO, wOrLd!: sum not found 2025/08/19 02:15:01 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xujeqix9vuyu' 2025/08/19 02:15:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xujeqix9vuyu': 1 files missing 2025/08/19 02:15:01 NOTICE: 1 hashes missing 2025/08/19 02:15:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xujeqix9vuyu': 1 differences found 2025/08/19 02:15:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xujeqix9vuyu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/19 02:15:02 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:15:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xujeqix9vuyu': 0 differences found 2025/08/19 02:15:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xujeqix9vuyu': 1 matching files 2025/08/19 02:15:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sikubir6mavi" 2025/08/19 02:15:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:15:02 DEBUG : Creating backend with remote "TestDrive:crypt/g1rkk54tl8e9uoqlfkjgt5vl801vct370tmv094r11mp9g6ns290" 2025/08/19 02:15:03 DEBUG : Creating backend with remote "/tmp/rclone3626756301" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sikubir6mavi'", Local "Local file system at /tmp/rclone3626756301", Modify Window "1ms" 2025/08/19 02:15:06 DEBUG : HELLO, WORLD!: md5 = 5851be936546260611f04a10cf55ce60 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/19 02:15:06 ERROR : HELLO, WORLD!: sum not found 2025/08/19 02:15:06 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sikubir6mavi' 2025/08/19 02:15:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sikubir6mavi': 1 files missing 2025/08/19 02:15:06 NOTICE: 1 hashes missing 2025/08/19 02:15:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sikubir6mavi': 1 differences found 2025/08/19 02:15:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sikubir6mavi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/19 02:15:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:15:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sikubir6mavi': 0 differences found 2025/08/19 02:15:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sikubir6mavi': 1 matching files 2025/08/19 02:15:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kibeqop7beki" 2025/08/19 02:15:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:15:07 DEBUG : Creating backend with remote "TestDrive:crypt/op7fa9ol3biu3f4s64gk216913i7hqa6flgka89fg927ufltsmu0" 2025/08/19 02:15:08 DEBUG : Creating backend with remote "/tmp/rclone1569307714" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kibeqop7beki'", Local "Local file system at /tmp/rclone1569307714", Modify Window "1ms" 2025/08/19 02:15:11 DEBUG : 測試_Русский___ě_áñ: md5 = fdec5c72344b595d06f08debaa04a2e9 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/19 02:15:11 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/19 02:15:11 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kibeqop7beki' 2025/08/19 02:15:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kibeqop7beki': 1 files missing 2025/08/19 02:15:11 NOTICE: 1 hashes missing 2025/08/19 02:15:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kibeqop7beki': 1 differences found 2025/08/19 02:15:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kibeqop7beki': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/19 02:15:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:15:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kibeqop7beki': 0 differences found 2025/08/19 02:15:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kibeqop7beki': 1 matching files 2025/08/19 02:15:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-recuxon2qebu" 2025/08/19 02:15:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:15:12 DEBUG : Creating backend with remote "TestDrive:crypt/tkvclo9gil3ie7u41c2cf1hog6m76cvuim82dif2607ovhtvfl8g" 2025/08/19 02:15:13 DEBUG : Creating backend with remote "/tmp/rclone3013828169" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-recuxon2qebu'", Local "Local file system at /tmp/rclone3013828169", Modify Window "1ms" 2025/08/19 02:15:15 DEBUG : 測試_Русский___ě_áñ: md5 = 2c74dae2f3e8581eb5b51fd5b6f17b73 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/19 02:15:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/19 02:15:16 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-recuxon2qebu' 2025/08/19 02:15:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-recuxon2qebu': 1 files missing 2025/08/19 02:15:16 NOTICE: 1 hashes missing 2025/08/19 02:15:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-recuxon2qebu': 1 differences found 2025/08/19 02:15:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-recuxon2qebu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/19 02:15:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:15:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-recuxon2qebu': 0 differences found 2025/08/19 02:15:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-recuxon2qebu': 1 matching files 2025/08/19 02:15:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-besekox2jemu" 2025/08/19 02:15:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:15:17 DEBUG : Creating backend with remote "TestDrive:crypt/9d43r7c0me4qc45i9s3a3arm3kb7eat6kg7ht6dkbdtar50bbmfg" 2025/08/19 02:15:18 DEBUG : Creating backend with remote "/tmp/rclone1049854305" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-besekox2jemu'", Local "Local file system at /tmp/rclone1049854305", Modify Window "1ms" 2025/08/19 02:15:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0841ceb22ff6ec34bcd6bfdb37c2c120 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/19 02:15:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/19 02:15:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-besekox2jemu' 2025/08/19 02:15:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-besekox2jemu': 1 files missing 2025/08/19 02:15:21 NOTICE: 1 hashes missing 2025/08/19 02:15:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-besekox2jemu': 1 differences found 2025/08/19 02:15:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-besekox2jemu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/19 02:15:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:15:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-besekox2jemu': 0 differences found 2025/08/19 02:15:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-besekox2jemu': 1 matching files 2025/08/19 02:15:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kagoqar0gawo" 2025/08/19 02:15:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:15:22 DEBUG : Creating backend with remote "TestDrive:crypt/4gmusrc4b1gl2g4g9uj6d4q7l5320r43adhcc6ko4d2055glmrg0" 2025/08/19 02:15:23 DEBUG : Creating backend with remote "/tmp/rclone3242205064" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kagoqar0gawo'", Local "Local file system at /tmp/rclone3242205064", Modify Window "1ms" 2025/08/19 02:15:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a37c98defcced091c7ff18bddb57f850 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/19 02:15:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/19 02:15:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kagoqar0gawo' 2025/08/19 02:15:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kagoqar0gawo': 1 files missing 2025/08/19 02:15:26 NOTICE: 1 hashes missing 2025/08/19 02:15:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kagoqar0gawo': 1 differences found 2025/08/19 02:15:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kagoqar0gawo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/19 02:15:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:15:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kagoqar0gawo': 0 differences found 2025/08/19 02:15:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kagoqar0gawo': 1 matching files 2025/08/19 02:15:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sazuqir1wave" 2025/08/19 02:15:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:15:27 DEBUG : Creating backend with remote "TestDrive:crypt/3n4f0nauntb51i1a2fmmm6gv7up6ln5m2gp1benf35hu7e09lve0" 2025/08/19 02:15:28 DEBUG : Creating backend with remote "/tmp/rclone943733291" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sazuqir1wave'", Local "Local file system at /tmp/rclone943733291", Modify Window "1ms" 2025/08/19 02:15:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6a92ed4caf2f6fd65afa9a87cf88cd4c OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/19 02:15:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/19 02:15:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sazuqir1wave' 2025/08/19 02:15:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sazuqir1wave': 1 files missing 2025/08/19 02:15:31 NOTICE: 1 hashes missing 2025/08/19 02:15:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sazuqir1wave': 1 differences found 2025/08/19 02:15:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sazuqir1wave': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/19 02:15:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:15:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sazuqir1wave': 0 differences found 2025/08/19 02:15:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sazuqir1wave': 1 matching files 2025/08/19 02:15:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cerihac2qeni" 2025/08/19 02:15:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:15:32 DEBUG : Creating backend with remote "TestDrive:crypt/phfifrc31g83pbrd3gitsfg2ftclvij26pfls1j0fs024l8c7u9g" 2025/08/19 02:15:33 DEBUG : Creating backend with remote "/tmp/rclone3868775057" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cerihac2qeni'", Local "Local file system at /tmp/rclone3868775057", Modify Window "1ms" 2025/08/19 02:15:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f7494a579089967a248468adc6a7a4b0 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/19 02:15:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/19 02:15:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cerihac2qeni' 2025/08/19 02:15:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerihac2qeni': 1 files missing 2025/08/19 02:15:36 NOTICE: 1 hashes missing 2025/08/19 02:15:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerihac2qeni': 1 differences found 2025/08/19 02:15:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerihac2qeni': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/19 02:15:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 02:15:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerihac2qeni': 0 differences found 2025/08/19 02:15:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerihac2qeni': 1 matching files 2025/08/19 02:15:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cerihac2qeni': Purge remote 2025/08/19 02:15:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sazuqir1wave': Purge remote 2025/08/19 02:15:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kagoqar0gawo': Purge remote 2025/08/19 02:15:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-besekox2jemu': Purge remote 2025/08/19 02:15:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-recuxon2qebu': Purge remote 2025/08/19 02:15:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kibeqop7beki': Purge remote 2025/08/19 02:15:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sikubir6mavi': Purge remote 2025/08/19 02:15:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xujeqix9vuyu': Purge remote 2025/08/19 02:15:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sabuwug3tupe': Purge remote 2025/08/19 02:15:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-busobay7gowi': Purge remote --- PASS: TestApplyTransforms (53.08s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:15:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/19 02:15:43 DEBUG : sub/file2: md5 = d5f9e43d91a7a57defe93dd6984b435d OK 2025/08/19 02:15:43 INFO : file1: Copied (new) to: sub/file2 2025/08/19 02:15:44 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/19 02:15:44 DEBUG : file1: Unchanged skipping 2025/08/19 02:15:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': don't need to copy/move sub/file2, it is already at target location 2025/08/19 02:15:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.17s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:15:49 DEBUG : dst/file1: md5 = bd8fd461bc6f321d96ffbd78e77b21d6 OK 2025/08/19 02:15:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/backup" 2025/08/19 02:15:50 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/1nrff024r7pq65ecp72fc28jb0" 2025/08/19 02:15:52 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/19 02:15:54 INFO : dst/file1: Moved (server-side) 2025/08/19 02:15:55 DEBUG : dst/file1: md5 = 35b23c7084e373bb608eb55f93e96e4c OK 2025/08/19 02:15:55 INFO : dst/file1: Copied (new) 2025/08/19 02:15:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 02:15:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 02:15:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.77s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:16:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/dst" 2025/08/19 02:16:00 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 02:16:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/CompareDest" 2025/08/19 02:16:02 DEBUG : Config file has changed externally - reloading 2025/08/19 02:16:02 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/gveqi14airsml4bgu7krj116o8" 2025/08/19 02:16:03 DEBUG : one: Need to transfer - File not found at Destination 2025/08/19 02:16:06 DEBUG : one: md5 = 4a393065af5841356eb31490e195753c OK 2025/08/19 02:16:06 INFO : one: Copied (new) 2025/08/19 02:16:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 02:16:09 DEBUG : one: md5 = c2e5b57ea8707ebb3faf070881a02782 OK 2025/08/19 02:16:09 INFO : one: Copied (replaced existing) 2025/08/19 02:16:11 DEBUG : dst/one: md5 = ea62e14eb28a2acb6b36b4bd794024ed OK 2025/08/19 02:16:13 DEBUG : CompareDest/one: md5 = 0c62104ec558e7911676c143ac66403b OK 2025/08/19 02:16:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 02:16:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 02:16:14 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/19 02:16:16 DEBUG : CompareDest/two: md5 = d86504a83948823280aecaac0a9f3fc4 OK 2025/08/19 02:16:17 DEBUG : two: Need to transfer - File not found at Destination 2025/08/19 02:16:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 02:16:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/19 02:16:18 DEBUG : two: Need to transfer - File not found at Destination 2025/08/19 02:16:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 02:16:18 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/19 02:16:19 DEBUG : two: Need to transfer - File not found at Destination 2025/08/19 02:16:20 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/19 02:16:21 DEBUG : two: md5 = ce70a3e7a2629a9e182b30055f8d4bbb OK 2025/08/19 02:16:21 INFO : two: Copied (new) 2025/08/19 02:16:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 02:16:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:16:25 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:16:25 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (25.32s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:16:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/dst" 2025/08/19 02:16:26 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 02:16:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/CopyDest" 2025/08/19 02:16:27 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/19 02:16:29 DEBUG : one: Need to transfer - File not found at Destination 2025/08/19 02:16:31 DEBUG : one: md5 = 0d662a70d4e994a14929097339891a98 OK 2025/08/19 02:16:31 INFO : one: Copied (new) 2025/08/19 02:16:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 02:16:35 DEBUG : one: md5 = dc4dcab039bdc4731c4b3e73d5b58fdd OK 2025/08/19 02:16:35 INFO : one: Copied (replaced existing) 2025/08/19 02:16:37 DEBUG : dst/one: md5 = bd00773d0a2b24ee5ae8486ac912e7cb OK 2025/08/19 02:16:39 DEBUG : CopyDest/one: md5 = 8f4fdd0be185a975bc5c6a4555ecd7b2 OK 2025/08/19 02:16:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/BackupDir" 2025/08/19 02:16:40 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/19 02:16:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 02:16:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 02:16:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 02:16:43 INFO : one: Moved (server-side) 2025/08/19 02:16:44 INFO : one: Copied (server-side copy) 2025/08/19 02:16:44 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/19 02:16:46 DEBUG : CopyDest/two: md5 = 40be56743e9d079c0286e2b1605b20ef OK 2025/08/19 02:16:47 DEBUG : two: Need to transfer - File not found at Destination 2025/08/19 02:16:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 02:16:49 INFO : two: Copied (server-side copy) 2025/08/19 02:16:49 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/19 02:16:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 02:16:49 DEBUG : two: Unchanged skipping 2025/08/19 02:16:51 DEBUG : CopyDest/three: md5 = 1ef1d2bdb0439da92c313f81edc77b1a OK 2025/08/19 02:16:52 DEBUG : three: Need to transfer - File not found at Destination 2025/08/19 02:16:52 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/19 02:16:52 DEBUG : three: Destination not found in --copy-dest 2025/08/19 02:16:54 DEBUG : three: md5 = 516e8271d5ed52796749ac6758a8ae11 OK 2025/08/19 02:16:54 INFO : three: Copied (new) 2025/08/19 02:16:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/19 02:16:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 02:16:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:16:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/19 02:16:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:16:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 02:16:59 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.60s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:17:01 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/19 02:17:03 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1dbf69ab62b448c634b481d3c328dba4 OK 2025/08/19 02:17:03 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/19 02:17:04 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/19 02:17:04 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/08/19 02:17:05 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/19 02:17:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/19 02:17:07 DEBUG : TestCopyFileMaxTransfer/file4: md5 = caa5f1a96cc0177a0e0af5c998ccb0cf OK 2025/08/19 02:17:07 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/19 02:17:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/19 02:17:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.20s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:17:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Looking for duplicate names using skip mode. 2025/08/19 02:17:14 NOTICE: one: Found 2 files with duplicate names 2025/08/19 02:17:14 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.94s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:17:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Looking for duplicate names using skip mode. 2025/08/19 02:17:20 NOTICE: one: Found 3 files with duplicate names 2025/08/19 02:17:20 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/19 02:17:21 INFO : one: Deleted 2025/08/19 02:17:21 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.57s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:17:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Looking for duplicate names using first mode. 2025/08/19 02:17:26 NOTICE: one: Found 3 files with duplicate names 2025/08/19 02:17:27 INFO : one: Deleted 2025/08/19 02:17:27 INFO : one: Deleted 2025/08/19 02:17:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.21s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:17:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Looking for duplicate names using newest mode. 2025/08/19 02:17:33 NOTICE: one: Found 3 files with duplicate names 2025/08/19 02:17:33 INFO : one: Deleted 2025/08/19 02:17:34 INFO : one: Deleted 2025/08/19 02:17:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.68s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:17:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Looking for duplicate names using oldest mode. 2025/08/19 02:17:40 NOTICE: one: Found 3 files with duplicate names 2025/08/19 02:17:40 INFO : one: Deleted 2025/08/19 02:17:41 INFO : one: Deleted 2025/08/19 02:17:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.50s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:17:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Looking for duplicate names using largest mode. 2025/08/19 02:17:46 NOTICE: one: Found 3 files with duplicate names 2025/08/19 02:17:47 INFO : one: Deleted 2025/08/19 02:17:47 INFO : one: Deleted 2025/08/19 02:17:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.41s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:17:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Looking for duplicate names using smallest mode. 2025/08/19 02:17:53 NOTICE: one: Found 3 files with duplicate names 2025/08/19 02:17:53 INFO : one: Deleted 2025/08/19 02:17:54 INFO : one: Deleted 2025/08/19 02:17:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.40s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:18:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Looking for duplicate names using rename mode. 2025/08/19 02:18:01 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/19 02:18:02 INFO : one-2.txt: renamed from: one.txt 2025/08/19 02:18:03 INFO : one-3.txt: renamed from: one.txt 2025/08/19 02:18:04 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.30s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:18:09 DEBUG : dupe1/one.txt: md5 = cfb3adf29e609a87a7bcd0d34c88cbf6 OK 2025/08/19 02:18:11 DEBUG : dupe2/two.txt: md5 = 7a3899687c2949ec7cf85554fedd4677 OK 2025/08/19 02:18:14 DEBUG : dupe3/three.txt: md5 = c2a6fafc3e59d0cc944e038b470644a7 OK 2025/08/19 02:18:14 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/19 02:18:15 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/19 02:18:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/19 02:18:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/19 02:18:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/19 02:18:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/19 02:18:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.81s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:18:21 DEBUG : a.txt: md5 = d297946e641842fd3c54e61b5e91bfd6 OK 2025/08/19 02:18:23 DEBUG : zend.txt: md5 = 0ceefe39bbc65ef9e220a587983b2328 OK 2025/08/19 02:18:25 DEBUG : sub dir/hello world: md5 = dd64b69a54f5105da8326bfb56f89e93 OK 2025/08/19 02:18:26 DEBUG : sub dir/hello world2: md5 = 176018323a5de8af841d1b6e40ba6b19 OK 2025/08/19 02:18:28 DEBUG : sub dir/ignore dir/.ignore: md5 = 2db4527ecfbdc803e3940583f6ac8912 OK 2025/08/19 02:18:30 DEBUG : sub dir/ignore dir/should be ignored: md5 = afd53624fb0d95405011f6a917808035 OK 2025/08/19 02:18:34 DEBUG : sub dir/sub sub dir/hello world3: md5 = 6274a69af27026648d93dc174e549e64 OK 2025/08/19 02:18:36 DEBUG : a.txt: Excluded (Size Filter) 2025/08/19 02:18:36 DEBUG : a.txt: Excluded 2025/08/19 02:18:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/19 02:18:36 DEBUG : sub dir/hello world2: Excluded 2025/08/19 02:18:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/19 02:18:36 DEBUG : sub dir/hello world: Excluded 2025/08/19 02:18:37 DEBUG : sub dir/ignore dir: Excluded 2025/08/19 02:18:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/19 02:18:37 DEBUG : sub dir/hello world2: Excluded 2025/08/19 02:18:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/19 02:18:37 DEBUG : sub dir/hello world: Excluded 2025/08/19 02:18:37 DEBUG : sub dir/ignore dir: Excluded 2025/08/19 02:18:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/19 02:18:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/19 02:18:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/19 02:18:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/19 02:18:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/19 02:18:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/19 02:18:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (23.71s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:18:45 DEBUG : a.txt: md5 = db84a18c02f8920dfdf3c885b1b252b7 OK 2025/08/19 02:18:46 DEBUG : zend.txt: md5 = 99a2238fcbae9debbed7059e49ace5b0 OK 2025/08/19 02:18:49 DEBUG : sub dir/hello world: md5 = ba6631ce91e33745275645b138ef5501 OK 2025/08/19 02:18:50 DEBUG : sub dir/hello world2: md5 = a56cdb7b09c5e8b986526de5e9775e3e OK 2025/08/19 02:18:52 DEBUG : sub dir/ignore dir/.ignore: md5 = d596a9af2e4d2fd86a01322d76461820 OK 2025/08/19 02:18:53 DEBUG : sub dir/ignore dir/should be ignored: md5 = 45fc3d2666ddeab0682dd11d85b34f2f OK 2025/08/19 02:18:55 DEBUG : sub dir/sub sub dir/hello world3: md5 = 85a846ed8e40e8a76f96a06ffcf60bb2 OK 2025/08/19 02:18:57 DEBUG : a.txt: Excluded (Size Filter) 2025/08/19 02:18:57 DEBUG : a.txt: Excluded 2025/08/19 02:18:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/19 02:18:57 DEBUG : sub dir/hello world: Excluded 2025/08/19 02:18:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/19 02:18:57 DEBUG : sub dir/hello world2: Excluded 2025/08/19 02:18:58 DEBUG : sub dir/ignore dir: Excluded 2025/08/19 02:18:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/19 02:18:58 DEBUG : sub dir/hello world: Excluded 2025/08/19 02:18:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/19 02:18:58 DEBUG : sub dir/hello world2: Excluded 2025/08/19 02:18:58 DEBUG : sub dir/ignore dir: Excluded 2025/08/19 02:19:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/19 02:19:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/19 02:19:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/19 02:19:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/19 02:19:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/19 02:19:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/19 02:19:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.17s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:06 DEBUG : file1: md5 = a00c0e47c33c6ffc7166939573d24355 OK 2025/08/19 02:19:08 DEBUG : sub/file2: md5 = 4c9c395fe9cf10a73314fd76a6e85e7c 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/08/19 02:19:12 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/19 02:19:12 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/19 02:19:12 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/19 02:19:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.89s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.29s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:16 DEBUG : file1: md5 = 5d171e746a732f4c5b4f9dc837019d9c OK 2025/08/19 02:19:18 DEBUG : sub/file2: md5 = b91dea173d78755a080469b585f1df06 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/08/19 02:19:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/notfound" 2025/08/19 02:19:22 DEBUG : Config file has changed externally - reloading 2025/08/19 02:19:22 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/qe0i31qdkoejk60elps0ni5sqk" 2025/08/19 02:19:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.49s) --- PASS: TestStatJSON/Root (0.39s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.76s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Making directory 2025/08/19 02:19:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:29 DEBUG : sub dir/hello world: md5 = f34be14935d620bbe1b33dbb52b1fb37 OK 2025/08/19 02:19:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.57s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:33 DEBUG : potato2: md5 = 381cdd9fe3ebffdf328ac3f466198a1c OK 2025/08/19 02:19:34 DEBUG : empty space: md5 = 5a903f78d2ca3c2cb1a548e1a018123a OK --- PASS: TestLs (4.56s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:37 DEBUG : potato2: md5 = 4ec90f982ce63043c01bfc8490cec6b0 OK 2025/08/19 02:19:39 DEBUG : empty space: md5 = 42c834afe98f3502238c24c597c91e26 OK 2025/08/19 02:19:39 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/19 02:19:39 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.74s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:42 DEBUG : potato2: md5 = 8810d1ee31863a77491d61cd3c21ac54 OK 2025/08/19 02:19:44 DEBUG : empty space: md5 = 56e00c023a3524dc0102c9064df9f274 OK --- PASS: TestLsLong (5.01s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:47 DEBUG : potato2: md5 = 859caa2f133fdb1a1d5c8bde8e719124 OK 2025/08/19 02:19:50 DEBUG : empty space: md5 = d6e56fab06440f68a207f971d5268c82 OK --- PASS: TestHashSums (5.72s) === RUN TestHashSumsWithErrors 2025/08/19 02:19:51 DEBUG : Creating backend with remote ":memory:" 2025/08/19 02:19:51 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/19 02:19:51 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/19 02:19:51 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/19 02:19:51 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/19 02:19:51 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/19 02:19:51 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/19 02:19:51 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/19 02:19:51 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/19 02:19: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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:19:53 DEBUG : potato2: md5 = fa6b0c37849756a616fe35aae29d8f41 OK 2025/08/19 02:19:54 DEBUG : empty space: md5 = effbcfcf3aff62a6e37bc60f57baf116 OK 2025/08/19 02:19:56 DEBUG : sub dir/potato3: md5 = 0bdf79fd14086caa30ce2311e458221c OK 2025/08/19 02:19:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.40s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:20:01 DEBUG : small: md5 = 8cf1e2dc71b244e38ccb0c98938c7f97 OK 2025/08/19 02:20:03 DEBUG : medium: md5 = 1ac8ddd39f8073323b16a21518c846a2 OK 2025/08/19 02:20:04 DEBUG : large: md5 = fcf4159e688a8e3816d3e810f1d29c94 OK 2025/08/19 02:20:05 DEBUG : Waiting for deletions to finish 2025/08/19 02:20:05 DEBUG : large: Excluded (Size Filter) 2025/08/19 02:20:05 INFO : small: Deleted 2025/08/19 02:20:05 INFO : medium: Deleted --- PASS: TestDelete (6.72s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:20:08 DEBUG : small: md5 = 66424db5c876a8d9a9ad3c95635f1245 OK 2025/08/19 02:20:09 DEBUG : medium: md5 = 2fc1d25fd03414dc38235ba8b62e732b OK 2025/08/19 02:20:11 DEBUG : large: md5 = 74b77f5987701bd3f0f08efbc51e42b5 OK 2025/08/19 02:20:12 DEBUG : Waiting for deletions to finish 2025/08/19 02:20:12 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/19 02:20:12 INFO : medium: Deleted 2025/08/19 02:20:12 INFO : small: Deleted --- PASS: TestMaxDelete (7.59s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:20:16 DEBUG : small: md5 = 19b8d17e8ab45b67cdf3c05af72c410b OK 2025/08/19 02:20:17 DEBUG : medium: md5 = 5302ee09e9f98d186575b445a4092446 OK 2025/08/19 02:20:18 DEBUG : large: md5 = a6279f0a5bf5ffb632c3ff2d8562cd01 OK 2025/08/19 02:20:19 DEBUG : Waiting for deletions to finish 2025/08/19 02:20:19 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/19 02:20:19 INFO : medium: Deleted 2025/08/19 02:20:19 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.03s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:20:23 DEBUG : small: md5 = 8c2d5fb6b1c72e45d9578c91844de5aa OK 2025/08/19 02:20:24 DEBUG : medium: md5 = 6ceb040718e5bb64b3d384c28144950e OK 2025/08/19 02:20:25 DEBUG : large: md5 = 802c629a639de2714ebf9f5bd21a9121 OK 2025/08/19 02:20:26 DEBUG : Waiting for deletions to finish 2025/08/19 02:20:26 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/19 02:20:26 INFO : small: Deleted 2025/08/19 02:20:26 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.96s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:20:30 DEBUG : ReadFile: md5 = 9fa0d94e997777e0e590b4c4e53db7a5 OK --- PASS: TestReadFile (4.27s) === RUN TestRetry 2025/08/19 02:20:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/19 02:20:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/19 02:20:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/19 02:20:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/19 02:20:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/19 02:20:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/19 02:20: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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:20:34 DEBUG : file1: md5 = 526f689ece4ea4f3778cd3200613e004 OK 2025/08/19 02:20:35 DEBUG : file2: md5 = 8e39a88e8dfef93da82cc433b271fa6e OK --- PASS: TestCat (15.84s) === RUN TestPurge 2025/08/19 02:20:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vikipoc8ruzo" 2025/08/19 02:20:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 02:20:48 DEBUG : Creating backend with remote "TestDrive:crypt/83pq9b1cmqgpmdivcef71elobug5r6g1p5boae7iipvev8q9gujg" 2025/08/19 02:20:49 DEBUG : Creating backend with remote "/tmp/rclone2522414503" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vikipoc8ruzo'", Local "Local file system at /tmp/rclone2522414503", Modify Window "1ms" 2025/08/19 02:20:54 DEBUG : A1/B1/C1/one: md5 = defcde4627234b3569cd2b4178bb4427 OK 2025/08/19 02:20:54 INFO : A2: Making directory 2025/08/19 02:20:54 INFO : A1/B2: Making directory 2025/08/19 02:20:55 INFO : A1/B2/C2: Making directory 2025/08/19 02:20:56 INFO : A1/B1/C3: Making directory 2025/08/19 02:20:57 INFO : A3: Making directory 2025/08/19 02:20:57 INFO : A3/B3: Making directory 2025/08/19 02:20:59 INFO : A3/B3/C4: Making directory 2025/08/19 02:21:01 DEBUG : A1/two: md5 = dea84ffa5dbfc0ed86a541cb3cdb0700 OK 2025/08/19 02:21:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vikipoc8ruzo': Purge remote 2025/08/19 02:21:05 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.18s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:21:09 DEBUG : A1/B1/C1/one: md5 = b49562f2573d000aa5feebe518ac19f6 OK 2025/08/19 02:21:09 INFO : A2: Making directory 2025/08/19 02:21:10 INFO : A1/B2: Making directory 2025/08/19 02:21:11 INFO : A1/B2/C2: Making directory 2025/08/19 02:21:11 INFO : A1/B1/C3: Making directory 2025/08/19 02:21:12 INFO : A3: Making directory 2025/08/19 02:21:13 INFO : A3/B3: Making directory 2025/08/19 02:21:14 INFO : A3/B3/C4: Making directory 2025/08/19 02:21:16 DEBUG : A1/two: md5 = f2da9692a5d9b94b9f78d93b8b2e9a44 OK 2025/08/19 02:21:17 DEBUG : removing 1 level 3 directories 2025/08/19 02:21:17 INFO : A3/B3/C4: Removing directory 2025/08/19 02:21:20 DEBUG : removing 2 level 3 directories 2025/08/19 02:21:20 INFO : A1/B2/C2: Removing directory 2025/08/19 02:21:20 INFO : A1/B1/C3: Removing directory 2025/08/19 02:21:20 DEBUG : removing 2 level 2 directories 2025/08/19 02:21:20 INFO : A3/B3: Removing directory 2025/08/19 02:21:20 INFO : A1/B2: Removing directory 2025/08/19 02:21:21 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/19 02:21:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/19 02:21:21 DEBUG : removing 2 level 1 directories 2025/08/19 02:21:21 INFO : A3: Removing directory 2025/08/19 02:21:21 INFO : A2: Removing directory 2025/08/19 02:21:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/19 02:21:25 DEBUG : removing 1 level 3 directories 2025/08/19 02:21:25 INFO : A1/B1/C1: Removing directory 2025/08/19 02:21:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:26 DEBUG : removing 1 level 2 directories 2025/08/19 02:21:26 INFO : A1/B1: Removing directory 2025/08/19 02:21:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/19 02:21:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 02:21:27 DEBUG : removing 1 level 1 directories 2025/08/19 02:21:27 INFO : A1: Removing directory 2025/08/19 02:21:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/19 02:21:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/19 02:21:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 02:21:28 DEBUG : removing 1 level 0 directories 2025/08/19 02:21:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Removing directory 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/19 02:21:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (23.67s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:21:30 INFO : A1: Making directory 2025/08/19 02:21:31 INFO : A1/B1: Making directory 2025/08/19 02:21:31 INFO : A1/B1/C1: Making directory 2025/08/19 02:21:34 DEBUG : removing 1 level 3 directories 2025/08/19 02:21:34 INFO : A1/B1/C1: Removing directory 2025/08/19 02:21:34 DEBUG : removing 1 level 2 directories 2025/08/19 02:21:34 INFO : A1/B1: Removing directory 2025/08/19 02:21:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 02:21:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.86s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:21:37 INFO : A1: Making directory 2025/08/19 02:21:38 INFO : A1/B1: Making directory 2025/08/19 02:21:38 INFO : A1/B1/C1: Making directory 2025/08/19 02:21:41 DEBUG : removing 1 level 3 directories 2025/08/19 02:21:41 INFO : A1/B1/C1: Removing directory 2025/08/19 02:21:42 DEBUG : removing 1 level 2 directories 2025/08/19 02:21:42 INFO : A1/B1: Removing directory 2025/08/19 02:21:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 02:21:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.35s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:21:46 DEBUG : file1: md5 = 26949a682ff9603c7bd2435284946e26 OK 2025/08/19 02:21:47 DEBUG : filename.txt: File name found in url 2025/08/19 02:21:49 DEBUG : filename.txt: md5 = 1491a1fd024f8ac69e6ad614f1d85798 OK 2025/08/19 02:21:49 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/19 02:21:50 DEBUG : headerfilename.txt: md5 = a4216002600cc206e2ba10ce3ac6bcf2 OK 2025/08/19 02:21:51 DEBUG : file2: md5 = 618ac74fb191d7f42217ad038fc07f6b OK --- PASS: TestCopyURL (9.62s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:21:54 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/19 02:21:56 DEBUG : sub/file2: md5 = e034d8f07e850dd73e7fac6115a3961d OK 2025/08/19 02:21:56 INFO : file1: Copied (new) to: sub/file2 2025/08/19 02:21:56 INFO : file1: Deleted 2025/08/19 02:21:57 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/19 02:21:57 DEBUG : file1: Unchanged skipping 2025/08/19 02:21:57 INFO : file1: Deleted 2025/08/19 02:21:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': don't need to copy/move sub/file2, it is already at target location 2025/08/19 02:21:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.95s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:22:00 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/19 02:22:03 DEBUG : file1: md5 = 03837561440b75e3220888ea2cbab90b OK 2025/08/19 02:22:03 INFO : file1: Copied (new) 2025/08/19 02:22:03 INFO : file1: Deleted 2025/08/19 02:22:03 DEBUG : file1: Destination exists, skipping 2025/08/19 02:22:03 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.35s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:22:07 DEBUG : dst/file1: md5 = efcce92b5b4e005c6ca08c5e8d6c91ac OK 2025/08/19 02:22:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yejunag7jova/backup" 2025/08/19 02:22:08 DEBUG : Creating backend with remote "TestDrive:crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg/1nrff024r7pq65ecp72fc28jb0" 2025/08/19 02:22:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/19 02:22:12 INFO : dst/file1: Moved (server-side) 2025/08/19 02:22:14 DEBUG : dst/file1: md5 = dfc837377e27efd2969137a5206cf273 OK 2025/08/19 02:22:14 INFO : dst/file1: Copied (new) 2025/08/19 02:22:14 INFO : dst/file1: Deleted 2025/08/19 02:22:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 02:22:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 02:22:19 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (14.31s) === 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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:22:22 DEBUG : A1/one: md5 = 0057715502e6c5c69a905d02e667ee60 OK 2025/08/19 02:22:23 DEBUG : A1/two: md5 = a4b49c6d6cdeaba10280ba5da4d4b53b OK 2025/08/19 02:22:25 DEBUG : A1/B1/three: md5 = 6f14e2b2e95fe15bd0a7209e27ef0b1d OK 2025/08/19 02:22:28 DEBUG : A1/B1/C1/four: md5 = 65a0e4a8e8b510a0452589fdcc967576 OK 2025/08/19 02:22:30 DEBUG : A1/B1/C2/five: md5 = 3c5d19cc8fb3c77cd1cb9a2e42331166 OK 2025/08/19 02:22:30 INFO : A1/B2: Making directory 2025/08/19 02:22:30 INFO : A1/B1/C3: Making directory 2025/08/19 02:22:40 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/19 02:22:40 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/19 02:22:40 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/19 02:22:40 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/19 02:22:40 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/19 02:22:43 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/19 02:22:43 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/19 02:22:43 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 02:22:44 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/19 02:22:44 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/19 02:22:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/19 02:22:51 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/19 02:22:51 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/19 02:22:52 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/19 02:22:52 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/19 02:22:52 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/19 02:22:55 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/19 02:22:55 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/19 02:22:55 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 02:22:55 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/19 02:22:55 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/19 02:23:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/19 02:23:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/19 02:23:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/19 02:23:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/19 02:23:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 02:23:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/19 02:23:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/19 02:23:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/19 02:23:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 02:23:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.01s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:04 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': File to upload is small (34 bytes), uploading instead of streaming 2025/08/19 02:23:06 DEBUG : no_checksum_small_file_from_pipe: md5 = 301d1577ae84c840050d7023cd4255d3 OK 2025/08/19 02:23:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/19 02:23:06 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/19 02:23:07 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/19 02:23:08 DEBUG : no_checksum_big_file_from_pipe: md5 = 791d27baf719583f592108f7e94bb64f OK 2025/08/19 02:23:08 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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': File to upload is small (34 bytes), uploading instead of streaming 2025/08/19 02:23:11 DEBUG : with_checksum_small_file_from_pipe: md5 = d74947eadbf982e24fca4323d9fa2ed1 OK 2025/08/19 02:23:11 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/19 02:23:12 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/19 02:23:13 DEBUG : with_checksum_big_file_from_pipe: md5 = 001f70c69ab5e067ff1d2c48d6ec50c1 OK 2025/08/19 02:23:13 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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': File to upload is small (34 bytes), uploading instead of streaming 2025/08/19 02:23:16 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/19 02:23:17 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/19 02:23:18 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-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': File to upload is small (34 bytes), uploading instead of streaming 2025/08/19 02:23:21 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/19 02:23:22 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/19 02:23:23 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.81s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.86s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.94s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.97s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.04s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/19 02:23:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': File to upload is small (48 bytes), uploading instead of streaming 2025/08/19 02:23:26 DEBUG : rcat_metadata: md5 = e034ba8c0f734e73956763cd0237a443 OK 2025/08/19 02:23:26 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/19 02:23:28 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/19 02:23:29 DEBUG : rcat_metadata_uploadcutoff0: md5 = afab577f1e6644b7ac700a6ae3fcf644 OK 2025/08/19 02:23:29 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.77s) --- PASS: TestRcatMetadata/Normal (2.50s) --- PASS: TestRcatMetadata/ViaDisk (2.83s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:32 DEBUG : potato1: md5 = 6179c62e4dc33c20e9a23312ebce011c OK 2025/08/19 02:23:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': File to upload is small (60 bytes), uploading instead of streaming 2025/08/19 02:23:34 DEBUG : potato2: md5 = 5ba6f3c93d79a9ad5f2b9f94c506bba5 OK 2025/08/19 02:23:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.78s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:37 DEBUG : potato1: md5 = 126f9c1f94e0c90a08d6b35b02ccce49 OK 2025/08/19 02:23:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': File to upload is small (60 bytes), uploading instead of streaming 2025/08/19 02:23:38 DEBUG : potato2: md5 = 6f8ccf49b38f68f93b60b2cdfe370a02 OK 2025/08/19 02:23:38 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.13s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:43 DEBUG : potato2: md5 = bbe542f42f5cc17410b8a72eb2f7521c OK 2025/08/19 02:23:44 DEBUG : empty space: md5 = 9600bbf57176aeb55fc1bbae14c941f5 OK 2025/08/19 02:23:46 DEBUG : sub dir/potato3: md5 = 4a73c43265b64dab579e9e51a32953c6 OK 2025/08/19 02:23:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Touching "sub dir/potato3" 2025/08/19 02:23:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Touching "empty space" 2025/08/19 02:23:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Touching "potato2" 2025/08/19 02:23:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.68s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:51 DEBUG : dir with metadata: Making directory with metadata 2025/08/19 02:23:52 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.32s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:53 DEBUG : directory with modtime: Making directory with metadata 2025/08/19 02:23:54 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.38s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:23:56 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/19 02:23:56 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/19 02:23:56 DEBUG : Google drive root 'crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg': Skipping btime metadata as can't update it on an existing file: 2025-08-19T02:23:56.211472656Z 2025/08/19 02:23:56 INFO : non existent directory: Updated directory metadata 2025/08/19 02:23:59 DEBUG : Google drive root 'crypt/9is4inftmejbfubsglndeamc8834s73h88e053a4hgnq30qg4skg': Skipping btime metadata as can't update it on an existing file: 2025-08-19T02:23:56.211472656Z 2025/08/19 02:23:59 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.35s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:24:01 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/19 02:24:03 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/19 02:24:04 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.06s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:24:05 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/19 02:24:05 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/19 02:24:05 DEBUG : dst: Making directory with metadata 2025/08/19 02:24:06 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/19 02:24:06 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/19 02:24:06 INFO : dst: Set directory modification time (using SetModTime) 2025/08/19 02:24:07 INFO : dst: Set directory modification time (using SetModTime) 2025/08/19 02:24:07 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/19 02:24:07 INFO : dst: Set directory modification time (using SetModTime) 2025/08/19 02:24:07 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.97s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova'", Local "Local file system at /tmp/rclone2739091994", Modify Window "1ms" 2025/08/19 02:24:11 DEBUG : sub dir/test remove existing: md5 = 7907b0cc3bdf4a5b2f3257f702c6e49e OK 2025/08/19 02:24:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 8596fe6e2d5cbaad097cab8fea75a0b6 OK 2025/08/19 02:24:15 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.juleper5" before starting 2025/08/19 02:24:16 DEBUG : sub dir/test remove existing.juleper5: TEST: removing renamed existing file after operation 2025/08/19 02:24:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.binaquw6" before starting 2025/08/19 02:24:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.binaquw6: TEST: renaming existing back after failed operation 2025/08/19 02:24:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nofaqod7" before starting 2025/08/19 02:24:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nofaqod7: TEST: removing renamed existing file after operation 2025/08/19 02:24:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "hdur2tuq2q4on40ehaha6b8g6ja7gogi2klismt1s09k1m3oe9s0" 2025/08/19 02:24:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9m3idj8skghgqk6ci0fufmef298kigpr4312vlilgcc66ajufueb63jv2hlcd4691iqb308gr6a4g0a49dpneehqq0j8uad5nojjkilq93qqmm80648mt20eri6foricbjgp5plmdq8jvk2ichfnuqknm9t6u5b4ie2cl3gpo4qggje9c3f0" --- PASS: TestRemoveExisting (13.33s) === 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/08/19 02:24:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yejunag7jova': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m6.72708545s (try 1/5)