"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/01/18 02:12:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko" 2025/01/18 02:12:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:12:47 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0" 2025/01/18 02:12:48 DEBUG : Creating backend with remote "/tmp/rclone1431438049" === 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", 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 2025/01/18 02:12:48 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/18 02:12:48 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/01/18 02:12:48 DEBUG : potato: Seek from 10 to 0 2025/01/18 02:12:48 DEBUG : potato: Seek from 10 to 0 2025/01/18 02:12:48 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/01/18 02:12:48 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/18 02:12:48 DEBUG : potato: Seek from 5 to 2 2025/01/18 02:12:48 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/01/18 02:12:48 DEBUG : potato: Seek from 7 to 0 2025/01/18 02:12:48 DEBUG : potato: Seek from 7 to 0 2025/01/18 02:12:48 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/01/18 02:12:48 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/18 02:12:48 DEBUG : potato: Seek from 5 to 2 2025/01/18 02:12:48 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/01/18 02:12:48 DEBUG : potato: Seek from 8 to 0 2025/01/18 02:12:48 DEBUG : potato: Seek from 8 to 0 2025/01/18 02:12:48 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/01/18 02:12:48 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/18 02:12:48 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/18 02:12:48 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/18 02:12:48 DEBUG : potato: Seek from 5 to 2 2025/01/18 02:12:48 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/01/18 02:12:48 DEBUG : potato: Seek from 9 to 0 2025/01/18 02:12:48 DEBUG : potato: Seek from 9 to 0 2025/01/18 02:12:48 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:12:51 DEBUG : rutabaga: md5 = 3cd23f9373d6425a3e9cc30a5293eb10 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/01/18 02:12:54 DEBUG : empty space: md5 = 7f41bc51d7fdfb7269839e1024965785 OK === RUN TestCheck/3 2025/01/18 02:12:56 DEBUG : potato2: md5 = d1c98f35eccccef8b1656b3a3a8fd7c5 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/01/18 02:12:58 DEBUG : remotepotato: md5 = 89e19d2c5ae15e7c42565ba4e4cbe0cb OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.05s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/01/18 02:13:02 DEBUG : Creating backend with remote "nonexistent" 2025/01/18 02:13:02 DEBUG : Creating backend with remote "nonexistent" 2025/01/18 02:13:02 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/01/18 02:13:02 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/01/18 02:13:02 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/01/18 02:13:02 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:13:04 DEBUG : rutabaga: md5 = 78ee172ace21dd18f3020d3b29066300 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/01/18 02:13:08 DEBUG : empty space: md5 = 73424933b94dcb2813fd5b704ffbe978 OK === RUN TestCheckDownload/3 2025/01/18 02:13:11 DEBUG : potato2: md5 = 0148c76ee3bb48f12ecb817bc26f8462 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/01/18 02:13:16 DEBUG : remotepotato: md5 = c1ed2c20a032b4bff260f1aad1e84b41 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.84s) --- PASS: TestCheckDownload/1 (1.24s) --- PASS: TestCheckDownload/2 (1.45s) --- PASS: TestCheckDownload/3 (1.07s) --- PASS: TestCheckDownload/4 (1.36s) --- PASS: TestCheckDownload/5 (1.21s) --- PASS: TestCheckDownload/6 (1.00s) --- PASS: TestCheckDownload/7 (1.02s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:13:23 DEBUG : rutabaga: md5 = 5c914a1195509d711ecb27f5223353ca OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/01/18 02:13:25 DEBUG : empty space: md5 = 2bc554c03b7aca1e0e66a90aa1b790b1 OK === RUN TestCheckSizeOnly/3 2025/01/18 02:13:27 DEBUG : potato2: md5 = ede3fb5ccf7d71e096bdb9a542b7fcc1 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/01/18 02:13:30 DEBUG : remotepotato: md5 = 6bcb547694077d09d7e03ba6c1698b81 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.50s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:13:35 DEBUG : test.sum: md5 = e280dd6836af1a87600324e0e44abfb2 OK 2025/01/18 02:13:36 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/18 02:13:36 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/18 02:13:36 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/18 02:13:36 NOTICE: test.sum: 2 warning(s) suppressed... 2025/01/18 02:13:38 DEBUG : test.sum: md5 = bbf5dd385f878ae275ca4a90095b7b7a OK 2025/01/18 02:13:39 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/18 02:13:39 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/18 02:13:39 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/18 02:13:39 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.98s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:13:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/data" 2025/01/18 02:13:41 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko/data' lacks md5, skipping --- SKIP: TestCheckSum (2.07s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:13:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/data" 2025/01/18 02:13:43 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/vjrnln8ratgmqakfosrqe8espk" 2025/01/18 02:13:47 DEBUG : data/banana: md5 = bf48139b542388c07b0d6682649ef97c OK 2025/01/18 02:13:49 DEBUG : test.sum: md5 = 2bff18301bc7dbd8d7ffa899b88cd5aa OK === RUN TestCheckSumDownload/subtest1 2025/01/18 02:13:53 DEBUG : data/potato: md5 = 0ca25b2e45e1fd0c05eb05b6764d3753 OK 2025/01/18 02:13:55 DEBUG : test.sum: md5 = 870c83868ee9e6e20e5e3c71617a0f1c OK === RUN TestCheckSumDownload/subtest2 2025/01/18 02:13:59 DEBUG : test.sum: md5 = 96c05c5fe3e7a4c577fc6ff6fff7e9b3 OK === RUN TestCheckSumDownload/subtest3 2025/01/18 02:14:04 DEBUG : test.sum: md5 = 3c205e1260771866e6906be576652a79 OK === RUN TestCheckSumDownload/subtest4 2025/01/18 02:14:08 DEBUG : test.sum: md5 = f0f0535b43c4d458d9f92fc28b82f965 OK === RUN TestCheckSumDownload/subtest5 2025/01/18 02:14:13 DEBUG : test.sum: md5 = b4409760041337848b8deec88788c6b0 OK === RUN TestCheckSumDownload/subtest6 2025/01/18 02:14:17 DEBUG : data/banana: md5 = edbd3e9253b825ae9954e33793b84acf OK 2025/01/18 02:14:18 DEBUG : data/potato: md5 = 47e5ea2a38124e0d521b84b0caebeadd OK 2025/01/18 02:14:20 DEBUG : test.sum: md5 = 6cccd04d9eb949c39837d65e6bc962a0 OK === RUN TestCheckSumDownload/subtest7 2025/01/18 02:14:26 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/01/18 02:14:26 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (44.45s) --- PASS: TestCheckSumDownload/subtest1 (2.41s) --- PASS: TestCheckSumDownload/subtest2 (2.20s) --- PASS: TestCheckSumDownload/subtest3 (2.47s) --- PASS: TestCheckSumDownload/subtest4 (2.24s) --- PASS: TestCheckSumDownload/subtest5 (2.46s) --- PASS: TestCheckSumDownload/subtest6 (2.03s) --- PASS: TestCheckSumDownload/subtest7 (2.86s) === RUN TestApplyTransforms 2025/01/18 02:14:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fimayer6zuje" 2025/01/18 02:14:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:14:27 DEBUG : Creating backend with remote "TestDrive:crypt/bcde9t3esimgdujp3rn6d3ut32r7lj3fqddctcgtbi4hlqjar7eg" 2025/01/18 02:14:28 DEBUG : Creating backend with remote "/tmp/rclone740198992" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fimayer6zuje'", Local "Local file system at /tmp/rclone740198992", Modify Window "1ms" 2025/01/18 02:14:31 DEBUG : hello, world!: md5 = cbd064b2da6adda6490c6cf7f2bb38f9 OK upper checkfile vs. lower remote (without normalization) 2025/01/18 02:14:31 ERROR : hello, world!: sum not found 2025/01/18 02:14:31 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fimayer6zuje' 2025/01/18 02:14:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimayer6zuje': 1 files missing 2025/01/18 02:14:31 NOTICE: 1 hashes missing 2025/01/18 02:14:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimayer6zuje': 2 differences found 2025/01/18 02:14:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimayer6zuje': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/01/18 02:14:33 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:14:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimayer6zuje': 0 differences found 2025/01/18 02:14:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimayer6zuje': 1 matching files 2025/01/18 02:14:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cuvevub0geri" 2025/01/18 02:14:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:14:33 DEBUG : Creating backend with remote "TestDrive:crypt/irr57102e1ui3256mpj4bvo924i505ikmdaor26ngca81cffd330" 2025/01/18 02:14:34 DEBUG : Creating backend with remote "/tmp/rclone2624729684" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cuvevub0geri'", Local "Local file system at /tmp/rclone2624729684", Modify Window "1ms" 2025/01/18 02:14:36 DEBUG : HELLO, WORLD!: md5 = 486f655fa6a7b3e1ab8804cc5f7c4622 OK lower checkfile vs. upper remote (without normalization) 2025/01/18 02:14:37 ERROR : HELLO, WORLD!: sum not found 2025/01/18 02:14:37 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cuvevub0geri' 2025/01/18 02:14:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvevub0geri': 1 files missing 2025/01/18 02:14:37 NOTICE: 1 hashes missing 2025/01/18 02:14:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvevub0geri': 2 differences found 2025/01/18 02:14:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvevub0geri': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/01/18 02:14:38 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:14:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvevub0geri': 0 differences found 2025/01/18 02:14:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvevub0geri': 1 matching files 2025/01/18 02:14:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-takedek3fiqi" 2025/01/18 02:14:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:14:39 DEBUG : Creating backend with remote "TestDrive:crypt/p7is5f4kuug4a863tha6kb6ffsg56npseel21pn1evsgdudmb530" 2025/01/18 02:14:40 DEBUG : Creating backend with remote "/tmp/rclone79012583" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-takedek3fiqi'", Local "Local file system at /tmp/rclone79012583", Modify Window "1ms" 2025/01/18 02:14:43 DEBUG : HeLlO, wOrLd!: md5 = 965b38960fd2e1cfb8dd383374bf598a OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/01/18 02:14:43 ERROR : HeLlO, wOrLd!: sum not found 2025/01/18 02:14:43 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-takedek3fiqi' 2025/01/18 02:14:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takedek3fiqi': 1 files missing 2025/01/18 02:14:43 NOTICE: 1 hashes missing 2025/01/18 02:14:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takedek3fiqi': 2 differences found 2025/01/18 02:14:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takedek3fiqi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/01/18 02:14:45 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:14:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takedek3fiqi': 0 differences found 2025/01/18 02:14:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takedek3fiqi': 1 matching files 2025/01/18 02:14:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nijahay1jahe" 2025/01/18 02:14:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:14:45 DEBUG : Creating backend with remote "TestDrive:crypt/odgu78iet07q06tk3l0nisdruf2rmo46h3pcsmsnj4k0bktnot3g" 2025/01/18 02:14:46 DEBUG : Creating backend with remote "/tmp/rclone303997690" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nijahay1jahe'", Local "Local file system at /tmp/rclone303997690", Modify Window "1ms" 2025/01/18 02:14:48 DEBUG : HELLO, WORLD!: md5 = 3a8e2bca31036d88cc422b9a0fe9f4ae OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/01/18 02:14:49 ERROR : HELLO, WORLD!: sum not found 2025/01/18 02:14:49 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nijahay1jahe' 2025/01/18 02:14:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nijahay1jahe': 1 files missing 2025/01/18 02:14:49 NOTICE: 1 hashes missing 2025/01/18 02:14:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nijahay1jahe': 2 differences found 2025/01/18 02:14:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nijahay1jahe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/01/18 02:14:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:14:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nijahay1jahe': 0 differences found 2025/01/18 02:14:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nijahay1jahe': 1 matching files 2025/01/18 02:14:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kexojis4voha" 2025/01/18 02:14:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:14:50 DEBUG : Creating backend with remote "TestDrive:crypt/ru0rof7jbuarvbefitsvfntss9rk5sef1jmibun0ut2lhl7ukg50" 2025/01/18 02:14:51 DEBUG : Creating backend with remote "/tmp/rclone2483877316" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kexojis4voha'", Local "Local file system at /tmp/rclone2483877316", Modify Window "1ms" 2025/01/18 02:14:54 DEBUG : 測試_Русский___ě_áñ: md5 = 6fac3b19c9c595cb290ef6f3f91a18a1 OK NFD checkfile vs. NFC remote (without normalization) 2025/01/18 02:14:54 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/18 02:14:54 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kexojis4voha' 2025/01/18 02:14:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kexojis4voha': 1 files missing 2025/01/18 02:14:54 NOTICE: 1 hashes missing 2025/01/18 02:14:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kexojis4voha': 2 differences found 2025/01/18 02:14:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kexojis4voha': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/01/18 02:14:55 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:14:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kexojis4voha': 0 differences found 2025/01/18 02:14:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kexojis4voha': 1 matching files 2025/01/18 02:14:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pixidin0zuxi" 2025/01/18 02:14:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:14:56 DEBUG : Creating backend with remote "TestDrive:crypt/80o3em6ti6ufhghpe6d1n8pomqvhate86u23vm8h23a9g7gik7l0" 2025/01/18 02:14:57 DEBUG : Creating backend with remote "/tmp/rclone2388640901" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pixidin0zuxi'", Local "Local file system at /tmp/rclone2388640901", Modify Window "1ms" 2025/01/18 02:14:59 DEBUG : 測試_Русский___ě_áñ: md5 = 6c97576d49a12a1cae5598a83aa6fdf0 OK NFC checkfile vs. NFD remote (without normalization) 2025/01/18 02:15:00 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/18 02:15:00 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pixidin0zuxi' 2025/01/18 02:15:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pixidin0zuxi': 1 files missing 2025/01/18 02:15:00 NOTICE: 1 hashes missing 2025/01/18 02:15:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pixidin0zuxi': 2 differences found 2025/01/18 02:15:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pixidin0zuxi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/01/18 02:15:01 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:15:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pixidin0zuxi': 0 differences found 2025/01/18 02:15:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pixidin0zuxi': 1 matching files 2025/01/18 02:15:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cowedov6lewu" 2025/01/18 02:15:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:15:01 DEBUG : Creating backend with remote "TestDrive:crypt/fp7li62ke1pmkr524ket1dk8u9e5e677f7593hgfoid387mgdsm0" 2025/01/18 02:15:02 DEBUG : Creating backend with remote "/tmp/rclone1951996497" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cowedov6lewu'", Local "Local file system at /tmp/rclone1951996497", Modify Window "1ms" 2025/01/18 02:15:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 77105f4e511aeba29f51fb9f8bec37b3 OK NFDx2 checkfile vs. both remote (without normalization) 2025/01/18 02:15:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/18 02:15:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cowedov6lewu' 2025/01/18 02:15:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowedov6lewu': 1 files missing 2025/01/18 02:15:06 NOTICE: 1 hashes missing 2025/01/18 02:15:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowedov6lewu': 2 differences found 2025/01/18 02:15:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowedov6lewu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/01/18 02:15:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:15:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowedov6lewu': 0 differences found 2025/01/18 02:15:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowedov6lewu': 1 matching files 2025/01/18 02:15:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-loxopaz7lafa" 2025/01/18 02:15:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:15:07 DEBUG : Creating backend with remote "TestDrive:crypt/j3vqlgjppfjpmgbv5dc1e0l24uuuli5v5v1qvm9o3kt9qnlu6irg" 2025/01/18 02:15:08 DEBUG : Creating backend with remote "/tmp/rclone595243127" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-loxopaz7lafa'", Local "Local file system at /tmp/rclone595243127", Modify Window "1ms" 2025/01/18 02:15:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 594f89296313ba50b7c110599b056c3a OK NFCx2 checkfile vs. both remote (without normalization) 2025/01/18 02:15:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/18 02:15:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-loxopaz7lafa' 2025/01/18 02:15:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loxopaz7lafa': 1 files missing 2025/01/18 02:15:11 NOTICE: 1 hashes missing 2025/01/18 02:15:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loxopaz7lafa': 2 differences found 2025/01/18 02:15:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loxopaz7lafa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/01/18 02:15:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:15:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loxopaz7lafa': 0 differences found 2025/01/18 02:15:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loxopaz7lafa': 1 matching files 2025/01/18 02:15:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bacanat5qita" 2025/01/18 02:15:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:15:13 DEBUG : Creating backend with remote "TestDrive:crypt/hu4m0m43a25fsmq89kme2v9gfttsfnh2sdnf73fgsfhdqpp1p4d0" 2025/01/18 02:15:14 DEBUG : Creating backend with remote "/tmp/rclone605594601" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bacanat5qita'", Local "Local file system at /tmp/rclone605594601", Modify Window "1ms" 2025/01/18 02:15:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = cb253b5a9b9de91aa1decc3386ebde75 OK both checkfile vs. NFDx2 remote (without normalization) 2025/01/18 02:15:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/18 02:15:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bacanat5qita' 2025/01/18 02:15:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bacanat5qita': 1 files missing 2025/01/18 02:15:17 NOTICE: 1 hashes missing 2025/01/18 02:15:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bacanat5qita': 2 differences found 2025/01/18 02:15:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bacanat5qita': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/01/18 02:15:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:15:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bacanat5qita': 0 differences found 2025/01/18 02:15:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bacanat5qita': 1 matching files 2025/01/18 02:15:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fasolis6kapi" 2025/01/18 02:15:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:15:19 DEBUG : Creating backend with remote "TestDrive:crypt/3umkdidv1sq4mlmrkh57ue2ver746fq7258qqmtpfn7itr14ujm0" 2025/01/18 02:15:20 DEBUG : Creating backend with remote "/tmp/rclone4177136866" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fasolis6kapi'", Local "Local file system at /tmp/rclone4177136866", Modify Window "1ms" 2025/01/18 02:15:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6bdc721e905ef4f308afadefa233b09d OK both checkfile vs. NFCx2 remote (without normalization) 2025/01/18 02:15:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/18 02:15:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fasolis6kapi' 2025/01/18 02:15:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fasolis6kapi': 1 files missing 2025/01/18 02:15:23 NOTICE: 1 hashes missing 2025/01/18 02:15:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fasolis6kapi': 2 differences found 2025/01/18 02:15:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fasolis6kapi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/01/18 02:15:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/18 02:15:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fasolis6kapi': 0 differences found 2025/01/18 02:15:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fasolis6kapi': 1 matching files 2025/01/18 02:15:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fasolis6kapi': Purge remote 2025/01/18 02:15:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bacanat5qita': Purge remote 2025/01/18 02:15:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-loxopaz7lafa': Purge remote 2025/01/18 02:15:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cowedov6lewu': Purge remote 2025/01/18 02:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pixidin0zuxi': Purge remote 2025/01/18 02:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kexojis4voha': Purge remote 2025/01/18 02:15:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nijahay1jahe': Purge remote 2025/01/18 02:15:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-takedek3fiqi': Purge remote 2025/01/18 02:15:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cuvevub0geri': Purge remote 2025/01/18 02:15:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fimayer6zuje': Purge remote --- PASS: TestApplyTransforms (63.48s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:15:31 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/18 02:15:34 DEBUG : sub/file2: md5 = 36f14f1fc3e9414d2f12d0c1a2b260fd OK 2025/01/18 02:15:34 INFO : file1: Copied (new) to: sub/file2 2025/01/18 02:15:34 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/18 02:15:34 DEBUG : file1: Unchanged skipping 2025/01/18 02:15:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': don't need to copy/move sub/file2, it is already at target location 2025/01/18 02:15:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.89s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:15:40 DEBUG : dst/file1: md5 = 16b7aac0544c6db543ebac7ce40f8b35 OK 2025/01/18 02:15:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/backup" 2025/01/18 02:15:41 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/1nrff024r7pq65ecp72fc28jb0" 2025/01/18 02:15:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/18 02:15:46 INFO : dst/file1: Moved (server-side) 2025/01/18 02:15:48 DEBUG : dst/file1: md5 = 42eed0f044fb0a4776fc6e3c9f641d96 OK 2025/01/18 02:15:48 INFO : dst/file1: Copied (new) 2025/01/18 02:15:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/18 02:15:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/18 02:15:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.47s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:15:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/dst" 2025/01/18 02:15:53 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/18 02:15:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/CompareDest" 2025/01/18 02:15:55 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/gveqi14airsml4bgu7krj116o8" 2025/01/18 02:15:57 DEBUG : one: Need to transfer - File not found at Destination 2025/01/18 02:16:00 DEBUG : one: md5 = 7af66a5d6a852b14f8cab049228ec217 OK 2025/01/18 02:16:00 INFO : one: Copied (new) 2025/01/18 02:16:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/18 02:16:03 DEBUG : one: md5 = 028dd5d3cb33ebba3b1a45f98eca1054 OK 2025/01/18 02:16:03 INFO : one: Copied (replaced existing) 2025/01/18 02:16:05 DEBUG : dst/one: md5 = 5c1b3558773dd9390684adafc1b4bc94 OK 2025/01/18 02:16:08 DEBUG : CompareDest/one: md5 = 09e03f6ba4700596fdf999e8ad943072 OK 2025/01/18 02:16:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/18 02:16:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/18 02:16:09 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/18 02:16:11 DEBUG : CompareDest/two: md5 = a4b87772523ebba44909ca760bba2698 OK 2025/01/18 02:16:12 DEBUG : two: Need to transfer - File not found at Destination 2025/01/18 02:16:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/18 02:16:12 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/18 02:16:13 DEBUG : two: Need to transfer - File not found at Destination 2025/01/18 02:16:13 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/18 02:16:13 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/18 02:16:15 DEBUG : two: Need to transfer - File not found at Destination 2025/01/18 02:16:15 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/18 02:16:16 DEBUG : two: md5 = af66e048433d01541fca8c8308be6068 OK 2025/01/18 02:16:16 INFO : two: Copied (new) 2025/01/18 02:16:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/18 02:16:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:16:21 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:16:21 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.69s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:16:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/dst" 2025/01/18 02:16:22 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/18 02:16:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/CopyDest" 2025/01/18 02:16:24 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/18 02:16:25 DEBUG : one: Need to transfer - File not found at Destination 2025/01/18 02:16:28 DEBUG : one: md5 = 6b2ca0d103ed07f3d4a9f948378e6867 OK 2025/01/18 02:16:28 INFO : one: Copied (new) 2025/01/18 02:16:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/18 02:16:31 DEBUG : one: md5 = 506469feeef32384af28966f1ab8fbc5 OK 2025/01/18 02:16:31 INFO : one: Copied (replaced existing) 2025/01/18 02:16:33 DEBUG : dst/one: md5 = 4a079330866229ada7077a0feab65a2c OK 2025/01/18 02:16:36 DEBUG : CopyDest/one: md5 = 8bb8b882bf2fdbfe4eed2333fa77487c OK 2025/01/18 02:16:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/BackupDir" 2025/01/18 02:16:37 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/18 02:16:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/18 02:16:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/18 02:16:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/18 02:16:41 INFO : one: Moved (server-side) 2025/01/18 02:16:43 INFO : one: Copied (server-side copy) 2025/01/18 02:16:43 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/18 02:16:45 DEBUG : CopyDest/two: md5 = c6f3cbaaabf016c52495f61c69387f81 OK 2025/01/18 02:16:46 DEBUG : two: Need to transfer - File not found at Destination 2025/01/18 02:16:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/18 02:16:47 INFO : two: Copied (server-side copy) 2025/01/18 02:16:47 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/18 02:16:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/18 02:16:48 DEBUG : two: Unchanged skipping 2025/01/18 02:16:50 DEBUG : CopyDest/three: md5 = 60c365f5abbe0296470f53f2cc45784d OK 2025/01/18 02:16:51 DEBUG : three: Need to transfer - File not found at Destination 2025/01/18 02:16:51 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/18 02:16:51 DEBUG : three: Destination not found in --copy-dest 2025/01/18 02:16:53 DEBUG : three: md5 = 9bdc473c2f3005ad327866aa92d86ee5 OK 2025/01/18 02:16:53 INFO : three: Copied (new) 2025/01/18 02:16:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/18 02:16:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/18 02:16:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:16:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:16:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/18 02:16:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/18 02:17:00 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.08s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:17:02 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/01/18 02:17:05 DEBUG : TestCopyFileMaxTransfer/file1: md5 = b8176a5139875bcb4c174ff57d6cd5dc OK 2025/01/18 02:17:05 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/01/18 02:17:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/01/18 02:17:06 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/01/18 02:17:07 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/01/18 02:17:07 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/01/18 02:17:09 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f65afbebf330f5c2c679a7deb0045ce6 OK 2025/01/18 02:17:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/01/18 02:17:11 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/01/18 02:17:11 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.26s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:17:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Looking for duplicate names using skip mode. 2025/01/18 02:17:16 NOTICE: one: Found 2 files with duplicate names 2025/01/18 02:17:16 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.50s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:17:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Looking for duplicate names using skip mode. 2025/01/18 02:17:23 NOTICE: one: Found 3 files with duplicate names 2025/01/18 02:17:23 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/01/18 02:17:24 INFO : one: Deleted 2025/01/18 02:17:24 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.58s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:17:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Looking for duplicate names using first mode. 2025/01/18 02:17:31 NOTICE: one: Found 3 files with duplicate names 2025/01/18 02:17:31 INFO : one: Deleted 2025/01/18 02:17:32 INFO : one: Deleted 2025/01/18 02:17:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.47s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:17:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Looking for duplicate names using newest mode. 2025/01/18 02:17:39 NOTICE: one: Found 3 files with duplicate names 2025/01/18 02:17:39 INFO : one: Deleted 2025/01/18 02:17:40 INFO : one: Deleted 2025/01/18 02:17:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.84s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:17:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Looking for duplicate names using oldest mode. 2025/01/18 02:17:47 NOTICE: one: Found 3 files with duplicate names 2025/01/18 02:17:48 INFO : one: Deleted 2025/01/18 02:17:48 INFO : one: Deleted 2025/01/18 02:17:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.03s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:17:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Looking for duplicate names using largest mode. 2025/01/18 02:17:55 NOTICE: one: Found 3 files with duplicate names 2025/01/18 02:17:55 INFO : one: Deleted 2025/01/18 02:17:56 INFO : one: Deleted 2025/01/18 02:17:56 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.35s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:18:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Looking for duplicate names using smallest mode. 2025/01/18 02:18:03 NOTICE: one: Found 3 files with duplicate names 2025/01/18 02:18:03 INFO : one: Deleted 2025/01/18 02:18:04 INFO : one: Deleted 2025/01/18 02:18:04 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.26s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:18:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Looking for duplicate names using rename mode. 2025/01/18 02:18:12 NOTICE: one.txt: Found 3 files with duplicate names 2025/01/18 02:18:13 INFO : one-2.txt: renamed from: one.txt 2025/01/18 02:18:15 INFO : one-3.txt: renamed from: one.txt 2025/01/18 02:18:16 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.01s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:18:22 DEBUG : dupe1/one.txt: md5 = aa9be17782c5cff23f13e5605bf6507a OK 2025/01/18 02:18:25 DEBUG : dupe2/two.txt: md5 = c9ff19899ccf44d64ea845ab1ed04d34 OK 2025/01/18 02:18:28 DEBUG : dupe3/three.txt: md5 = 20a0bcaa94d0898ae51f3bb83d512b2e OK 2025/01/18 02:18:28 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/01/18 02:18:29 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/01/18 02:18:30 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/01/18 02:18:31 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/01/18 02:18:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/01/18 02:18:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/01/18 02:18:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.69s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:18:38 DEBUG : a.txt: md5 = 05cdedf30096d6d8c2f03d62e284028b OK 2025/01/18 02:18:39 DEBUG : zend.txt: md5 = 583eaefef06159a27a31a4a1ff8a3252 OK 2025/01/18 02:18:42 DEBUG : sub dir/hello world: md5 = 8d760e7e9a5d085057f751841db2aef3 OK 2025/01/18 02:18:44 DEBUG : sub dir/hello world2: md5 = 092333ee748335dffc0069321804ed91 OK 2025/01/18 02:18:46 DEBUG : sub dir/ignore dir/.ignore: md5 = 0d85e138d1b9a73c1c663d863d1d6b4c OK 2025/01/18 02:18:48 DEBUG : sub dir/ignore dir/should be ignored: md5 = 53954ed9aa30e43f3ad81aa073ef77ef OK 2025/01/18 02:18:51 DEBUG : sub dir/sub sub dir/hello world3: md5 = 24d01b5d702cedde45782bd13e93873e OK 2025/01/18 02:18:53 DEBUG : a.txt: Excluded (Size Filter) 2025/01/18 02:18:53 DEBUG : a.txt: Excluded 2025/01/18 02:18:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/18 02:18:53 DEBUG : sub dir/hello world2: Excluded 2025/01/18 02:18:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/18 02:18:53 DEBUG : sub dir/hello world: Excluded 2025/01/18 02:18:54 DEBUG : sub dir/ignore dir: Excluded 2025/01/18 02:18:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/18 02:18:54 DEBUG : sub dir/hello world2: Excluded 2025/01/18 02:18:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/18 02:18:54 DEBUG : sub dir/hello world: Excluded 2025/01/18 02:18:54 DEBUG : sub dir/ignore dir: Excluded 2025/01/18 02:19:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/01/18 02:19:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/01/18 02:19:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/01/18 02:19:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/01/18 02:19:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/01/18 02:19:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/01/18 02:19:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (26.57s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:04 DEBUG : file1: md5 = ba8239ac84abda2f2d54b0e21d693749 OK 2025/01/18 02:19:07 DEBUG : sub/file2: md5 = d6caa8a0415782ac991ef566500533b6 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/01/18 02:19:10 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/01/18 02:19:10 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/01/18 02:19:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/01/18 02:19:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.04s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:15 DEBUG : file1: md5 = 86e3df3c6b3d9e599557e08c26155122 OK 2025/01/18 02:19:18 DEBUG : sub/file2: md5 = 1b9451af30c5612722f92b3935237c20 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/01/18 02:19:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/notfound" 2025/01/18 02:19:22 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/qe0i31qdkoejk60elps0ni5sqk" 2025/01/18 02:19:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.24s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.50s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.85s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Making directory 2025/01/18 02:19:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:31 DEBUG : sub dir/hello world: md5 = e6d2e3b0e7fa4ac29b7dcbd3a0d68cbb OK 2025/01/18 02:19:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.15s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:35 DEBUG : potato2: md5 = e896e8dba65301a613b87675452dd96d OK 2025/01/18 02:19:37 DEBUG : empty space: md5 = 81e5edbd9e8b48f707302072027a8955 OK --- PASS: TestLs (5.59s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:42 DEBUG : potato2: md5 = 713cdc1761c3546fac372914b8bfebf5 OK 2025/01/18 02:19:43 DEBUG : empty space: md5 = f478ffee43df80e0f32a088f3769cf65 OK 2025/01/18 02:19:44 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/01/18 02:19:44 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.38s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:47 DEBUG : potato2: md5 = fd6067f19a95d357077fc669480c1baa OK 2025/01/18 02:19:49 DEBUG : empty space: md5 = f8ea3f0886b17f45d9d63d2516739b57 OK --- PASS: TestLsLong (5.50s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:53 DEBUG : potato2: md5 = 305bbc2b21d90ea5d2634f5bdc2ae449 OK 2025/01/18 02:19:54 DEBUG : empty space: md5 = db365320570e57f4e171e8cb7fa1ec4b OK --- PASS: TestHashSums (4.95s) === RUN TestHashSumsWithErrors 2025/01/18 02:19:56 DEBUG : Creating backend with remote ":memory:" 2025/01/18 02:19:56 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/01/18 02:19:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/18 02:19:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/18 02:19:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/18 02:19:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/18 02:19:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/18 02:19:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/18 02:19:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/01/18 02:19:56 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:19:58 DEBUG : potato2: md5 = 0d1d69084b99955452800f4f7181f24e OK 2025/01/18 02:19:59 DEBUG : empty space: md5 = 0b54b066005c323b494d4052162160a2 OK 2025/01/18 02:20:02 DEBUG : sub dir/potato3: md5 = ce3c16f50b2e317397ed173c1584de5a OK 2025/01/18 02:20:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.35s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:20:08 DEBUG : small: md5 = 43ffdfae2ff1e1994a12a2b1e41236d7 OK 2025/01/18 02:20:09 DEBUG : medium: md5 = 519ac3d72ce9a18c3111a24deed8a483 OK 2025/01/18 02:20:11 DEBUG : large: md5 = c26c95b4692e30bfae3587358d139cc3 OK 2025/01/18 02:20:11 DEBUG : Waiting for deletions to finish 2025/01/18 02:20:12 DEBUG : large: Excluded (Size Filter) 2025/01/18 02:20:12 INFO : medium: Deleted 2025/01/18 02:20:12 INFO : small: Deleted --- PASS: TestDelete (7.28s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:20:15 DEBUG : small: md5 = a43b64f9c31ae2b6e3d48e38eeaa4e8a OK 2025/01/18 02:20:17 DEBUG : medium: md5 = c26f1cf174dd490ca4720daa4858238e OK 2025/01/18 02:20:18 DEBUG : large: md5 = c01f747dad519f64e09a93e63e45f24d OK 2025/01/18 02:20:18 DEBUG : Waiting for deletions to finish 2025/01/18 02:20:19 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/01/18 02:20:19 INFO : large: Deleted 2025/01/18 02:20:19 INFO : small: Deleted --- PASS: TestMaxDelete (7.39s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:20:23 DEBUG : small: md5 = bf60ea1ba9ba739866ec42e836de2758 OK 2025/01/18 02:20:24 DEBUG : medium: md5 = 581e77f10887b0a6760175892dfc8143 OK 2025/01/18 02:20:26 DEBUG : large: md5 = b95f5a2c763ea14ea5c05630b47e5707 OK 2025/01/18 02:20:26 DEBUG : Waiting for deletions to finish 2025/01/18 02:20:26 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/18 02:20:27 INFO : small: Deleted 2025/01/18 02:20:27 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.94s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:20:31 DEBUG : small: md5 = 66175be845275957d585d6fed4e57d6a OK 2025/01/18 02:20:32 DEBUG : medium: md5 = d6aa5218608ea4d46444ced595b251c5 OK 2025/01/18 02:20:34 DEBUG : large: md5 = 8183f492c65480c0bebaaba589e7dbda OK 2025/01/18 02:20:34 DEBUG : Waiting for deletions to finish 2025/01/18 02:20:34 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/01/18 02:20:35 INFO : large: Deleted 2025/01/18 02:20:35 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.65s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:20:38 DEBUG : ReadFile: md5 = 7ea12c3cff731824f36ead28f6b5c2fb OK --- PASS: TestReadFile (4.99s) === RUN TestRetry 2025/01/18 02:20:42 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/01/18 02:20:42 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/01/18 02:20:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/18 02:20:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/18 02:20:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/18 02:20:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/18 02:20:42 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:20:43 DEBUG : file1: md5 = 05cf9b254a263850bc36452fc3d9e7ec OK 2025/01/18 02:20:45 DEBUG : file2: md5 = 053a7a19370aa416571b4c035178c336 OK --- PASS: TestCat (17.53s) === RUN TestPurge 2025/01/18 02:20:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-momatup8roqu" 2025/01/18 02:20:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/18 02:20:59 DEBUG : Creating backend with remote "TestDrive:crypt/nf82nndlshllsoohr1gbpv6enmrue28nkr2s6ksh5e9rjupsmdl0" 2025/01/18 02:21:00 DEBUG : Creating backend with remote "/tmp/rclone771726875" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-momatup8roqu'", Local "Local file system at /tmp/rclone771726875", Modify Window "1ms" 2025/01/18 02:21:06 DEBUG : A1/B1/C1/one: md5 = 6a410146f6cca10c9c1faebff7a77c11 OK 2025/01/18 02:21:06 INFO : A2: Making directory 2025/01/18 02:21:07 INFO : A1/B2: Making directory 2025/01/18 02:21:08 INFO : A1/B2/C2: Making directory 2025/01/18 02:21:09 INFO : A1/B1/C3: Making directory 2025/01/18 02:21:10 INFO : A3: Making directory 2025/01/18 02:21:11 INFO : A3/B3: Making directory 2025/01/18 02:21:12 INFO : A3/B3/C4: Making directory 2025/01/18 02:21:14 DEBUG : A1/two: md5 = d843d3464a3982151e91897330e04181 OK 2025/01/18 02:21:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-momatup8roqu': Purge remote 2025/01/18 02:21:18 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.88s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:21:23 DEBUG : A1/B1/C1/one: md5 = df097301d7b5cf5b01c3c0ce88852852 OK 2025/01/18 02:21:23 INFO : A2: Making directory 2025/01/18 02:21:24 INFO : A1/B2: Making directory 2025/01/18 02:21:25 INFO : A1/B2/C2: Making directory 2025/01/18 02:21:26 INFO : A1/B1/C3: Making directory 2025/01/18 02:21:27 INFO : A3: Making directory 2025/01/18 02:21:28 INFO : A3/B3: Making directory 2025/01/18 02:21:29 INFO : A3/B3/C4: Making directory 2025/01/18 02:21:32 DEBUG : A1/two: md5 = b8aa5c6e759bcd749052cd98946746c3 OK 2025/01/18 02:21:33 DEBUG : removing 1 level 3 directories 2025/01/18 02:21:33 INFO : A3/B3/C4: Removing directory 2025/01/18 02:21:36 DEBUG : removing 2 level 3 directories 2025/01/18 02:21:36 INFO : A1/B2/C2: Removing directory 2025/01/18 02:21:36 INFO : A1/B1/C3: Removing directory 2025/01/18 02:21:37 DEBUG : removing 2 level 2 directories 2025/01/18 02:21:37 INFO : A3/B3: Removing directory 2025/01/18 02:21:37 INFO : A1/B2: Removing directory 2025/01/18 02:21:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/18 02:21:37 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/01/18 02:21:38 DEBUG : removing 2 level 1 directories 2025/01/18 02:21:38 INFO : A3: Removing directory 2025/01/18 02:21:38 INFO : A2: Removing directory 2025/01/18 02:21:38 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/01/18 02:21:43 DEBUG : removing 1 level 3 directories 2025/01/18 02:21:43 INFO : A1/B1/C1: Removing directory 2025/01/18 02:21:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:43 DEBUG : removing 1 level 2 directories 2025/01/18 02:21:43 INFO : A1/B1: Removing directory 2025/01/18 02:21:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/18 02:21:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/18 02:21:44 DEBUG : removing 1 level 1 directories 2025/01/18 02:21:44 INFO : A1: Removing directory 2025/01/18 02:21:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/18 02:21:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/18 02:21:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/18 02:21:45 DEBUG : removing 1 level 0 directories 2025/01/18 02:21:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Removing directory 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/18 02:21:45 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (28.65s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:21:48 INFO : A1: Making directory 2025/01/18 02:21:49 INFO : A1/B1: Making directory 2025/01/18 02:21:50 INFO : A1/B1/C1: Making directory 2025/01/18 02:21:53 DEBUG : removing 1 level 3 directories 2025/01/18 02:21:53 INFO : A1/B1/C1: Removing directory 2025/01/18 02:21:54 DEBUG : removing 1 level 2 directories 2025/01/18 02:21:54 INFO : A1/B1: Removing directory 2025/01/18 02:21:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/18 02:21:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.82s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:21:57 INFO : A1: Making directory 2025/01/18 02:21:57 INFO : A1/B1: Making directory 2025/01/18 02:21:59 INFO : A1/B1/C1: Making directory 2025/01/18 02:22:02 DEBUG : removing 1 level 3 directories 2025/01/18 02:22:02 INFO : A1/B1/C1: Removing directory 2025/01/18 02:22:03 DEBUG : removing 1 level 2 directories 2025/01/18 02:22:03 INFO : A1/B1: Removing directory 2025/01/18 02:22:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/18 02:22:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.12s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:22:07 DEBUG : file1: md5 = 301c925a1cd06cf5053f0ddc9f564b5f OK 2025/01/18 02:22:08 DEBUG : filename.txt: File name found in url 2025/01/18 02:22:10 DEBUG : filename.txt: md5 = b020243c15635f40a69f2f7ff93730c6 OK 2025/01/18 02:22:10 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/01/18 02:22:11 DEBUG : headerfilename.txt: md5 = c7392002946288f991a9154941c29594 OK 2025/01/18 02:22:13 DEBUG : file2: md5 = aa71c52a4797e9c6b797863a0662265f OK --- PASS: TestCopyURL (10.17s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:22:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/18 02:22:19 DEBUG : sub/file2: md5 = 27676927668313a4c65e3a1cac244674 OK 2025/01/18 02:22:19 INFO : file1: Copied (new) to: sub/file2 2025/01/18 02:22:19 INFO : file1: Deleted 2025/01/18 02:22:20 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/18 02:22:20 DEBUG : file1: Unchanged skipping 2025/01/18 02:22:20 INFO : file1: Deleted 2025/01/18 02:22:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': don't need to copy/move sub/file2, it is already at target location 2025/01/18 02:22:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.54s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:22:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/18 02:22:25 DEBUG : file1: md5 = 5890862e5ff7d79afa9c06b19be78d3f OK 2025/01/18 02:22:25 INFO : file1: Copied (new) 2025/01/18 02:22:25 INFO : file1: Deleted 2025/01/18 02:22:26 DEBUG : file1: Destination exists, skipping 2025/01/18 02:22:26 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.73s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:22:31 DEBUG : dst/file1: md5 = 0e1ee0f6a04420a504d82f50dffd75be OK 2025/01/18 02:22:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febekin9yiko/backup" 2025/01/18 02:22:31 DEBUG : Creating backend with remote "TestDrive:crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0/1nrff024r7pq65ecp72fc28jb0" 2025/01/18 02:22:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/18 02:22:36 INFO : dst/file1: Moved (server-side) 2025/01/18 02:22:38 DEBUG : dst/file1: md5 = 4fa803821ee3dd9b03139c024ecbe6f3 OK 2025/01/18 02:22:38 INFO : dst/file1: Copied (new) 2025/01/18 02:22:38 INFO : dst/file1: Deleted 2025/01/18 02:22:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/18 02:22:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/18 02:22:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.65s) === 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:22:46 DEBUG : A1/one: md5 = f386e18930e0f72fbd292111f15cb802 OK 2025/01/18 02:22:48 DEBUG : A1/two: md5 = a2c2c32874189aed65f9de324c72fb6a OK 2025/01/18 02:22:51 DEBUG : A1/B1/three: md5 = 58b418a13839d5876b68c701865cc992 OK 2025/01/18 02:22:53 DEBUG : A1/B1/C1/four: md5 = e6545d4054ced629c828877fffd4d439 OK 2025/01/18 02:22:56 DEBUG : A1/B1/C2/five: md5 = de8f24debe164c72b060bba7fe3bf836 OK 2025/01/18 02:22:56 INFO : A1/B2: Making directory 2025/01/18 02:22:57 INFO : A1/B1/C3: Making directory 2025/01/18 02:23:09 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/01/18 02:23:09 INFO : A2/two: Moved (server-side) to: A3/two 2025/01/18 02:23:09 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/01/18 02:23:09 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/01/18 02:23:09 INFO : A2/one: Moved (server-side) to: A3/one 2025/01/18 02:23:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/18 02:23:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/18 02:23:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/18 02:23:13 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/18 02:23:13 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/18 02:23:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/01/18 02:23:23 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/01/18 02:23:23 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/01/18 02:23:23 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/01/18 02:23:23 INFO : A3/one: Moved (server-side) to: A4/one 2025/01/18 02:23:23 INFO : A3/two: Moved (server-side) to: A4/two 2025/01/18 02:23:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/18 02:23:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/18 02:23:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/18 02:23:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/18 02:23:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/18 02:23:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/01/18 02:23:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/01/18 02:23:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/18 02:23:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/18 02:23:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/18 02:23:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/18 02:23:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/18 02:23:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/18 02:23:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/18 02:23:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (54.93s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:23:39 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:23:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': File to upload is small (34 bytes), uploading instead of streaming 2025/01/18 02:23:41 DEBUG : no_checksum_small_file_from_pipe: md5 = 6b5dbeadfae9489a61e52ad2eaf8409e OK 2025/01/18 02:23:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/01/18 02:23:41 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/18 02:23:42 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/01/18 02:23:43 DEBUG : no_checksum_big_file_from_pipe: md5 = 20dc2032acdec04060290088f5c0eef4 OK 2025/01/18 02:23:43 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:23:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': File to upload is small (34 bytes), uploading instead of streaming 2025/01/18 02:23:47 DEBUG : with_checksum_small_file_from_pipe: md5 = 2ccb7305ee2601877958286a2800bb9b OK 2025/01/18 02:23:47 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/18 02:23:47 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/01/18 02:23:49 DEBUG : with_checksum_big_file_from_pipe: md5 = ca045a9eceb1b902bba4782e6085e0c9 OK 2025/01/18 02:23:49 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:23:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': File to upload is small (34 bytes), uploading instead of streaming 2025/01/18 02:23:52 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/18 02:23:53 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/18 02:23:54 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-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:23:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': File to upload is small (34 bytes), uploading instead of streaming 2025/01/18 02:23:58 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/18 02:23:59 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/18 02:24:01 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.73s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.75s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.53s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.62s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/01/18 02:24:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': File to upload is small (48 bytes), uploading instead of streaming 2025/01/18 02:24:05 DEBUG : rcat_metadata: md5 = 4ba5b21c6626aee060c1def44e768a3a OK 2025/01/18 02:24:05 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/01/18 02:24:07 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/01/18 02:24:08 DEBUG : rcat_metadata_uploadcutoff0: md5 = 86859bec1a995d07ab508858ffb0f04d OK 2025/01/18 02:24:08 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.66s) --- PASS: TestRcatMetadata/Normal (3.08s) --- PASS: TestRcatMetadata/ViaDisk (3.07s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:11 DEBUG : potato1: md5 = 940f4277c8964a63b462873a8c01264d OK 2025/01/18 02:24:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': File to upload is small (60 bytes), uploading instead of streaming 2025/01/18 02:24:13 DEBUG : potato2: md5 = bec962aac658f24251b2abfe1c498e46 OK 2025/01/18 02:24:13 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.95s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:16 DEBUG : potato1: md5 = 77b6975d13aa3f34fab5c06a58f88451 OK 2025/01/18 02:24:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': File to upload is small (60 bytes), uploading instead of streaming 2025/01/18 02:24:18 DEBUG : potato2: md5 = ca9cdbab3d623464c1a796ed154ca6e8 OK 2025/01/18 02:24:18 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.86s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:23 DEBUG : potato2: md5 = 9e6b55bfe02f2769fd120f20b5960575 OK 2025/01/18 02:24:25 DEBUG : empty space: md5 = b92f26bdc2c4999f2b3d23ab917f4278 OK 2025/01/18 02:24:28 DEBUG : sub dir/potato3: md5 = 56dc2845b76b1f4c13e16a745062cfee OK 2025/01/18 02:24:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Touching "empty space" 2025/01/18 02:24:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Touching "potato2" 2025/01/18 02:24:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Touching "sub dir/potato3" 2025/01/18 02:24:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.21s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:34 DEBUG : dir with metadata: Making directory with metadata 2025/01/18 02:24:35 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.27s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:38 DEBUG : directory with modtime: Making directory with metadata 2025/01/18 02:24:39 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.76s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:41 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/18 02:24:41 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/18 02:24:41 DEBUG : Google drive root 'crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0': Skipping btime metadata as can't update it on an existing file: 2025-01-18T02:24:40.999899557Z 2025/01/18 02:24:41 INFO : non existent directory: Updated directory metadata 2025/01/18 02:24:44 DEBUG : Google drive root 'crypt/p7nkmmbt8jc2c0kh7ucnb6qhicotvovrgj4mngq2i9q5e4gme2i0': Skipping btime metadata as can't update it on an existing file: 2025-01-18T02:24:40.999899557Z 2025/01/18 02:24:45 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.84s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:46 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/01/18 02:24:48 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/01/18 02:24:49 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.66s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/18 02:24:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/18 02:24:51 DEBUG : dst: Making directory with metadata 2025/01/18 02:24:52 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/18 02:24:52 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/18 02:24:53 INFO : dst: Set directory modification time (using SetModTime) 2025/01/18 02:24:53 INFO : dst: Set directory modification time (using SetModTime) 2025/01/18 02:24:53 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/01/18 02:24:54 INFO : dst: Set directory modification time (using SetModTime) 2025/01/18 02:24:54 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.53s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko'", Local "Local file system at /tmp/rclone1431438049", Modify Window "1ms" 2025/01/18 02:24:58 DEBUG : sub dir/test remove existing: md5 = ecef0256581e487e7a6948d9282749dc OK 2025/01/18 02:25:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = b85e4b9ba3ee94877fdcb268fe9656a3 OK 2025/01/18 02:25:02 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.gimomac8" before starting 2025/01/18 02:25:03 DEBUG : sub dir/test remove existing.gimomac8: TEST: removing renamed existing file after operation 2025/01/18 02:25:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zigugib3" before starting 2025/01/18 02:25:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zigugib3: TEST: renaming existing back after failed operation 2025/01/18 02:25:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.risorib6" before starting 2025/01/18 02:25:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.risorib6: TEST: removing renamed existing file after operation 2025/01/18 02:25:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "deb3bs0227t2thki2utro1njjpr754pe0580evk0mpfuevn669t0" 2025/01/18 02:25:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "sgeisfu4dqak08h2bf3uss829m2bloqpvc4bl9riahmjbtncib9jiimeihnbo8o5ld9okom2mg08mjt4qfku4m9qp04skg36t26krcpvq34f3id2btf20a6uokj0e6j873tbdk7cbspteh4k150csurgihl3cm6mn5u3tlgrfg6nmuqcnvug" --- PASS: TestRemoveExisting (14.74s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/01/18 02:25:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febekin9yiko': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m24.307766574s (try 1/5)