"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/03/09 06:51:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni" 2025/03/09 06:51:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:51:35 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30" 2025/03/09 06:51:36 DEBUG : Creating backend with remote "/tmp/rclone1583616465" === 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.28s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/03/09 06:51:36 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/09 06:51:36 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/09 06:51:36 DEBUG : potato: Seek from 10 to 0 2025/03/09 06:51:36 DEBUG : potato: Seek from 10 to 0 2025/03/09 06:51:36 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/09 06:51:36 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/09 06:51:36 DEBUG : potato: Seek from 5 to 2 2025/03/09 06:51:36 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/09 06:51:36 DEBUG : potato: Seek from 7 to 0 2025/03/09 06:51:36 DEBUG : potato: Seek from 7 to 0 2025/03/09 06:51:36 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/09 06:51:36 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/09 06:51:36 DEBUG : potato: Seek from 5 to 2 2025/03/09 06:51:36 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/09 06:51:36 DEBUG : potato: Seek from 8 to 0 2025/03/09 06:51:36 DEBUG : potato: Seek from 8 to 0 2025/03/09 06:51:36 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/09 06:51:36 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/09 06:51:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/09 06:51:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/09 06:51:36 DEBUG : potato: Seek from 5 to 2 2025/03/09 06:51:36 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/09 06:51:36 DEBUG : potato: Seek from 9 to 0 2025/03/09 06:51:36 DEBUG : potato: Seek from 9 to 0 2025/03/09 06:51:36 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:51:39 DEBUG : rutabaga: md5 = ff69c0efb9247d573da54dba81812014 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/03/09 06:51:41 DEBUG : empty space: md5 = 897e66630b4fb0b98ec7ae0fb9fffd58 OK === RUN TestCheck/3 2025/03/09 06:51:43 DEBUG : potato2: md5 = d0a4ff06f469af11105f64acbf902fec OK === RUN TestCheck/4 === RUN TestCheck/5 2025/03/09 06:51:45 DEBUG : remotepotato: md5 = 37fcc61d1be6a15ff1a61650d6f5b1da OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.25s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/03/09 06:51:48 DEBUG : Creating backend with remote "nonexistent" 2025/03/09 06:51:48 DEBUG : Creating backend with remote "nonexistent" 2025/03/09 06:51:48 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/09 06:51:48 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/03/09 06:51:48 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/09 06:51:48 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:51:49 DEBUG : rutabaga: md5 = 89e5a086248c71c3347d8f64be5db838 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/03/09 06:51:53 DEBUG : empty space: md5 = 8c0aed189882aaa7613eef07b038df9d OK === RUN TestCheckDownload/3 2025/03/09 06:51:56 DEBUG : potato2: md5 = f5c8bd010283504f64765c0f17d31863 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/03/09 06:52:00 DEBUG : remotepotato: md5 = 42a06a643b5397c39e80a91ae551c1c7 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.02s) --- PASS: TestCheckDownload/1 (1.33s) --- PASS: TestCheckDownload/2 (1.33s) --- PASS: TestCheckDownload/3 (0.85s) --- PASS: TestCheckDownload/4 (1.04s) --- PASS: TestCheckDownload/5 (1.49s) --- PASS: TestCheckDownload/6 (1.13s) --- PASS: TestCheckDownload/7 (1.12s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:52:06 DEBUG : rutabaga: md5 = 2d53f3dfd26602514c0ff08538b036c8 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/03/09 06:52:08 DEBUG : empty space: md5 = a8ccdf7214cabfaffdad46ecbd8e1b51 OK === RUN TestCheckSizeOnly/3 2025/03/09 06:52:10 DEBUG : potato2: md5 = 79dd8e9ce6f484e94c5d1bda0d97bdb2 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/03/09 06:52:12 DEBUG : remotepotato: md5 = dbc859661919fdd76eec4bc269724313 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.79s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.38s) --- PASS: TestCheckSizeOnly/6 (0.22s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:52:17 DEBUG : test.sum: md5 = 5e7a2f8c09246d181d98ff2695373bda OK 2025/03/09 06:52:18 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/09 06:52:18 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/09 06:52:18 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/09 06:52:18 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/09 06:52:19 DEBUG : test.sum: md5 = afd7cbc9a8d8ea57e20b6a71d3d3f0f2 OK 2025/03/09 06:52:21 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/09 06:52:21 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/09 06:52:21 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/09 06:52:21 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.94s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:52:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/data" 2025/03/09 06:52:22 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni/data' lacks md5, skipping --- SKIP: TestCheckSum (1.95s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:52:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/data" 2025/03/09 06:52:23 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/vjrnln8ratgmqakfosrqe8espk" 2025/03/09 06:52:27 DEBUG : data/banana: md5 = ab84c734043497290b561b19654dde9c OK 2025/03/09 06:52:28 DEBUG : test.sum: md5 = a2d69ffb2af2e3f351aedea9f61488b8 OK === RUN TestCheckSumDownload/subtest1 2025/03/09 06:52:33 DEBUG : data/potato: md5 = 4b739700064e3841f7c7c55e8fc17325 OK 2025/03/09 06:52:34 DEBUG : test.sum: md5 = 90677c3beb3b074c89a19b90db8806ec OK === RUN TestCheckSumDownload/subtest2 2025/03/09 06:52:38 DEBUG : test.sum: md5 = b9f7a334ac44011886ec41d360f126bd OK === RUN TestCheckSumDownload/subtest3 2025/03/09 06:52:42 DEBUG : test.sum: md5 = 1242cf2206eaa4e4e4db58c3179d56ba OK === RUN TestCheckSumDownload/subtest4 2025/03/09 06:52:47 DEBUG : test.sum: md5 = 123206f56ce2728ad0923bed63ea50b6 OK === RUN TestCheckSumDownload/subtest5 2025/03/09 06:52:51 DEBUG : test.sum: md5 = 9e2cfaf59b22cbbee1792ea783335849 OK === RUN TestCheckSumDownload/subtest6 2025/03/09 06:52:56 DEBUG : data/banana: md5 = 6c9c96226aa268b67480479f8a8e4a13 OK 2025/03/09 06:52:57 DEBUG : data/potato: md5 = d8e833a04871b1b9c3cb31665613dd9d OK 2025/03/09 06:52:58 DEBUG : test.sum: md5 = 7c8ce7145a5aad0de2b59cf79cc3d6b6 OK === RUN TestCheckSumDownload/subtest7 2025/03/09 06:53:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/03/09 06:53:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.67s) --- PASS: TestCheckSumDownload/subtest1 (2.44s) --- PASS: TestCheckSumDownload/subtest2 (2.16s) --- PASS: TestCheckSumDownload/subtest3 (2.14s) --- PASS: TestCheckSumDownload/subtest4 (2.49s) --- PASS: TestCheckSumDownload/subtest5 (2.73s) --- PASS: TestCheckSumDownload/subtest6 (2.54s) --- PASS: TestCheckSumDownload/subtest7 (2.74s) === RUN TestApplyTransforms 2025/03/09 06:53:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-siriguw2zani" 2025/03/09 06:53:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:04 DEBUG : Creating backend with remote "TestDrive:crypt/grkp1s6j5od6r7m7chjtvs875ae6qi1n2rs5i44an5c38fjuuft0" 2025/03/09 06:53:05 DEBUG : Creating backend with remote "/tmp/rclone2216766733" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-siriguw2zani'", Local "Local file system at /tmp/rclone2216766733", Modify Window "1ms" 2025/03/09 06:53:07 DEBUG : hello, world!: md5 = 3c86e5acf61e473f27c54f98197eb349 OK upper checkfile vs. lower remote (without normalization) 2025/03/09 06:53:08 ERROR : hello, world!: sum not found 2025/03/09 06:53:08 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-siriguw2zani' 2025/03/09 06:53:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siriguw2zani': 1 files missing 2025/03/09 06:53:08 NOTICE: 1 hashes missing 2025/03/09 06:53:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siriguw2zani': 2 differences found 2025/03/09 06:53:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siriguw2zani': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/09 06:53:09 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siriguw2zani': 0 differences found 2025/03/09 06:53:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siriguw2zani': 1 matching files 2025/03/09 06:53:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wocacan0zuya" 2025/03/09 06:53:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:09 DEBUG : Creating backend with remote "TestDrive:crypt/6re6n2k8uv7b9ik445pnrm32tr8st9pb6e2pj6g7u5s631249bt0" 2025/03/09 06:53:10 DEBUG : Creating backend with remote "/tmp/rclone800774113" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wocacan0zuya'", Local "Local file system at /tmp/rclone800774113", Modify Window "1ms" 2025/03/09 06:53:12 DEBUG : HELLO, WORLD!: md5 = b1415d8a165d9916b6c215b5edb3ae8e OK lower checkfile vs. upper remote (without normalization) 2025/03/09 06:53:12 ERROR : HELLO, WORLD!: sum not found 2025/03/09 06:53:12 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wocacan0zuya' 2025/03/09 06:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wocacan0zuya': 1 files missing 2025/03/09 06:53:12 NOTICE: 1 hashes missing 2025/03/09 06:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wocacan0zuya': 2 differences found 2025/03/09 06:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wocacan0zuya': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/09 06:53:13 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wocacan0zuya': 0 differences found 2025/03/09 06:53:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wocacan0zuya': 1 matching files 2025/03/09 06:53:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jisahij6sucu" 2025/03/09 06:53:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:13 DEBUG : Creating backend with remote "TestDrive:crypt/ffhhos4miq5tk06vgbpe8r11ipg7mmn09rbrckhtmo37itnp7bj0" 2025/03/09 06:53:14 DEBUG : Creating backend with remote "/tmp/rclone188004475" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jisahij6sucu'", Local "Local file system at /tmp/rclone188004475", Modify Window "1ms" 2025/03/09 06:53:16 DEBUG : HeLlO, wOrLd!: md5 = 989cda4369e2910cccbc604e02f6f98c OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/09 06:53:17 ERROR : HeLlO, wOrLd!: sum not found 2025/03/09 06:53:17 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jisahij6sucu' 2025/03/09 06:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisahij6sucu': 1 files missing 2025/03/09 06:53:17 NOTICE: 1 hashes missing 2025/03/09 06:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisahij6sucu': 2 differences found 2025/03/09 06:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisahij6sucu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/09 06:53:18 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisahij6sucu': 0 differences found 2025/03/09 06:53:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisahij6sucu': 1 matching files 2025/03/09 06:53:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pozaral8viyi" 2025/03/09 06:53:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:18 DEBUG : Creating backend with remote "TestDrive:crypt/bv3h0aihkka1sfb7vbgjsfqdk6ul4g20rkdrlv0h01mumr94slrg" 2025/03/09 06:53:19 DEBUG : Creating backend with remote "/tmp/rclone3281946448" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pozaral8viyi'", Local "Local file system at /tmp/rclone3281946448", Modify Window "1ms" 2025/03/09 06:53:21 DEBUG : HELLO, WORLD!: md5 = b026301455e4c711f4a15a80433ae59c OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/09 06:53:22 ERROR : HELLO, WORLD!: sum not found 2025/03/09 06:53:22 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pozaral8viyi' 2025/03/09 06:53:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozaral8viyi': 1 files missing 2025/03/09 06:53:22 NOTICE: 1 hashes missing 2025/03/09 06:53:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozaral8viyi': 2 differences found 2025/03/09 06:53:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozaral8viyi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/09 06:53:23 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozaral8viyi': 0 differences found 2025/03/09 06:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pozaral8viyi': 1 matching files 2025/03/09 06:53:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gowumem6viqi" 2025/03/09 06:53:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:23 DEBUG : Creating backend with remote "TestDrive:crypt/isdjft8h272n2o87939j7et10n0t16310r71g67ml8b7s7k35rf0" 2025/03/09 06:53:24 DEBUG : Creating backend with remote "/tmp/rclone1385308978" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gowumem6viqi'", Local "Local file system at /tmp/rclone1385308978", Modify Window "1ms" 2025/03/09 06:53:26 DEBUG : 測試_Русский___ě_áñ: md5 = b0d05ea2332571051652ef9947abc5ba OK NFD checkfile vs. NFC remote (without normalization) 2025/03/09 06:53:27 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/09 06:53:27 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gowumem6viqi' 2025/03/09 06:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gowumem6viqi': 1 files missing 2025/03/09 06:53:27 NOTICE: 1 hashes missing 2025/03/09 06:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gowumem6viqi': 2 differences found 2025/03/09 06:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gowumem6viqi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/09 06:53:28 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gowumem6viqi': 0 differences found 2025/03/09 06:53:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gowumem6viqi': 1 matching files 2025/03/09 06:53:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kipomoc2jiru" 2025/03/09 06:53:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:28 DEBUG : Creating backend with remote "TestDrive:crypt/hfch411936melk37uojvisl2flgnc6r1iqchh0pa30qisl5vckhg" 2025/03/09 06:53:29 DEBUG : Creating backend with remote "/tmp/rclone4019431552" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kipomoc2jiru'", Local "Local file system at /tmp/rclone4019431552", Modify Window "1ms" 2025/03/09 06:53:31 DEBUG : 測試_Русский___ě_áñ: md5 = e29eb22dedc0ebf2df2dd62c4f9a108f OK NFC checkfile vs. NFD remote (without normalization) 2025/03/09 06:53:31 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/09 06:53:31 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kipomoc2jiru' 2025/03/09 06:53:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kipomoc2jiru': 1 files missing 2025/03/09 06:53:31 NOTICE: 1 hashes missing 2025/03/09 06:53:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kipomoc2jiru': 2 differences found 2025/03/09 06:53:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kipomoc2jiru': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/09 06:53:32 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kipomoc2jiru': 0 differences found 2025/03/09 06:53:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kipomoc2jiru': 1 matching files 2025/03/09 06:53:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zewiniy3xeve" 2025/03/09 06:53:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:32 DEBUG : Creating backend with remote "TestDrive:crypt/cndqkim1s02n8s1klb1hted740odci3g0r2s9esnhkkv2rmhacmg" 2025/03/09 06:53:33 DEBUG : Creating backend with remote "/tmp/rclone1589085629" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zewiniy3xeve'", Local "Local file system at /tmp/rclone1589085629", Modify Window "1ms" 2025/03/09 06:53:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e56dde970cea478b88566280eda1687d OK NFDx2 checkfile vs. both remote (without normalization) 2025/03/09 06:53:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/09 06:53:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zewiniy3xeve' 2025/03/09 06:53:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewiniy3xeve': 1 files missing 2025/03/09 06:53:36 NOTICE: 1 hashes missing 2025/03/09 06:53:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewiniy3xeve': 2 differences found 2025/03/09 06:53:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewiniy3xeve': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/09 06:53:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewiniy3xeve': 0 differences found 2025/03/09 06:53:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewiniy3xeve': 1 matching files 2025/03/09 06:53:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-radotar5xemo" 2025/03/09 06:53:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:37 DEBUG : Creating backend with remote "TestDrive:crypt/vur423g8g0johfhd0jujp42qkmfnd65g6ck35s7p3huacis8g9kg" 2025/03/09 06:53:38 DEBUG : Creating backend with remote "/tmp/rclone3438307761" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-radotar5xemo'", Local "Local file system at /tmp/rclone3438307761", Modify Window "1ms" 2025/03/09 06:53:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 05c109fe34d7c27bc1012cf603dffef4 OK NFCx2 checkfile vs. both remote (without normalization) 2025/03/09 06:53:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/09 06:53:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-radotar5xemo' 2025/03/09 06:53:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radotar5xemo': 1 files missing 2025/03/09 06:53:41 NOTICE: 1 hashes missing 2025/03/09 06:53:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radotar5xemo': 2 differences found 2025/03/09 06:53:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radotar5xemo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/09 06:53:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radotar5xemo': 0 differences found 2025/03/09 06:53:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radotar5xemo': 1 matching files 2025/03/09 06:53:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tusesel6xibi" 2025/03/09 06:53:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:42 DEBUG : Creating backend with remote "TestDrive:crypt/deji3lppvt8o25hlqntud7s19gedk0hjv8vr1hg673pdp4nfsge0" 2025/03/09 06:53:43 DEBUG : Creating backend with remote "/tmp/rclone2287562970" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tusesel6xibi'", Local "Local file system at /tmp/rclone2287562970", Modify Window "1ms" 2025/03/09 06:53:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 31de7a89a4cfc6a34d9fe19a5dabcddd OK both checkfile vs. NFDx2 remote (without normalization) 2025/03/09 06:53:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/09 06:53:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tusesel6xibi' 2025/03/09 06:53:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tusesel6xibi': 1 files missing 2025/03/09 06:53:45 NOTICE: 1 hashes missing 2025/03/09 06:53:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tusesel6xibi': 2 differences found 2025/03/09 06:53:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tusesel6xibi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/09 06:53:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tusesel6xibi': 0 differences found 2025/03/09 06:53:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tusesel6xibi': 1 matching files 2025/03/09 06:53:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jetobos5guxu" 2025/03/09 06:53:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:53:46 DEBUG : Creating backend with remote "TestDrive:crypt/octu634mns351gacvbnnes719isumq5pujc51v2p0je0v9de30d0" 2025/03/09 06:53:47 DEBUG : Creating backend with remote "/tmp/rclone2918004150" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jetobos5guxu'", Local "Local file system at /tmp/rclone2918004150", Modify Window "1ms" 2025/03/09 06:53:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6174a1af94115b1a8a12ccc5287dc194 OK both checkfile vs. NFCx2 remote (without normalization) 2025/03/09 06:53:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/09 06:53:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jetobos5guxu' 2025/03/09 06:53:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jetobos5guxu': 1 files missing 2025/03/09 06:53:50 NOTICE: 1 hashes missing 2025/03/09 06:53:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jetobos5guxu': 2 differences found 2025/03/09 06:53:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jetobos5guxu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/09 06:53:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/09 06:53:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jetobos5guxu': 0 differences found 2025/03/09 06:53:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jetobos5guxu': 1 matching files 2025/03/09 06:53:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jetobos5guxu': Purge remote 2025/03/09 06:53:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tusesel6xibi': Purge remote 2025/03/09 06:53:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-radotar5xemo': Purge remote 2025/03/09 06:53:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zewiniy3xeve': Purge remote 2025/03/09 06:53:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kipomoc2jiru': Purge remote 2025/03/09 06:53:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gowumem6viqi': Purge remote 2025/03/09 06:53:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pozaral8viyi': Purge remote 2025/03/09 06:53:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jisahij6sucu': Purge remote 2025/03/09 06:53:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wocacan0zuya': Purge remote 2025/03/09 06:53:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-siriguw2zani': Purge remote --- PASS: TestApplyTransforms (51.43s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:53:56 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/09 06:53:58 DEBUG : sub/file2: md5 = c2b091ff4c36ce5657ef1ca4abafdee3 OK 2025/03/09 06:53:58 INFO : file1: Copied (new) to: sub/file2 2025/03/09 06:53:59 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/09 06:53:59 DEBUG : file1: Unchanged skipping 2025/03/09 06:53:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': don't need to copy/move sub/file2, it is already at target location 2025/03/09 06:54:01 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.76s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.41s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:54:04 DEBUG : dst/file1: md5 = a63ed89dbd13fb32146abe1bd9edd113 OK 2025/03/09 06:54:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/backup" 2025/03/09 06:54:05 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/1nrff024r7pq65ecp72fc28jb0" 2025/03/09 06:54:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/09 06:54:08 INFO : dst/file1: Moved (server-side) 2025/03/09 06:54:09 DEBUG : dst/file1: md5 = 881ba920053b96cee64e9b29393863f4 OK 2025/03/09 06:54:09 INFO : dst/file1: Copied (new) 2025/03/09 06:54:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/09 06:54:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/09 06:54:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.34s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:54:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/dst" 2025/03/09 06:54:14 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/09 06:54:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/CompareDest" 2025/03/09 06:54:16 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/gveqi14airsml4bgu7krj116o8" 2025/03/09 06:54:17 DEBUG : one: Need to transfer - File not found at Destination 2025/03/09 06:54:20 DEBUG : one: md5 = 5cadd0364e5bf216f7e47d4ac2cd7439 OK 2025/03/09 06:54:20 INFO : one: Copied (new) 2025/03/09 06:54:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/09 06:54:22 DEBUG : one: md5 = 9890bb1f6435b04ca5faff8b604902c4 OK 2025/03/09 06:54:22 INFO : one: Copied (replaced existing) 2025/03/09 06:54:24 DEBUG : dst/one: md5 = 43879e8c70be46cf01a48cb7e1cd1548 OK 2025/03/09 06:54:26 DEBUG : CompareDest/one: md5 = 1bd2c2316c077a10a717a582fa866e79 OK 2025/03/09 06:54:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/09 06:54:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/09 06:54:27 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/09 06:54:29 DEBUG : CompareDest/two: md5 = 52bfe290978cd5aa7b5d1c4ed62e1f39 OK 2025/03/09 06:54:30 DEBUG : two: Need to transfer - File not found at Destination 2025/03/09 06:54:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/09 06:54:30 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/09 06:54:31 DEBUG : two: Need to transfer - File not found at Destination 2025/03/09 06:54:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/09 06:54:31 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/09 06:54:32 DEBUG : two: Need to transfer - File not found at Destination 2025/03/09 06:54:32 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/09 06:54:34 DEBUG : two: md5 = 142117d0fb68929609d2bde668c022a0 OK 2025/03/09 06:54:34 INFO : two: Copied (new) 2025/03/09 06:54:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/09 06:54:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:54:38 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/09 06:54:38 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.41s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:54:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/dst" 2025/03/09 06:54:39 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/09 06:54:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/CopyDest" 2025/03/09 06:54:40 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/09 06:54:42 DEBUG : one: Need to transfer - File not found at Destination 2025/03/09 06:54:44 DEBUG : one: md5 = d60e3faf23cf59de451adcd7c7d68829 OK 2025/03/09 06:54:44 INFO : one: Copied (new) 2025/03/09 06:54:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/09 06:54:47 DEBUG : one: md5 = 8beac0626103ce56bb7eb4df6fb61cbe OK 2025/03/09 06:54:47 INFO : one: Copied (replaced existing) 2025/03/09 06:54:48 DEBUG : dst/one: md5 = 263a38e5cca2e3f8f8fc46e05c92c475 OK 2025/03/09 06:54:50 DEBUG : CopyDest/one: md5 = 444837c799d3af415cca0cf1022a3bbf OK 2025/03/09 06:54:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/BackupDir" 2025/03/09 06:54:51 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/09 06:54:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/09 06:54:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/09 06:54:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/09 06:54:55 INFO : one: Moved (server-side) 2025/03/09 06:54:56 INFO : one: Copied (server-side copy) 2025/03/09 06:54:56 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/09 06:54:57 DEBUG : CopyDest/two: md5 = 6343de877cff482b7c953c3bbd3dbdb5 OK 2025/03/09 06:54:58 DEBUG : two: Need to transfer - File not found at Destination 2025/03/09 06:54:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/09 06:54:59 INFO : two: Copied (server-side copy) 2025/03/09 06:54:59 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/09 06:55:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/09 06:55:00 DEBUG : two: Unchanged skipping 2025/03/09 06:55:02 DEBUG : CopyDest/three: md5 = 290c89877433f481fae67f0be2318599 OK 2025/03/09 06:55:03 DEBUG : three: Need to transfer - File not found at Destination 2025/03/09 06:55:03 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/09 06:55:03 DEBUG : three: Destination not found in --copy-dest 2025/03/09 06:55:04 DEBUG : three: md5 = 1b96a7333b8f9b7962af9b5708ebbf52 OK 2025/03/09 06:55:04 INFO : three: Copied (new) 2025/03/09 06:55:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/09 06:55:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:55:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/09 06:55:09 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/09 06:55:09 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/09 06:55:09 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:55:10 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.25s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:55:12 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/09 06:55:14 DEBUG : TestCopyFileMaxTransfer/file1: md5 = d383aa9188bbb73b66f42665350cc6d1 OK 2025/03/09 06:55:14 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/09 06:55:15 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/09 06:55:15 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/03/09 06:55:15 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/09 06:55:16 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/09 06:55:18 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4da674cf1a406be049273bec4ecf6d01 OK 2025/03/09 06:55:18 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/03/09 06:55:20 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/03/09 06:55:20 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.03s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:55:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Looking for duplicate names using skip mode. 2025/03/09 06:55:24 NOTICE: one: Found 2 files with duplicate names 2025/03/09 06:55:24 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.56s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:55:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Looking for duplicate names using skip mode. 2025/03/09 06:55:30 NOTICE: one: Found 3 files with duplicate names 2025/03/09 06:55:30 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/03/09 06:55:30 INFO : one: Deleted 2025/03/09 06:55:30 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.00s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:55:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Looking for duplicate names using first mode. 2025/03/09 06:55:36 NOTICE: one: Found 3 files with duplicate names 2025/03/09 06:55:36 INFO : one: Deleted 2025/03/09 06:55:37 INFO : one: Deleted 2025/03/09 06:55:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.18s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:55:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Looking for duplicate names using newest mode. 2025/03/09 06:55:42 NOTICE: one: Found 3 files with duplicate names 2025/03/09 06:55:42 INFO : one: Deleted 2025/03/09 06:55:43 INFO : one: Deleted 2025/03/09 06:55:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.09s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:55:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Looking for duplicate names using oldest mode. 2025/03/09 06:55:49 NOTICE: one: Found 3 files with duplicate names 2025/03/09 06:55:49 INFO : one: Deleted 2025/03/09 06:55:50 INFO : one: Deleted 2025/03/09 06:55:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.31s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:55:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Looking for duplicate names using largest mode. 2025/03/09 06:55:55 NOTICE: one: Found 3 files with duplicate names 2025/03/09 06:55:55 INFO : one: Deleted 2025/03/09 06:55:55 INFO : one: Deleted 2025/03/09 06:55:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.88s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:56:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Looking for duplicate names using smallest mode. 2025/03/09 06:56:01 NOTICE: one: Found 3 files with duplicate names 2025/03/09 06:56:01 INFO : one: Deleted 2025/03/09 06:56:02 INFO : one: Deleted 2025/03/09 06:56:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.11s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:56:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Looking for duplicate names using rename mode. 2025/03/09 06:56:08 NOTICE: one.txt: Found 3 files with duplicate names 2025/03/09 06:56:09 INFO : one-2.txt: renamed from: one.txt 2025/03/09 06:56:11 INFO : one-3.txt: renamed from: one.txt 2025/03/09 06:56:12 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.38s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:56:16 DEBUG : dupe1/one.txt: md5 = 45133717284d8e4713745b95e1cfb6fe OK 2025/03/09 06:56:18 DEBUG : dupe2/two.txt: md5 = 9d102234d5ba95ef3cf86ede137524f7 OK 2025/03/09 06:56:21 DEBUG : dupe3/three.txt: md5 = 6ea672e4b7d2349adbb98f534311ce32 OK 2025/03/09 06:56:21 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/03/09 06:56:22 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/03/09 06:56:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/03/09 06:56:23 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/03/09 06:56:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/03/09 06:56:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/03/09 06:56:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.68s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:56:28 DEBUG : a.txt: md5 = 7d58d21b53627720cbee0efcea12b0a4 OK 2025/03/09 06:56:30 DEBUG : zend.txt: md5 = 31f03f355ea91357caa21501c3d700c5 OK 2025/03/09 06:56:32 DEBUG : sub dir/hello world: md5 = 78ae4b0c34a217ee77b6182127aac480 OK 2025/03/09 06:56:33 DEBUG : sub dir/hello world2: md5 = 400ff4ba3955429fd36bcfb8b8c97118 OK 2025/03/09 06:56:35 DEBUG : sub dir/ignore dir/.ignore: md5 = 7308d1dd4b5e57230c91660a6d67c70f OK 2025/03/09 06:56:37 DEBUG : sub dir/ignore dir/should be ignored: md5 = d81bbb11670d5909f3a5df4d64808487 OK 2025/03/09 06:56:39 DEBUG : sub dir/sub sub dir/hello world3: md5 = b217ea9a779a05bf03322e45093eb6e9 OK 2025/03/09 06:56:40 DEBUG : a.txt: Excluded (Size Filter) 2025/03/09 06:56:40 DEBUG : a.txt: Excluded 2025/03/09 06:56:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/09 06:56:41 DEBUG : sub dir/hello world2: Excluded 2025/03/09 06:56:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/09 06:56:41 DEBUG : sub dir/hello world: Excluded 2025/03/09 06:56:41 DEBUG : sub dir/ignore dir: Excluded 2025/03/09 06:56:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/09 06:56:41 DEBUG : sub dir/hello world2: Excluded 2025/03/09 06:56:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/09 06:56:41 DEBUG : sub dir/hello world: Excluded 2025/03/09 06:56:42 DEBUG : sub dir/ignore dir: Excluded 2025/03/09 06:56:46 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/03/09 06:56:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/03/09 06:56:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/03/09 06:56:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/03/09 06:56:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/03/09 06:56:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/03/09 06:56:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.22s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:56:49 DEBUG : file1: md5 = 5b27de56140f4d2bb802ad1961b3a610 OK 2025/03/09 06:56:52 DEBUG : sub/file2: md5 = ffb5c391677f223c455349cd754812a4 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/03/09 06:56:55 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/03/09 06:56:55 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/03/09 06:56:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/03/09 06:56:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.42s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.63s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:56:59 DEBUG : file1: md5 = 1b0d501cefa5865ba31411a5f4312c07 OK 2025/03/09 06:57:01 DEBUG : sub/file2: md5 = f2bbcebc7784f38801860792b8e4d2df 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/03/09 06:57:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/notfound" 2025/03/09 06:57:05 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/qe0i31qdkoejk60elps0ni5sqk" 2025/03/09 06:57:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.42s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.43s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.70s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Making directory 2025/03/09 06:57:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:12 DEBUG : sub dir/hello world: md5 = 2a50efcf05848c0ca27ab48ae28c05c2 OK 2025/03/09 06:57:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.81s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:16 DEBUG : potato2: md5 = 816da62672d20ba99a53ba35c4ebfb2f OK 2025/03/09 06:57:17 DEBUG : empty space: md5 = d29fb1f73c805fdfd33aa44e19eb44e6 OK --- PASS: TestLs (4.52s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:20 DEBUG : potato2: md5 = c35cef0db9b4df43f135f7f607401fa4 OK 2025/03/09 06:57:22 DEBUG : empty space: md5 = 26fa411328bf68e01455db60ef46c799 OK 2025/03/09 06:57:22 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/03/09 06:57:22 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.86s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:25 DEBUG : potato2: md5 = a1ee9b518863d196dd6c4311f97cf1f3 OK 2025/03/09 06:57:26 DEBUG : empty space: md5 = 2a63076d1347deb8165e69f38a38024a OK --- PASS: TestLsLong (4.38s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:29 DEBUG : potato2: md5 = 760a65639915e7868827bb530b778a2a OK 2025/03/09 06:57:31 DEBUG : empty space: md5 = 11b75dfbff17eefa014ef8c1d59bb9fc OK --- PASS: TestHashSums (4.14s) === RUN TestHashSumsWithErrors 2025/03/09 06:57:32 DEBUG : Creating backend with remote ":memory:" 2025/03/09 06:57:32 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/09 06:57:32 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/09 06:57:32 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/09 06:57:32 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/09 06:57:32 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/09 06:57:32 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/09 06:57:32 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/09 06:57:32 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/09 06:57:32 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:34 DEBUG : potato2: md5 = fc5f5f66e5c9f345bf029e631953ec0e OK 2025/03/09 06:57:35 DEBUG : empty space: md5 = 48eca9e59ab24b278ab6b1fa3e4cdc75 OK 2025/03/09 06:57:37 DEBUG : sub dir/potato3: md5 = 867ed8c472089bc01669bc3a6c424f75 OK 2025/03/09 06:57:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.09s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:42 DEBUG : small: md5 = 4910193c9a0097dbfe309516bdf01293 OK 2025/03/09 06:57:43 DEBUG : medium: md5 = 06c2e5296b09624021da05e2e3d009c7 OK 2025/03/09 06:57:44 DEBUG : large: md5 = a8256be0e7ddbbe842873676f1e6c9b5 OK 2025/03/09 06:57:45 DEBUG : Waiting for deletions to finish 2025/03/09 06:57:45 DEBUG : large: Excluded (Size Filter) 2025/03/09 06:57:45 INFO : small: Deleted 2025/03/09 06:57:45 INFO : medium: Deleted --- PASS: TestDelete (6.21s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:48 DEBUG : small: md5 = 1d1a6f69bd66f127e578786054dd3e48 OK 2025/03/09 06:57:49 DEBUG : medium: md5 = 1f2b53fb67dd00871c964ff044818aea OK 2025/03/09 06:57:51 DEBUG : large: md5 = 10275e9b6a31d840976c57eb5a2908a3 OK 2025/03/09 06:57:51 DEBUG : Waiting for deletions to finish 2025/03/09 06:57:51 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/03/09 06:57:52 INFO : small: Deleted 2025/03/09 06:57:52 INFO : large: Deleted --- PASS: TestMaxDelete (7.00s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:57:55 DEBUG : small: md5 = e7f41835382642b3721669f8d449419e OK 2025/03/09 06:57:56 DEBUG : medium: md5 = e8c8b21dfff3daa694ed1ae2c0c07288 OK 2025/03/09 06:57:58 DEBUG : large: md5 = 39d9c57746736f17e624dfc6f5a9947f OK 2025/03/09 06:57:58 DEBUG : Waiting for deletions to finish 2025/03/09 06:57:58 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/09 06:57:58 INFO : medium: Deleted 2025/03/09 06:57:58 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.54s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:58:01 DEBUG : small: md5 = 284738acff59c5cd8280b08bc2c44434 OK 2025/03/09 06:58:03 DEBUG : medium: md5 = 306ae8d31889464717a1cdada1011bb1 OK 2025/03/09 06:58:04 DEBUG : large: md5 = c636dbcdae865db845a001e57d3302d2 OK 2025/03/09 06:58:04 DEBUG : Waiting for deletions to finish 2025/03/09 06:58:05 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/09 06:58:05 INFO : small: Deleted 2025/03/09 06:58:05 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.51s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:58:08 DEBUG : ReadFile: md5 = fdf080b80a830d39fbf4503b73764853 OK --- PASS: TestReadFile (3.90s) === RUN TestRetry 2025/03/09 06:58:10 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/09 06:58:10 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/09 06:58:10 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/09 06:58:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/09 06:58:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/09 06:58:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/09 06:58:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:58:12 DEBUG : file1: md5 = 6e4ab440bc441282d79b87b7132ecdba OK 2025/03/09 06:58:13 DEBUG : file2: md5 = b1f5943f55487effc7ec3d9e255b2182 OK --- PASS: TestCat (15.12s) === RUN TestPurge 2025/03/09 06:58:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nopimuw9fuqe" 2025/03/09 06:58:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/09 06:58:26 DEBUG : Creating backend with remote "TestDrive:crypt/uivv78ipn7rq25j9bg1h238gs35r99ft04e8ttgsaolvf4m9g0bg" 2025/03/09 06:58:27 DEBUG : Creating backend with remote "/tmp/rclone178170372" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nopimuw9fuqe'", Local "Local file system at /tmp/rclone178170372", Modify Window "1ms" 2025/03/09 06:58:31 DEBUG : A1/B1/C1/one: md5 = 7486ab0448fab8fb19f93072bab9e2fc OK 2025/03/09 06:58:31 INFO : A2: Making directory 2025/03/09 06:58:32 INFO : A1/B2: Making directory 2025/03/09 06:58:32 INFO : A1/B2/C2: Making directory 2025/03/09 06:58:33 INFO : A1/B1/C3: Making directory 2025/03/09 06:58:34 INFO : A3: Making directory 2025/03/09 06:58:34 INFO : A3/B3: Making directory 2025/03/09 06:58:35 INFO : A3/B3/C4: Making directory 2025/03/09 06:58:37 DEBUG : A1/two: md5 = 59965a4337ae643d0b674b333bd225e3 OK 2025/03/09 06:58:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nopimuw9fuqe': Purge remote 2025/03/09 06:58:41 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.18s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:58:44 DEBUG : A1/B1/C1/one: md5 = d636941b0d931e368dbd0bf3232a3963 OK 2025/03/09 06:58:44 INFO : A2: Making directory 2025/03/09 06:58:45 INFO : A1/B2: Making directory 2025/03/09 06:58:46 INFO : A1/B2/C2: Making directory 2025/03/09 06:58:47 INFO : A1/B1/C3: Making directory 2025/03/09 06:58:48 INFO : A3: Making directory 2025/03/09 06:58:48 INFO : A3/B3: Making directory 2025/03/09 06:58:49 INFO : A3/B3/C4: Making directory 2025/03/09 06:58:51 DEBUG : A1/two: md5 = 58a41c0c390cc07a0bb48410618498e7 OK 2025/03/09 06:58:52 DEBUG : removing 1 level 3 directories 2025/03/09 06:58:52 INFO : A3/B3/C4: Removing directory 2025/03/09 06:58:55 DEBUG : removing 2 level 3 directories 2025/03/09 06:58:55 INFO : A1/B2/C2: Removing directory 2025/03/09 06:58:55 INFO : A1/B1/C3: Removing directory 2025/03/09 06:58:56 DEBUG : removing 2 level 2 directories 2025/03/09 06:58:56 INFO : A3/B3: Removing directory 2025/03/09 06:58:56 INFO : A1/B2: Removing directory 2025/03/09 06:58:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/09 06:58:56 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/03/09 06:58:56 DEBUG : removing 2 level 1 directories 2025/03/09 06:58:56 INFO : A3: Removing directory 2025/03/09 06:58:56 INFO : A2: Removing directory 2025/03/09 06:58:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/03/09 06:59:00 DEBUG : removing 1 level 3 directories 2025/03/09 06:59:00 INFO : A1/B1/C1: Removing directory 2025/03/09 06:59:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:01 DEBUG : removing 1 level 2 directories 2025/03/09 06:59:01 INFO : A1/B1: Removing directory 2025/03/09 06:59:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/09 06:59:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/09 06:59:02 DEBUG : removing 1 level 1 directories 2025/03/09 06:59:02 INFO : A1: Removing directory 2025/03/09 06:59:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/09 06:59:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/09 06:59:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/09 06:59:02 DEBUG : removing 1 level 0 directories 2025/03/09 06:59:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Removing directory 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/09 06:59:03 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (23.01s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:59:05 INFO : A1: Making directory 2025/03/09 06:59:05 INFO : A1/B1: Making directory 2025/03/09 06:59:06 INFO : A1/B1/C1: Making directory 2025/03/09 06:59:08 DEBUG : removing 1 level 3 directories 2025/03/09 06:59:08 INFO : A1/B1/C1: Removing directory 2025/03/09 06:59:09 DEBUG : removing 1 level 2 directories 2025/03/09 06:59:09 INFO : A1/B1: Removing directory 2025/03/09 06:59:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/09 06:59:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.85s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:59:12 INFO : A1: Making directory 2025/03/09 06:59:12 INFO : A1/B1: Making directory 2025/03/09 06:59:13 INFO : A1/B1/C1: Making directory 2025/03/09 06:59:16 DEBUG : removing 1 level 3 directories 2025/03/09 06:59:16 INFO : A1/B1/C1: Removing directory 2025/03/09 06:59:17 DEBUG : removing 1 level 2 directories 2025/03/09 06:59:17 INFO : A1/B1: Removing directory 2025/03/09 06:59:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/09 06:59:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.40s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:59:21 DEBUG : file1: md5 = 2493aea9b6307e383cadb343fb0a1e0c OK 2025/03/09 06:59:21 DEBUG : filename.txt: File name found in url 2025/03/09 06:59:23 DEBUG : filename.txt: md5 = 08efc75ea316866352c07bdffa3dc49c OK 2025/03/09 06:59:23 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/03/09 06:59:24 DEBUG : headerfilename.txt: md5 = 2770464ecb5d9387ac3b267c6ac5e6c2 OK 2025/03/09 06:59:25 DEBUG : file2: md5 = 6d8a7b99067c191cd48a31efcc7dd3ad OK --- PASS: TestCopyURL (8.52s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:59:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/09 06:59:30 DEBUG : sub/file2: md5 = 0a6833a71c57359b2afea16f10f3cf78 OK 2025/03/09 06:59:30 INFO : file1: Copied (new) to: sub/file2 2025/03/09 06:59:30 INFO : file1: Deleted 2025/03/09 06:59:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/09 06:59:31 DEBUG : file1: Unchanged skipping 2025/03/09 06:59:31 INFO : file1: Deleted 2025/03/09 06:59:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': don't need to copy/move sub/file2, it is already at target location 2025/03/09 06:59:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.88s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:59:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/09 06:59:35 DEBUG : file1: md5 = 351ec9fde007510133e0cc3a29e4a46b OK 2025/03/09 06:59:35 INFO : file1: Copied (new) 2025/03/09 06:59:35 INFO : file1: Deleted 2025/03/09 06:59:36 DEBUG : file1: Destination exists, skipping 2025/03/09 06:59:36 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.37s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.49s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:59:40 DEBUG : dst/file1: md5 = b7b76db24b9975586b34774c82a052d7 OK 2025/03/09 06:59:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwegef7koni/backup" 2025/03/09 06:59:41 DEBUG : Creating backend with remote "TestDrive:crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30/1nrff024r7pq65ecp72fc28jb0" 2025/03/09 06:59:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/09 06:59:45 INFO : dst/file1: Moved (server-side) 2025/03/09 06:59:46 DEBUG : dst/file1: md5 = 988fa7b2bfad3f64fbebfd03261ceb7b OK 2025/03/09 06:59:46 INFO : dst/file1: Copied (new) 2025/03/09 06:59:46 INFO : dst/file1: Deleted 2025/03/09 06:59:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/09 06:59:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/09 06:59:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.86s) === 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 06:59:53 DEBUG : A1/one: md5 = 02e5730680aa0010a805fa52e7706ff3 OK 2025/03/09 06:59:54 DEBUG : A1/two: md5 = 0d66e8db066a50b589e96bdaeed56fa1 OK 2025/03/09 06:59:56 DEBUG : A1/B1/three: md5 = c59e7b10f045d86f2d9869af32ac4590 OK 2025/03/09 06:59:58 DEBUG : A1/B1/C1/four: md5 = 926bdf9a0e85a4ac31e4a027167b868e OK 2025/03/09 07:00:01 DEBUG : A1/B1/C2/five: md5 = 3ffc34a929926aaa1e5f0d264dc32336 OK 2025/03/09 07:00:01 INFO : A1/B2: Making directory 2025/03/09 07:00:01 INFO : A1/B1/C3: Making directory 2025/03/09 07:00:11 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/09 07:00:11 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/09 07:00:11 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/09 07:00:11 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/09 07:00:11 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/09 07:00:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/09 07:00:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/09 07:00:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/09 07:00:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/09 07:00:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/09 07:00:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/09 07:00:22 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/09 07:00:22 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/09 07:00:22 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/09 07:00:22 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/09 07:00:23 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/09 07:00:25 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/09 07:00:25 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/09 07:00:25 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/09 07:00:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/09 07:00:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/09 07:00:32 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/03/09 07:00:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/03/09 07:00:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/09 07:00:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/09 07:00:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/09 07:00:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/09 07:00:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/09 07:00:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/09 07:00:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/09 07:00:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.45s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': File to upload is small (34 bytes), uploading instead of streaming 2025/03/09 07:00:37 DEBUG : no_checksum_small_file_from_pipe: md5 = 322c79a1b234000b85d8f7f8f038d3f7 OK 2025/03/09 07:00:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/03/09 07:00:37 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/09 07:00:38 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/03/09 07:00:39 DEBUG : no_checksum_big_file_from_pipe: md5 = 864b0943a6a7faa5c421bc4b4b8a3a91 OK 2025/03/09 07:00:39 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:00:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': File to upload is small (34 bytes), uploading instead of streaming 2025/03/09 07:00:42 DEBUG : with_checksum_small_file_from_pipe: md5 = a17764df33f7655751572b8073ee34ec OK 2025/03/09 07:00:42 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/09 07:00:43 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/03/09 07:00:44 DEBUG : with_checksum_big_file_from_pipe: md5 = 367c0c1b31ed3e77a2a05c3604ba1c35 OK 2025/03/09 07:00:44 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:00:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': File to upload is small (34 bytes), uploading instead of streaming 2025/03/09 07:00:47 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/09 07:00:48 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/09 07:00:49 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-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:00:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': File to upload is small (34 bytes), uploading instead of streaming 2025/03/09 07:00:52 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/09 07:00:53 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/09 07:00:53 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.49s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.14s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.72s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.86s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.77s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/03/09 07:00:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': File to upload is small (48 bytes), uploading instead of streaming 2025/03/09 07:00:57 DEBUG : rcat_metadata: md5 = 0c12d51270f2b330f9eda88bb1c0cc70 OK 2025/03/09 07:00:57 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/03/09 07:00:59 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/03/09 07:00:59 DEBUG : rcat_metadata_uploadcutoff0: md5 = e505335f73a5a019b9f40d53cad99790 OK 2025/03/09 07:00:59 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.79s) --- PASS: TestRcatMetadata/Normal (2.63s) --- PASS: TestRcatMetadata/ViaDisk (2.71s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:02 DEBUG : potato1: md5 = f449efbcf1a65239075176d65fca820e OK 2025/03/09 07:01:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': File to upload is small (60 bytes), uploading instead of streaming 2025/03/09 07:01:04 DEBUG : potato2: md5 = 19048f507a08a5022347967478881b30 OK 2025/03/09 07:01:04 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.27s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:06 DEBUG : potato1: md5 = 3f29d50ffeef2553c7e2b4498dfc8066 OK 2025/03/09 07:01:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': File to upload is small (60 bytes), uploading instead of streaming 2025/03/09 07:01:08 DEBUG : potato2: md5 = a89f276b1388376ea5133cfd8a07de1a OK 2025/03/09 07:01:08 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.60s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:11 DEBUG : potato2: md5 = c2cd982d7bcd42099bf1bd3598321690 OK 2025/03/09 07:01:13 DEBUG : empty space: md5 = 909906b21d2b1b720180a6949e501e14 OK 2025/03/09 07:01:15 DEBUG : sub dir/potato3: md5 = db02f65bd5217981200d7659cdf27465 OK 2025/03/09 07:01:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Touching "sub dir/potato3" 2025/03/09 07:01:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Touching "empty space" 2025/03/09 07:01:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Touching "potato2" 2025/03/09 07:01:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.72s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:19 DEBUG : dir with metadata: Making directory with metadata 2025/03/09 07:01:20 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.31s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:22 DEBUG : directory with modtime: Making directory with metadata 2025/03/09 07:01:23 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.37s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:24 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/09 07:01:24 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/09 07:01:24 DEBUG : Google drive root 'crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30': Skipping btime metadata as can't update it on an existing file: 2025-03-09T07:01:24.614360834Z 2025/03/09 07:01:25 INFO : non existent directory: Updated directory metadata 2025/03/09 07:01:27 DEBUG : Google drive root 'crypt/9vus63q9r093m3ir6i9r404n620vb18havlk018u6bqn6oji2g30': Skipping btime metadata as can't update it on an existing file: 2025-03-09T07:01:24.614360834Z 2025/03/09 07:01:27 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.86s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:29 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/03/09 07:01:31 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/03/09 07:01:31 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.94s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:33 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/09 07:01:33 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/09 07:01:33 DEBUG : dst: Making directory with metadata 2025/03/09 07:01:34 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/09 07:01:34 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/09 07:01:34 INFO : dst: Set directory modification time (using SetModTime) 2025/03/09 07:01:35 INFO : dst: Set directory modification time (using SetModTime) 2025/03/09 07:01:35 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/03/09 07:01:35 INFO : dst: Set directory modification time (using SetModTime) 2025/03/09 07:01:35 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.51s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni'", Local "Local file system at /tmp/rclone1583616465", Modify Window "1ms" 2025/03/09 07:01:38 DEBUG : sub dir/test remove existing: md5 = 39c57bf3ed032cec1407881a7d1f0b66 OK 2025/03/09 07:01:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 6709712c496b7462c0f57710ef0d539b OK 2025/03/09 07:01:42 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.ziwasac1" before starting 2025/03/09 07:01:43 DEBUG : sub dir/test remove existing.ziwasac1: TEST: removing renamed existing file after operation 2025/03/09 07:01:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.doburef7" before starting 2025/03/09 07:01:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.doburef7: TEST: renaming existing back after failed operation 2025/03/09 07:01:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.baxukuv0" before starting 2025/03/09 07:01:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.baxukuv0: TEST: removing renamed existing file after operation 2025/03/09 07:01:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1kqp9m4v8je2sds839h5am322v436mc61tl5el4lab6vel2cistjiq0savqp2tbskjr7dj5gvmi91f35um4od90cjvor4fjjf0foa1k3k91p281ravko1j7oaeu2vjcu5l47jv25g72vjh8qh2o3gjneeo7966a04mn7hl54j7miepul0p7g" 2025/03/09 07:01:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "d8sslarl2gtbv4gtisbc407ofdjobh1c7i9m43p1ll3a4122kc8g" --- PASS: TestRemoveExisting (12.75s) === 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/03/09 07:01:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwegef7koni': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m14.678295321s (try 1/5)