"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/03/03 10:28:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso" 2025/03/03 10:28:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:28:39 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg" 2025/03/03 10:28:39 DEBUG : Creating backend with remote "/tmp/rclone3333681658" === 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/03/03 10:28:40 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/03 10:28:40 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/03 10:28:40 DEBUG : potato: Seek from 10 to 0 2025/03/03 10:28:40 DEBUG : potato: Seek from 10 to 0 2025/03/03 10:28:40 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/03 10:28:40 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/03 10:28:40 DEBUG : potato: Seek from 5 to 2 2025/03/03 10:28:40 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/03 10:28:40 DEBUG : potato: Seek from 7 to 0 2025/03/03 10:28:40 DEBUG : potato: Seek from 7 to 0 2025/03/03 10:28:40 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/03 10:28:40 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/03 10:28:40 DEBUG : potato: Seek from 5 to 2 2025/03/03 10:28:40 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/03 10:28:40 DEBUG : potato: Seek from 8 to 0 2025/03/03 10:28:40 DEBUG : potato: Seek from 8 to 0 2025/03/03 10:28:40 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/03 10:28:40 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/03 10:28:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/03 10:28:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/03 10:28:40 DEBUG : potato: Seek from 5 to 2 2025/03/03 10:28:40 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/03 10:28:40 DEBUG : potato: Seek from 9 to 0 2025/03/03 10:28:40 DEBUG : potato: Seek from 9 to 0 2025/03/03 10:28:40 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:28:42 DEBUG : rutabaga: md5 = 5c77c7c05b54a3cd791789c395d82752 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/03/03 10:28:44 DEBUG : empty space: md5 = d60201caa8befe318405732514dfc068 OK === RUN TestCheck/3 2025/03/03 10:28:46 DEBUG : potato2: md5 = cdda0b018d66b330391609d5b7d9afc8 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/03/03 10:28:48 DEBUG : remotepotato: md5 = a282989fcabcb5e34da4b3abe5c191cc OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.44s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.22s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/03/03 10:28:51 DEBUG : Creating backend with remote "nonexistent" 2025/03/03 10:28:51 DEBUG : Creating backend with remote "nonexistent" 2025/03/03 10:28:51 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/03 10:28:51 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/03/03 10:28:51 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/03 10:28:51 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:28:53 DEBUG : rutabaga: md5 = 2f253a2d1d7bd572b449e672c7a00c34 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/03/03 10:28:57 DEBUG : empty space: md5 = 9f9621140019f2f65775b9ca2d5ed327 OK === RUN TestCheckDownload/3 2025/03/03 10:29:00 DEBUG : potato2: md5 = 60cada34c6b1ac0b5520242f8b1a17c8 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/03/03 10:29:04 DEBUG : remotepotato: md5 = 94d5b0af5993ff115b4b41f7071215c1 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.05s) --- PASS: TestCheckDownload/1 (1.12s) --- PASS: TestCheckDownload/2 (1.42s) --- PASS: TestCheckDownload/3 (0.92s) --- PASS: TestCheckDownload/4 (0.94s) --- PASS: TestCheckDownload/5 (1.26s) --- PASS: TestCheckDownload/6 (1.02s) --- PASS: TestCheckDownload/7 (0.86s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:29:10 DEBUG : rutabaga: md5 = a257d72b114efc643457b3309c5afa0c OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/03/03 10:29:12 DEBUG : empty space: md5 = c8ee805c4bb68cf6709ea19a623afdef OK === RUN TestCheckSizeOnly/3 2025/03/03 10:29:14 DEBUG : potato2: md5 = 6d70f6014381a52b4f7ee17ba7348460 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/03/03 10:29:16 DEBUG : remotepotato: md5 = c0306c67eee0102090e67cafec6e3520 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.67s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.22s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.22s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:29:21 DEBUG : test.sum: md5 = 02803c04dee82b1f581233ba88ddab09 OK 2025/03/03 10:29:23 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/03 10:29:23 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/03 10:29:23 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/03 10:29:23 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/03 10:29:24 DEBUG : test.sum: md5 = c5924fa0c183c44a86c9ecfe1733dbc8 OK 2025/03/03 10:29:27 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/03 10:29:27 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/03 10:29:27 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/03 10:29:27 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.52s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:29:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/data" 2025/03/03 10:29:28 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso/data' lacks md5, skipping --- SKIP: TestCheckSum (1.96s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:29:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/data" 2025/03/03 10:29:30 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/vjrnln8ratgmqakfosrqe8espk" 2025/03/03 10:29:33 DEBUG : data/banana: md5 = 6f9c22826d05059bde8eff9da8535553 OK 2025/03/03 10:29:35 DEBUG : test.sum: md5 = bb2976baf96757439e5bd3939388e2a9 OK === RUN TestCheckSumDownload/subtest1 2025/03/03 10:29:39 DEBUG : data/potato: md5 = ac7c4071b8d46e26e24d5a125aed3035 OK 2025/03/03 10:29:41 DEBUG : test.sum: md5 = 275b91c7abbd4e38cf52bfa2119e35c8 OK === RUN TestCheckSumDownload/subtest2 2025/03/03 10:29:45 DEBUG : test.sum: md5 = 4a3abeebb8d41a3b36cc49f2f4fcfa0b OK === RUN TestCheckSumDownload/subtest3 2025/03/03 10:29:49 DEBUG : test.sum: md5 = b4b3e4a4a291112b12c6a537289a604d OK === RUN TestCheckSumDownload/subtest4 2025/03/03 10:29:53 DEBUG : test.sum: md5 = b75e3e5f0dc36e6d26481f4e408be1b6 OK === RUN TestCheckSumDownload/subtest5 2025/03/03 10:29:57 DEBUG : test.sum: md5 = e572208f3f68b97ccf0db4c1ef24961d OK === RUN TestCheckSumDownload/subtest6 2025/03/03 10:30:01 DEBUG : data/banana: md5 = e4f866d9c69a0e79499a7c61662e45aa OK 2025/03/03 10:30:02 DEBUG : data/potato: md5 = 37da88c57acdf4f0b5b44bf49690bc86 OK 2025/03/03 10:30:04 DEBUG : test.sum: md5 = c22051ebbce5c47538f39b43c6fe5f3b OK === RUN TestCheckSumDownload/subtest7 2025/03/03 10:30:09 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/03/03 10:30:09 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.10s) --- PASS: TestCheckSumDownload/subtest1 (2.35s) --- PASS: TestCheckSumDownload/subtest2 (2.12s) --- PASS: TestCheckSumDownload/subtest3 (2.09s) --- PASS: TestCheckSumDownload/subtest4 (2.34s) --- PASS: TestCheckSumDownload/subtest5 (1.92s) --- PASS: TestCheckSumDownload/subtest6 (1.86s) --- PASS: TestCheckSumDownload/subtest7 (2.49s) === RUN TestApplyTransforms 2025/03/03 10:30:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-baxohov8wilo" 2025/03/03 10:30:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:10 DEBUG : Creating backend with remote "TestDrive:crypt/fqo0rugm13obmspotil9qf8ohi3oik4u202q496od5sioit5mti0" 2025/03/03 10:30:11 DEBUG : Creating backend with remote "/tmp/rclone4025245528" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-baxohov8wilo'", Local "Local file system at /tmp/rclone4025245528", Modify Window "1ms" 2025/03/03 10:30:13 DEBUG : hello, world!: md5 = 79b736e00b38546f35b41ad87b309a7c OK upper checkfile vs. lower remote (without normalization) 2025/03/03 10:30:14 ERROR : hello, world!: sum not found 2025/03/03 10:30:14 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-baxohov8wilo' 2025/03/03 10:30:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxohov8wilo': 1 files missing 2025/03/03 10:30:14 NOTICE: 1 hashes missing 2025/03/03 10:30:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxohov8wilo': 2 differences found 2025/03/03 10:30:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxohov8wilo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/03 10:30:15 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxohov8wilo': 0 differences found 2025/03/03 10:30:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baxohov8wilo': 1 matching files 2025/03/03 10:30:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hivegic2quxa" 2025/03/03 10:30:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:15 DEBUG : Creating backend with remote "TestDrive:crypt/qq69coutjm0rsa3e64mfarh2vnctp96lbcke0eb6ttdedvpmvfk0" 2025/03/03 10:30:16 DEBUG : Creating backend with remote "/tmp/rclone1763348500" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hivegic2quxa'", Local "Local file system at /tmp/rclone1763348500", Modify Window "1ms" 2025/03/03 10:30:18 DEBUG : HELLO, WORLD!: md5 = 8b08eafdf7c605a4af592721291227b5 OK lower checkfile vs. upper remote (without normalization) 2025/03/03 10:30:18 ERROR : HELLO, WORLD!: sum not found 2025/03/03 10:30:18 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hivegic2quxa' 2025/03/03 10:30:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivegic2quxa': 1 files missing 2025/03/03 10:30:18 NOTICE: 1 hashes missing 2025/03/03 10:30:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivegic2quxa': 2 differences found 2025/03/03 10:30:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivegic2quxa': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/03 10:30:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivegic2quxa': 0 differences found 2025/03/03 10:30:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hivegic2quxa': 1 matching files 2025/03/03 10:30:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-salezis3riti" 2025/03/03 10:30:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:19 DEBUG : Creating backend with remote "TestDrive:crypt/kah02sct52tj174ofccvbgvji1eqrdhfifi4cg2vbfn44i4l8lfg" 2025/03/03 10:30:20 DEBUG : Creating backend with remote "/tmp/rclone684495730" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-salezis3riti'", Local "Local file system at /tmp/rclone684495730", Modify Window "1ms" 2025/03/03 10:30:23 DEBUG : HeLlO, wOrLd!: md5 = 8bbaec736b0a4983b9e7775653c3dc71 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/03 10:30:23 ERROR : HeLlO, wOrLd!: sum not found 2025/03/03 10:30:23 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-salezis3riti' 2025/03/03 10:30:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salezis3riti': 1 files missing 2025/03/03 10:30:23 NOTICE: 1 hashes missing 2025/03/03 10:30:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salezis3riti': 2 differences found 2025/03/03 10:30:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salezis3riti': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/03 10:30:24 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salezis3riti': 0 differences found 2025/03/03 10:30:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salezis3riti': 1 matching files 2025/03/03 10:30:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gecogur0josi" 2025/03/03 10:30:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:24 DEBUG : Creating backend with remote "TestDrive:crypt/49acsnsd9ovjd4ra1nivcseruddjl9bfja6g8649muuq294uofbg" 2025/03/03 10:30:25 DEBUG : Creating backend with remote "/tmp/rclone2847146805" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gecogur0josi'", Local "Local file system at /tmp/rclone2847146805", Modify Window "1ms" 2025/03/03 10:30:27 DEBUG : HELLO, WORLD!: md5 = b0ddd1a008da75f2928e27aeba47044e OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/03 10:30:28 ERROR : HELLO, WORLD!: sum not found 2025/03/03 10:30:28 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gecogur0josi' 2025/03/03 10:30:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecogur0josi': 1 files missing 2025/03/03 10:30:28 NOTICE: 1 hashes missing 2025/03/03 10:30:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecogur0josi': 2 differences found 2025/03/03 10:30:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecogur0josi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/03 10:30:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecogur0josi': 0 differences found 2025/03/03 10:30:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecogur0josi': 1 matching files 2025/03/03 10:30:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nihoten8hovi" 2025/03/03 10:30:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:29 DEBUG : Creating backend with remote "TestDrive:crypt/fuv2h3404u1sf6mv4lvhvr61hjgst8aplle6bi3trksqa79gpoh0" 2025/03/03 10:30:30 DEBUG : Creating backend with remote "/tmp/rclone1855341801" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nihoten8hovi'", Local "Local file system at /tmp/rclone1855341801", Modify Window "1ms" 2025/03/03 10:30:32 DEBUG : 測試_Русский___ě_áñ: md5 = 1bb770b7fe449b418c565d79414cc3d7 OK NFD checkfile vs. NFC remote (without normalization) 2025/03/03 10:30:33 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/03 10:30:33 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nihoten8hovi' 2025/03/03 10:30:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nihoten8hovi': 1 files missing 2025/03/03 10:30:33 NOTICE: 1 hashes missing 2025/03/03 10:30:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nihoten8hovi': 2 differences found 2025/03/03 10:30:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nihoten8hovi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/03 10:30:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nihoten8hovi': 0 differences found 2025/03/03 10:30:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nihoten8hovi': 1 matching files 2025/03/03 10:30:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zulifav8gatu" 2025/03/03 10:30:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:34 DEBUG : Creating backend with remote "TestDrive:crypt/378a28gtlbedh9da74qsl3rc4ct80lphp0eur20ek36mkvl64o10" 2025/03/03 10:30:35 DEBUG : Creating backend with remote "/tmp/rclone1638746093" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zulifav8gatu'", Local "Local file system at /tmp/rclone1638746093", Modify Window "1ms" 2025/03/03 10:30:37 DEBUG : 測試_Русский___ě_áñ: md5 = 94108a95cf8c11faf3372c83f543b984 OK NFC checkfile vs. NFD remote (without normalization) 2025/03/03 10:30:38 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/03 10:30:38 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zulifav8gatu' 2025/03/03 10:30:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulifav8gatu': 1 files missing 2025/03/03 10:30:38 NOTICE: 1 hashes missing 2025/03/03 10:30:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulifav8gatu': 2 differences found 2025/03/03 10:30:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulifav8gatu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/03 10:30:39 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulifav8gatu': 0 differences found 2025/03/03 10:30:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulifav8gatu': 1 matching files 2025/03/03 10:30:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cohiful3toho" 2025/03/03 10:30:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:39 DEBUG : Creating backend with remote "TestDrive:crypt/upbrpckqn8lmcdrfngj2gilpsscibujlt6tavnjd2pjq8142crmg" 2025/03/03 10:30:40 DEBUG : Creating backend with remote "/tmp/rclone4221022227" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cohiful3toho'", Local "Local file system at /tmp/rclone4221022227", Modify Window "1ms" 2025/03/03 10:30:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 894e0d3bde5a1182e4d073bf7863c8f1 OK NFDx2 checkfile vs. both remote (without normalization) 2025/03/03 10:30:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/03 10:30:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cohiful3toho' 2025/03/03 10:30:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cohiful3toho': 1 files missing 2025/03/03 10:30:43 NOTICE: 1 hashes missing 2025/03/03 10:30:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cohiful3toho': 2 differences found 2025/03/03 10:30:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cohiful3toho': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/03 10:30:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cohiful3toho': 0 differences found 2025/03/03 10:30:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cohiful3toho': 1 matching files 2025/03/03 10:30:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bamipis1jiyi" 2025/03/03 10:30:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:44 DEBUG : Creating backend with remote "TestDrive:crypt/t5fma8896ub2esf3ae0766bur6uamhkao9s1nqbbi7pcbnasrqc0" 2025/03/03 10:30:45 DEBUG : Creating backend with remote "/tmp/rclone1412776892" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bamipis1jiyi'", Local "Local file system at /tmp/rclone1412776892", Modify Window "1ms" 2025/03/03 10:30:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c80d398ef74d2bb9bf1c988bb8e3776f OK NFCx2 checkfile vs. both remote (without normalization) 2025/03/03 10:30:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/03 10:30:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bamipis1jiyi' 2025/03/03 10:30:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamipis1jiyi': 1 files missing 2025/03/03 10:30:48 NOTICE: 1 hashes missing 2025/03/03 10:30:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamipis1jiyi': 2 differences found 2025/03/03 10:30:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamipis1jiyi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/03 10:30:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamipis1jiyi': 0 differences found 2025/03/03 10:30:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamipis1jiyi': 1 matching files 2025/03/03 10:30:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rijinur6reje" 2025/03/03 10:30:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:49 DEBUG : Creating backend with remote "TestDrive:crypt/5sj1hgtombpqiaerd8ga9cjdbq8lpg8l6kir88d8s5lknthicb70" 2025/03/03 10:30:50 DEBUG : Creating backend with remote "/tmp/rclone901828010" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rijinur6reje'", Local "Local file system at /tmp/rclone901828010", Modify Window "1ms" 2025/03/03 10:30:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f66583e99e08ee5115a9ca97b150b8c2 OK both checkfile vs. NFDx2 remote (without normalization) 2025/03/03 10:30:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/03 10:30:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rijinur6reje' 2025/03/03 10:30:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rijinur6reje': 1 files missing 2025/03/03 10:30:53 NOTICE: 1 hashes missing 2025/03/03 10:30:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rijinur6reje': 2 differences found 2025/03/03 10:30:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rijinur6reje': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/03 10:30:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rijinur6reje': 0 differences found 2025/03/03 10:30:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rijinur6reje': 1 matching files 2025/03/03 10:30:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-senobiz6fahu" 2025/03/03 10:30:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:30:54 DEBUG : Creating backend with remote "TestDrive:crypt/cnbra97rt9abdetb0ootsm3fe612ih98mh6a1283hjvmqm3veem0" 2025/03/03 10:30:55 DEBUG : Creating backend with remote "/tmp/rclone2684270904" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-senobiz6fahu'", Local "Local file system at /tmp/rclone2684270904", Modify Window "1ms" 2025/03/03 10:30:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = da7ebfc32303afb4f6f93c5bf02d7e0f OK both checkfile vs. NFCx2 remote (without normalization) 2025/03/03 10:30:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/03 10:30:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-senobiz6fahu' 2025/03/03 10:30:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-senobiz6fahu': 1 files missing 2025/03/03 10:30:57 NOTICE: 1 hashes missing 2025/03/03 10:30:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-senobiz6fahu': 2 differences found 2025/03/03 10:30:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-senobiz6fahu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/03 10:30:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/03 10:30:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-senobiz6fahu': 0 differences found 2025/03/03 10:30:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-senobiz6fahu': 1 matching files 2025/03/03 10:30:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-senobiz6fahu': Purge remote 2025/03/03 10:30:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rijinur6reje': Purge remote 2025/03/03 10:31:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bamipis1jiyi': Purge remote 2025/03/03 10:31:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cohiful3toho': Purge remote 2025/03/03 10:31:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zulifav8gatu': Purge remote 2025/03/03 10:31:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nihoten8hovi': Purge remote 2025/03/03 10:31:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gecogur0josi': Purge remote 2025/03/03 10:31:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-salezis3riti': Purge remote 2025/03/03 10:31:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hivegic2quxa': Purge remote 2025/03/03 10:31:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-baxohov8wilo': Purge remote --- PASS: TestApplyTransforms (53.84s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:31:04 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/03 10:31:06 DEBUG : sub/file2: md5 = 20be95d5000f66baa3f3f033adaedce3 OK 2025/03/03 10:31:06 INFO : file1: Copied (new) to: sub/file2 2025/03/03 10:31:07 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/03 10:31:07 DEBUG : file1: Unchanged skipping 2025/03/03 10:31:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': don't need to copy/move sub/file2, it is already at target location 2025/03/03 10:31:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.44s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:31:13 DEBUG : dst/file1: md5 = 468663fc5f57d991f877d13d2e0b2a89 OK 2025/03/03 10:31:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/backup" 2025/03/03 10:31:14 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/1nrff024r7pq65ecp72fc28jb0" 2025/03/03 10:31:15 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/03 10:31:18 INFO : dst/file1: Moved (server-side) 2025/03/03 10:31:19 DEBUG : dst/file1: md5 = e67bfc67e9f1e9f86e582490937d806c OK 2025/03/03 10:31:19 INFO : dst/file1: Copied (new) 2025/03/03 10:31:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/03 10:31:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/03 10:31:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.62s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:31:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/dst" 2025/03/03 10:31:24 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/03 10:31:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/CompareDest" 2025/03/03 10:31:26 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/gveqi14airsml4bgu7krj116o8" 2025/03/03 10:31:27 DEBUG : one: Need to transfer - File not found at Destination 2025/03/03 10:31:30 DEBUG : one: md5 = 722e502c7eb06606189819b9dc25f1f8 OK 2025/03/03 10:31:30 INFO : one: Copied (new) 2025/03/03 10:31:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/03 10:31:32 DEBUG : one: md5 = 063b81fd4d5a016b2c11ea0d2f29dc5e OK 2025/03/03 10:31:32 INFO : one: Copied (replaced existing) 2025/03/03 10:31:34 DEBUG : dst/one: md5 = 580308994751b7f6dfcdcecc57e469d2 OK 2025/03/03 10:31:36 DEBUG : CompareDest/one: md5 = 2b67a2a8296927909ba7f0cbfabb2995 OK 2025/03/03 10:31:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/03 10:31:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/03 10:31:38 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/03 10:31:40 DEBUG : CompareDest/two: md5 = 3ceaddc21e65b23ed88478238ba59eb7 OK 2025/03/03 10:31:40 DEBUG : two: Need to transfer - File not found at Destination 2025/03/03 10:31:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/03 10:31:41 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/03 10:31:41 DEBUG : two: Need to transfer - File not found at Destination 2025/03/03 10:31:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/03 10:31:42 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/03 10:31:43 DEBUG : two: Need to transfer - File not found at Destination 2025/03/03 10:31:43 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/03 10:31:45 DEBUG : two: md5 = 9b1a69cbd833df00c16601c47dae5303 OK 2025/03/03 10:31:45 INFO : two: Copied (new) 2025/03/03 10:31:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/03 10:31:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:31:48 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:31:48 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.92s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:31:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/dst" 2025/03/03 10:31:49 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/03 10:31:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/CopyDest" 2025/03/03 10:31:51 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/03 10:31:52 DEBUG : one: Need to transfer - File not found at Destination 2025/03/03 10:31:55 DEBUG : one: md5 = 89e3903a55ed814642d1921a9e31d892 OK 2025/03/03 10:31:55 INFO : one: Copied (new) 2025/03/03 10:31:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/03 10:31:58 DEBUG : one: md5 = 7b0020589851cb1d92aa9618d4114af7 OK 2025/03/03 10:31:58 INFO : one: Copied (replaced existing) 2025/03/03 10:32:00 DEBUG : dst/one: md5 = d0cefb7c709d4b1f2edf2c14efd29303 OK 2025/03/03 10:32:03 DEBUG : CopyDest/one: md5 = c413c8bb983659d36f019cccbc9ecc83 OK 2025/03/03 10:32:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/BackupDir" 2025/03/03 10:32:03 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/03 10:32:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/03 10:32:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/03 10:32:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/03 10:32:07 INFO : one: Moved (server-side) 2025/03/03 10:32:08 INFO : one: Copied (server-side copy) 2025/03/03 10:32:08 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/03 10:32:10 DEBUG : CopyDest/two: md5 = 26b25a9ee080f4f06baa2e4956b98309 OK 2025/03/03 10:32:11 DEBUG : two: Need to transfer - File not found at Destination 2025/03/03 10:32:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/03 10:32:12 INFO : two: Copied (server-side copy) 2025/03/03 10:32:12 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/03 10:32:13 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/03 10:32:13 DEBUG : two: Unchanged skipping 2025/03/03 10:32:15 DEBUG : CopyDest/three: md5 = 1ccf0bc88ae08ee6f705321921e8eac0 OK 2025/03/03 10:32:16 DEBUG : three: Need to transfer - File not found at Destination 2025/03/03 10:32:16 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/03 10:32:16 DEBUG : three: Destination not found in --copy-dest 2025/03/03 10:32:17 DEBUG : three: md5 = c24bb4999e8176b04266ce0ff802a913 OK 2025/03/03 10:32:17 INFO : three: Copied (new) 2025/03/03 10:32:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/03 10:32:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:32:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/03 10:32:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/03 10:32:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/03 10:32:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:32:24 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (36.69s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:32:27 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/03 10:32:29 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 3bcfd2221e3a4e7c3cd081db124cd327 OK 2025/03/03 10:32:29 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/03 10:32:30 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/03 10:32:30 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/03/03 10:32:31 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/03 10:32:32 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/03 10:32:33 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 48f16ac67175fe8c2a818a13e94cde40 OK 2025/03/03 10:32:33 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/03/03 10:32:35 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/03/03 10:32:35 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.17s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:32:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Looking for duplicate names using skip mode. 2025/03/03 10:32:40 NOTICE: one: Found 2 files with duplicate names 2025/03/03 10:32:40 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.94s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:32:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Looking for duplicate names using skip mode. 2025/03/03 10:32:46 NOTICE: one: Found 3 files with duplicate names 2025/03/03 10:32:46 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/03/03 10:32:46 INFO : one: Deleted 2025/03/03 10:32:46 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.61s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:32:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Looking for duplicate names using first mode. 2025/03/03 10:32:52 NOTICE: one: Found 3 files with duplicate names 2025/03/03 10:32:53 INFO : one: Deleted 2025/03/03 10:32:53 INFO : one: Deleted 2025/03/03 10:32:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.44s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:32:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Looking for duplicate names using newest mode. 2025/03/03 10:32:59 NOTICE: one: Found 3 files with duplicate names 2025/03/03 10:33:00 INFO : one: Deleted 2025/03/03 10:33:00 INFO : one: Deleted 2025/03/03 10:33:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.86s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:33:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Looking for duplicate names using oldest mode. 2025/03/03 10:33:06 NOTICE: one: Found 3 files with duplicate names 2025/03/03 10:33:07 INFO : one: Deleted 2025/03/03 10:33:07 INFO : one: Deleted 2025/03/03 10:33:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.57s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:33:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Looking for duplicate names using largest mode. 2025/03/03 10:33:13 NOTICE: one: Found 3 files with duplicate names 2025/03/03 10:33:13 INFO : one: Deleted 2025/03/03 10:33:13 INFO : one: Deleted 2025/03/03 10:33:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.45s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:33:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Looking for duplicate names using smallest mode. 2025/03/03 10:33:19 NOTICE: one: Found 3 files with duplicate names 2025/03/03 10:33:20 INFO : one: Deleted 2025/03/03 10:33:20 INFO : one: Deleted 2025/03/03 10:33:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.65s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:33:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Looking for duplicate names using rename mode. 2025/03/03 10:33:27 NOTICE: one.txt: Found 3 files with duplicate names 2025/03/03 10:33:28 INFO : one-2.txt: renamed from: one.txt 2025/03/03 10:33:29 INFO : one-3.txt: renamed from: one.txt 2025/03/03 10:33:31 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.07s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:33:36 DEBUG : dupe1/one.txt: md5 = a7b47ce0e17ac571ad2fc1ad0e9a9775 OK 2025/03/03 10:33:38 DEBUG : dupe2/two.txt: md5 = 9a3557fe437917c2f0f4620fc610120e OK 2025/03/03 10:33:40 DEBUG : dupe3/three.txt: md5 = 2752e8480c6fccfc376c875f7626bb74 OK 2025/03/03 10:33:40 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/03/03 10:33:41 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/03/03 10:33:41 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/03/03 10:33:42 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/03/03 10:33:46 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/03/03 10:33:46 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/03/03 10:33:46 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.96s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:33:48 DEBUG : a.txt: md5 = cea194ae2d19f54b14ec86e8711f63c4 OK 2025/03/03 10:33:50 DEBUG : zend.txt: md5 = 23dc65cc0bc5a36b6d2ec4fb4ff0b0b8 OK 2025/03/03 10:33:52 DEBUG : sub dir/hello world: md5 = 7bb7015bace911b157cdd283a37072ac OK 2025/03/03 10:33:53 DEBUG : sub dir/hello world2: md5 = d16cbe38a663f441fc9087a129f1aa48 OK 2025/03/03 10:33:55 DEBUG : sub dir/ignore dir/.ignore: md5 = 62d9f9a92d7bcde273685b517690bf12 OK 2025/03/03 10:33:57 DEBUG : sub dir/ignore dir/should be ignored: md5 = 0906072d4bcc6ee962d1b1c7395ba877 OK 2025/03/03 10:33:59 DEBUG : sub dir/sub sub dir/hello world3: md5 = 036fab55d79fa03769c7c1c3f2d9a70e OK 2025/03/03 10:34:00 DEBUG : a.txt: Excluded (Size Filter) 2025/03/03 10:34:00 DEBUG : a.txt: Excluded 2025/03/03 10:34:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/03 10:34:01 DEBUG : sub dir/hello world2: Excluded 2025/03/03 10:34:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/03 10:34:01 DEBUG : sub dir/hello world: Excluded 2025/03/03 10:34:01 DEBUG : sub dir/ignore dir: Excluded 2025/03/03 10:34:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/03 10:34:01 DEBUG : sub dir/hello world2: Excluded 2025/03/03 10:34:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/03 10:34:01 DEBUG : sub dir/hello world: Excluded 2025/03/03 10:34:02 DEBUG : sub dir/ignore dir: Excluded 2025/03/03 10:34:06 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/03/03 10:34:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/03/03 10:34:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/03/03 10:34:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/03/03 10:34:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/03/03 10:34:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/03/03 10:34:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.46s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:10 DEBUG : file1: md5 = e9bb2b527b88e006675e9646630dfdb8 OK 2025/03/03 10:34:12 DEBUG : sub/file2: md5 = b59859b942a43cdbeb32934dd2b700a3 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/03/03 10:34:15 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/03/03 10:34:16 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/03/03 10:34:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/03/03 10:34:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.20s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.29s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.88s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:20 DEBUG : file1: md5 = e0975f22e1ca06dcf04bcb34db45c6e5 OK 2025/03/03 10:34:23 DEBUG : sub/file2: md5 = 9479aaf43927dc78902e5c040a3db346 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/03/03 10:34:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/notfound" 2025/03/03 10:34:27 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/qe0i31qdkoejk60elps0ni5sqk" 2025/03/03 10:34:30 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.98s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.34s) --- PASS: TestStatJSON/RootNotFound (1.76s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Making directory 2025/03/03 10:34:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:34 DEBUG : sub dir/hello world: md5 = ed8599c73b4953d320dd1036ba009fe0 OK 2025/03/03 10:34:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.00s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:38 DEBUG : potato2: md5 = 716ebb1aadb2253291139a7153adc457 OK 2025/03/03 10:34:39 DEBUG : empty space: md5 = 96b782bfd27e2f6e5824fc64c8c9060b OK --- PASS: TestLs (4.78s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:43 DEBUG : potato2: md5 = 9d60283918bce194a4372bf03709c19a OK 2025/03/03 10:34:44 DEBUG : empty space: md5 = 54117c3de09d8476bbbcf5033275c112 OK 2025/03/03 10:34:45 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/03/03 10:34:45 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.23s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:48 DEBUG : potato2: md5 = 468036a11efe3eef88ff5e31e5a7deb1 OK 2025/03/03 10:34:50 DEBUG : empty space: md5 = 759a45d25b9858b4c56d0ddcbf4e0b89 OK --- PASS: TestLsLong (4.86s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:53 DEBUG : potato2: md5 = cb488ae06d7290e3c370a366c04a6472 OK 2025/03/03 10:34:54 DEBUG : empty space: md5 = 37b4882f544391d73e79c09534b43864 OK --- PASS: TestHashSums (4.50s) === RUN TestHashSumsWithErrors 2025/03/03 10:34:56 DEBUG : Creating backend with remote ":memory:" 2025/03/03 10:34:56 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/03 10:34:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/03 10:34:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/03 10:34:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/03 10:34:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/03 10:34:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/03 10:34:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/03 10:34:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/03 10:34: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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:34:58 DEBUG : potato2: md5 = 5ab8a79eec4857bd663c4d4547c3f8f9 OK 2025/03/03 10:34:59 DEBUG : empty space: md5 = 9ba93362df4f128406c9984f3ce241ba OK 2025/03/03 10:35:01 DEBUG : sub dir/potato3: md5 = 71477a3a559b344739b81fe2d89dae9d OK 2025/03/03 10:35:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.73s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:35:06 DEBUG : small: md5 = 8cef77515dcde84c439c638f22c2fcf9 OK 2025/03/03 10:35:08 DEBUG : medium: md5 = f0c241208384af42f08c4a782013d20d OK 2025/03/03 10:35:09 DEBUG : large: md5 = 34371cf5da19be748c8a8bdeda0736db OK 2025/03/03 10:35:10 DEBUG : Waiting for deletions to finish 2025/03/03 10:35:10 DEBUG : large: Excluded (Size Filter) 2025/03/03 10:35:10 INFO : small: Deleted 2025/03/03 10:35:10 INFO : medium: Deleted --- PASS: TestDelete (6.74s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:35:13 DEBUG : small: md5 = 4e34c969fdc718073d98dd8ee5c1c444 OK 2025/03/03 10:35:14 DEBUG : medium: md5 = 973b4a28d128040fd97467ce0af0e237 OK 2025/03/03 10:35:16 DEBUG : large: md5 = c7ab6b7858912f87bfd39ac1c5605242 OK 2025/03/03 10:35:16 DEBUG : Waiting for deletions to finish 2025/03/03 10:35:16 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/03/03 10:35:17 INFO : small: Deleted 2025/03/03 10:35:17 INFO : medium: Deleted --- PASS: TestMaxDelete (7.10s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:35:20 DEBUG : small: md5 = 831123f3a3ead4ad72123445cabb3ee6 OK 2025/03/03 10:35:22 DEBUG : medium: md5 = 4a6f20d4f801838fb9094e67a067f069 OK 2025/03/03 10:35:23 DEBUG : large: md5 = ba297ad20d811ecf210b115ee7a63250 OK 2025/03/03 10:35:24 DEBUG : Waiting for deletions to finish 2025/03/03 10:35:24 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/03 10:35:24 INFO : small: Deleted 2025/03/03 10:35:24 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.46s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:35:27 DEBUG : small: md5 = 15e11b5cff8ed266f6f69c97ca4946cf OK 2025/03/03 10:35:29 DEBUG : medium: md5 = 005c713c5bfcaab679834ce3e4adf1ac OK 2025/03/03 10:35:30 DEBUG : large: md5 = 10370014bb1af8a0f06001f86020c7d4 OK 2025/03/03 10:35:30 DEBUG : Waiting for deletions to finish 2025/03/03 10:35:31 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/03/03 10:35:31 INFO : large: Deleted 2025/03/03 10:35:31 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.68s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:35:34 DEBUG : ReadFile: md5 = 0318325494eb5ed8ef7baa1d5639dec4 OK --- PASS: TestReadFile (4.26s) === RUN TestRetry 2025/03/03 10:35:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/03 10:35:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/03 10:35:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/03 10:35:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/03 10:35:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/03 10:35:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/03 10:35:37 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:35:38 DEBUG : file1: md5 = 4a5684dd21cb05e4c0feeb68f2ddb5f3 OK 2025/03/03 10:35:40 DEBUG : file2: md5 = 3de17f061de8d52e500ab27d02df6a49 OK --- PASS: TestCat (18.02s) === RUN TestPurge 2025/03/03 10:35:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kotovud7xube" 2025/03/03 10:35:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/03 10:35:55 DEBUG : Creating backend with remote "TestDrive:crypt/nfhukldqkf5pl6u9brkisaetlp57ul52ji4bv2sirmlqb0tqu3p0" 2025/03/03 10:35:56 DEBUG : Creating backend with remote "/tmp/rclone229938872" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kotovud7xube'", Local "Local file system at /tmp/rclone229938872", Modify Window "1ms" 2025/03/03 10:36:01 DEBUG : A1/B1/C1/one: md5 = 53680f8ab1f2e5a63f2f658a77d5099d OK 2025/03/03 10:36:01 INFO : A2: Making directory 2025/03/03 10:36:01 INFO : A1/B2: Making directory 2025/03/03 10:36:02 INFO : A1/B2/C2: Making directory 2025/03/03 10:36:03 INFO : A1/B1/C3: Making directory 2025/03/03 10:36:04 INFO : A3: Making directory 2025/03/03 10:36:05 INFO : A3/B3: Making directory 2025/03/03 10:36:05 INFO : A3/B3/C4: Making directory 2025/03/03 10:36:08 DEBUG : A1/two: md5 = 54740b9018f5b285d40dafa9d3f499bb OK 2025/03/03 10:36:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kotovud7xube': Purge remote 2025/03/03 10:36:12 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.42s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:36:15 DEBUG : A1/B1/C1/one: md5 = 9bb41134a3eab665a6e27e20ae5ab151 OK 2025/03/03 10:36:15 INFO : A2: Making directory 2025/03/03 10:36:16 INFO : A1/B2: Making directory 2025/03/03 10:36:17 INFO : A1/B2/C2: Making directory 2025/03/03 10:36:18 INFO : A1/B1/C3: Making directory 2025/03/03 10:36:19 INFO : A3: Making directory 2025/03/03 10:36:20 INFO : A3/B3: Making directory 2025/03/03 10:36:20 INFO : A3/B3/C4: Making directory 2025/03/03 10:36:23 DEBUG : A1/two: md5 = 269bdb6c3eba7ac503cc9d01acbe12b5 OK 2025/03/03 10:36:24 DEBUG : removing 1 level 3 directories 2025/03/03 10:36:24 INFO : A3/B3/C4: Removing directory 2025/03/03 10:36:27 DEBUG : removing 2 level 3 directories 2025/03/03 10:36:27 INFO : A1/B2/C2: Removing directory 2025/03/03 10:36:27 INFO : A1/B1/C3: Removing directory 2025/03/03 10:36:27 DEBUG : removing 2 level 2 directories 2025/03/03 10:36:27 INFO : A3/B3: Removing directory 2025/03/03 10:36:27 INFO : A1/B2: Removing directory 2025/03/03 10:36:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/03 10:36:28 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/03/03 10:36:28 DEBUG : removing 2 level 1 directories 2025/03/03 10:36:28 INFO : A3: Removing directory 2025/03/03 10:36:28 INFO : A2: Removing directory 2025/03/03 10:36:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/03/03 10:36:32 DEBUG : removing 1 level 3 directories 2025/03/03 10:36:32 INFO : A1/B1/C1: Removing directory 2025/03/03 10:36:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:33 DEBUG : removing 1 level 2 directories 2025/03/03 10:36:33 INFO : A1/B1: Removing directory 2025/03/03 10:36:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/03 10:36:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/03 10:36:34 DEBUG : removing 1 level 1 directories 2025/03/03 10:36:34 INFO : A1: Removing directory 2025/03/03 10:36:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/03 10:36:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/03 10:36:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/03 10:36:35 DEBUG : removing 1 level 0 directories 2025/03/03 10:36:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Removing directory 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/03 10:36:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (24.62s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:36:37 INFO : A1: Making directory 2025/03/03 10:36:38 INFO : A1/B1: Making directory 2025/03/03 10:36:38 INFO : A1/B1/C1: Making directory 2025/03/03 10:36:41 DEBUG : removing 1 level 3 directories 2025/03/03 10:36:41 INFO : A1/B1/C1: Removing directory 2025/03/03 10:36:42 DEBUG : removing 1 level 2 directories 2025/03/03 10:36:42 INFO : A1/B1: Removing directory 2025/03/03 10:36:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/03 10:36:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.19s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:36:44 INFO : A1: Making directory 2025/03/03 10:36:45 INFO : A1/B1: Making directory 2025/03/03 10:36:46 INFO : A1/B1/C1: Making directory 2025/03/03 10:36:49 DEBUG : removing 1 level 3 directories 2025/03/03 10:36:49 INFO : A1/B1/C1: Removing directory 2025/03/03 10:36:49 DEBUG : removing 1 level 2 directories 2025/03/03 10:36:49 INFO : A1/B1: Removing directory 2025/03/03 10:36:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/03 10:36:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.78s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:36:54 DEBUG : file1: md5 = 2b0d879c7fc894a54c639f25f8b7bb77 OK 2025/03/03 10:36:54 DEBUG : filename.txt: File name found in url 2025/03/03 10:36:56 DEBUG : filename.txt: md5 = 04569821bc7f035206b6ddd14be6bdb7 OK 2025/03/03 10:36:56 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/03/03 10:36:57 DEBUG : headerfilename.txt: md5 = 8bb18cfaa37057c4d97c4a2b3c64a311 OK 2025/03/03 10:36:59 DEBUG : file2: md5 = 67b6eb33f8f78fef6bf8e5570bab3be5 OK --- PASS: TestCopyURL (9.08s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:37:02 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/03 10:37:04 DEBUG : sub/file2: md5 = a54e368a17ae27f099513b4645251e47 OK 2025/03/03 10:37:04 INFO : file1: Copied (new) to: sub/file2 2025/03/03 10:37:04 INFO : file1: Deleted 2025/03/03 10:37:04 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/03 10:37:04 DEBUG : file1: Unchanged skipping 2025/03/03 10:37:04 INFO : file1: Deleted 2025/03/03 10:37:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': don't need to copy/move sub/file2, it is already at target location 2025/03/03 10:37:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.25s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:37:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/03 10:37:09 DEBUG : file1: md5 = 9f8f5add7be71df6a264e293e30b58a8 OK 2025/03/03 10:37:09 INFO : file1: Copied (new) 2025/03/03 10:37:09 INFO : file1: Deleted 2025/03/03 10:37:10 DEBUG : file1: Destination exists, skipping 2025/03/03 10:37:10 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.61s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:37:14 DEBUG : dst/file1: md5 = 25d813370ba16fb83aabe7028d36fb77 OK 2025/03/03 10:37:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puguwon6kaso/backup" 2025/03/03 10:37:15 DEBUG : Creating backend with remote "TestDrive:crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg/1nrff024r7pq65ecp72fc28jb0" 2025/03/03 10:37:17 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/03 10:37:19 INFO : dst/file1: Moved (server-side) 2025/03/03 10:37:21 DEBUG : dst/file1: md5 = 1480c2c7d87a2a92d4b42f9829fbb71b OK 2025/03/03 10:37:21 INFO : dst/file1: Copied (new) 2025/03/03 10:37:21 INFO : dst/file1: Deleted 2025/03/03 10:37:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/03 10:37:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/03 10:37:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.41s) === 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:37:28 DEBUG : A1/one: md5 = 47c3a87c41d9b3b2e83922eaf4f29140 OK 2025/03/03 10:37:29 DEBUG : A1/two: md5 = bdf398c45ee86fb817639a766c65fec0 OK 2025/03/03 10:37:32 DEBUG : A1/B1/three: md5 = cd66564d3d77c7ef434800b78cdc0b16 OK 2025/03/03 10:37:34 DEBUG : A1/B1/C1/four: md5 = d50cdac674ef796db9f4b1cdc69a762a OK 2025/03/03 10:37:36 DEBUG : A1/B1/C2/five: md5 = 86112cd9706d5356517dc4c72c1f40d5 OK 2025/03/03 10:37:36 INFO : A1/B2: Making directory 2025/03/03 10:37:37 INFO : A1/B1/C3: Making directory 2025/03/03 10:37:47 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/03 10:37:47 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/03 10:37:47 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/03 10:37:47 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/03 10:37:47 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/03 10:37:51 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/03 10:37:51 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/03 10:37:51 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/03 10:37:51 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/03 10:37:51 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/03 10:37:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/03 10:37:59 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/03 10:37:59 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/03 10:37:59 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/03 10:37:59 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/03 10:38:00 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/03 10:38:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/03 10:38:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/03 10:38:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/03 10:38:03 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/03 10:38:03 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/03 10:38:10 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/03/03 10:38:11 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/03/03 10:38:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/03 10:38:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/03 10:38:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/03 10:38:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/03 10:38:12 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/03 10:38:12 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/03 10:38:12 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/03 10:38:12 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (47.65s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:38:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': File to upload is small (34 bytes), uploading instead of streaming 2025/03/03 10:38:15 DEBUG : no_checksum_small_file_from_pipe: md5 = 46fb4d4cc95dba45fc1876ca1948d469 OK 2025/03/03 10:38:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/03/03 10:38:15 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/03 10:38:16 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/03/03 10:38:17 DEBUG : no_checksum_big_file_from_pipe: md5 = b955e9df14d33300b44f5c82ff41d33b OK 2025/03/03 10:38:17 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:38:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': File to upload is small (34 bytes), uploading instead of streaming 2025/03/03 10:38:20 DEBUG : with_checksum_small_file_from_pipe: md5 = 51a82c471cea07cbdb5223b92d95f4a6 OK 2025/03/03 10:38:20 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/03 10:38:21 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/03/03 10:38:22 DEBUG : with_checksum_big_file_from_pipe: md5 = 0ab86028f0f5bd4fc04163c901d5999b OK 2025/03/03 10:38:22 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:38:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': File to upload is small (34 bytes), uploading instead of streaming 2025/03/03 10:38:25 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/03 10:38:26 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/03 10:38:27 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-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:38:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': File to upload is small (34 bytes), uploading instead of streaming 2025/03/03 10:38:30 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/03 10:38:31 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/03 10:38:32 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.08s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.10s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.86s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.07s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.05s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/03/03 10:38:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': File to upload is small (48 bytes), uploading instead of streaming 2025/03/03 10:38:35 DEBUG : rcat_metadata: md5 = b8061e1543275e32ea7a84621538a69a OK 2025/03/03 10:38:35 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/03/03 10:38:37 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/03/03 10:38:38 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9c33b937cf69fbdc5e1d843a8391610c OK 2025/03/03 10:38:38 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.14s) --- PASS: TestRcatMetadata/Normal (2.83s) --- PASS: TestRcatMetadata/ViaDisk (2.88s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:38:41 DEBUG : potato1: md5 = c6ca58ae20041bd0f5358e05ab2013b2 OK 2025/03/03 10:38:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': File to upload is small (60 bytes), uploading instead of streaming 2025/03/03 10:38:43 DEBUG : potato2: md5 = 32158e39584a3c95d26df4de1a7f470b OK 2025/03/03 10:38:43 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.38s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:38:46 DEBUG : potato1: md5 = 5dd6a7a938371bc1cc36847b6c14aaad OK 2025/03/03 10:38:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': File to upload is small (60 bytes), uploading instead of streaming 2025/03/03 10:38:47 DEBUG : potato2: md5 = dd86d8100959144f1e5c3776f02ea176 OK 2025/03/03 10:38:47 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.56s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:38:51 DEBUG : potato2: md5 = 8e1ba7cb6a9afe4aeafcdefc8c1f04c8 OK 2025/03/03 10:38:53 DEBUG : empty space: md5 = 8e1f91dfcfd5e177193397b480c98997 OK 2025/03/03 10:38:55 DEBUG : sub dir/potato3: md5 = c49248a3872cf0f883ae44e997c1cc38 OK 2025/03/03 10:38:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Touching "sub dir/potato3" 2025/03/03 10:38:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Touching "empty space" 2025/03/03 10:38:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Touching "potato2" 2025/03/03 10:38:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.38s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:39:00 DEBUG : dir with metadata: Making directory with metadata 2025/03/03 10:39:01 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.42s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:39:02 DEBUG : directory with modtime: Making directory with metadata 2025/03/03 10:39:03 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.73s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:39:05 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/03 10:39:05 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/03 10:39:05 DEBUG : Google drive root 'crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg': Skipping btime metadata as can't update it on an existing file: 2025-03-03T10:39:05.69984313Z 2025/03/03 10:39:06 INFO : non existent directory: Updated directory metadata 2025/03/03 10:39:08 DEBUG : Google drive root 'crypt/8in615vnkpphopc77p630nsqa6mnnaq62u9vmn3cgj2fqbaab0kg': Skipping btime metadata as can't update it on an existing file: 2025-03-03T10:39:05.69984313Z 2025/03/03 10:39:08 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.70s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:39:10 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/03/03 10:39:12 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/03/03 10:39:12 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.20s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:39:14 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/03 10:39:14 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/03 10:39:14 DEBUG : dst: Making directory with metadata 2025/03/03 10:39:15 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/03 10:39:15 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/03 10:39:15 INFO : dst: Set directory modification time (using SetModTime) 2025/03/03 10:39:16 INFO : dst: Set directory modification time (using SetModTime) 2025/03/03 10:39:16 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/03/03 10:39:16 INFO : dst: Set directory modification time (using SetModTime) 2025/03/03 10:39:16 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.70s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso'", Local "Local file system at /tmp/rclone3333681658", Modify Window "1ms" 2025/03/03 10:39:20 DEBUG : sub dir/test remove existing: md5 = 8e84055b1df581d5afcdbdbca350c956 OK 2025/03/03 10:39:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 8e9431948def93deeca3aa7aef204d36 OK 2025/03/03 10:39:24 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.sojalep4" before starting 2025/03/03 10:39:25 DEBUG : sub dir/test remove existing.sojalep4: TEST: removing renamed existing file after operation 2025/03/03 10:39:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tiwehud2" before starting 2025/03/03 10:39:27 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tiwehud2: TEST: renaming existing back after failed operation 2025/03/03 10:39:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fahisiy3" before starting 2025/03/03 10:39:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fahisiy3: TEST: removing renamed existing file after operation 2025/03/03 10:39:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "5sbev9bg47ibe88hmabuhaoutve81slfv1sqp5bdpifp5c50m20g" 2025/03/03 10:39:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "qg2q0gs9337l2h5rqajkkgtuvhfk12ttv6l43rnqcbit9unk44eao8m3igl2hl4hco6adv10a8upfl8cqrm77i6mebcpo9n8trbov2p6juil9h5ddsm5neoinei5979434rallaomfoi6a7gt5ar9qvfcll6ub9cngg6bmm4dm8qf7rj5p50" --- PASS: TestRemoveExisting (13.99s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/03/03 10:39:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puguwon6kaso': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m53.846506455s (try 1/5)