"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/01/24 04:57:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo" 2025/01/24 04:57:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:57:15 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30" 2025/01/24 04:57:16 DEBUG : Creating backend with remote "/tmp/rclone1126951704" === 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.20s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/01/24 04:57:16 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/24 04:57:16 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/01/24 04:57:16 DEBUG : potato: Seek from 10 to 0 2025/01/24 04:57:16 DEBUG : potato: Seek from 10 to 0 2025/01/24 04:57:16 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/01/24 04:57:16 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/24 04:57:16 DEBUG : potato: Seek from 5 to 2 2025/01/24 04:57:16 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/01/24 04:57:16 DEBUG : potato: Seek from 7 to 0 2025/01/24 04:57:16 DEBUG : potato: Seek from 7 to 0 2025/01/24 04:57:16 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/01/24 04:57:16 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/24 04:57:16 DEBUG : potato: Seek from 5 to 2 2025/01/24 04:57:16 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/01/24 04:57:16 DEBUG : potato: Seek from 8 to 0 2025/01/24 04:57:16 DEBUG : potato: Seek from 8 to 0 2025/01/24 04:57:16 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/01/24 04:57:16 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/24 04:57:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/24 04:57:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/24 04:57:16 DEBUG : potato: Seek from 5 to 2 2025/01/24 04:57:16 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/01/24 04:57:16 DEBUG : potato: Seek from 9 to 0 2025/01/24 04:57:16 DEBUG : potato: Seek from 9 to 0 2025/01/24 04:57:16 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 04:57:19 DEBUG : rutabaga: md5 = 97dd7a84b2edd22c0838ea19ca465cd6 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/01/24 04:57:21 DEBUG : empty space: md5 = 35bd3720b53a9c3885b3774211d44dbc OK === RUN TestCheck/3 2025/01/24 04:57:24 DEBUG : potato2: md5 = b2e88f1516088fbd011b1df690e8917a OK === RUN TestCheck/4 === RUN TestCheck/5 2025/01/24 04:57:26 DEBUG : remotepotato: md5 = 1343a4b763be1cdf6354bec7646bd43f OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.20s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.52s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.79s) --- PASS: TestCheck/7 (0.53s) === RUN TestCheckFsError 2025/01/24 04:57:31 DEBUG : Creating backend with remote "nonexistent" 2025/01/24 04:57:31 DEBUG : Creating backend with remote "nonexistent" 2025/01/24 04:57:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/01/24 04:57:31 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/01/24 04:57:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/01/24 04:57:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 04:57:33 DEBUG : rutabaga: md5 = c0ccba8647790febab0c9beba2af0906 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/01/24 04:57:38 DEBUG : empty space: md5 = c92988f250e44654d70d3a4711c5b558 OK === RUN TestCheckDownload/3 2025/01/24 04:57:41 DEBUG : potato2: md5 = 56437d485f3ca728ea75228a17138e47 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/01/24 04:57:46 DEBUG : remotepotato: md5 = a70a9a559ae996cc1e25784cdc2da8f8 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.60s) --- PASS: TestCheckDownload/1 (1.84s) --- PASS: TestCheckDownload/2 (1.13s) --- PASS: TestCheckDownload/3 (1.15s) --- PASS: TestCheckDownload/4 (1.46s) --- PASS: TestCheckDownload/5 (1.33s) --- PASS: TestCheckDownload/6 (1.11s) --- PASS: TestCheckDownload/7 (1.27s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 04:57:54 DEBUG : rutabaga: md5 = aa46510b24e8ad3d78f28bccf69b7d38 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/01/24 04:57:56 DEBUG : empty space: md5 = e1afefb75937a4b377fe1fdf64c6e619 OK === RUN TestCheckSizeOnly/3 2025/01/24 04:57:59 DEBUG : potato2: md5 = c63a3553359907f3b5bdea18bcacb8a7 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/01/24 04:58:01 DEBUG : remotepotato: md5 = 51393ae8eba7f0d9460dbccd52827210 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.06s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.34s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 04:58:07 DEBUG : test.sum: md5 = d44710c25cae8fb9f449fa2bdb67727a OK 2025/01/24 04:58:08 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/24 04:58:08 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/24 04:58:08 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/24 04:58:08 NOTICE: test.sum: 2 warning(s) suppressed... 2025/01/24 04:58:10 DEBUG : test.sum: md5 = 6d6e5d5c4aa2a8ac9ea21fbfea597b58 OK 2025/01/24 04:58:11 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/24 04:58:11 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/24 04:58:11 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/24 04:58:11 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.68s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 04:58:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/data" 2025/01/24 04:58:13 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo/data' lacks md5, skipping --- SKIP: TestCheckSum (1.99s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 04:58:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/data" 2025/01/24 04:58:15 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/vjrnln8ratgmqakfosrqe8espk" 2025/01/24 04:58:19 DEBUG : data/banana: md5 = 2dfa48d0df0de1cf0bcf2aa3ba108a8b OK 2025/01/24 04:58:20 DEBUG : test.sum: md5 = 9b1a1d03169ee15a5ddca4bd09fd5943 OK === RUN TestCheckSumDownload/subtest1 2025/01/24 04:58:27 DEBUG : data/potato: md5 = 7a039b5cba855dc034c60e20a9ca6f0f OK 2025/01/24 04:58:29 DEBUG : test.sum: md5 = 0c2d1285905ffd23675b4bf8b1e510de OK === RUN TestCheckSumDownload/subtest2 2025/01/24 04:58:33 DEBUG : test.sum: md5 = d2a29ae4c45f4b9de5076c261d932519 OK === RUN TestCheckSumDownload/subtest3 2025/01/24 04:58:38 DEBUG : test.sum: md5 = fe527c625790d7a93671edfcebaabac6 OK === RUN TestCheckSumDownload/subtest4 2025/01/24 04:58:43 DEBUG : test.sum: md5 = bf5af24c50ac51c91e7dfb74829da8d9 OK === RUN TestCheckSumDownload/subtest5 2025/01/24 04:58:48 DEBUG : test.sum: md5 = 78fce013631237f414718c2ae59ee19d OK === RUN TestCheckSumDownload/subtest6 2025/01/24 04:58:52 DEBUG : data/banana: md5 = 832c1f1164d21a1374fe367addbe612e OK 2025/01/24 04:58:54 DEBUG : data/potato: md5 = 15bfc5819bbd3b2a20905ad9e391d586 OK 2025/01/24 04:58:56 DEBUG : test.sum: md5 = f91cf84de80fbbb086b82bbe59088d7a OK === RUN TestCheckSumDownload/subtest7 2025/01/24 04:59:02 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/01/24 04:59:02 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (47.79s) --- PASS: TestCheckSumDownload/subtest1 (3.83s) --- PASS: TestCheckSumDownload/subtest2 (2.33s) --- PASS: TestCheckSumDownload/subtest3 (2.83s) --- PASS: TestCheckSumDownload/subtest4 (2.78s) --- PASS: TestCheckSumDownload/subtest5 (2.99s) --- PASS: TestCheckSumDownload/subtest6 (2.37s) --- PASS: TestCheckSumDownload/subtest7 (2.82s) === RUN TestApplyTransforms 2025/01/24 04:59:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xobotev3yeci" 2025/01/24 04:59:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:02 DEBUG : Creating backend with remote "TestDrive:crypt/ilol6c37obdiuq6e9rpigohbvh1ethbgqrtjek5o166dtpjhptqg" 2025/01/24 04:59:04 DEBUG : Creating backend with remote "/tmp/rclone131993710" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xobotev3yeci'", Local "Local file system at /tmp/rclone131993710", Modify Window "1ms" 2025/01/24 04:59:07 DEBUG : hello, world!: md5 = 5e071dd907fe402771f8df9c6ca3fcbb OK upper checkfile vs. lower remote (without normalization) 2025/01/24 04:59:07 ERROR : hello, world!: sum not found 2025/01/24 04:59:07 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xobotev3yeci' 2025/01/24 04:59:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xobotev3yeci': 1 files missing 2025/01/24 04:59:07 NOTICE: 1 hashes missing 2025/01/24 04:59:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xobotev3yeci': 2 differences found 2025/01/24 04:59:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xobotev3yeci': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/01/24 04:59:08 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xobotev3yeci': 0 differences found 2025/01/24 04:59:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xobotev3yeci': 1 matching files 2025/01/24 04:59:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zukuquw0xate" 2025/01/24 04:59:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:08 DEBUG : Creating backend with remote "TestDrive:crypt/6cd99rvnp55n9judh2n32ngqlnar7id7m5q0n34iko6ua9nn7sfg" 2025/01/24 04:59:09 DEBUG : Creating backend with remote "/tmp/rclone2177189441" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zukuquw0xate'", Local "Local file system at /tmp/rclone2177189441", Modify Window "1ms" 2025/01/24 04:59:12 DEBUG : HELLO, WORLD!: md5 = a1c946c95a68a269b98db789a44c35e5 OK lower checkfile vs. upper remote (without normalization) 2025/01/24 04:59:13 ERROR : HELLO, WORLD!: sum not found 2025/01/24 04:59:13 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zukuquw0xate' 2025/01/24 04:59:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukuquw0xate': 1 files missing 2025/01/24 04:59:13 NOTICE: 1 hashes missing 2025/01/24 04:59:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukuquw0xate': 2 differences found 2025/01/24 04:59:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukuquw0xate': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/01/24 04:59:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukuquw0xate': 0 differences found 2025/01/24 04:59:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zukuquw0xate': 1 matching files 2025/01/24 04:59:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tameyup4fulo" 2025/01/24 04:59:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:14 DEBUG : Creating backend with remote "TestDrive:crypt/b163pd7c31anmjkqcb4jj1smog4ri3pfdv3l9urtq0lhbdj7cvmg" 2025/01/24 04:59:15 DEBUG : Creating backend with remote "/tmp/rclone664955307" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tameyup4fulo'", Local "Local file system at /tmp/rclone664955307", Modify Window "1ms" 2025/01/24 04:59:18 DEBUG : HeLlO, wOrLd!: md5 = 2417eaf7222ec785408492dc9be22711 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/01/24 04:59:18 ERROR : HeLlO, wOrLd!: sum not found 2025/01/24 04:59:18 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tameyup4fulo' 2025/01/24 04:59:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tameyup4fulo': 1 files missing 2025/01/24 04:59:18 NOTICE: 1 hashes missing 2025/01/24 04:59:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tameyup4fulo': 2 differences found 2025/01/24 04:59:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tameyup4fulo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/01/24 04:59:20 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tameyup4fulo': 0 differences found 2025/01/24 04:59:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tameyup4fulo': 1 matching files 2025/01/24 04:59:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwafum1figi" 2025/01/24 04:59:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:20 DEBUG : Creating backend with remote "TestDrive:crypt/35nstoha2eln5897bnmm8ivs59813sc1h2l80lfm034cuq1ph850" 2025/01/24 04:59:21 DEBUG : Creating backend with remote "/tmp/rclone4246854290" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwafum1figi'", Local "Local file system at /tmp/rclone4246854290", Modify Window "1ms" 2025/01/24 04:59:24 DEBUG : HELLO, WORLD!: md5 = e4bdba754b6af6442888a3e7d86ceece OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/01/24 04:59:24 ERROR : HELLO, WORLD!: sum not found 2025/01/24 04:59:24 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tiwafum1figi' 2025/01/24 04:59:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tiwafum1figi': 1 files missing 2025/01/24 04:59:24 NOTICE: 1 hashes missing 2025/01/24 04:59:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tiwafum1figi': 2 differences found 2025/01/24 04:59:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tiwafum1figi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/01/24 04:59:25 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tiwafum1figi': 0 differences found 2025/01/24 04:59:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tiwafum1figi': 1 matching files 2025/01/24 04:59:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pomiran7wuyi" 2025/01/24 04:59:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:25 DEBUG : Creating backend with remote "TestDrive:crypt/sdfdol5af651vl76c3rbe2u6pbiqpsn55c97b2sj08jv5mufk12g" 2025/01/24 04:59:26 DEBUG : Creating backend with remote "/tmp/rclone3020137857" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pomiran7wuyi'", Local "Local file system at /tmp/rclone3020137857", Modify Window "1ms" 2025/01/24 04:59:29 DEBUG : 測試_Русский___ě_áñ: md5 = 97c96814f45c63c3ea12f04bda55e9a4 OK NFD checkfile vs. NFC remote (without normalization) 2025/01/24 04:59:29 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/24 04:59:29 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pomiran7wuyi' 2025/01/24 04:59:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pomiran7wuyi': 1 files missing 2025/01/24 04:59:29 NOTICE: 1 hashes missing 2025/01/24 04:59:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pomiran7wuyi': 2 differences found 2025/01/24 04:59:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pomiran7wuyi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/01/24 04:59:31 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pomiran7wuyi': 0 differences found 2025/01/24 04:59:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pomiran7wuyi': 1 matching files 2025/01/24 04:59:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vicetub1lupi" 2025/01/24 04:59:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:31 DEBUG : Creating backend with remote "TestDrive:crypt/6q7q3ohi09bhlr107i84hclor9us1f9pbsq6d0s2aem5rphbqgjg" 2025/01/24 04:59:32 DEBUG : Creating backend with remote "/tmp/rclone3757670880" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vicetub1lupi'", Local "Local file system at /tmp/rclone3757670880", Modify Window "1ms" 2025/01/24 04:59:35 DEBUG : 測試_Русский___ě_áñ: md5 = 8a301326f4cc7b1f308b92afea1b8476 OK NFC checkfile vs. NFD remote (without normalization) 2025/01/24 04:59:35 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/24 04:59:35 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vicetub1lupi' 2025/01/24 04:59:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicetub1lupi': 1 files missing 2025/01/24 04:59:35 NOTICE: 1 hashes missing 2025/01/24 04:59:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicetub1lupi': 2 differences found 2025/01/24 04:59:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicetub1lupi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/01/24 04:59:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicetub1lupi': 0 differences found 2025/01/24 04:59:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicetub1lupi': 1 matching files 2025/01/24 04:59:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fafoqez5wari" 2025/01/24 04:59:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:36 DEBUG : Creating backend with remote "TestDrive:crypt/febbng7cqvhs26rjumju2oke0qrjn5832iq1512r8a5lcqi556g0" 2025/01/24 04:59:37 DEBUG : Creating backend with remote "/tmp/rclone3634916881" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fafoqez5wari'", Local "Local file system at /tmp/rclone3634916881", Modify Window "1ms" 2025/01/24 04:59:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a412649b37d5c146f5bbc0f5900d1c09 OK NFDx2 checkfile vs. both remote (without normalization) 2025/01/24 04:59:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/24 04:59:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fafoqez5wari' 2025/01/24 04:59:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fafoqez5wari': 1 files missing 2025/01/24 04:59:41 NOTICE: 1 hashes missing 2025/01/24 04:59:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fafoqez5wari': 2 differences found 2025/01/24 04:59:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fafoqez5wari': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/01/24 04:59:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fafoqez5wari': 0 differences found 2025/01/24 04:59:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fafoqez5wari': 1 matching files 2025/01/24 04:59:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vojoxod5xocu" 2025/01/24 04:59:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:42 DEBUG : Creating backend with remote "TestDrive:crypt/i33fevjc684dif0ujdcb0pp13l6j6vb92fs592erqfocmrl68q3g" 2025/01/24 04:59:43 DEBUG : Creating backend with remote "/tmp/rclone1880279834" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vojoxod5xocu'", Local "Local file system at /tmp/rclone1880279834", Modify Window "1ms" 2025/01/24 04:59:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 745c56a45396055355b89e06bf318d7d OK NFCx2 checkfile vs. both remote (without normalization) 2025/01/24 04:59:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/24 04:59:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vojoxod5xocu' 2025/01/24 04:59:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vojoxod5xocu': 1 files missing 2025/01/24 04:59:46 NOTICE: 1 hashes missing 2025/01/24 04:59:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vojoxod5xocu': 2 differences found 2025/01/24 04:59:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vojoxod5xocu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/01/24 04:59:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vojoxod5xocu': 0 differences found 2025/01/24 04:59:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vojoxod5xocu': 1 matching files 2025/01/24 04:59:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufajaz7cegu" 2025/01/24 04:59:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:47 DEBUG : Creating backend with remote "TestDrive:crypt/222kevs684kafd4d5m3pva1hqoiogea9r30aldt7u2dqlhumrkh0" 2025/01/24 04:59:48 DEBUG : Creating backend with remote "/tmp/rclone1718518231" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufajaz7cegu'", Local "Local file system at /tmp/rclone1718518231", Modify Window "1ms" 2025/01/24 04:59:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 559fcaaf2076ddd0052a8580ca408096 OK both checkfile vs. NFDx2 remote (without normalization) 2025/01/24 04:59:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/24 04:59:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zufajaz7cegu' 2025/01/24 04:59:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufajaz7cegu': 1 files missing 2025/01/24 04:59:51 NOTICE: 1 hashes missing 2025/01/24 04:59:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufajaz7cegu': 2 differences found 2025/01/24 04:59:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufajaz7cegu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/01/24 04:59:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufajaz7cegu': 0 differences found 2025/01/24 04:59:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufajaz7cegu': 1 matching files 2025/01/24 04:59:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bopehul8late" 2025/01/24 04:59:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 04:59:53 DEBUG : Creating backend with remote "TestDrive:crypt/v6fvb1at0brorf952gdqvijb9fk10rgfcsgm7j23u0e2he7uhi9g" 2025/01/24 04:59:54 DEBUG : Creating backend with remote "/tmp/rclone321317704" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bopehul8late'", Local "Local file system at /tmp/rclone321317704", Modify Window "1ms" 2025/01/24 04:59:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4b42013c0d0361962eedd7a7069cfb6b OK both checkfile vs. NFCx2 remote (without normalization) 2025/01/24 04:59:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/24 04:59:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bopehul8late' 2025/01/24 04:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopehul8late': 1 files missing 2025/01/24 04:59:57 NOTICE: 1 hashes missing 2025/01/24 04:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopehul8late': 2 differences found 2025/01/24 04:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopehul8late': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/01/24 04:59:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/24 04:59:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopehul8late': 0 differences found 2025/01/24 04:59:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopehul8late': 1 matching files 2025/01/24 04:59:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bopehul8late': Purge remote 2025/01/24 04:59:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufajaz7cegu': Purge remote 2025/01/24 05:00:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vojoxod5xocu': Purge remote 2025/01/24 05:00:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fafoqez5wari': Purge remote 2025/01/24 05:00:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vicetub1lupi': Purge remote 2025/01/24 05:00:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pomiran7wuyi': Purge remote 2025/01/24 05:00:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwafum1figi': Purge remote 2025/01/24 05:00:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tameyup4fulo': Purge remote 2025/01/24 05:00:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zukuquw0xate': Purge remote 2025/01/24 05:00:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xobotev3yeci': Purge remote --- PASS: TestApplyTransforms (62.04s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:00:05 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/24 05:00:08 DEBUG : sub/file2: md5 = 1f3294dad5cb83b2e43e733627d6ba05 OK 2025/01/24 05:00:08 INFO : file1: Copied (new) to: sub/file2 2025/01/24 05:00:08 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/24 05:00:08 DEBUG : file1: Unchanged skipping 2025/01/24 05:00:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': don't need to copy/move sub/file2, it is already at target location 2025/01/24 05:00:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.13s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.50s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:00:15 DEBUG : dst/file1: md5 = a455de37b1129fbe9d0a551e2655dc07 OK 2025/01/24 05:00:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/backup" 2025/01/24 05:00:16 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/1nrff024r7pq65ecp72fc28jb0" 2025/01/24 05:00:17 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/24 05:00:20 INFO : dst/file1: Moved (server-side) 2025/01/24 05:00:22 DEBUG : dst/file1: md5 = 693602236742e5045803a0e681682c97 OK 2025/01/24 05:00:22 INFO : dst/file1: Copied (new) 2025/01/24 05:00:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/24 05:00:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/24 05:00:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.53s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:00:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/dst" 2025/01/24 05:00:28 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/24 05:00:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/CompareDest" 2025/01/24 05:00:29 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/gveqi14airsml4bgu7krj116o8" 2025/01/24 05:00:31 DEBUG : one: Need to transfer - File not found at Destination 2025/01/24 05:00:34 DEBUG : one: md5 = c6cb2f00aa84e887347ead7e3e180445 OK 2025/01/24 05:00:34 INFO : one: Copied (new) 2025/01/24 05:00:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/24 05:00:37 DEBUG : one: md5 = 481cddff67886a5a09d0d1bdd5cabb6e OK 2025/01/24 05:00:37 INFO : one: Copied (replaced existing) 2025/01/24 05:00:39 DEBUG : dst/one: md5 = 2b6af2bdc921ff825fdace1c9e948319 OK 2025/01/24 05:00:42 DEBUG : CompareDest/one: md5 = 02ba893e1543f8b0fdbd9032219d5cdd OK 2025/01/24 05:00:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/24 05:00:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/24 05:00:43 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/24 05:00:45 DEBUG : CompareDest/two: md5 = 56e97b6652d66d60d0bb9504d41eaefe OK 2025/01/24 05:00:46 DEBUG : two: Need to transfer - File not found at Destination 2025/01/24 05:00:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/24 05:00:46 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/24 05:00:47 DEBUG : two: Need to transfer - File not found at Destination 2025/01/24 05:00:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/24 05:00:47 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/24 05:00:48 DEBUG : two: Need to transfer - File not found at Destination 2025/01/24 05:00:49 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/24 05:00:50 DEBUG : two: md5 = 9d8154a82e82b9ba6209732077eb1302 OK 2025/01/24 05:00:50 INFO : two: Copied (new) 2025/01/24 05:00:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/24 05:00:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:00:55 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/24 05:00:55 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (28.58s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:00:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/dst" 2025/01/24 05:00:56 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/24 05:00:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/CopyDest" 2025/01/24 05:00:58 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/24 05:00:59 DEBUG : one: Need to transfer - File not found at Destination 2025/01/24 05:01:02 DEBUG : one: md5 = 9df5c50c2943591d1caec0a56a36a44f OK 2025/01/24 05:01:02 INFO : one: Copied (new) 2025/01/24 05:01:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/24 05:01:06 DEBUG : one: md5 = cabc0ad53a479bdc46967cbb32d16e38 OK 2025/01/24 05:01:06 INFO : one: Copied (replaced existing) 2025/01/24 05:01:08 DEBUG : dst/one: md5 = 1d54c663d531274fbc02a57870d4a4a6 OK 2025/01/24 05:01:10 DEBUG : CopyDest/one: md5 = 202c2140dcdc764cfaf8e99666a69b77 OK 2025/01/24 05:01:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/BackupDir" 2025/01/24 05:01:11 DEBUG : Config file has changed externally - reloading 2025/01/24 05:01:11 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/24 05:01:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/24 05:01:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/24 05:01:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/24 05:01:15 INFO : one: Moved (server-side) 2025/01/24 05:01:17 INFO : one: Copied (server-side copy) 2025/01/24 05:01:17 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/24 05:01:19 DEBUG : CopyDest/two: md5 = 7bbcfc4fa8e76b498b3c3fe5c0478424 OK 2025/01/24 05:01:20 DEBUG : two: Need to transfer - File not found at Destination 2025/01/24 05:01:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/24 05:01:21 INFO : two: Copied (server-side copy) 2025/01/24 05:01:21 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/24 05:01:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/24 05:01:22 DEBUG : two: Unchanged skipping 2025/01/24 05:01:24 DEBUG : CopyDest/three: md5 = b666c2017cc1940ad717f2733939d85d OK 2025/01/24 05:01:25 DEBUG : three: Need to transfer - File not found at Destination 2025/01/24 05:01:26 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/24 05:01:26 DEBUG : three: Destination not found in --copy-dest 2025/01/24 05:01:27 DEBUG : three: md5 = 687c2ee0c7920c1d446ef5381c5de3bb OK 2025/01/24 05:01:27 INFO : three: Copied (new) 2025/01/24 05:01:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/24 05:01:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/24 05:01:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:01:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:01:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/24 05:01:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/24 05:01:34 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.30s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:01:37 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/01/24 05:01:39 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 08c4b3e9dc108579bdab68f7e37ec4dd OK 2025/01/24 05:01:39 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/01/24 05:01:40 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/01/24 05:01:40 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/01/24 05:01:41 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/01/24 05:01:42 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/01/24 05:01:44 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 46946d5b65d4a96c6b11a1e8b7bb745f OK 2025/01/24 05:01:44 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/01/24 05:01:46 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/01/24 05:01:46 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.55s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:01:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Looking for duplicate names using skip mode. 2025/01/24 05:01:51 NOTICE: one: Found 2 files with duplicate names 2025/01/24 05:01:51 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.47s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:01:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Looking for duplicate names using skip mode. 2025/01/24 05:01:58 NOTICE: one: Found 3 files with duplicate names 2025/01/24 05:01:58 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/01/24 05:01:58 INFO : one: Deleted 2025/01/24 05:01:58 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.66s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:02:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Looking for duplicate names using first mode. 2025/01/24 05:02:06 NOTICE: one: Found 3 files with duplicate names 2025/01/24 05:02:07 INFO : one: Deleted 2025/01/24 05:02:07 INFO : one: Deleted 2025/01/24 05:02:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.24s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:02:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Looking for duplicate names using newest mode. 2025/01/24 05:02:14 NOTICE: one: Found 3 files with duplicate names 2025/01/24 05:02:14 INFO : one: Deleted 2025/01/24 05:02:15 INFO : one: Deleted 2025/01/24 05:02:15 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.55s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:02:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Looking for duplicate names using oldest mode. 2025/01/24 05:02:22 NOTICE: one: Found 3 files with duplicate names 2025/01/24 05:02:22 INFO : one: Deleted 2025/01/24 05:02:23 INFO : one: Deleted 2025/01/24 05:02:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.51s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:02:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Looking for duplicate names using largest mode. 2025/01/24 05:02:29 NOTICE: one: Found 3 files with duplicate names 2025/01/24 05:02:30 INFO : one: Deleted 2025/01/24 05:02:31 INFO : one: Deleted 2025/01/24 05:02:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.59s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:02:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Looking for duplicate names using smallest mode. 2025/01/24 05:02:37 NOTICE: one: Found 3 files with duplicate names 2025/01/24 05:02:38 INFO : one: Deleted 2025/01/24 05:02:38 INFO : one: Deleted 2025/01/24 05:02:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.72s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:02:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Looking for duplicate names using rename mode. 2025/01/24 05:02:46 NOTICE: one.txt: Found 3 files with duplicate names 2025/01/24 05:02:48 INFO : one-2.txt: renamed from: one.txt 2025/01/24 05:02:49 INFO : one-3.txt: renamed from: one.txt 2025/01/24 05:02:50 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.91s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:02:56 DEBUG : dupe1/one.txt: md5 = 0107f1841a187703389631cb253e006d OK 2025/01/24 05:02:59 DEBUG : dupe2/two.txt: md5 = 4709f280805f279cf45c13106d9ee495 OK 2025/01/24 05:03:02 DEBUG : dupe3/three.txt: md5 = d515fd792568e856383394d37d3c12ca OK 2025/01/24 05:03:02 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/01/24 05:03:03 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/01/24 05:03:04 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/01/24 05:03:05 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/01/24 05:03:09 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/01/24 05:03:09 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/01/24 05:03:09 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.50s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:03:12 DEBUG : a.txt: md5 = 8d14b114cc0b747aa10c13483cc0ee58 OK 2025/01/24 05:03:14 DEBUG : zend.txt: md5 = 2b059f866295e2caca9456ed43d70173 OK 2025/01/24 05:03:16 DEBUG : sub dir/hello world: md5 = 5f55aa4e85dd8b4af8aa0f81c4c3f3f2 OK 2025/01/24 05:03:18 DEBUG : sub dir/hello world2: md5 = c60d8b73d37a4636d48c24e1a6b79910 OK 2025/01/24 05:03:21 DEBUG : sub dir/ignore dir/.ignore: md5 = 0334f9dfd7bb342bcbd6240ded1f1cdf OK 2025/01/24 05:03:22 DEBUG : sub dir/ignore dir/should be ignored: md5 = d5fc937d6a538a95488bc82caa4d2aac OK 2025/01/24 05:03:25 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0a608781fd58d56f37c6805e1609ddb8 OK 2025/01/24 05:03:27 DEBUG : a.txt: Excluded (Size Filter) 2025/01/24 05:03:27 DEBUG : a.txt: Excluded 2025/01/24 05:03:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/24 05:03:27 DEBUG : sub dir/hello world2: Excluded 2025/01/24 05:03:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/24 05:03:27 DEBUG : sub dir/hello world: Excluded 2025/01/24 05:03:28 DEBUG : sub dir/ignore dir: Excluded 2025/01/24 05:03:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/24 05:03:28 DEBUG : sub dir/hello world2: Excluded 2025/01/24 05:03:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/24 05:03:28 DEBUG : sub dir/hello world: Excluded 2025/01/24 05:03:28 DEBUG : sub dir/ignore dir: Excluded 2025/01/24 05:03:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/01/24 05:03:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/01/24 05:03:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/01/24 05:03:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/01/24 05:03:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/01/24 05:03:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/01/24 05:03:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (26.07s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:03:38 DEBUG : file1: md5 = 53ffe6b9f551c04cfac3330ba41f02fb OK 2025/01/24 05:03:41 DEBUG : sub/file2: md5 = a2b7f22c97778e8fec9b46b30203186c 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/01/24 05:03:44 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/01/24 05:03:44 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/01/24 05:03:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/01/24 05:03:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.08s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:03:49 DEBUG : file1: md5 = 628f4bbc93442a997cad154bba3f5dac OK 2025/01/24 05:03:52 DEBUG : sub/file2: md5 = de87dcee3a61ef711c9c88bf944eed4e 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/01/24 05:03:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/notfound" 2025/01/24 05:03:56 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/qe0i31qdkoejk60elps0ni5sqk" 2025/01/24 05:03:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.10s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.55s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.80s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Making directory 2025/01/24 05:04:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:04 DEBUG : sub dir/hello world: md5 = 10cd5321e34ac13b9d9b20e2d2e4f88f OK 2025/01/24 05:04:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.80s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:08 DEBUG : potato2: md5 = f3ec33f68dc436184dc9d7659b800f51 OK 2025/01/24 05:04:10 DEBUG : empty space: md5 = 94d7d2c5c24527cdb047371702aa9cb0 OK --- PASS: TestLs (5.37s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:14 DEBUG : potato2: md5 = 85a5d4294c977971149721ce871e1ba3 OK 2025/01/24 05:04:15 DEBUG : empty space: md5 = 6fbdc7c413e4899a6267719911ca9640 OK 2025/01/24 05:04:16 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/01/24 05:04:16 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.63s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:19 DEBUG : potato2: md5 = 43ba19701f52433e43bc1809247c8af4 OK 2025/01/24 05:04:21 DEBUG : empty space: md5 = b7483f54421f674bf4c58436b4c7ea35 OK --- PASS: TestLsLong (5.62s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:25 DEBUG : potato2: md5 = 0e737352871a9a8b7ec5b6cd96799737 OK 2025/01/24 05:04:27 DEBUG : empty space: md5 = b4a8d4a8a12b5366e1c7ecabd90de9be OK --- PASS: TestHashSums (5.76s) === RUN TestHashSumsWithErrors 2025/01/24 05:04:29 DEBUG : Creating backend with remote ":memory:" 2025/01/24 05:04:29 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/01/24 05:04:29 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/24 05:04:29 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/24 05:04:29 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/24 05:04:29 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/24 05:04:29 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/24 05:04:29 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/24 05:04:29 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/01/24 05:04:29 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:31 DEBUG : potato2: md5 = dddcc14ada2ab1fde9d05e9e72ce0ade OK 2025/01/24 05:04:32 DEBUG : empty space: md5 = 58741401d15b352f32df32c493107f2b OK 2025/01/24 05:04:35 DEBUG : sub dir/potato3: md5 = 8da4831b26f14073952893597648e8ce OK 2025/01/24 05:04:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.18s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:41 DEBUG : small: md5 = adcf6f72a6591a3b854d48c20b19a049 OK 2025/01/24 05:04:43 DEBUG : medium: md5 = 066167bc7b37ad35cc6ade7bb37811db OK 2025/01/24 05:04:45 DEBUG : large: md5 = 4baba16d3f3298ae0bf3df5b9e9697ba OK 2025/01/24 05:04:45 DEBUG : Waiting for deletions to finish 2025/01/24 05:04:46 DEBUG : large: Excluded (Size Filter) 2025/01/24 05:04:46 INFO : small: Deleted 2025/01/24 05:04:46 INFO : medium: Deleted --- PASS: TestDelete (8.21s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:49 DEBUG : small: md5 = 5de10e3173fc0bbdb294946cd93498a1 OK 2025/01/24 05:04:51 DEBUG : medium: md5 = d33acf66a40baab3a82da6f6e2fb2a73 OK 2025/01/24 05:04:52 DEBUG : large: md5 = 46db9ee08ecc671122f5860da98f13e8 OK 2025/01/24 05:04:53 DEBUG : Waiting for deletions to finish 2025/01/24 05:04:53 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/01/24 05:04:53 INFO : medium: Deleted 2025/01/24 05:04:53 INFO : large: Deleted --- PASS: TestMaxDelete (7.71s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:04:57 DEBUG : small: md5 = b0bc3570375f34421ce1fee3264a79d8 OK 2025/01/24 05:04:58 DEBUG : medium: md5 = f8b576700279f8d64cd6dfa9fc5a0e25 OK 2025/01/24 05:05:00 DEBUG : large: md5 = 8ff8184f4d2033fb89b4fe619396619d OK 2025/01/24 05:05:01 DEBUG : Waiting for deletions to finish 2025/01/24 05:05:01 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/24 05:05:01 INFO : small: Deleted 2025/01/24 05:05:02 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.26s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:05:05 DEBUG : small: md5 = cc65cd7ff3c75b1bd75571d13f8a1b1c OK 2025/01/24 05:05:07 DEBUG : medium: md5 = 650cbf51595143f66112b076cc5997cf OK 2025/01/24 05:05:09 DEBUG : large: md5 = 3766fadcd4568a6d87ec7361220fe94d OK 2025/01/24 05:05:09 DEBUG : Waiting for deletions to finish 2025/01/24 05:05:09 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/24 05:05:10 INFO : small: Deleted 2025/01/24 05:05:10 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.94s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:05:13 DEBUG : ReadFile: md5 = b22ae95646617502f19a2a9908e68fa4 OK --- PASS: TestReadFile (5.04s) === RUN TestRetry 2025/01/24 05:05:16 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/01/24 05:05:16 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/01/24 05:05:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/24 05:05:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/24 05:05:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/24 05:05:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/24 05:05:16 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:05:18 DEBUG : file1: md5 = 994b944dec87e9a54801fa08605c4c46 OK 2025/01/24 05:05:20 DEBUG : file2: md5 = 0c228994428734630d678bfcb745c45b OK --- PASS: TestCat (17.78s) === RUN TestPurge 2025/01/24 05:05:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tazedul3yawo" 2025/01/24 05:05:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/24 05:05:34 DEBUG : Creating backend with remote "TestDrive:crypt/n72pvftnbivbjd5i4ouj5ihl0tf46gcu1a6l5s3v2etv5jld4t70" 2025/01/24 05:05:35 DEBUG : Creating backend with remote "/tmp/rclone223984077" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tazedul3yawo'", Local "Local file system at /tmp/rclone223984077", Modify Window "1ms" 2025/01/24 05:05:41 DEBUG : A1/B1/C1/one: md5 = 0044a4fb4330b1476776b28088872493 OK 2025/01/24 05:05:41 INFO : A2: Making directory 2025/01/24 05:05:42 INFO : A1/B2: Making directory 2025/01/24 05:05:43 INFO : A1/B2/C2: Making directory 2025/01/24 05:05:44 INFO : A1/B1/C3: Making directory 2025/01/24 05:05:45 INFO : A3: Making directory 2025/01/24 05:05:47 INFO : A3/B3: Making directory 2025/01/24 05:05:48 INFO : A3/B3/C4: Making directory 2025/01/24 05:05:51 DEBUG : A1/two: md5 = 7e63eeb37c56486bd337b40ebd7d9e92 OK 2025/01/24 05:05:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tazedul3yawo': Purge remote 2025/01/24 05:05:54 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.17s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:05:59 DEBUG : A1/B1/C1/one: md5 = ef6ca506e4cdb03382caafbf2b3914fc OK 2025/01/24 05:05:59 INFO : A2: Making directory 2025/01/24 05:06:00 INFO : A1/B2: Making directory 2025/01/24 05:06:01 INFO : A1/B2/C2: Making directory 2025/01/24 05:06:02 INFO : A1/B1/C3: Making directory 2025/01/24 05:06:03 INFO : A3: Making directory 2025/01/24 05:06:04 INFO : A3/B3: Making directory 2025/01/24 05:06:06 INFO : A3/B3/C4: Making directory 2025/01/24 05:06:08 DEBUG : A1/two: md5 = e15058cdb317c4338cd86f47663b8016 OK 2025/01/24 05:06:09 DEBUG : removing 1 level 3 directories 2025/01/24 05:06:09 INFO : A3/B3/C4: Removing directory 2025/01/24 05:06:12 DEBUG : removing 2 level 3 directories 2025/01/24 05:06:12 INFO : A1/B2/C2: Removing directory 2025/01/24 05:06:12 INFO : A1/B1/C3: Removing directory 2025/01/24 05:06:13 DEBUG : removing 2 level 2 directories 2025/01/24 05:06:13 INFO : A3/B3: Removing directory 2025/01/24 05:06:13 INFO : A1/B2: Removing directory 2025/01/24 05:06:13 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/01/24 05:06:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/24 05:06:14 DEBUG : removing 2 level 1 directories 2025/01/24 05:06:14 INFO : A3: Removing directory 2025/01/24 05:06:14 INFO : A2: Removing directory 2025/01/24 05:06:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/01/24 05:06:18 DEBUG : removing 1 level 3 directories 2025/01/24 05:06:18 INFO : A1/B1/C1: Removing directory 2025/01/24 05:06:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:19 DEBUG : removing 1 level 2 directories 2025/01/24 05:06:19 INFO : A1/B1: Removing directory 2025/01/24 05:06:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/24 05:06:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/24 05:06:20 DEBUG : removing 1 level 1 directories 2025/01/24 05:06:20 INFO : A1: Removing directory 2025/01/24 05:06:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/24 05:06:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/24 05:06:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/24 05:06:21 DEBUG : removing 1 level 0 directories 2025/01/24 05:06:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Removing directory 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/24 05:06:21 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (28.13s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:06:24 INFO : A1: Making directory 2025/01/24 05:06:25 INFO : A1/B1: Making directory 2025/01/24 05:06:26 INFO : A1/B1/C1: Making directory 2025/01/24 05:06:28 DEBUG : removing 1 level 3 directories 2025/01/24 05:06:28 INFO : A1/B1/C1: Removing directory 2025/01/24 05:06:29 DEBUG : removing 1 level 2 directories 2025/01/24 05:06:29 INFO : A1/B1: Removing directory 2025/01/24 05:06:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/24 05:06:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.35s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:06:32 INFO : A1: Making directory 2025/01/24 05:06:33 INFO : A1/B1: Making directory 2025/01/24 05:06:34 INFO : A1/B1/C1: Making directory 2025/01/24 05:06:37 DEBUG : removing 1 level 3 directories 2025/01/24 05:06:37 INFO : A1/B1/C1: Removing directory 2025/01/24 05:06:38 DEBUG : removing 1 level 2 directories 2025/01/24 05:06:38 INFO : A1/B1: Removing directory 2025/01/24 05:06:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/24 05:06:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.78s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:06:43 DEBUG : file1: md5 = 2ac5d8d62728879b47c2fc5edec11b8e OK 2025/01/24 05:06:43 DEBUG : filename.txt: File name found in url 2025/01/24 05:06:45 DEBUG : filename.txt: md5 = 93f81bc81a0008174cf29e24f53853e1 OK 2025/01/24 05:06:45 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/01/24 05:06:47 DEBUG : headerfilename.txt: md5 = a86430335d6d6efa4a45ddab2270dbfa OK 2025/01/24 05:06:48 DEBUG : file2: md5 = 295f30efbf34336715be9398d7642d13 OK --- PASS: TestCopyURL (10.56s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:06:52 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/24 05:06:54 DEBUG : sub/file2: md5 = 2b8b884f1751e465b30eba4dafb06649 OK 2025/01/24 05:06:54 INFO : file1: Copied (new) to: sub/file2 2025/01/24 05:06:54 INFO : file1: Deleted 2025/01/24 05:06:55 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/24 05:06:55 DEBUG : file1: Unchanged skipping 2025/01/24 05:06:55 INFO : file1: Deleted 2025/01/24 05:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': don't need to copy/move sub/file2, it is already at target location 2025/01/24 05:06:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.41s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:06:58 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/24 05:06:59 DEBUG : file1: md5 = 43e23e657b63df4b54c8b28bc8f19fb4 OK 2025/01/24 05:06:59 INFO : file1: Copied (new) 2025/01/24 05:06:59 INFO : file1: Deleted 2025/01/24 05:07:00 DEBUG : file1: Destination exists, skipping 2025/01/24 05:07:00 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.44s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.49s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:07:05 DEBUG : dst/file1: md5 = e756145a8e087a35e87b75505ddec656 OK 2025/01/24 05:07:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hajureq6povo/backup" 2025/01/24 05:07:06 DEBUG : Creating backend with remote "TestDrive:crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30/1nrff024r7pq65ecp72fc28jb0" 2025/01/24 05:07:07 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/24 05:07:10 INFO : dst/file1: Moved (server-side) 2025/01/24 05:07:12 DEBUG : dst/file1: md5 = bf151aed0dd75b9a6f39d9baa1ddeca4 OK 2025/01/24 05:07:12 INFO : dst/file1: Copied (new) 2025/01/24 05:07:12 INFO : dst/file1: Deleted 2025/01/24 05:07:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/24 05:07:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/24 05:07:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.66s) === 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:07:20 DEBUG : A1/one: md5 = b7bf839c0f58ef09c50fbde27e384538 OK 2025/01/24 05:07:22 DEBUG : A1/two: md5 = 493327ecac9222b85a10d2d15f10e139 OK 2025/01/24 05:07:25 DEBUG : A1/B1/three: md5 = 579e8c9b13fd1030084912d5394bb0cd OK 2025/01/24 05:07:27 DEBUG : A1/B1/C1/four: md5 = 432b33741a859c7606140cc06b173acb OK 2025/01/24 05:07:31 DEBUG : A1/B1/C2/five: md5 = eed5209ddf4d38096ec710a044bfc89d OK 2025/01/24 05:07:31 INFO : A1/B2: Making directory 2025/01/24 05:07:32 INFO : A1/B1/C3: Making directory 2025/01/24 05:07:44 INFO : A2/one: Moved (server-side) to: A3/one 2025/01/24 05:07:44 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/01/24 05:07:44 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/01/24 05:07:44 INFO : A2/two: Moved (server-side) to: A3/two 2025/01/24 05:07:45 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/01/24 05:07:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/24 05:07:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/24 05:07:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/24 05:07:49 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/24 05:07:49 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/24 05:07:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/01/24 05:07:59 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/01/24 05:07:59 INFO : A3/one: Moved (server-side) to: A4/one 2025/01/24 05:07:59 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/01/24 05:07:59 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/01/24 05:07:59 INFO : A3/two: Moved (server-side) to: A4/two 2025/01/24 05:08:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/24 05:08:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/24 05:08:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/24 05:08:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/24 05:08:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/24 05:08:11 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/01/24 05:08:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/01/24 05:08:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/24 05:08:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/24 05:08:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/24 05:08:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/24 05:08:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/24 05:08:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/24 05:08:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/24 05:08:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (57.12s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:08:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': File to upload is small (34 bytes), uploading instead of streaming 2025/01/24 05:08:17 DEBUG : no_checksum_small_file_from_pipe: md5 = 4b98793314a38862ebdb1b5ed3d7f011 OK 2025/01/24 05:08:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/01/24 05:08:17 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/24 05:08:18 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/01/24 05:08:19 DEBUG : no_checksum_big_file_from_pipe: md5 = c46c45dcd78026617bdb47fdc2c52ae5 OK 2025/01/24 05:08:19 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:08:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': File to upload is small (34 bytes), uploading instead of streaming 2025/01/24 05:08:23 DEBUG : with_checksum_small_file_from_pipe: md5 = f22c628a7b4b62d71f310b011e1eb89a OK 2025/01/24 05:08:23 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/24 05:08:24 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/01/24 05:08:25 DEBUG : with_checksum_big_file_from_pipe: md5 = 4637dc89ca570e2a4730bbe9209c3574 OK 2025/01/24 05:08:25 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:08:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': File to upload is small (34 bytes), uploading instead of streaming 2025/01/24 05:08:29 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/24 05:08:30 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/24 05:08:31 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-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:08:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': File to upload is small (34 bytes), uploading instead of streaming 2025/01/24 05:08:35 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/24 05:08:35 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/24 05:08:37 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.19s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.70s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.03s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.74s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.72s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/01/24 05:08:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': File to upload is small (48 bytes), uploading instead of streaming 2025/01/24 05:08:40 DEBUG : rcat_metadata: md5 = 77159ceb6c33506ad019f33ac2a690af OK 2025/01/24 05:08:40 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/01/24 05:08:42 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/01/24 05:08:43 DEBUG : rcat_metadata_uploadcutoff0: md5 = 6db360c707efafdf9cafb09f1da487f3 OK 2025/01/24 05:08:43 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.45s) --- PASS: TestRcatMetadata/Normal (2.89s) --- PASS: TestRcatMetadata/ViaDisk (3.09s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:08:47 DEBUG : potato1: md5 = 7c340024a64c4d2c6f36e415ad97e141 OK 2025/01/24 05:08:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': File to upload is small (60 bytes), uploading instead of streaming 2025/01/24 05:08:48 DEBUG : potato2: md5 = 70980f93b2f74267d9dcbf9ec84348ff OK 2025/01/24 05:08:48 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.22s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:08:52 DEBUG : potato1: md5 = 1fbc512f25809a8d633b2cab6a083205 OK 2025/01/24 05:08:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': File to upload is small (60 bytes), uploading instead of streaming 2025/01/24 05:08:53 DEBUG : potato2: md5 = 576f2701b8af7dab39a42d8e512b5ad3 OK 2025/01/24 05:08:53 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.61s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:08:57 DEBUG : potato2: md5 = be0bfefec2711f914f23e5844c7f0913 OK 2025/01/24 05:08:59 DEBUG : empty space: md5 = 3665a3d830ddeeccf1330baba9da6f05 OK 2025/01/24 05:09:02 DEBUG : sub dir/potato3: md5 = b79ffb92be2355e8d4ac2ac868693564 OK 2025/01/24 05:09:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Touching "empty space" 2025/01/24 05:09:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Touching "potato2" 2025/01/24 05:09:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Touching "sub dir/potato3" 2025/01/24 05:09:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.07s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:09:09 DEBUG : dir with metadata: Making directory with metadata 2025/01/24 05:09:10 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.85s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:09:12 DEBUG : directory with modtime: Making directory with metadata 2025/01/24 05:09:13 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.00s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:09:15 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/24 05:09:15 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/24 05:09:15 DEBUG : Google drive root 'crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30': Skipping btime metadata as can't update it on an existing file: 2025-01-24T05:09:15.155747229Z 2025/01/24 05:09:16 INFO : non existent directory: Updated directory metadata 2025/01/24 05:09:18 DEBUG : Google drive root 'crypt/sn133f9nvuc2ve0f7hndrn9l6rqh6e1vo9lgcjo7tgbf48beui30': Skipping btime metadata as can't update it on an existing file: 2025-01-24T05:09:15.155747229Z 2025/01/24 05:09:19 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.82s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:09:20 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/01/24 05:09:23 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/01/24 05:09:23 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.68s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:09:25 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/24 05:09:25 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/24 05:09:25 DEBUG : dst: Making directory with metadata 2025/01/24 05:09:26 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/24 05:09:26 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/24 05:09:27 INFO : dst: Set directory modification time (using SetModTime) 2025/01/24 05:09:27 INFO : dst: Set directory modification time (using SetModTime) 2025/01/24 05:09:27 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/01/24 05:09:28 INFO : dst: Set directory modification time (using SetModTime) 2025/01/24 05:09:28 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.53s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo'", Local "Local file system at /tmp/rclone1126951704", Modify Window "1ms" 2025/01/24 05:09:32 DEBUG : sub dir/test remove existing: md5 = 0fca6fd152ffc2327e654f3de16c2d0e OK 2025/01/24 05:09:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = e546716f1f5fbe32a995d8f4f348ebe1 OK 2025/01/24 05:09:36 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.jifujob0" before starting 2025/01/24 05:09:37 DEBUG : sub dir/test remove existing.jifujob0: TEST: removing renamed existing file after operation 2025/01/24 05:09:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vixacok1" before starting 2025/01/24 05:09:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vixacok1: TEST: renaming existing back after failed operation 2025/01/24 05:09:41 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fisobeh7" before starting 2025/01/24 05:09:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fisobeh7: TEST: removing renamed existing file after operation 2025/01/24 05:09:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "bvesf71s26mvmomsgehp5mqbmnocg2kp2ehh7e2nff497sfjvieg" 2025/01/24 05:09:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jmuaj60ipsuq6l4co0o0te65rq9bhsa0saucugsgpfnk5kihopsps2csjj67dq2c40tinv392buk78vtjkvdjs1eiqdofs86tdnmqhkmsvq7sk34rdq3hqbi86tjg98f2hg5kv40a1c2vt3ibotlj3vdedig8bl8p5cns6hmk3imkouvsrhg" --- PASS: TestRemoveExisting (15.11s) === 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/01/24 05:09:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hajureq6povo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m30.9041714s (try 1/5)