"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/11/02 04:28:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo" 2024/11/02 04:28:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:28:27 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0" 2024/11/02 04:28:28 DEBUG : Creating backend with remote "/tmp/rclone3624417266" === 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/02 04:28:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/02 04:28:28 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/02 04:28:28 DEBUG : potato: Seek from 10 to 0 2024/11/02 04:28:28 DEBUG : potato: Seek from 10 to 0 2024/11/02 04:28:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/02 04:28:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/02 04:28:28 DEBUG : potato: Seek from 5 to 2 2024/11/02 04:28:28 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/02 04:28:28 DEBUG : potato: Seek from 7 to 0 2024/11/02 04:28:28 DEBUG : potato: Seek from 7 to 0 2024/11/02 04:28:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/02 04:28:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/02 04:28:28 DEBUG : potato: Seek from 5 to 2 2024/11/02 04:28:28 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/02 04:28:28 DEBUG : potato: Seek from 8 to 0 2024/11/02 04:28:28 DEBUG : potato: Seek from 8 to 0 2024/11/02 04:28:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/02 04:28:28 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/02 04:28:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/02 04:28:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/02 04:28:28 DEBUG : potato: Seek from 5 to 2 2024/11/02 04:28:28 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/02 04:28:28 DEBUG : potato: Seek from 9 to 0 2024/11/02 04:28:28 DEBUG : potato: Seek from 9 to 0 2024/11/02 04:28:28 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:28:31 DEBUG : rutabaga: md5 = b4ad137a9ad8cb18e06ce074e6f9eba5 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/02 04:28:34 DEBUG : empty space: md5 = 653a60eaa9acee45f995dfd15135b164 OK === RUN TestCheck/3 2024/11/02 04:28:36 DEBUG : potato2: md5 = 8644983218827bffe7b390f961da2953 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/02 04:28:39 DEBUG : remotepotato: md5 = ba68e6c8d8de83326719d8d9c55bc2e1 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.13s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2024/11/02 04:28:42 DEBUG : Creating backend with remote "nonexistent" 2024/11/02 04:28:42 DEBUG : Creating backend with remote "nonexistent" 2024/11/02 04:28:42 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/02 04:28:42 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/11/02 04:28:42 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/02 04:28:42 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:28:44 DEBUG : rutabaga: md5 = eafb8552f9d73a661396d4b1db11c5e5 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/02 04:28:49 DEBUG : empty space: md5 = f030cb0f56f12604c409cbe42a0d31b2 OK === RUN TestCheckDownload/3 2024/11/02 04:28:52 DEBUG : potato2: md5 = 4cf0a5766783bd4b27dd653c8a9d9e9e OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/02 04:28:57 DEBUG : remotepotato: md5 = 7504f64eedbbb18dcfb656074cce29b7 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.97s) --- PASS: TestCheckDownload/1 (1.36s) --- PASS: TestCheckDownload/2 (1.40s) --- PASS: TestCheckDownload/3 (1.23s) --- PASS: TestCheckDownload/4 (1.26s) --- PASS: TestCheckDownload/5 (1.33s) --- PASS: TestCheckDownload/6 (1.14s) --- PASS: TestCheckDownload/7 (1.05s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:29:04 DEBUG : rutabaga: md5 = 54e2d1c4341da203428f23e5c0be121c OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/02 04:29:07 DEBUG : empty space: md5 = 7ffe8399334d16e0bd7c95c89bb925bb OK === RUN TestCheckSizeOnly/3 2024/11/02 04:29:09 DEBUG : potato2: md5 = 3cb3ea3926453baf87347e0ea2ca9910 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/02 04:29:11 DEBUG : remotepotato: md5 = 25c0fecfd52ccf42d3d31dce810a6eff OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.25s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:29:18 DEBUG : test.sum: md5 = 4bad604dac33618d64b46163df432478 OK 2024/11/02 04:29:20 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/02 04:29:20 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/02 04:29:20 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/02 04:29:20 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/02 04:29:22 DEBUG : test.sum: md5 = 1a87a86774f1ded5dd2978171e122f8a OK 2024/11/02 04:29:23 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/02 04:29:23 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/02 04:29:23 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/02 04:29:23 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.85s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:29:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/data" 2024/11/02 04:29:25 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.18s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:29:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/data" 2024/11/02 04:29:27 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/vjrnln8ratgmqakfosrqe8espk" 2024/11/02 04:29:31 DEBUG : data/banana: md5 = 0c35e82d760aa9bcab0a10814913a897 OK 2024/11/02 04:29:33 DEBUG : test.sum: md5 = de0551294bf83a3a2160812b2f02823a OK === RUN TestCheckSumDownload/subtest1 2024/11/02 04:29:38 DEBUG : data/potato: md5 = ee7a9931074756429f870602d9f8e76b OK 2024/11/02 04:29:40 DEBUG : test.sum: md5 = f2197f44634fcb068f4d868340303190 OK === RUN TestCheckSumDownload/subtest2 2024/11/02 04:29:44 DEBUG : test.sum: md5 = 44273eb5ec42a12c1d3ef4dda87c4ca4 OK === RUN TestCheckSumDownload/subtest3 2024/11/02 04:29:49 DEBUG : test.sum: md5 = a64fee7543cc08fe0f63d574bbd0fe81 OK === RUN TestCheckSumDownload/subtest4 2024/11/02 04:29:53 DEBUG : test.sum: md5 = c1030fac13dd8519db93c44840c461db OK === RUN TestCheckSumDownload/subtest5 2024/11/02 04:29:58 DEBUG : test.sum: md5 = 0f23f08908bbc7dad9584f1b058d9d82 OK === RUN TestCheckSumDownload/subtest6 2024/11/02 04:30:02 DEBUG : data/banana: md5 = beefe807de5df3829f7653c05bdc41c4 OK 2024/11/02 04:30:04 DEBUG : data/potato: md5 = d2f293dba9cf1c3f9dfd4006d5ff9a79 OK 2024/11/02 04:30:06 DEBUG : test.sum: md5 = 94b625bbc818ebd90757fc9eb348d07c OK === RUN TestCheckSumDownload/subtest7 2024/11/02 04:30:12 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/11/02 04:30:12 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (46.15s) --- PASS: TestCheckSumDownload/subtest1 (2.83s) --- PASS: TestCheckSumDownload/subtest2 (2.30s) --- PASS: TestCheckSumDownload/subtest3 (2.42s) --- PASS: TestCheckSumDownload/subtest4 (2.22s) --- PASS: TestCheckSumDownload/subtest5 (2.21s) --- PASS: TestCheckSumDownload/subtest6 (2.33s) --- PASS: TestCheckSumDownload/subtest7 (2.86s) === RUN TestApplyTransforms 2024/11/02 04:30:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cagiwum9diso" 2024/11/02 04:30:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:30:13 DEBUG : Creating backend with remote "TestDrive:crypt/fqt35rh8u9k8d0680m9g9rmolm6ej60kaj8mtu88h56cf9h9epo0" 2024/11/02 04:30:14 DEBUG : Creating backend with remote "/tmp/rclone649752419" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cagiwum9diso'", Local "Local file system at /tmp/rclone649752419", Modify Window "1ms" 2024/11/02 04:30:17 DEBUG : hello, world!: md5 = 16f2d3e1a0e8227505141cdd7537352f OK upper checkfile vs. lower remote (without normalization) 2024/11/02 04:30:17 ERROR : hello, world!: sum not found 2024/11/02 04:30:17 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cagiwum9diso' 2024/11/02 04:30:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cagiwum9diso': 1 files missing 2024/11/02 04:30:17 NOTICE: 1 hashes missing 2024/11/02 04:30:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cagiwum9diso': 2 differences found 2024/11/02 04:30:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cagiwum9diso': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/02 04:30:18 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:30:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cagiwum9diso': 0 differences found 2024/11/02 04:30:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cagiwum9diso': 1 matching files 2024/11/02 04:30:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rofekeb5lako" 2024/11/02 04:30:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:30:18 DEBUG : Creating backend with remote "TestDrive:crypt/b2vk41664j49jpn5mctknfvo1vjtg1sq86cmsc1gjqlj72kidg80" 2024/11/02 04:30:20 DEBUG : Creating backend with remote "/tmp/rclone3025313038" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rofekeb5lako'", Local "Local file system at /tmp/rclone3025313038", Modify Window "1ms" 2024/11/02 04:30:22 DEBUG : HELLO, WORLD!: md5 = 8274c9f91b9187e6cea5143c5f1578df OK lower checkfile vs. upper remote (without normalization) 2024/11/02 04:30:23 ERROR : HELLO, WORLD!: sum not found 2024/11/02 04:30:23 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rofekeb5lako' 2024/11/02 04:30:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rofekeb5lako': 1 files missing 2024/11/02 04:30:23 NOTICE: 1 hashes missing 2024/11/02 04:30:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rofekeb5lako': 2 differences found 2024/11/02 04:30:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rofekeb5lako': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/02 04:30:24 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:30:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rofekeb5lako': 0 differences found 2024/11/02 04:30:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rofekeb5lako': 1 matching files 2024/11/02 04:30:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ruburih8hoza" 2024/11/02 04:30:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:30:24 DEBUG : Creating backend with remote "TestDrive:crypt/5uvjjn5urchbnv8ijp2rm0enb3qkohi4ovn05i64pk19dierppl0" 2024/11/02 04:30:25 DEBUG : Creating backend with remote "/tmp/rclone3267246005" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ruburih8hoza'", Local "Local file system at /tmp/rclone3267246005", Modify Window "1ms" 2024/11/02 04:30:29 DEBUG : HeLlO, wOrLd!: md5 = e6fe4cda5eee7a103b2374f59befb189 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/02 04:30:29 ERROR : HeLlO, wOrLd!: sum not found 2024/11/02 04:30:29 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ruburih8hoza' 2024/11/02 04:30:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruburih8hoza': 1 files missing 2024/11/02 04:30:29 NOTICE: 1 hashes missing 2024/11/02 04:30:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruburih8hoza': 2 differences found 2024/11/02 04:30:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruburih8hoza': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/02 04:30:30 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:30:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruburih8hoza': 0 differences found 2024/11/02 04:30:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruburih8hoza': 1 matching files 2024/11/02 04:30:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zusalek4qubu" 2024/11/02 04:30:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:30:30 DEBUG : Creating backend with remote "TestDrive:crypt/ltvl3ni4n1t9tcn4io6fdhapdthn9249g69vshq0fis0q7iequ9g" 2024/11/02 04:30:31 DEBUG : Creating backend with remote "/tmp/rclone4208024403" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zusalek4qubu'", Local "Local file system at /tmp/rclone4208024403", Modify Window "1ms" 2024/11/02 04:30:35 DEBUG : HELLO, WORLD!: md5 = 4fc6ae788b18ea19fba50fa6b57f4a14 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/02 04:30:35 ERROR : HELLO, WORLD!: sum not found 2024/11/02 04:30:35 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zusalek4qubu' 2024/11/02 04:30:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zusalek4qubu': 1 files missing 2024/11/02 04:30:35 NOTICE: 1 hashes missing 2024/11/02 04:30:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zusalek4qubu': 2 differences found 2024/11/02 04:30:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zusalek4qubu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/02 04:30:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:30:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zusalek4qubu': 0 differences found 2024/11/02 04:30:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zusalek4qubu': 1 matching files 2024/11/02 04:30:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-foparax8notu" 2024/11/02 04:30:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:30:37 DEBUG : Creating backend with remote "TestDrive:crypt/keck9dm4j4t15dtcfikc3kjm4rlaqoame4ieh5nf6hflf09of850" 2024/11/02 04:30:38 DEBUG : Creating backend with remote "/tmp/rclone266750014" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-foparax8notu'", Local "Local file system at /tmp/rclone266750014", Modify Window "1ms" 2024/11/02 04:30:41 DEBUG : 測試_Русский___ě_áñ: md5 = 6ca8d668f4581e75b07429a00632833b OK NFD checkfile vs. NFC remote (without normalization) 2024/11/02 04:30:42 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/02 04:30:42 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-foparax8notu' 2024/11/02 04:30:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foparax8notu': 1 files missing 2024/11/02 04:30:42 NOTICE: 1 hashes missing 2024/11/02 04:30:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foparax8notu': 2 differences found 2024/11/02 04:30:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foparax8notu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/02 04:30:43 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:30:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foparax8notu': 0 differences found 2024/11/02 04:30:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foparax8notu': 1 matching files 2024/11/02 04:30:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakehuq9madu" 2024/11/02 04:30:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:30:43 DEBUG : Creating backend with remote "TestDrive:crypt/0ilduk0cndcigmk13ltucf3ca6uj7vqd1kh611c3emaces2t5smg" 2024/11/02 04:30:44 DEBUG : Creating backend with remote "/tmp/rclone1448379998" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakehuq9madu'", Local "Local file system at /tmp/rclone1448379998", Modify Window "1ms" 2024/11/02 04:30:47 DEBUG : 測試_Русский___ě_áñ: md5 = ef93b44b87cd4e9c9afa4c8740fc1157 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/02 04:30:48 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/02 04:30:48 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fakehuq9madu' 2024/11/02 04:30:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fakehuq9madu': 1 files missing 2024/11/02 04:30:48 NOTICE: 1 hashes missing 2024/11/02 04:30:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fakehuq9madu': 2 differences found 2024/11/02 04:30:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fakehuq9madu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/02 04:30:49 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:30:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fakehuq9madu': 0 differences found 2024/11/02 04:30:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fakehuq9madu': 1 matching files 2024/11/02 04:30:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zutupes7pugi" 2024/11/02 04:30:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:30:49 DEBUG : Creating backend with remote "TestDrive:crypt/uiua9tgkgrnhugue4gf9hmnlvrpl91rclvts3sq366anlgfkqbmg" 2024/11/02 04:30:50 DEBUG : Creating backend with remote "/tmp/rclone1975931283" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zutupes7pugi'", Local "Local file system at /tmp/rclone1975931283", Modify Window "1ms" 2024/11/02 04:30:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c1c986f8f60428ad33fe49512f859404 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/02 04:30:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/02 04:30:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zutupes7pugi' 2024/11/02 04:30:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zutupes7pugi': 1 files missing 2024/11/02 04:30:54 NOTICE: 1 hashes missing 2024/11/02 04:30:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zutupes7pugi': 2 differences found 2024/11/02 04:30:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zutupes7pugi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/02 04:30:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:30:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zutupes7pugi': 0 differences found 2024/11/02 04:30:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zutupes7pugi': 1 matching files 2024/11/02 04:30:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wanateg6pijo" 2024/11/02 04:30:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:30:55 DEBUG : Creating backend with remote "TestDrive:crypt/8rh9v5um11migmii87db2rr7nu1r35r5cnj25qv7aeaav6uqnfr0" 2024/11/02 04:30:56 DEBUG : Creating backend with remote "/tmp/rclone4020877827" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wanateg6pijo'", Local "Local file system at /tmp/rclone4020877827", Modify Window "1ms" 2024/11/02 04:30:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c72569a5138d36b77a7521de255dd9f1 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/02 04:31:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/02 04:31:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wanateg6pijo' 2024/11/02 04:31:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wanateg6pijo': 1 files missing 2024/11/02 04:31:00 NOTICE: 1 hashes missing 2024/11/02 04:31:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wanateg6pijo': 2 differences found 2024/11/02 04:31:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wanateg6pijo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/02 04:31:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:31:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wanateg6pijo': 0 differences found 2024/11/02 04:31:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wanateg6pijo': 1 matching files 2024/11/02 04:31:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonenop0gido" 2024/11/02 04:31:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:31:01 DEBUG : Creating backend with remote "TestDrive:crypt/a40o5mfor6tgtd778doh5e7stk9if0tor5j9ei3kpj184p7onvb0" 2024/11/02 04:31:02 DEBUG : Creating backend with remote "/tmp/rclone2593562931" 2024/11/02 04:31:02 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonenop0gido'", Local "Local file system at /tmp/rclone2593562931", Modify Window "1ms" 2024/11/02 04:31:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 755f4c955d4f26097b01d445871d407b OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/02 04:31:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/02 04:31:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jonenop0gido' 2024/11/02 04:31:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jonenop0gido': 1 files missing 2024/11/02 04:31:05 NOTICE: 1 hashes missing 2024/11/02 04:31:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jonenop0gido': 2 differences found 2024/11/02 04:31:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jonenop0gido': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/02 04:31:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:31:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jonenop0gido': 0 differences found 2024/11/02 04:31:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jonenop0gido': 1 matching files 2024/11/02 04:31:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gubivuq1fovi" 2024/11/02 04:31:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:31:07 DEBUG : Creating backend with remote "TestDrive:crypt/prl3e4puenv014ca815oue5mc0sm5jeh8886a4ssb2ftcem1a4ng" 2024/11/02 04:31:08 DEBUG : Creating backend with remote "/tmp/rclone1845600761" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gubivuq1fovi'", Local "Local file system at /tmp/rclone1845600761", Modify Window "1ms" 2024/11/02 04:31:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = de40fc15cf3dfa28c9d4e997b5025d5e OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/02 04:31:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/02 04:31:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gubivuq1fovi' 2024/11/02 04:31:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubivuq1fovi': 1 files missing 2024/11/02 04:31:11 NOTICE: 1 hashes missing 2024/11/02 04:31:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubivuq1fovi': 2 differences found 2024/11/02 04:31:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubivuq1fovi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/02 04:31:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/02 04:31:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubivuq1fovi': 0 differences found 2024/11/02 04:31:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubivuq1fovi': 1 matching files 2024/11/02 04:31:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gubivuq1fovi': Purge remote 2024/11/02 04:31:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonenop0gido': Purge remote 2024/11/02 04:31:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wanateg6pijo': Purge remote 2024/11/02 04:31:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zutupes7pugi': Purge remote 2024/11/02 04:31:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakehuq9madu': Purge remote 2024/11/02 04:31:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foparax8notu': Purge remote 2024/11/02 04:31:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zusalek4qubu': Purge remote 2024/11/02 04:31:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ruburih8hoza': Purge remote 2024/11/02 04:31:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rofekeb5lako': Purge remote 2024/11/02 04:31:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cagiwum9diso': Purge remote --- PASS: TestApplyTransforms (66.58s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:31:20 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/02 04:31:23 DEBUG : sub/file2: md5 = 3c045df3a74f2565a4f440dcabee41f1 OK 2024/11/02 04:31:23 INFO : file1: Copied (new) to: sub/file2 2024/11/02 04:31:23 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/02 04:31:23 DEBUG : file1: Unchanged skipping 2024/11/02 04:31:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': don't need to copy/move sub/file2, it is already at target location 2024/11/02 04:31:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.40s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.49s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:31:30 DEBUG : dst/file1: md5 = bf41eb24b5e6e5490e1c9c7cccc13b5e OK 2024/11/02 04:31:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/backup" 2024/11/02 04:31:31 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/1nrff024r7pq65ecp72fc28jb0" 2024/11/02 04:31:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/02 04:31:36 INFO : dst/file1: Moved (server-side) 2024/11/02 04:31:38 DEBUG : dst/file1: md5 = e6b6ec994a437786b1261cfe494cf564 OK 2024/11/02 04:31:38 INFO : dst/file1: Copied (new) 2024/11/02 04:31:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/02 04:31:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/02 04:31:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.61s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:31:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/dst" 2024/11/02 04:31:44 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/02 04:31:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/CompareDest" 2024/11/02 04:31:46 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/gveqi14airsml4bgu7krj116o8" 2024/11/02 04:31:47 DEBUG : one: Need to transfer - File not found at Destination 2024/11/02 04:31:51 DEBUG : one: md5 = aa9daaa2613a9561825da316d1aa0797 OK 2024/11/02 04:31:51 INFO : one: Copied (new) 2024/11/02 04:31:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/02 04:31:53 DEBUG : one: md5 = 29ac7502f79d5e16df6904f35928aad1 OK 2024/11/02 04:31:53 INFO : one: Copied (replaced existing) 2024/11/02 04:31:56 DEBUG : dst/one: md5 = d82669453a4b6ba8af504011edc07bf2 OK 2024/11/02 04:31:59 DEBUG : CompareDest/one: md5 = 8c6718f2c27d54d78765ebfaeebb1c84 OK 2024/11/02 04:32:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/02 04:32:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/02 04:32:00 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/02 04:32:03 DEBUG : CompareDest/two: md5 = 10e2d22417c09411925afb346a9f67ef OK 2024/11/02 04:32:04 DEBUG : two: Need to transfer - File not found at Destination 2024/11/02 04:32:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/02 04:32:04 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/02 04:32:05 DEBUG : two: Need to transfer - File not found at Destination 2024/11/02 04:32:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/02 04:32:05 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/02 04:32:06 DEBUG : two: Need to transfer - File not found at Destination 2024/11/02 04:32:06 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/02 04:32:08 DEBUG : two: md5 = 2d9436bddb82d51adef6deca92009b7d OK 2024/11/02 04:32:08 INFO : two: Copied (new) 2024/11/02 04:32:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/02 04:32:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:32:14 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/02 04:32:14 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (30.98s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:32:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/dst" 2024/11/02 04:32:15 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/02 04:32:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/CopyDest" 2024/11/02 04:32:17 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/02 04:32:18 DEBUG : one: Need to transfer - File not found at Destination 2024/11/02 04:32:21 DEBUG : one: md5 = b13e2a4657fe99cf14dff52109902c70 OK 2024/11/02 04:32:21 INFO : one: Copied (new) 2024/11/02 04:32:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/02 04:32:25 DEBUG : one: md5 = 470bae2188741bf90dad179b8481b891 OK 2024/11/02 04:32:25 INFO : one: Copied (replaced existing) 2024/11/02 04:32:27 DEBUG : dst/one: md5 = 29338f3ca4df6bbfa05b96e439ebccf2 OK 2024/11/02 04:32:30 DEBUG : CopyDest/one: md5 = d85f6ee5708e98446ca20136084abbcc OK 2024/11/02 04:32:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/BackupDir" 2024/11/02 04:32:30 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/02 04:32:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/02 04:32:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/02 04:32:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/02 04:32:35 INFO : one: Moved (server-side) 2024/11/02 04:32:36 INFO : one: Copied (server-side copy) 2024/11/02 04:32:36 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/02 04:32:39 DEBUG : CopyDest/two: md5 = 5cd2d870237aaf7872c1757bc935d9f4 OK 2024/11/02 04:32:40 DEBUG : two: Need to transfer - File not found at Destination 2024/11/02 04:32:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/02 04:32:42 INFO : two: Copied (server-side copy) 2024/11/02 04:32:42 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/02 04:32:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/02 04:32:43 DEBUG : two: Unchanged skipping 2024/11/02 04:32:45 DEBUG : CopyDest/three: md5 = d7d2104c50f4a426651fac0e7d060561 OK 2024/11/02 04:32:46 DEBUG : three: Need to transfer - File not found at Destination 2024/11/02 04:32:46 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/02 04:32:46 DEBUG : three: Destination not found in --copy-dest 2024/11/02 04:32:48 DEBUG : three: md5 = 6f2b6077f223f57d570f2b97d2f3095e OK 2024/11/02 04:32:48 INFO : three: Copied (new) 2024/11/02 04:32:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/02 04:32:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/02 04:32:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:32:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/02 04:32:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:32:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/02 04:32:56 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (41.69s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.71s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.50s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:32:58 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/02 04:33:01 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 255bd7d809432a21c1b82d8bafdbbf95 OK 2024/11/02 04:33:01 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/02 04:33:02 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/02 04:33:02 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 2024/11/02 04:33:03 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/02 04:33:04 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/02 04:33:05 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 09541857f7623bbe00ce2c61d4a9f212 OK 2024/11/02 04:33:05 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/02 04:33:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/02 04:33:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.08s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:33:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Looking for duplicate names using skip mode. 2024/11/02 04:33:13 NOTICE: one: Found 2 files with duplicate names 2024/11/02 04:33:13 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.90s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:33:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Looking for duplicate names using skip mode. 2024/11/02 04:33:21 NOTICE: one: Found 3 files with duplicate names 2024/11/02 04:33:21 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/02 04:33:21 INFO : one: Deleted 2024/11/02 04:33:21 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.96s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:33:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Looking for duplicate names using first mode. 2024/11/02 04:33:29 NOTICE: one: Found 3 files with duplicate names 2024/11/02 04:33:30 INFO : one: Deleted 2024/11/02 04:33:31 INFO : one: Deleted 2024/11/02 04:33:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.78s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:33:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Looking for duplicate names using newest mode. 2024/11/02 04:33:38 NOTICE: one: Found 3 files with duplicate names 2024/11/02 04:33:38 INFO : one: Deleted 2024/11/02 04:33:39 INFO : one: Deleted 2024/11/02 04:33:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.17s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:33:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Looking for duplicate names using oldest mode. 2024/11/02 04:33:46 NOTICE: one: Found 3 files with duplicate names 2024/11/02 04:33:47 INFO : one: Deleted 2024/11/02 04:33:48 INFO : one: Deleted 2024/11/02 04:33:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.38s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:33:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Looking for duplicate names using largest mode. 2024/11/02 04:33:55 NOTICE: one: Found 3 files with duplicate names 2024/11/02 04:33:55 INFO : one: Deleted 2024/11/02 04:33:56 INFO : one: Deleted 2024/11/02 04:33:56 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.29s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:34:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Looking for duplicate names using smallest mode. 2024/11/02 04:34:03 NOTICE: one: Found 3 files with duplicate names 2024/11/02 04:34:03 INFO : one: Deleted 2024/11/02 04:34:04 INFO : one: Deleted 2024/11/02 04:34:04 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.86s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:34:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Looking for duplicate names using rename mode. 2024/11/02 04:34:13 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/02 04:34:14 INFO : one-2.txt: renamed from: one.txt 2024/11/02 04:34:16 INFO : one-3.txt: renamed from: one.txt 2024/11/02 04:34:17 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.15s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:34:23 DEBUG : dupe1/one.txt: md5 = 91e10b777721e9316add59c08976ec04 OK 2024/11/02 04:34:27 DEBUG : dupe2/two.txt: md5 = 7c11032669e905cb49c0496fe00da981 OK 2024/11/02 04:34:30 DEBUG : dupe3/three.txt: md5 = db6f53d5c03b0193da37f7466a0fef8a OK 2024/11/02 04:34:30 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/02 04:34:31 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/02 04:34:32 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/02 04:34:33 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/02 04:34:38 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/02 04:34:38 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/02 04:34:38 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.09s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:34:40 DEBUG : a.txt: md5 = e7d033f5778b4e916cbfa5bed6468aa8 OK 2024/11/02 04:34:42 DEBUG : zend.txt: md5 = e03730f87fd01391bcd2bbc1b4b2de68 OK 2024/11/02 04:34:45 DEBUG : sub dir/hello world: md5 = b95eda5f328d761b9b14a06110c8d8a6 OK 2024/11/02 04:34:47 DEBUG : sub dir/hello world2: md5 = a6335a474f316b403e8f6493a7fb82b4 OK 2024/11/02 04:34:50 DEBUG : sub dir/ignore dir/.ignore: md5 = cc703dee8700b3762a5786f2766a2541 OK 2024/11/02 04:34:51 DEBUG : sub dir/ignore dir/should be ignored: md5 = eae788e5ada93c909c71d455e2e759fa OK 2024/11/02 04:34:54 DEBUG : sub dir/sub sub dir/hello world3: md5 = 6e7bc3b68ada664b0312f4c6c979ea08 OK 2024/11/02 04:34:56 DEBUG : a.txt: Excluded (Size Filter) 2024/11/02 04:34:56 DEBUG : a.txt: Excluded 2024/11/02 04:34:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/02 04:34:56 DEBUG : sub dir/hello world: Excluded 2024/11/02 04:34:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/02 04:34:56 DEBUG : sub dir/hello world2: Excluded 2024/11/02 04:34:57 DEBUG : sub dir/ignore dir: Excluded 2024/11/02 04:34:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/02 04:34:57 DEBUG : sub dir/hello world: Excluded 2024/11/02 04:34:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/02 04:34:57 DEBUG : sub dir/hello world2: Excluded 2024/11/02 04:34:57 DEBUG : sub dir/ignore dir: Excluded 2024/11/02 04:35:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/02 04:35:05 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/02 04:35:05 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/02 04:35:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/02 04:35:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/02 04:35:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/02 04:35:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (27.84s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:35:08 DEBUG : file1: md5 = 9d372df92428de9b6a14b63327dcb3f4 OK 2024/11/02 04:35:11 DEBUG : sub/file2: md5 = 8742b0d779499b23d38893f407b52e3d 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 2024/11/02 04:35:14 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/02 04:35:15 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/02 04:35:15 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/02 04:35:17 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.83s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.66s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.29s) --- PASS: TestListJSON/Metadata (0.75s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:35:20 DEBUG : file1: md5 = 9a35f68196af67005d1489e0b6fa36f9 OK 2024/11/02 04:35:23 DEBUG : sub/file2: md5 = c03a7b28fc7812420acdc4550692b86e 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 2024/11/02 04:35:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/notfound" 2024/11/02 04:35:27 DEBUG : Config file has changed externally - reloading 2024/11/02 04:35:27 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/02 04:35:31 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.82s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (2.30s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:35:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Making directory 2024/11/02 04:35:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Making directory --- PASS: TestMkdir (0.75s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:35:36 DEBUG : sub dir/hello world: md5 = d3f5cf12e28d6e64f11f4a6a5d09352f OK 2024/11/02 04:35:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.91s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:35:41 DEBUG : potato2: md5 = 0ee09d66bfe9934b386561273f7ecda7 OK 2024/11/02 04:35:43 DEBUG : empty space: md5 = fe6cb6f96c2ccfe4761f47e61569e27b OK --- PASS: TestLs (5.89s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:35:47 DEBUG : potato2: md5 = c65b38debf41052bf1e46eb7d177f682 OK 2024/11/02 04:35:49 DEBUG : empty space: md5 = 4f79ff92dfd960d36a28a2adf84c0d88 OK 2024/11/02 04:35:49 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.82s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:35:53 DEBUG : potato2: md5 = eb5d8b330a29c2c90c67496a6693a46e OK 2024/11/02 04:35:55 DEBUG : empty space: md5 = 2a242aa0d3ebebe10900eadcf8c334eb OK --- PASS: TestLsLong (6.17s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:35:59 DEBUG : potato2: md5 = d8e3495ed575e075fa030917a5624b0d OK 2024/11/02 04:36:01 DEBUG : empty space: md5 = 9fb1b59ee1d871090a23a9dd9d30a6d3 OK --- PASS: TestHashSums (5.78s) === RUN TestHashSumsWithErrors 2024/11/02 04:36:03 DEBUG : Creating backend with remote ":memory:" 2024/11/02 04:36:03 DEBUG : Config file has changed externally - reloading 2024/11/02 04:36:03 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/02 04:36:03 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/02 04:36:03 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/02 04:36:03 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/02 04:36:03 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/02 04:36:03 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/02 04:36:03 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/02 04:36:03 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/02 04:36:03 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:36:05 DEBUG : potato2: md5 = f44f427699fb510d49dfc7af0b739f7a OK 2024/11/02 04:36:07 DEBUG : empty space: md5 = 314fb36ff7b45fbba537005a7d7d5002 OK 2024/11/02 04:36:10 DEBUG : sub dir/potato3: md5 = 36a270303d4362e1f7f6fd093da18f6a OK 2024/11/02 04:36:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.50s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:36:16 DEBUG : small: md5 = 852dfb4f94d4509db30043d328f8de34 OK 2024/11/02 04:36:18 DEBUG : medium: md5 = 704cdd319d0195dbb4921b12af16dab3 OK 2024/11/02 04:36:20 DEBUG : large: md5 = 5924a2eb384a125362f6ccd15975b8b3 OK 2024/11/02 04:36:20 DEBUG : Waiting for deletions to finish 2024/11/02 04:36:21 DEBUG : large: Excluded (Size Filter) 2024/11/02 04:36:21 INFO : small: Deleted 2024/11/02 04:36:21 INFO : medium: Deleted --- PASS: TestDelete (7.74s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:36:24 DEBUG : small: md5 = b1095b57e42b06bcdfbf141eff3d0d30 OK 2024/11/02 04:36:26 DEBUG : medium: md5 = a3f6b3072a38aa3e8d33270136ac3f8c OK 2024/11/02 04:36:28 DEBUG : large: md5 = a2e856df52d521351c771052bd9a6d00 OK 2024/11/02 04:36:28 DEBUG : Waiting for deletions to finish 2024/11/02 04:36:29 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/11/02 04:36:29 INFO : small: Deleted 2024/11/02 04:36:29 INFO : medium: Deleted --- PASS: TestMaxDelete (8.61s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:36:33 DEBUG : small: md5 = d085b4a5bd82bd3a194943f08956876b OK 2024/11/02 04:36:35 DEBUG : medium: md5 = f76bc996b0042045d1b83c6aab444afa OK 2024/11/02 04:36:36 DEBUG : large: md5 = a535abfa39424a75864e01cb283d0384 OK 2024/11/02 04:36:37 DEBUG : Waiting for deletions to finish 2024/11/02 04:36:37 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/02 04:36:38 INFO : small: Deleted 2024/11/02 04:36:38 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.87s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:36:42 DEBUG : small: md5 = 5006066fa951a063ba0a1e3ecfee061e OK 2024/11/02 04:36:44 DEBUG : medium: md5 = ef4f25e8dd81861be66dd9526fa164d3 OK 2024/11/02 04:36:46 DEBUG : large: md5 = 06db78abb59d05c69e301f8516f5e0da OK 2024/11/02 04:36:46 DEBUG : Waiting for deletions to finish 2024/11/02 04:36:46 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/11/02 04:36:47 INFO : small: Deleted 2024/11/02 04:36:47 INFO : large: Deleted --- PASS: TestMaxDeleteSize (9.37s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:36:51 DEBUG : ReadFile: md5 = 000eb5401428780de9fe099a8afa7a32 OK --- PASS: TestReadFile (4.71s) === RUN TestRetry 2024/11/02 04:36:54 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/02 04:36:54 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/02 04:36:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/02 04:36:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/02 04:36:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/02 04:36:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/02 04:36:54 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:36:56 DEBUG : file1: md5 = 36a294584dfec7dfe8367cb510b7567b OK 2024/11/02 04:36:58 DEBUG : file2: md5 = 19f9100c6eb7989c6ee3c76cbefcf969 OK --- PASS: TestCat (18.67s) === RUN TestPurge 2024/11/02 04:37:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rujixoy3tuzu" 2024/11/02 04:37:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/02 04:37:13 DEBUG : Creating backend with remote "TestDrive:crypt/kcgumaj663m5cnto4al4vtcrvibicf8a901k30rkr7sulk3sd2j0" 2024/11/02 04:37:14 DEBUG : Creating backend with remote "/tmp/rclone880111230" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rujixoy3tuzu'", Local "Local file system at /tmp/rclone880111230", Modify Window "1ms" 2024/11/02 04:37:20 DEBUG : A1/B1/C1/one: md5 = 09d06c70431f4b0eac325ce795239cb9 OK 2024/11/02 04:37:20 DEBUG : A2: Making directory 2024/11/02 04:37:21 DEBUG : A1/B2: Making directory 2024/11/02 04:37:22 DEBUG : A1/B2/C2: Making directory 2024/11/02 04:37:23 DEBUG : A1/B1/C3: Making directory 2024/11/02 04:37:24 DEBUG : A3: Making directory 2024/11/02 04:37:26 DEBUG : A3/B3: Making directory 2024/11/02 04:37:27 DEBUG : A3/B3/C4: Making directory 2024/11/02 04:37:29 DEBUG : A1/two: md5 = a0dde3fb52303e43bc935d6ba578d8ed OK 2024/11/02 04:37:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rujixoy3tuzu': Purge remote 2024/11/02 04:37:34 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.85s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:37:38 DEBUG : A1/B1/C1/one: md5 = 36687da8b801f24052b371b10fae8f27 OK 2024/11/02 04:37:38 DEBUG : A2: Making directory 2024/11/02 04:37:40 DEBUG : A1/B2: Making directory 2024/11/02 04:37:41 DEBUG : A1/B2/C2: Making directory 2024/11/02 04:37:42 DEBUG : A1/B1/C3: Making directory 2024/11/02 04:37:43 DEBUG : A3: Making directory 2024/11/02 04:37:44 DEBUG : A3/B3: Making directory 2024/11/02 04:37:45 DEBUG : A3/B3/C4: Making directory 2024/11/02 04:37:48 DEBUG : A1/two: md5 = b2f3041391e5b0a2927fcc67e0bec3a8 OK 2024/11/02 04:37:49 DEBUG : removing 1 level 3 directories 2024/11/02 04:37:49 INFO : A3/B3/C4: Removing directory 2024/11/02 04:37:52 DEBUG : removing 2 level 3 directories 2024/11/02 04:37:52 INFO : A1/B2/C2: Removing directory 2024/11/02 04:37:52 INFO : A1/B1/C3: Removing directory 2024/11/02 04:37:53 DEBUG : removing 2 level 2 directories 2024/11/02 04:37:53 INFO : A3/B3: Removing directory 2024/11/02 04:37:53 INFO : A1/B2: Removing directory 2024/11/02 04:37:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/02 04:37:54 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/02 04:37:54 DEBUG : removing 2 level 1 directories 2024/11/02 04:37:54 INFO : A3: Removing directory 2024/11/02 04:37:54 INFO : A2: Removing directory 2024/11/02 04:37:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/02 04:37:59 DEBUG : removing 1 level 3 directories 2024/11/02 04:37:59 INFO : A1/B1/C1: Removing directory 2024/11/02 04:37:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:00 DEBUG : removing 1 level 2 directories 2024/11/02 04:38:00 INFO : A1/B1: Removing directory 2024/11/02 04:38:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/02 04:38:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/02 04:38:01 DEBUG : removing 1 level 1 directories 2024/11/02 04:38:01 INFO : A1: Removing directory 2024/11/02 04:38:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/02 04:38:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/02 04:38:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/02 04:38:02 DEBUG : removing 1 level 0 directories 2024/11/02 04:38:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Removing directory 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/02 04:38:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (29.97s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:38:05 DEBUG : A1: Making directory 2024/11/02 04:38:06 DEBUG : A1/B1: Making directory 2024/11/02 04:38:07 DEBUG : A1/B1/C1: Making directory 2024/11/02 04:38:10 DEBUG : removing 1 level 3 directories 2024/11/02 04:38:10 INFO : A1/B1/C1: Removing directory 2024/11/02 04:38:11 DEBUG : removing 1 level 2 directories 2024/11/02 04:38:11 INFO : A1/B1: Removing directory 2024/11/02 04:38:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/02 04:38:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.56s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:38:14 DEBUG : A1: Making directory 2024/11/02 04:38:15 DEBUG : A1/B1: Making directory 2024/11/02 04:38:16 DEBUG : A1/B1/C1: Making directory 2024/11/02 04:38:20 DEBUG : removing 1 level 3 directories 2024/11/02 04:38:20 INFO : A1/B1/C1: Removing directory 2024/11/02 04:38:21 DEBUG : removing 1 level 2 directories 2024/11/02 04:38:21 INFO : A1/B1: Removing directory 2024/11/02 04:38:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/02 04:38:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.92s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:38:26 DEBUG : file1: md5 = 1e4efc00381dc3e5d231c4cc171d1fdd OK 2024/11/02 04:38:27 DEBUG : filename.txt: File name found in url 2024/11/02 04:38:28 DEBUG : filename.txt: md5 = a30a1120a0565beb41212d96ed1b7ba9 OK 2024/11/02 04:38:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/02 04:38:31 DEBUG : headerfilename.txt: md5 = dc35f8a630ee3d1d03bdf864f839d871 OK 2024/11/02 04:38:33 DEBUG : file2: md5 = 62de19edf1837d5f9bd92cd3c879d7f4 OK --- PASS: TestCopyURL (12.03s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:38:36 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/02 04:38:39 DEBUG : sub/file2: md5 = 1f9814cde96a04c25fd3f27610baea5b OK 2024/11/02 04:38:39 INFO : file1: Copied (new) to: sub/file2 2024/11/02 04:38:39 INFO : file1: Deleted 2024/11/02 04:38:40 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/02 04:38:40 DEBUG : file1: Unchanged skipping 2024/11/02 04:38:40 INFO : file1: Deleted 2024/11/02 04:38:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': don't need to copy/move sub/file2, it is already at target location 2024/11/02 04:38:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.23s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:38:44 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/02 04:38:45 DEBUG : file1: md5 = 320a41906b8a3ab2bac45a8641bb85ed OK 2024/11/02 04:38:45 INFO : file1: Copied (new) 2024/11/02 04:38:45 INFO : file1: Deleted 2024/11/02 04:38:46 DEBUG : file1: Destination exists, skipping 2024/11/02 04:38:46 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.04s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.50s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:38:51 DEBUG : dst/file1: md5 = 02b1627313731542000527e854f91484 OK 2024/11/02 04:38:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumofas2wejo/backup" 2024/11/02 04:38:52 DEBUG : Config file has changed externally - reloading 2024/11/02 04:38:52 DEBUG : Creating backend with remote "TestDrive:crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0/1nrff024r7pq65ecp72fc28jb0" 2024/11/02 04:38:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/02 04:38:57 INFO : dst/file1: Moved (server-side) 2024/11/02 04:38:59 DEBUG : dst/file1: md5 = b1faa061fe709bcebf51ba3b9d4f14bc OK 2024/11/02 04:38:59 INFO : dst/file1: Copied (new) 2024/11/02 04:38:59 INFO : dst/file1: Deleted 2024/11/02 04:39:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/02 04:39:04 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/02 04:39:04 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.00s) === 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:39:08 DEBUG : A1/one: md5 = df0ebc07bb6f6e53bed83b8ffcb32080 OK 2024/11/02 04:39:10 DEBUG : A1/two: md5 = 1d499b52cecd328a064c200bdfa38140 OK 2024/11/02 04:39:13 DEBUG : A1/B1/three: md5 = 9316d5f128a1f02cf194d21516cc50df OK 2024/11/02 04:39:16 DEBUG : A1/B1/C1/four: md5 = d87311e0acd1a50e813f1e262ea0b245 OK 2024/11/02 04:39:19 DEBUG : A1/B1/C2/five: md5 = 4027fe961975e9a02534c084016394ef OK 2024/11/02 04:39:19 DEBUG : A1/B2: Making directory 2024/11/02 04:39:20 DEBUG : A1/B1/C3: Making directory 2024/11/02 04:39:33 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/02 04:39:33 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/02 04:39:33 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/02 04:39:33 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/02 04:39:33 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/02 04:39:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/02 04:39:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/02 04:39:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/02 04:39:38 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/02 04:39:38 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/02 04:39:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/02 04:39:49 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/02 04:39:49 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/02 04:39:49 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/02 04:39:49 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/02 04:39:50 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/02 04:39:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/02 04:39:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/02 04:39:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/02 04:39:55 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/02 04:39:55 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/02 04:40:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/02 04:40:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/02 04:40:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/02 04:40:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/02 04:40:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/02 04:40:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/02 04:40:05 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/02 04:40:05 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/02 04:40:05 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/02 04:40:05 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (60.83s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" --- PASS: TestGetFsInfo (0.51s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:40:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/02 04:40:09 DEBUG : no_checksum_small_file_from_pipe: md5 = eeedcde046def29df28246e515315a7b OK 2024/11/02 04:40:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/02 04:40:09 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/02 04:40:10 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/02 04:40:11 DEBUG : no_checksum_big_file_from_pipe: md5 = 1e267aa83081e2ae2381ebcb8b4f2ca5 OK 2024/11/02 04:40:11 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:40:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/02 04:40:15 DEBUG : with_checksum_small_file_from_pipe: md5 = 1448f337988ad3a8e0051296359c6a25 OK 2024/11/02 04:40:15 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/02 04:40:16 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/02 04:40:17 DEBUG : with_checksum_big_file_from_pipe: md5 = 2c67676e3b0b9a9406ee6b612a983753 OK 2024/11/02 04:40:17 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:40:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/02 04:40:21 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/02 04:40:22 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/02 04:40:23 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-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:40:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/02 04:40:29 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/02 04:40:30 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/02 04:40:32 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (26.97s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.29s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.58s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.61s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.49s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/02 04:40:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': File to upload is small (48 bytes), uploading instead of streaming 2024/11/02 04:40:36 DEBUG : rcat_metadata: md5 = 6323d14b3fa5b42e9b9fe9604006f6c6 OK 2024/11/02 04:40:36 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/02 04:40:39 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/02 04:40:40 DEBUG : rcat_metadata_uploadcutoff0: md5 = 87616a7f6ce10fe933faadce353cbbf2 OK 2024/11/02 04:40:40 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.93s) --- PASS: TestRcatMetadata/Normal (4.02s) --- PASS: TestRcatMetadata/ViaDisk (3.42s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:40:43 DEBUG : potato1: md5 = 89f49aad1c9d49f42d13f44ed9ddbaf2 OK 2024/11/02 04:40:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/02 04:40:45 DEBUG : potato2: md5 = d7676adacb5ab8fd90cb8cc3c6cb57e9 OK 2024/11/02 04:40:45 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.57s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:40:49 DEBUG : potato1: md5 = c13c2adf0d0ac21052a49f66e2da62e6 OK 2024/11/02 04:40:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/02 04:40:51 DEBUG : potato2: md5 = e83c4a38b938683e677d523edea7312e OK 2024/11/02 04:40:51 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.29s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:40:55 DEBUG : potato2: md5 = 44b344a58a032973e7d60d0a3ad323e7 OK 2024/11/02 04:40:57 DEBUG : empty space: md5 = bf74e6e771de76d6273fb162b58ec9a6 OK 2024/11/02 04:41:00 DEBUG : sub dir/potato3: md5 = 7cffb88699f56f81cc73df9d71ba5b3a OK 2024/11/02 04:41:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Touching "empty space" 2024/11/02 04:41:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Touching "potato2" 2024/11/02 04:41:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Touching "sub dir/potato3" 2024/11/02 04:41:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.85s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:41:07 DEBUG : dir with metadata: Making directory with metadata 2024/11/02 04:41:08 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.21s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:41:10 DEBUG : directory with modtime: Making directory with metadata 2024/11/02 04:41:12 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.92s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:41:13 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/02 04:41:13 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/02 04:41:14 DEBUG : Google drive root 'crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0': Skipping btime metadata as can't update it on an existing file: 2024-11-02T04:41:13.890709636Z 2024/11/02 04:41:15 INFO : non existent directory: Updated directory metadata 2024/11/02 04:41:17 DEBUG : Google drive root 'crypt/shkpc779iitt2a8f2u1htfe8i3qftsuc4vfrugaoqph541t3hqh0': Skipping btime metadata as can't update it on an existing file: 2024-11-02T04:41:13.890709636Z 2024/11/02 04:41:18 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.25s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:41:20 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/02 04:41:22 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/02 04:41:23 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.23s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo'", Local "Local file system at /tmp/rclone3624417266", Modify Window "1ms" 2024/11/02 04:41:25 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/02 04:41:25 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/02 04:41:25 DEBUG : dst: Making directory with metadata 2024/11/02 04:41:26 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/02 04:41:26 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/02 04:41:27 INFO : dst: Set directory modification time (using SetModTime) 2024/11/02 04:41:28 INFO : dst: Set directory modification time (using SetModTime) 2024/11/02 04:41:28 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/02 04:41:28 INFO : dst: Set directory modification time (using SetModTime) 2024/11/02 04:41:28 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.16s) === 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 2024/11/02 04:41:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumofas2wejo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 13m3.956350218s (try 1/5)