"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/06 01:39:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono" 2025/08/06 01:39:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:39:07 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0" 2025/08/06 01:39:08 DEBUG : Creating backend with remote "/tmp/rclone1326886348" === 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/06 01:39:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/06 01:39:08 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/06 01:39:08 DEBUG : potato: Seek from 10 to 0 2025/08/06 01:39:08 DEBUG : potato: Seek from 10 to 0 2025/08/06 01:39:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/06 01:39:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/06 01:39:08 DEBUG : potato: Seek from 5 to 2 2025/08/06 01:39:08 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/06 01:39:08 DEBUG : potato: Seek from 7 to 0 2025/08/06 01:39:08 DEBUG : potato: Seek from 7 to 0 2025/08/06 01:39:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/06 01:39:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/06 01:39:08 DEBUG : potato: Seek from 5 to 2 2025/08/06 01:39:08 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/06 01:39:08 DEBUG : potato: Seek from 8 to 0 2025/08/06 01:39:08 DEBUG : potato: Seek from 8 to 0 2025/08/06 01:39:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/06 01:39:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/06 01:39:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/06 01:39:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/06 01:39:08 DEBUG : potato: Seek from 5 to 2 2025/08/06 01:39:08 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/06 01:39:08 DEBUG : potato: Seek from 9 to 0 2025/08/06 01:39:08 DEBUG : potato: Seek from 9 to 0 2025/08/06 01:39:08 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:39:11 DEBUG : rutabaga: md5 = 978bbd82a8d90e523d0f7146a5165b10 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/06 01:39:13 DEBUG : empty space: md5 = 06d8fb75d190aa8911121feb25630089 OK === RUN TestCheck/3 2025/08/06 01:39:14 DEBUG : potato2: md5 = 0c879663302ddacb9cf93515a65958f3 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/06 01:39:16 DEBUG : remotepotato: md5 = ddebbdf3d6ecc090d13427ff19235c10 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.99s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.22s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/08/06 01:39:19 DEBUG : Creating backend with remote "nonexistent" 2025/08/06 01:39:19 DEBUG : Creating backend with remote "nonexistent" 2025/08/06 01:39:19 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/06 01:39:19 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/06 01:39:19 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/06 01:39:19 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:39:21 DEBUG : rutabaga: md5 = 19e8827df7eb3294a2bb171269556b50 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/06 01:39:25 DEBUG : empty space: md5 = 3ad814c380e833447b0c1c3b6d421d66 OK === RUN TestCheckDownload/3 2025/08/06 01:39:28 DEBUG : potato2: md5 = df6e2ad564d5d19b0ac232af6c1c0f35 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/06 01:39:32 DEBUG : remotepotato: md5 = 4ae908873831da966d79b9c99ddc0131 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.85s) --- PASS: TestCheckDownload/1 (1.28s) --- PASS: TestCheckDownload/2 (0.86s) --- PASS: TestCheckDownload/3 (1.31s) --- PASS: TestCheckDownload/4 (1.12s) --- PASS: TestCheckDownload/5 (1.10s) --- PASS: TestCheckDownload/6 (0.93s) --- PASS: TestCheckDownload/7 (0.99s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:39:38 DEBUG : rutabaga: md5 = f96cb5b9f40ea84b64e35493192bec7b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/06 01:39:40 DEBUG : empty space: md5 = 29b976e800166699462bd7db4bebc904 OK === RUN TestCheckSizeOnly/3 2025/08/06 01:39:42 DEBUG : potato2: md5 = 22864d757aead5f480d5ab9ad450062e OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/06 01:39:44 DEBUG : remotepotato: md5 = aecb5abe9e9270cf2aef3d11770df6f5 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.57s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:39:48 DEBUG : test.sum: md5 = 35b0dd928f67ae0ef37bec8836f2919c OK 2025/08/06 01:39:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/06 01:39:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/06 01:39:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/06 01:39:49 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/06 01:39:51 DEBUG : test.sum: md5 = bb9ecb2a1f6fed0e3efcbd3c02394e59 OK 2025/08/06 01:39:52 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/06 01:39:52 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/06 01:39:52 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/06 01:39:52 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.93s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:39:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/data" 2025/08/06 01:39:53 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono/data' lacks md5, skipping --- SKIP: TestCheckSum (1.92s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:39:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/data" 2025/08/06 01:39:55 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/vjrnln8ratgmqakfosrqe8espk" 2025/08/06 01:39:59 DEBUG : data/banana: md5 = 407357f46e60fc0e6140dbb1581acc66 OK 2025/08/06 01:40:00 DEBUG : test.sum: md5 = 7c38bf4be1cb1b45548d6fe309827828 OK === RUN TestCheckSumDownload/subtest1 2025/08/06 01:40:04 DEBUG : data/potato: md5 = 3939bcea7469b5fe2161028224392d90 OK 2025/08/06 01:40:06 DEBUG : test.sum: md5 = 529b6a2fbcd32782536e79b11e026745 OK === RUN TestCheckSumDownload/subtest2 2025/08/06 01:40:10 DEBUG : test.sum: md5 = 17ba1e36bfaccc727a04f530e4e6876b OK === RUN TestCheckSumDownload/subtest3 2025/08/06 01:40:14 DEBUG : test.sum: md5 = 3ccf512a37be599dcad227bf6e1eefd0 OK === RUN TestCheckSumDownload/subtest4 2025/08/06 01:40:18 DEBUG : test.sum: md5 = 899c30999788902c57c9bb2e2b811258 OK === RUN TestCheckSumDownload/subtest5 2025/08/06 01:40:22 DEBUG : test.sum: md5 = 8a67bd6dfa84ccf5f593ce0e5d75914f OK === RUN TestCheckSumDownload/subtest6 2025/08/06 01:40:26 DEBUG : data/banana: md5 = f9fd7ea4ca255adc5e97f1ce7c495ab1 OK 2025/08/06 01:40:28 DEBUG : data/potato: md5 = bcb6c4ac5a491df6d4057bd23a52cf97 OK 2025/08/06 01:40:29 DEBUG : test.sum: md5 = 01951c67826d2f5740abe709356f2d8e OK === RUN TestCheckSumDownload/subtest7 2025/08/06 01:40:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/06 01:40:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (39.62s) --- PASS: TestCheckSumDownload/subtest1 (2.62s) --- PASS: TestCheckSumDownload/subtest2 (2.27s) --- PASS: TestCheckSumDownload/subtest3 (2.34s) --- PASS: TestCheckSumDownload/subtest4 (2.15s) --- PASS: TestCheckSumDownload/subtest5 (1.93s) --- PASS: TestCheckSumDownload/subtest6 (2.09s) --- PASS: TestCheckSumDownload/subtest7 (2.27s) === RUN TestApplyTransforms 2025/08/06 01:40:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zilezip3pota" 2025/08/06 01:40:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:40:34 DEBUG : Creating backend with remote "TestDrive:crypt/6vv2cidbeh2dj8af7lf2sercqbv8hvfooigm32acq1ar00qmk850" 2025/08/06 01:40:35 DEBUG : Creating backend with remote "/tmp/rclone2787166209" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zilezip3pota'", Local "Local file system at /tmp/rclone2787166209", Modify Window "1ms" 2025/08/06 01:40:37 DEBUG : hello, world!: md5 = 5b520257d1176b0e9afa5f6fe7bb37f1 OK upper checkfile vs. lower remote (without normalization) 2025/08/06 01:40:38 ERROR : hello, world!: sum not found 2025/08/06 01:40:38 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zilezip3pota' 2025/08/06 01:40:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilezip3pota': 1 files missing 2025/08/06 01:40:38 NOTICE: 1 hashes missing 2025/08/06 01:40:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilezip3pota': 1 differences found 2025/08/06 01:40:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilezip3pota': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/06 01:40:39 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:40:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilezip3pota': 0 differences found 2025/08/06 01:40:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilezip3pota': 1 matching files 2025/08/06 01:40:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-risafep7raga" 2025/08/06 01:40:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:40:39 DEBUG : Creating backend with remote "TestDrive:crypt/3fv2a6i6rd2uldou6mbme2g5g98fa19m7mf2hlfeoflqfb9173v0" 2025/08/06 01:40:40 DEBUG : Creating backend with remote "/tmp/rclone879255802" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-risafep7raga'", Local "Local file system at /tmp/rclone879255802", Modify Window "1ms" 2025/08/06 01:40:42 DEBUG : HELLO, WORLD!: md5 = 34479f50e773d138f1cbd1920a700287 OK lower checkfile vs. upper remote (without normalization) 2025/08/06 01:40:43 ERROR : HELLO, WORLD!: sum not found 2025/08/06 01:40:43 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-risafep7raga' 2025/08/06 01:40:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-risafep7raga': 1 files missing 2025/08/06 01:40:43 NOTICE: 1 hashes missing 2025/08/06 01:40:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-risafep7raga': 1 differences found 2025/08/06 01:40:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-risafep7raga': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/06 01:40:44 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:40:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-risafep7raga': 0 differences found 2025/08/06 01:40:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-risafep7raga': 1 matching files 2025/08/06 01:40:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kemabek1muze" 2025/08/06 01:40:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:40:44 DEBUG : Creating backend with remote "TestDrive:crypt/ue9uh0fl961dpoenmkjr96c2d4ouuphb8a00f11mqvu9q5rcmpng" 2025/08/06 01:40:45 DEBUG : Creating backend with remote "/tmp/rclone4274774835" 2025/08/06 01:40:45 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kemabek1muze'", Local "Local file system at /tmp/rclone4274774835", Modify Window "1ms" 2025/08/06 01:40:47 DEBUG : HeLlO, wOrLd!: md5 = a525fa68b35fdd9279a0f6c112880fb4 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/06 01:40:47 ERROR : HeLlO, wOrLd!: sum not found 2025/08/06 01:40:47 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kemabek1muze' 2025/08/06 01:40:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemabek1muze': 1 files missing 2025/08/06 01:40:47 NOTICE: 1 hashes missing 2025/08/06 01:40:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemabek1muze': 1 differences found 2025/08/06 01:40:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemabek1muze': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/06 01:40:48 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:40:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemabek1muze': 0 differences found 2025/08/06 01:40:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kemabek1muze': 1 matching files 2025/08/06 01:40:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dapacac6cuxo" 2025/08/06 01:40:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:40:48 DEBUG : Creating backend with remote "TestDrive:crypt/41ptg3ahr280i1aja4ff2bvmbfbhnpglhemlpiai81h1bmcvk7c0" 2025/08/06 01:40:49 DEBUG : Creating backend with remote "/tmp/rclone2351510478" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dapacac6cuxo'", Local "Local file system at /tmp/rclone2351510478", Modify Window "1ms" 2025/08/06 01:40:51 DEBUG : HELLO, WORLD!: md5 = 4c7e071901953fcba3f348d9fcfdf7ec OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/06 01:40:52 ERROR : HELLO, WORLD!: sum not found 2025/08/06 01:40:52 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dapacac6cuxo' 2025/08/06 01:40:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapacac6cuxo': 1 files missing 2025/08/06 01:40:52 NOTICE: 1 hashes missing 2025/08/06 01:40:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapacac6cuxo': 1 differences found 2025/08/06 01:40:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapacac6cuxo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/06 01:40:53 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:40:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapacac6cuxo': 0 differences found 2025/08/06 01:40:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapacac6cuxo': 1 matching files 2025/08/06 01:40:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-terolib8pexo" 2025/08/06 01:40:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:40:53 DEBUG : Creating backend with remote "TestDrive:crypt/n6hp4msgv7hp1q8q274ku3dhjh3rj587q4feimljvo21r0crfuh0" 2025/08/06 01:40:54 DEBUG : Creating backend with remote "/tmp/rclone4038104217" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-terolib8pexo'", Local "Local file system at /tmp/rclone4038104217", Modify Window "1ms" 2025/08/06 01:40:56 DEBUG : 測試_Русский___ě_áñ: md5 = e68e38176f04ec205013840f6bd9aa0f OK NFD checkfile vs. NFC remote (without normalization) 2025/08/06 01:40:57 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/06 01:40:57 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-terolib8pexo' 2025/08/06 01:40:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolib8pexo': 1 files missing 2025/08/06 01:40:57 NOTICE: 1 hashes missing 2025/08/06 01:40:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolib8pexo': 1 differences found 2025/08/06 01:40:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolib8pexo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/06 01:40:58 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:40:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolib8pexo': 0 differences found 2025/08/06 01:40:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolib8pexo': 1 matching files 2025/08/06 01:40:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hewoxuj7cora" 2025/08/06 01:40:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:40:58 DEBUG : Creating backend with remote "TestDrive:crypt/hi7qas3siapp1lffjo5fheu448qs0une8ucq1nu2gm7stds6cafg" 2025/08/06 01:40:59 DEBUG : Creating backend with remote "/tmp/rclone301741445" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hewoxuj7cora'", Local "Local file system at /tmp/rclone301741445", Modify Window "1ms" 2025/08/06 01:41:01 DEBUG : 測試_Русский___ě_áñ: md5 = fdd65f38b6275a071f2a5af40d5b4c09 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/06 01:41:02 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/06 01:41:02 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hewoxuj7cora' 2025/08/06 01:41:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hewoxuj7cora': 1 files missing 2025/08/06 01:41:02 NOTICE: 1 hashes missing 2025/08/06 01:41:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hewoxuj7cora': 1 differences found 2025/08/06 01:41:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hewoxuj7cora': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/06 01:41:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:41:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hewoxuj7cora': 0 differences found 2025/08/06 01:41:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hewoxuj7cora': 1 matching files 2025/08/06 01:41:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxugod2ruya" 2025/08/06 01:41:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:41:03 DEBUG : Creating backend with remote "TestDrive:crypt/98rv4mt6p6rjro8ivbfukv8qec2gsv2023koj4qidgqvnapkrttg" 2025/08/06 01:41:04 DEBUG : Creating backend with remote "/tmp/rclone3682885366" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxugod2ruya'", Local "Local file system at /tmp/rclone3682885366", Modify Window "1ms" 2025/08/06 01:41:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 73df2eaeacefb80f685ba04cff32f96d OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/06 01:41:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/06 01:41:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-boxugod2ruya' 2025/08/06 01:41:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxugod2ruya': 1 files missing 2025/08/06 01:41:07 NOTICE: 1 hashes missing 2025/08/06 01:41:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxugod2ruya': 1 differences found 2025/08/06 01:41:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxugod2ruya': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/06 01:41:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:41:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxugod2ruya': 0 differences found 2025/08/06 01:41:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxugod2ruya': 1 matching files 2025/08/06 01:41:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boqukew5roxa" 2025/08/06 01:41:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:41:08 DEBUG : Creating backend with remote "TestDrive:crypt/mvv4dq3f7p81oak8sh7f55chp8gb7jtv2mjrvpbj7kq405aj82og" 2025/08/06 01:41:09 DEBUG : Creating backend with remote "/tmp/rclone245057165" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boqukew5roxa'", Local "Local file system at /tmp/rclone245057165", Modify Window "1ms" 2025/08/06 01:41:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 26df4763bece53967f612cf79d6731f4 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/06 01:41:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/06 01:41:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-boqukew5roxa' 2025/08/06 01:41:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqukew5roxa': 1 files missing 2025/08/06 01:41:11 NOTICE: 1 hashes missing 2025/08/06 01:41:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqukew5roxa': 1 differences found 2025/08/06 01:41:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqukew5roxa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/06 01:41:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:41:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqukew5roxa': 0 differences found 2025/08/06 01:41:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqukew5roxa': 1 matching files 2025/08/06 01:41:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yopahuy5wihe" 2025/08/06 01:41:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:41:16 DEBUG : Creating backend with remote "TestDrive:crypt/c7u0j8l5n3incnh44vje4i5r17au3qq4p5kunji11kjs63nsti7g" 2025/08/06 01:41:17 DEBUG : Creating backend with remote "/tmp/rclone666600580" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yopahuy5wihe'", Local "Local file system at /tmp/rclone666600580", Modify Window "1ms" 2025/08/06 01:41:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4faebe639edf561acbb9acb4e093dad4 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/06 01:41:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/06 01:41:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yopahuy5wihe' 2025/08/06 01:41:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopahuy5wihe': 1 files missing 2025/08/06 01:41:19 NOTICE: 1 hashes missing 2025/08/06 01:41:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopahuy5wihe': 1 differences found 2025/08/06 01:41:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopahuy5wihe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/06 01:41:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:41:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopahuy5wihe': 0 differences found 2025/08/06 01:41:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopahuy5wihe': 1 matching files 2025/08/06 01:41:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nidunez8qiju" 2025/08/06 01:41:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:41:20 DEBUG : Creating backend with remote "TestDrive:crypt/joklco1f90aspbmj89akrs1cdes3t4ipt32b3ln37m5hog2v6n8g" 2025/08/06 01:41:21 DEBUG : Creating backend with remote "/tmp/rclone2786369983" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nidunez8qiju'", Local "Local file system at /tmp/rclone2786369983", Modify Window "1ms" 2025/08/06 01:41:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c73d82fd7bdb86a0b568a67028d5a94d OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/06 01:41:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/06 01:41:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nidunez8qiju' 2025/08/06 01:41:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidunez8qiju': 1 files missing 2025/08/06 01:41:25 NOTICE: 1 hashes missing 2025/08/06 01:41:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidunez8qiju': 1 differences found 2025/08/06 01:41:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidunez8qiju': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/06 01:41:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 01:41:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidunez8qiju': 0 differences found 2025/08/06 01:41:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidunez8qiju': 1 matching files 2025/08/06 01:41:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nidunez8qiju': Purge remote 2025/08/06 01:41:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yopahuy5wihe': Purge remote 2025/08/06 01:41:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boqukew5roxa': Purge remote 2025/08/06 01:41:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxugod2ruya': Purge remote 2025/08/06 01:41:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hewoxuj7cora': Purge remote 2025/08/06 01:41:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-terolib8pexo': Purge remote 2025/08/06 01:41:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dapacac6cuxo': Purge remote 2025/08/06 01:41:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kemabek1muze': Purge remote 2025/08/06 01:41:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-risafep7raga': Purge remote 2025/08/06 01:41:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zilezip3pota': Purge remote --- PASS: TestApplyTransforms (56.44s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:41:31 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/06 01:41:33 DEBUG : sub/file2: md5 = 4f42a4a25a0e0df6a1c02d46790fc363 OK 2025/08/06 01:41:33 INFO : file1: Copied (new) to: sub/file2 2025/08/06 01:41:34 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/06 01:41:34 DEBUG : file1: Unchanged skipping 2025/08/06 01:41:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': don't need to copy/move sub/file2, it is already at target location 2025/08/06 01:41:36 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.09s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:41:40 DEBUG : dst/file1: md5 = 31455a077e89a9dfaabf316e9cce5f1e OK 2025/08/06 01:41:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/backup" 2025/08/06 01:41:40 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/1nrff024r7pq65ecp72fc28jb0" 2025/08/06 01:41:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/06 01:41:44 INFO : dst/file1: Moved (server-side) 2025/08/06 01:41:46 DEBUG : dst/file1: md5 = aebb7db5d34a406e63e670685adcb199 OK 2025/08/06 01:41:46 INFO : dst/file1: Copied (new) 2025/08/06 01:41:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 01:41:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 01:41:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.39s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:41:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/dst" 2025/08/06 01:41:51 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 01:41:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/CompareDest" 2025/08/06 01:41:52 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/gveqi14airsml4bgu7krj116o8" 2025/08/06 01:41:54 DEBUG : one: Need to transfer - File not found at Destination 2025/08/06 01:41:56 DEBUG : one: md5 = 29e1edc1734ec0d61a2ea6e529c9a549 OK 2025/08/06 01:41:56 INFO : one: Copied (new) 2025/08/06 01:41:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 01:41:59 DEBUG : one: md5 = e92bc2fa82dc066b16adbccfb857da25 OK 2025/08/06 01:41:59 INFO : one: Copied (replaced existing) 2025/08/06 01:42:01 DEBUG : dst/one: md5 = ebdce8e119785c49df33c64c64214268 OK 2025/08/06 01:42:03 DEBUG : CompareDest/one: md5 = e83862343974a11c24394ac21b45f29a OK 2025/08/06 01:42:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 01:42:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 01:42:04 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/06 01:42:06 DEBUG : CompareDest/two: md5 = 500c88b782e5d19db0a3710f8d6a8fcd OK 2025/08/06 01:42:07 DEBUG : two: Need to transfer - File not found at Destination 2025/08/06 01:42:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 01:42:07 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/06 01:42:08 DEBUG : two: Need to transfer - File not found at Destination 2025/08/06 01:42:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 01:42:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/06 01:42:09 DEBUG : two: Need to transfer - File not found at Destination 2025/08/06 01:42:10 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/06 01:42:11 DEBUG : two: md5 = 18f5e0f15d5221585611b9b00bf785ae OK 2025/08/06 01:42:11 INFO : two: Copied (new) 2025/08/06 01:42:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 01:42:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:42:15 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:42:15 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.73s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:42:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/dst" 2025/08/06 01:42:15 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 01:42:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/CopyDest" 2025/08/06 01:42:17 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/06 01:42:19 DEBUG : one: Need to transfer - File not found at Destination 2025/08/06 01:42:21 DEBUG : one: md5 = 0d4500de168b1aa6b5a4bd46d37c3474 OK 2025/08/06 01:42:21 INFO : one: Copied (new) 2025/08/06 01:42:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 01:42:24 DEBUG : one: md5 = 1b8edb3381346a07890566e4f4a10750 OK 2025/08/06 01:42:24 INFO : one: Copied (replaced existing) 2025/08/06 01:42:26 DEBUG : dst/one: md5 = 0bb30fce3819b6503c0d6623b0639e57 OK 2025/08/06 01:42:28 DEBUG : CopyDest/one: md5 = b451ad6ed8de0853839b4ff78c11d4cb OK 2025/08/06 01:42:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/BackupDir" 2025/08/06 01:42:29 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/06 01:42:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 01:42:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 01:42:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 01:42:32 INFO : one: Moved (server-side) 2025/08/06 01:42:33 INFO : one: Copied (server-side copy) 2025/08/06 01:42:33 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/06 01:42:35 DEBUG : CopyDest/two: md5 = e7390b12cfb2889a4aad961da16d7ee4 OK 2025/08/06 01:42:36 DEBUG : two: Need to transfer - File not found at Destination 2025/08/06 01:42:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 01:42:37 INFO : two: Copied (server-side copy) 2025/08/06 01:42:37 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/06 01:42:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 01:42:38 DEBUG : two: Unchanged skipping 2025/08/06 01:42:40 DEBUG : CopyDest/three: md5 = 48b1ba79374ccaaaa801563d351c8ba0 OK 2025/08/06 01:42:40 DEBUG : three: Need to transfer - File not found at Destination 2025/08/06 01:42:41 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/06 01:42:41 DEBUG : three: Destination not found in --copy-dest 2025/08/06 01:42:42 DEBUG : three: md5 = 6215987b78eddedfc8b48f15ed444172 OK 2025/08/06 01:42:42 INFO : three: Copied (new) 2025/08/06 01:42:46 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/06 01:42:46 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 01:42:46 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:42:47 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/06 01:42:47 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 01:42:47 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:42:48 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.13s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:42:50 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/06 01:42:52 DEBUG : TestCopyFileMaxTransfer/file1: md5 = d76b6a9752a47cc89800e813cd383c3e OK 2025/08/06 01:42:52 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/06 01:42:53 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/06 01:42:53 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/06 01:42:54 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/06 01:42:54 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/06 01:42:56 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 711fcc6c5332d408d32221e812c06c88 OK 2025/08/06 01:42:56 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/06 01:42:58 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/06 01:42:58 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.00s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Looking for duplicate names using skip mode. 2025/08/06 01:43:02 NOTICE: one: Found 2 files with duplicate names 2025/08/06 01:43:02 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.92s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Looking for duplicate names using skip mode. 2025/08/06 01:43:08 NOTICE: one: Found 3 files with duplicate names 2025/08/06 01:43:08 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/06 01:43:08 INFO : one: Deleted 2025/08/06 01:43:08 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.13s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Looking for duplicate names using first mode. 2025/08/06 01:43:14 NOTICE: one: Found 3 files with duplicate names 2025/08/06 01:43:15 INFO : one: Deleted 2025/08/06 01:43:15 INFO : one: Deleted 2025/08/06 01:43:15 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.64s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Looking for duplicate names using newest mode. 2025/08/06 01:43:21 NOTICE: one: Found 3 files with duplicate names 2025/08/06 01:43:21 INFO : one: Deleted 2025/08/06 01:43:22 INFO : one: Deleted 2025/08/06 01:43:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.29s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Looking for duplicate names using oldest mode. 2025/08/06 01:43:28 NOTICE: one: Found 3 files with duplicate names 2025/08/06 01:43:28 INFO : one: Deleted 2025/08/06 01:43:29 INFO : one: Deleted 2025/08/06 01:43:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.41s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Looking for duplicate names using largest mode. 2025/08/06 01:43:34 NOTICE: one: Found 3 files with duplicate names 2025/08/06 01:43:34 INFO : one: Deleted 2025/08/06 01:43:35 INFO : one: Deleted 2025/08/06 01:43:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.21s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Looking for duplicate names using smallest mode. 2025/08/06 01:43:40 NOTICE: one: Found 3 files with duplicate names 2025/08/06 01:43:41 INFO : one: Deleted 2025/08/06 01:43:41 INFO : one: Deleted 2025/08/06 01:43:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.32s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Looking for duplicate names using rename mode. 2025/08/06 01:43:48 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/06 01:43:49 INFO : one-2.txt: renamed from: one.txt 2025/08/06 01:43:50 INFO : one-3.txt: renamed from: one.txt 2025/08/06 01:43:51 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.26s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:43:56 DEBUG : dupe1/one.txt: md5 = faa5325c18d11396d1df639065aa1b40 OK 2025/08/06 01:43:58 DEBUG : dupe2/two.txt: md5 = 081ea6c4aada4a1cf0a7653296773362 OK 2025/08/06 01:44:00 DEBUG : dupe3/three.txt: md5 = 85d0d9c141b432433968ac04bdbdfa6a OK 2025/08/06 01:44:01 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/06 01:44:01 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/06 01:44:02 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/06 01:44:03 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/06 01:44:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/06 01:44:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/06 01:44:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.92s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:44:08 DEBUG : a.txt: md5 = e37bc82f64f3528bd1aa64175cf5a217 OK 2025/08/06 01:44:10 DEBUG : zend.txt: md5 = 17879f0c04a2c8a349fa0bd5097f674e OK 2025/08/06 01:44:12 DEBUG : sub dir/hello world: md5 = 368b010c2f055f87bbdd77d4a7d6213b OK 2025/08/06 01:44:13 DEBUG : sub dir/hello world2: md5 = c056c4db538327e6fd4b15c7b36230f4 OK 2025/08/06 01:44:15 DEBUG : sub dir/ignore dir/.ignore: md5 = 4634a8aed3e46d152c3b37a79c5ff1f7 OK 2025/08/06 01:44:17 DEBUG : sub dir/ignore dir/should be ignored: md5 = 86d1b8e176675fab04bf82c95027b163 OK 2025/08/06 01:44:19 DEBUG : sub dir/sub sub dir/hello world3: md5 = d155cd80354eeddb9a42f5fd822ace9a OK 2025/08/06 01:44:20 DEBUG : a.txt: Excluded (Size Filter) 2025/08/06 01:44:20 DEBUG : a.txt: Excluded 2025/08/06 01:44:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/06 01:44:21 DEBUG : sub dir/hello world2: Excluded 2025/08/06 01:44:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/06 01:44:21 DEBUG : sub dir/hello world: Excluded 2025/08/06 01:44:22 DEBUG : sub dir/ignore dir: Excluded 2025/08/06 01:44:22 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/06 01:44:22 DEBUG : sub dir/hello world2: Excluded 2025/08/06 01:44:22 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/06 01:44:22 DEBUG : sub dir/hello world: Excluded 2025/08/06 01:44:22 DEBUG : sub dir/ignore dir: Excluded 2025/08/06 01:44:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/06 01:44:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/06 01:44:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/06 01:44:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/06 01:44:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/06 01:44:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/06 01:44:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.28s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:44:30 DEBUG : a.txt: md5 = 4f86d76aa3b1b538ea32c6bfdedee6d6 OK 2025/08/06 01:44:32 DEBUG : zend.txt: md5 = 3f2f51127e178d3d6fffd396319ed957 OK 2025/08/06 01:44:34 DEBUG : sub dir/hello world: md5 = ff754d48b6a89e78c37470eabf5e61a1 OK 2025/08/06 01:44:35 DEBUG : sub dir/hello world2: md5 = b7bb8e98f9cbad4074b00fbebb3396e0 OK 2025/08/06 01:44:37 DEBUG : sub dir/ignore dir/.ignore: md5 = 9f8e4fae2d8e2ceca37ddd395410b99f OK 2025/08/06 01:44:39 DEBUG : sub dir/ignore dir/should be ignored: md5 = 6d622502c7ac8f1beab77ed847e3041a OK 2025/08/06 01:44:41 DEBUG : sub dir/sub sub dir/hello world3: md5 = 10f0971cb61be28998a2f0bac2af14d0 OK 2025/08/06 01:44:42 DEBUG : a.txt: Excluded (Size Filter) 2025/08/06 01:44:42 DEBUG : a.txt: Excluded 2025/08/06 01:44:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/06 01:44:42 DEBUG : sub dir/hello world2: Excluded 2025/08/06 01:44:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/06 01:44:42 DEBUG : sub dir/hello world: Excluded 2025/08/06 01:44:43 DEBUG : sub dir/ignore dir: Excluded 2025/08/06 01:44:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/06 01:44:43 DEBUG : sub dir/hello world2: Excluded 2025/08/06 01:44:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/06 01:44:43 DEBUG : sub dir/hello world: Excluded 2025/08/06 01:44:43 DEBUG : sub dir/ignore dir: Excluded 2025/08/06 01:44:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/06 01:44:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/06 01:44:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/06 01:44:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/06 01:44:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/06 01:44:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/06 01:44:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.64s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:44:52 DEBUG : file1: md5 = 9719525e36a9c04b576a5e7897d4c65d OK 2025/08/06 01:44:54 DEBUG : sub/file2: md5 = ddb210432a0be0416a0fca8b21a597b8 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/06 01:44:58 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/06 01:44:58 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/06 01:44:58 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/06 01:45:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.05s) --- PASS: TestListJSON/Default (0.31s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.64s) --- PASS: TestListJSON/ShowHash (0.29s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.66s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:02 DEBUG : file1: md5 = b3d7ba70c52196e5775671ab309c2e27 OK 2025/08/06 01:45:04 DEBUG : sub/file2: md5 = 022ec85412d30f396bcc92c6228ec7f7 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/06 01:45:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/notfound" 2025/08/06 01:45:08 DEBUG : Config file has changed externally - reloading 2025/08/06 01:45:08 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/qe0i31qdkoejk60elps0ni5sqk" 2025/08/06 01:45:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.57s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.47s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.75s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Making directory 2025/08/06 01:45:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Making directory --- PASS: TestMkdir (0.65s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:15 DEBUG : sub dir/hello world: md5 = 4a143790f8b1f07d052284cd7854ea11 OK 2025/08/06 01:45:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.97s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:19 DEBUG : potato2: md5 = f1140d078a7ff7207e14f61e98ad8def OK 2025/08/06 01:45:20 DEBUG : empty space: md5 = e04be5a2502cc827ea6b60a7606968c6 OK --- PASS: TestLs (4.65s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:24 DEBUG : potato2: md5 = 64fa735f950e47546c065009cda06d52 OK 2025/08/06 01:45:25 DEBUG : empty space: md5 = 873ac2674da248cc441bdcb0238ecffc OK 2025/08/06 01:45:25 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/06 01:45:25 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.80s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:28 DEBUG : potato2: md5 = b045c806e3dbe75d6b7c28b3c281beca OK 2025/08/06 01:45:30 DEBUG : empty space: md5 = c4b56cbe990424347efa2a8cc23911c4 OK --- PASS: TestLsLong (4.55s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:33 DEBUG : potato2: md5 = 68ba256d81e81ef9281e9e99b700c86b OK 2025/08/06 01:45:34 DEBUG : empty space: md5 = 2a7e18e5ae9d365a8f41c4b51e630e84 OK --- PASS: TestHashSums (4.30s) === RUN TestHashSumsWithErrors 2025/08/06 01:45:36 DEBUG : Creating backend with remote ":memory:" 2025/08/06 01:45:36 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/06 01:45:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/06 01:45:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/06 01:45:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/06 01:45:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/06 01:45:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/06 01:45:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/06 01:45:36 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/06 01:45:36 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:37 DEBUG : potato2: md5 = 0fbe5e90de842f2d379fabc4180aabaf OK 2025/08/06 01:45:39 DEBUG : empty space: md5 = 790ee83b3eb93ae620c02241a7496929 OK 2025/08/06 01:45:41 DEBUG : sub dir/potato3: md5 = 9c8f8582eb2a430c44b918de31bf9bd1 OK 2025/08/06 01:45:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.55s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:46 DEBUG : small: md5 = 4ec83236a9b6cc777c81d1591780eb1f OK 2025/08/06 01:45:47 DEBUG : medium: md5 = 236534e99f46ddfb9df4579234fe276c OK 2025/08/06 01:45:49 DEBUG : large: md5 = 1c3e8e47c5e8c6309b417d07540aa108 OK 2025/08/06 01:45:49 DEBUG : Waiting for deletions to finish 2025/08/06 01:45:49 DEBUG : large: Excluded (Size Filter) 2025/08/06 01:45:50 INFO : medium: Deleted 2025/08/06 01:45:50 INFO : small: Deleted --- PASS: TestDelete (6.54s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:53 DEBUG : small: md5 = 110bebac2d7e554314c43d12c1dce1cc OK 2025/08/06 01:45:54 DEBUG : medium: md5 = e42db9f58c3d38da708a9aab5d934c07 OK 2025/08/06 01:45:55 DEBUG : large: md5 = 8c3002fdfa0951bc749604bb4148b789 OK 2025/08/06 01:45:56 DEBUG : Waiting for deletions to finish 2025/08/06 01:45:56 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/06 01:45:56 INFO : medium: Deleted 2025/08/06 01:45:56 INFO : small: Deleted --- PASS: TestMaxDelete (7.12s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:45:59 DEBUG : small: md5 = 0e5df1142d361c82611f294dec1b56fb OK 2025/08/06 01:46:01 DEBUG : medium: md5 = 97a0e16ac8e8cc661a9723438eb7ee9b OK 2025/08/06 01:46:02 DEBUG : large: md5 = cf52652afea450a4022dbfa45e2f8411 OK 2025/08/06 01:46:03 DEBUG : Waiting for deletions to finish 2025/08/06 01:46:03 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/06 01:46:03 INFO : medium: Deleted 2025/08/06 01:46:03 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.76s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:46:06 DEBUG : small: md5 = 0c909e1673452309e1761191e38e5d53 OK 2025/08/06 01:46:08 DEBUG : medium: md5 = 8e133fa8cc2336a438137735d87b07ee OK 2025/08/06 01:46:09 DEBUG : large: md5 = 166967d8209159072852c1bfd6ecae61 OK 2025/08/06 01:46:09 DEBUG : Waiting for deletions to finish 2025/08/06 01:46:09 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/06 01:46:10 INFO : small: Deleted 2025/08/06 01:46:10 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.47s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:46:13 DEBUG : ReadFile: md5 = fb99a4122d8615a6c51502d1f98aa9ae OK --- PASS: TestReadFile (4.57s) === RUN TestRetry 2025/08/06 01:46:16 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/06 01:46:16 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/06 01:46:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/06 01:46:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/06 01:46:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/06 01:46:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/06 01:46:16 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:46:17 DEBUG : file1: md5 = ad6e555172da171f85afd6a86e396adf OK 2025/08/06 01:46:19 DEBUG : file2: md5 = 71cd6b43793b6bfcac80fa0307be8845 OK --- PASS: TestCat (15.99s) === RUN TestPurge 2025/08/06 01:46:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yofavof4feji" 2025/08/06 01:46:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 01:46:32 DEBUG : Creating backend with remote "TestDrive:crypt/spud6nhvg32l18p12a90679bse598gsfdutjpanclo1nab84urkg" 2025/08/06 01:46:33 DEBUG : Creating backend with remote "/tmp/rclone1936010777" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yofavof4feji'", Local "Local file system at /tmp/rclone1936010777", Modify Window "1ms" 2025/08/06 01:46:38 DEBUG : A1/B1/C1/one: md5 = e9d48845cf3e53d896ba1f658ea698d5 OK 2025/08/06 01:46:38 INFO : A2: Making directory 2025/08/06 01:46:39 INFO : A1/B2: Making directory 2025/08/06 01:46:39 INFO : A1/B2/C2: Making directory 2025/08/06 01:46:40 INFO : A1/B1/C3: Making directory 2025/08/06 01:46:41 INFO : A3: Making directory 2025/08/06 01:46:42 INFO : A3/B3: Making directory 2025/08/06 01:46:42 INFO : A3/B3/C4: Making directory 2025/08/06 01:46:45 DEBUG : A1/two: md5 = 1be8bff83e2de6663d56519d201045e6 OK 2025/08/06 01:46:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yofavof4feji': Purge remote 2025/08/06 01:46:48 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.22s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:46:52 DEBUG : A1/B1/C1/one: md5 = fb29a4a74ece39d8145b62037738829f OK 2025/08/06 01:46:52 INFO : A2: Making directory 2025/08/06 01:46:53 INFO : A1/B2: Making directory 2025/08/06 01:46:53 INFO : A1/B2/C2: Making directory 2025/08/06 01:46:54 INFO : A1/B1/C3: Making directory 2025/08/06 01:46:55 INFO : A3: Making directory 2025/08/06 01:46:56 INFO : A3/B3: Making directory 2025/08/06 01:46:56 INFO : A3/B3/C4: Making directory 2025/08/06 01:46:59 DEBUG : A1/two: md5 = c1619004ad58566358c6eb08a955b1e3 OK 2025/08/06 01:47:00 DEBUG : removing 1 level 3 directories 2025/08/06 01:47:00 INFO : A3/B3/C4: Removing directory 2025/08/06 01:47:02 DEBUG : removing 2 level 3 directories 2025/08/06 01:47:02 INFO : A1/B2/C2: Removing directory 2025/08/06 01:47:02 INFO : A1/B1/C3: Removing directory 2025/08/06 01:47:03 DEBUG : removing 2 level 2 directories 2025/08/06 01:47:03 INFO : A3/B3: Removing directory 2025/08/06 01:47:03 INFO : A1/B2: Removing directory 2025/08/06 01:47:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/06 01:47:03 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/06 01:47:04 DEBUG : removing 2 level 1 directories 2025/08/06 01:47:04 INFO : A3: Removing directory 2025/08/06 01:47:04 INFO : A2: Removing directory 2025/08/06 01:47:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/06 01:47:08 DEBUG : removing 1 level 3 directories 2025/08/06 01:47:08 INFO : A1/B1/C1: Removing directory 2025/08/06 01:47:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:09 DEBUG : removing 1 level 2 directories 2025/08/06 01:47:09 INFO : A1/B1: Removing directory 2025/08/06 01:47:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/06 01:47:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 01:47:09 DEBUG : removing 1 level 1 directories 2025/08/06 01:47:09 INFO : A1: Removing directory 2025/08/06 01:47:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/06 01:47:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/06 01:47:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 01:47:10 DEBUG : removing 1 level 0 directories 2025/08/06 01:47:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Removing directory 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/06 01:47:10 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.36s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:47:12 INFO : A1: Making directory 2025/08/06 01:47:13 INFO : A1/B1: Making directory 2025/08/06 01:47:14 INFO : A1/B1/C1: Making directory 2025/08/06 01:47:16 DEBUG : removing 1 level 3 directories 2025/08/06 01:47:16 INFO : A1/B1/C1: Removing directory 2025/08/06 01:47:17 DEBUG : removing 1 level 2 directories 2025/08/06 01:47:17 INFO : A1/B1: Removing directory 2025/08/06 01:47:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 01:47:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.89s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:47:19 INFO : A1: Making directory 2025/08/06 01:47:20 INFO : A1/B1: Making directory 2025/08/06 01:47:21 INFO : A1/B1/C1: Making directory 2025/08/06 01:47:24 DEBUG : removing 1 level 3 directories 2025/08/06 01:47:24 INFO : A1/B1/C1: Removing directory 2025/08/06 01:47:24 DEBUG : removing 1 level 2 directories 2025/08/06 01:47:24 INFO : A1/B1: Removing directory 2025/08/06 01:47:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 01:47:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.60s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:47:29 DEBUG : file1: md5 = 5875b6903e3cbc779218c8795a6824cc OK 2025/08/06 01:47:29 DEBUG : filename.txt: File name found in url 2025/08/06 01:47:31 DEBUG : filename.txt: md5 = be98a067388683844e2a1a1a63a84803 OK 2025/08/06 01:47:31 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/06 01:47:32 DEBUG : headerfilename.txt: md5 = bf3ff5cf374b37b2613573c6c84ad7bd OK 2025/08/06 01:47:33 DEBUG : file2: md5 = 7c875de22373aa829bfd97cfd2808c0f OK --- PASS: TestCopyURL (8.89s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:47:36 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/06 01:47:38 DEBUG : sub/file2: md5 = 7a4f6c8bb5cb8d2308b671afa1b2b2ee OK 2025/08/06 01:47:38 INFO : file1: Copied (new) to: sub/file2 2025/08/06 01:47:38 INFO : file1: Deleted 2025/08/06 01:47:39 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/06 01:47:39 DEBUG : file1: Unchanged skipping 2025/08/06 01:47:39 INFO : file1: Deleted 2025/08/06 01:47:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': don't need to copy/move sub/file2, it is already at target location 2025/08/06 01:47:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.87s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:47:42 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/06 01:47:44 DEBUG : file1: md5 = 3948b0f02eaca729168f17dbb9876e2a OK 2025/08/06 01:47:44 INFO : file1: Copied (new) 2025/08/06 01:47:44 INFO : file1: Deleted 2025/08/06 01:47:44 DEBUG : file1: Destination exists, skipping 2025/08/06 01:47:44 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.74s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:47:49 DEBUG : dst/file1: md5 = b0724f94d3d460fbd1f1aa9d4caab55b OK 2025/08/06 01:47:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-helojeq5dono/backup" 2025/08/06 01:47:50 DEBUG : Creating backend with remote "TestDrive:crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0/1nrff024r7pq65ecp72fc28jb0" 2025/08/06 01:47:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/06 01:47:53 INFO : dst/file1: Moved (server-side) 2025/08/06 01:47:55 DEBUG : dst/file1: md5 = ebe87497faef43f3df5279f72d5537f7 OK 2025/08/06 01:47:55 INFO : dst/file1: Copied (new) 2025/08/06 01:47:55 INFO : dst/file1: Deleted 2025/08/06 01:47:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 01:47:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 01:47:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.57s) === 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:48:02 DEBUG : A1/one: md5 = a94362a4a5dca9de60e10c173f64649a OK 2025/08/06 01:48:04 DEBUG : A1/two: md5 = b9c50d7a75f5070f1e96052e7dd710cd OK 2025/08/06 01:48:06 DEBUG : A1/B1/three: md5 = d28be2f6c3934d5ad5942eced73fd35f OK 2025/08/06 01:48:08 DEBUG : A1/B1/C1/four: md5 = f0967db2de306065bc00b0884cc06a80 OK 2025/08/06 01:48:10 DEBUG : A1/B1/C2/five: md5 = a7f4075d809121924140e901c569be22 OK 2025/08/06 01:48:10 INFO : A1/B2: Making directory 2025/08/06 01:48:11 INFO : A1/B1/C3: Making directory 2025/08/06 01:48:20 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/06 01:48:20 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/06 01:48:20 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/06 01:48:21 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/06 01:48:21 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/06 01:48:24 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/06 01:48:24 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/06 01:48:24 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 01:48:24 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/06 01:48:24 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/06 01:48:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/06 01:48:32 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/06 01:48:32 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/06 01:48:32 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/06 01:48:32 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/06 01:48:32 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/06 01:48:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/06 01:48:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/06 01:48:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 01:48:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/06 01:48:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/06 01:48:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/06 01:48:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/06 01:48:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/06 01:48:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/06 01:48:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 01:48:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/06 01:48:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/06 01:48:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/06 01:48:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 01:48:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.65s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:48:45 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:48:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': File to upload is small (34 bytes), uploading instead of streaming 2025/08/06 01:48:47 DEBUG : no_checksum_small_file_from_pipe: md5 = bf909f884d9ec8082f2c2ad8533a538a OK 2025/08/06 01:48:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/06 01:48:47 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/06 01:48:47 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/06 01:48:49 DEBUG : no_checksum_big_file_from_pipe: md5 = 608e2b8b37924a54a2ad93f6d84d1044 OK 2025/08/06 01:48:49 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:48:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': File to upload is small (34 bytes), uploading instead of streaming 2025/08/06 01:48:52 DEBUG : with_checksum_small_file_from_pipe: md5 = 5217790aeac4f7f57fc60906dbbdee78 OK 2025/08/06 01:48:52 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/06 01:48:53 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/06 01:48:54 DEBUG : with_checksum_big_file_from_pipe: md5 = 8c8ef968ffc2cf8cbf61a79dda9d4ff6 OK 2025/08/06 01:48:54 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:48:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': File to upload is small (34 bytes), uploading instead of streaming 2025/08/06 01:48:57 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/06 01:48:58 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/06 01:48:59 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-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': File to upload is small (34 bytes), uploading instead of streaming 2025/08/06 01:49:03 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/06 01:49:03 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/06 01:49:04 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.96s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.28s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.28s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.19s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.22s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/06 01:49:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': File to upload is small (48 bytes), uploading instead of streaming 2025/08/06 01:49:08 DEBUG : rcat_metadata: md5 = ead465ecef1a3f704794da9d59ddb372 OK 2025/08/06 01:49:08 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/06 01:49:10 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/06 01:49:11 DEBUG : rcat_metadata_uploadcutoff0: md5 = 5180d695d21539ad8ea3023a08613c2c OK 2025/08/06 01:49:11 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.96s) --- PASS: TestRcatMetadata/Normal (2.57s) --- PASS: TestRcatMetadata/ViaDisk (2.92s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:13 DEBUG : potato1: md5 = 39bfef3715b113a659ff3900a3db33a0 OK 2025/08/06 01:49:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': File to upload is small (60 bytes), uploading instead of streaming 2025/08/06 01:49:15 DEBUG : potato2: md5 = 2912475fe6ea4a1a162f445505c47563 OK 2025/08/06 01:49:15 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.77s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:18 DEBUG : potato1: md5 = a9ab94161fae2b5043b55f1ec9515e88 OK 2025/08/06 01:49:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': File to upload is small (60 bytes), uploading instead of streaming 2025/08/06 01:49:20 DEBUG : potato2: md5 = f6116fa9212b8908f2fc24fe8bfa0e90 OK 2025/08/06 01:49:20 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.87s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:23 DEBUG : potato2: md5 = ebc2223fbb329b078b5f533176a0869b OK 2025/08/06 01:49:25 DEBUG : empty space: md5 = 9a6862015642c540ebac1ec809e6b1b1 OK 2025/08/06 01:49:27 DEBUG : sub dir/potato3: md5 = f0f2e7ee3bfb0547fe67cf9053510783 OK 2025/08/06 01:49:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Touching "sub dir/potato3" 2025/08/06 01:49:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Touching "empty space" 2025/08/06 01:49:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Touching "potato2" 2025/08/06 01:49:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.93s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:32 DEBUG : dir with metadata: Making directory with metadata 2025/08/06 01:49:32 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.30s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:34 DEBUG : directory with modtime: Making directory with metadata 2025/08/06 01:49:35 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.45s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:36 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/06 01:49:36 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/06 01:49:37 DEBUG : Google drive root 'crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0': Skipping btime metadata as can't update it on an existing file: 2025-08-06T01:49:36.850761148Z 2025/08/06 01:49:37 INFO : non existent directory: Updated directory metadata 2025/08/06 01:49:39 DEBUG : Google drive root 'crypt/9g3v02s10mjj5af6e41vnblqit74gcbg3umcu6naelpspb1c1fr0': Skipping btime metadata as can't update it on an existing file: 2025-08-06T01:49:36.850761148Z 2025/08/06 01:49:39 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.84s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:41 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/06 01:49:43 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/06 01:49:44 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.15s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:45 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/06 01:49:45 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/06 01:49:45 DEBUG : dst: Making directory with metadata 2025/08/06 01:49:46 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/06 01:49:46 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/06 01:49:47 INFO : dst: Set directory modification time (using SetModTime) 2025/08/06 01:49:47 INFO : dst: Set directory modification time (using SetModTime) 2025/08/06 01:49:47 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/06 01:49:47 INFO : dst: Set directory modification time (using SetModTime) 2025/08/06 01:49:47 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.47s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono'", Local "Local file system at /tmp/rclone1326886348", Modify Window "1ms" 2025/08/06 01:49:51 DEBUG : sub dir/test remove existing: md5 = 0047b8602bbc78de460dae5fb380b57d OK 2025/08/06 01:49:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = c81a6e24c23252ad28f25b9471703005 OK 2025/08/06 01:49:54 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.pugaluj5" before starting 2025/08/06 01:49:55 DEBUG : sub dir/test remove existing.pugaluj5: TEST: removing renamed existing file after operation 2025/08/06 01:49:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fulapug3" before starting 2025/08/06 01:49:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fulapug3: TEST: renaming existing back after failed operation 2025/08/06 01:49:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pahaxow1" before starting 2025/08/06 01:49:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pahaxow1: TEST: removing renamed existing file after operation 2025/08/06 01:50:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "se25krk9hlo3i835rlfrbvhkt67aksc55l6ic4hocm3177u0vskm3fpk7qa3lgd7r15bkpm4t47emd6q4l7na37g27e76mpjecqi5ul2r0bk4fr91bqrjqsg6fpjmgg4r4eavmggmvj2su0ncafrjr3027ptb4hvsqn26e6n50ikl48pmsl0" 2025/08/06 01:50:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "cerm75hfuhctcd143q8mfer53cljqpi9s774370mjnskmdoh49q0" --- PASS: TestRemoveExisting (12.95s) === 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/06 01:50:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-helojeq5dono': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m55.384059571s (try 1/5)