"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/03/22 01:08:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu" 2025/03/22 01:08:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:08:45 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090" 2025/03/22 01:08:46 DEBUG : Creating backend with remote "/tmp/rclone292086938" === 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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", 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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/03/22 01:08:46 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/22 01:08:46 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/22 01:08:46 DEBUG : potato: Seek from 10 to 0 2025/03/22 01:08:46 DEBUG : potato: Seek from 10 to 0 2025/03/22 01:08:46 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/22 01:08:46 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/22 01:08:46 DEBUG : potato: Seek from 5 to 2 2025/03/22 01:08:46 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/22 01:08:46 DEBUG : potato: Seek from 7 to 0 2025/03/22 01:08:46 DEBUG : potato: Seek from 7 to 0 2025/03/22 01:08:46 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/22 01:08:46 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/22 01:08:46 DEBUG : potato: Seek from 5 to 2 2025/03/22 01:08:46 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/22 01:08:46 DEBUG : potato: Seek from 8 to 0 2025/03/22 01:08:46 DEBUG : potato: Seek from 8 to 0 2025/03/22 01:08:46 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/22 01:08:46 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/22 01:08:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/22 01:08:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/22 01:08:46 DEBUG : potato: Seek from 5 to 2 2025/03/22 01:08:46 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/22 01:08:46 DEBUG : potato: Seek from 9 to 0 2025/03/22 01:08:46 DEBUG : potato: Seek from 9 to 0 2025/03/22 01:08:46 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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:08:49 DEBUG : rutabaga: md5 = d38f7e340f642489051e7d1915ad8365 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/03/22 01:08:51 DEBUG : empty space: md5 = 65355705fe200c17db8650d89f0c507e OK === RUN TestCheck/3 2025/03/22 01:08:54 DEBUG : potato2: md5 = e5ca994f066387e2ef26bbdeff362603 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/03/22 01:08:56 DEBUG : remotepotato: md5 = 5259895b7f4017c8ac1bcca8e6ca8f37 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.05s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.32s) --- PASS: TestCheck/4 (0.30s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/03/22 01:09:00 DEBUG : Creating backend with remote "nonexistent" 2025/03/22 01:09:00 DEBUG : Creating backend with remote "nonexistent" 2025/03/22 01:09:00 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/22 01:09:00 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/22 01:09:00 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/22 01:09:00 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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:09:01 DEBUG : rutabaga: md5 = 362ab1adf093db98b0564595247c3aee OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/03/22 01:09:05 DEBUG : empty space: md5 = 0c28505cacaa9c9051c5f11bf3b428dc OK === RUN TestCheckDownload/3 2025/03/22 01:09:08 DEBUG : potato2: md5 = b66a13ecb1f4d27a9317b057e7cf8bf9 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/03/22 01:09:13 DEBUG : remotepotato: md5 = aefcf418295a11df8eab9aaf3d623925 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.85s) --- PASS: TestCheckDownload/1 (1.48s) --- PASS: TestCheckDownload/2 (1.01s) --- PASS: TestCheckDownload/3 (1.01s) --- PASS: TestCheckDownload/4 (1.49s) --- PASS: TestCheckDownload/5 (1.23s) --- PASS: TestCheckDownload/6 (0.99s) --- PASS: TestCheckDownload/7 (1.90s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:09:20 DEBUG : rutabaga: md5 = b0ec28d6de48a1ad5b04c72d443d7da2 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/03/22 01:09:22 DEBUG : empty space: md5 = 7d05c06be713f5a617fcc99fd3cb4ab4 OK === RUN TestCheckSizeOnly/3 2025/03/22 01:09:24 DEBUG : potato2: md5 = cf535c067f187984f2caca07a3a0a810 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/03/22 01:09:27 DEBUG : remotepotato: md5 = b9f9b7af701bad8ef9791895c86e2d31 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.71s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.29s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:09:32 DEBUG : test.sum: md5 = f21b901aae9571ae2421e98b0e8f24b4 OK 2025/03/22 01:09:33 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/22 01:09:33 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/22 01:09:33 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/22 01:09:33 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/22 01:09:34 DEBUG : test.sum: md5 = 57a03a17f9df7779560c08d3eb8c611e OK 2025/03/22 01:09:35 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/22 01:09:35 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/22 01:09:35 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/22 01:09:35 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.10s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:09:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/data" 2025/03/22 01:09:36 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.13s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:09:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/data" 2025/03/22 01:09:38 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/vjrnln8ratgmqakfosrqe8espk" 2025/03/22 01:09:42 DEBUG : data/banana: md5 = 03ea233b32d4a217f7d4389ecc9bbac4 OK 2025/03/22 01:09:44 DEBUG : test.sum: md5 = 16a8d34b354aa33f8a43c8f1c8cf0159 OK === RUN TestCheckSumDownload/subtest1 2025/03/22 01:09:49 DEBUG : data/potato: md5 = dad4852628ef32df04a86539bc01e331 OK 2025/03/22 01:09:50 DEBUG : test.sum: md5 = 3a86e449653577306a4103a2246fc423 OK === RUN TestCheckSumDownload/subtest2 2025/03/22 01:09:54 DEBUG : test.sum: md5 = c565ebf8f3844491b514fbffcbb2f76f OK === RUN TestCheckSumDownload/subtest3 2025/03/22 01:09:59 DEBUG : test.sum: md5 = 599a9a89f515b2a55d4f36d1cff548d9 OK === RUN TestCheckSumDownload/subtest4 2025/03/22 01:10:03 DEBUG : test.sum: md5 = 81957edd36cc5b0e6b7c82b65c0b3041 OK === RUN TestCheckSumDownload/subtest5 2025/03/22 01:10:07 DEBUG : test.sum: md5 = a1624d9cafdbad25aea205fba8e6ca9e OK === RUN TestCheckSumDownload/subtest6 2025/03/22 01:10:12 DEBUG : data/banana: md5 = 6af00d0472a415fd7d41cbb74519b001 OK 2025/03/22 01:10:13 DEBUG : data/potato: md5 = 09ac8ec55064a06beda2eed00712cdcf OK 2025/03/22 01:10:15 DEBUG : test.sum: md5 = 5f6c3bff6b4a76b2cd4b8885d496cd80 OK === RUN TestCheckSumDownload/subtest7 2025/03/22 01:10:20 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/03/22 01:10:20 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (42.36s) --- PASS: TestCheckSumDownload/subtest1 (2.74s) --- PASS: TestCheckSumDownload/subtest2 (2.11s) --- PASS: TestCheckSumDownload/subtest3 (2.33s) --- PASS: TestCheckSumDownload/subtest4 (2.30s) --- PASS: TestCheckSumDownload/subtest5 (2.21s) --- PASS: TestCheckSumDownload/subtest6 (2.83s) --- PASS: TestCheckSumDownload/subtest7 (2.36s) === RUN TestApplyTransforms 2025/03/22 01:10:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capudif5yutu" 2025/03/22 01:10:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:10:21 DEBUG : Creating backend with remote "TestDrive:crypt/ufsctboo547k595p6lrjt0koreunh4ucei8b46b0nlg2b0dcd6h0" 2025/03/22 01:10:22 DEBUG : Creating backend with remote "/tmp/rclone99320124" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capudif5yutu'", Local "Local file system at /tmp/rclone99320124", Modify Window "1ms" 2025/03/22 01:10:24 DEBUG : hello, world!: md5 = 444a6e4c9d58d5110eacb932b9260ae0 OK upper checkfile vs. lower remote (without normalization) 2025/03/22 01:10:25 ERROR : hello, world!: sum not found 2025/03/22 01:10:25 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-capudif5yutu' 2025/03/22 01:10:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-capudif5yutu': 1 files missing 2025/03/22 01:10:25 NOTICE: 1 hashes missing 2025/03/22 01:10:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-capudif5yutu': 2 differences found 2025/03/22 01:10:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-capudif5yutu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/22 01:10:26 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:10:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-capudif5yutu': 0 differences found 2025/03/22 01:10:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-capudif5yutu': 1 matching files 2025/03/22 01:10:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gotelod4kogo" 2025/03/22 01:10:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:10:26 DEBUG : Creating backend with remote "TestDrive:crypt/t93s02cia44vbasl8ra60o6ri1vpq99b07fq17doi96kpd14lha0" 2025/03/22 01:10:27 DEBUG : Creating backend with remote "/tmp/rclone2453238954" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gotelod4kogo'", Local "Local file system at /tmp/rclone2453238954", Modify Window "1ms" 2025/03/22 01:10:29 DEBUG : HELLO, WORLD!: md5 = 19977d2afcd1a6a645c5dd972e96241a OK lower checkfile vs. upper remote (without normalization) 2025/03/22 01:10:30 ERROR : HELLO, WORLD!: sum not found 2025/03/22 01:10:30 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gotelod4kogo' 2025/03/22 01:10:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gotelod4kogo': 1 files missing 2025/03/22 01:10:30 NOTICE: 1 hashes missing 2025/03/22 01:10:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gotelod4kogo': 2 differences found 2025/03/22 01:10:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gotelod4kogo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/22 01:10:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:10:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gotelod4kogo': 0 differences found 2025/03/22 01:10:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gotelod4kogo': 1 matching files 2025/03/22 01:10:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapiwib5melo" 2025/03/22 01:10:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:10:31 DEBUG : Creating backend with remote "TestDrive:crypt/adg5vagk9e7i9fuvudu2eenbf9oei0uleb6tafdqq829bpi733lg" 2025/03/22 01:10:32 DEBUG : Creating backend with remote "/tmp/rclone22134033" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapiwib5melo'", Local "Local file system at /tmp/rclone22134033", Modify Window "1ms" 2025/03/22 01:10:34 DEBUG : HeLlO, wOrLd!: md5 = a17aebe8d3cd973a721885ee10005782 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/22 01:10:35 ERROR : HeLlO, wOrLd!: sum not found 2025/03/22 01:10:35 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mapiwib5melo' 2025/03/22 01:10:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mapiwib5melo': 1 files missing 2025/03/22 01:10:35 NOTICE: 1 hashes missing 2025/03/22 01:10:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mapiwib5melo': 2 differences found 2025/03/22 01:10:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mapiwib5melo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/22 01:10:36 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:10:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mapiwib5melo': 0 differences found 2025/03/22 01:10:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mapiwib5melo': 1 matching files 2025/03/22 01:10:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-civocak1cixu" 2025/03/22 01:10:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:10:36 DEBUG : Creating backend with remote "TestDrive:crypt/9b9u0rtf9gqe9er3cv6adolpn1cut82ii55ll9rh6b67h5odmnqg" 2025/03/22 01:10:37 DEBUG : Creating backend with remote "/tmp/rclone1043751994" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-civocak1cixu'", Local "Local file system at /tmp/rclone1043751994", Modify Window "1ms" 2025/03/22 01:10:40 DEBUG : HELLO, WORLD!: md5 = 61dcc5f31fff2e9dbe92267d420ce3d1 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/22 01:10:40 ERROR : HELLO, WORLD!: sum not found 2025/03/22 01:10:40 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-civocak1cixu' 2025/03/22 01:10:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-civocak1cixu': 1 files missing 2025/03/22 01:10:40 NOTICE: 1 hashes missing 2025/03/22 01:10:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-civocak1cixu': 2 differences found 2025/03/22 01:10:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-civocak1cixu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/22 01:10:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:10:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-civocak1cixu': 0 differences found 2025/03/22 01:10:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-civocak1cixu': 1 matching files 2025/03/22 01:10:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bidamon9guqo" 2025/03/22 01:10:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:10:41 DEBUG : Creating backend with remote "TestDrive:crypt/eitqpg7uqh4t30vhne9ee67fsnf6tklj0ol85k5a4367bef8ggtg" 2025/03/22 01:10:42 DEBUG : Creating backend with remote "/tmp/rclone597672828" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bidamon9guqo'", Local "Local file system at /tmp/rclone597672828", Modify Window "1ms" 2025/03/22 01:10:45 DEBUG : 測試_Русский___ě_áñ: md5 = 23ebbd66bc3f6ab323be8f2bea059e38 OK NFD checkfile vs. NFC remote (without normalization) 2025/03/22 01:10:45 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/22 01:10:45 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bidamon9guqo' 2025/03/22 01:10:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bidamon9guqo': 1 files missing 2025/03/22 01:10:45 NOTICE: 1 hashes missing 2025/03/22 01:10:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bidamon9guqo': 2 differences found 2025/03/22 01:10:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bidamon9guqo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/22 01:10:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:10:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bidamon9guqo': 0 differences found 2025/03/22 01:10:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bidamon9guqo': 1 matching files 2025/03/22 01:10:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-razikog3qaka" 2025/03/22 01:10:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:10:47 DEBUG : Creating backend with remote "TestDrive:crypt/l95fbmb5n2m2b2agmshkd59veklflfl0n98uipper2vlokr2ffjg" 2025/03/22 01:10:48 DEBUG : Creating backend with remote "/tmp/rclone925364684" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-razikog3qaka'", Local "Local file system at /tmp/rclone925364684", Modify Window "1ms" 2025/03/22 01:10:50 DEBUG : 測試_Русский___ě_áñ: md5 = a26780fe792b9e19a76b1849a3be50a4 OK NFC checkfile vs. NFD remote (without normalization) 2025/03/22 01:10:50 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/22 01:10:50 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-razikog3qaka' 2025/03/22 01:10:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-razikog3qaka': 1 files missing 2025/03/22 01:10:50 NOTICE: 1 hashes missing 2025/03/22 01:10:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-razikog3qaka': 2 differences found 2025/03/22 01:10:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-razikog3qaka': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/22 01:10:51 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:10:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-razikog3qaka': 0 differences found 2025/03/22 01:10:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-razikog3qaka': 1 matching files 2025/03/22 01:10:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fatetal5nuhi" 2025/03/22 01:10:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:10:51 DEBUG : Creating backend with remote "TestDrive:crypt/klkaicakc8o2f1bihe3rcl9nfst16i2nfr64tdb136sbn7smd6t0" 2025/03/22 01:10:52 DEBUG : Creating backend with remote "/tmp/rclone314144094" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fatetal5nuhi'", Local "Local file system at /tmp/rclone314144094", Modify Window "1ms" 2025/03/22 01:10:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 68ba3ceaaebd147263cc87434fa5c6bf OK NFDx2 checkfile vs. both remote (without normalization) 2025/03/22 01:10:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/22 01:10:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fatetal5nuhi' 2025/03/22 01:10:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fatetal5nuhi': 1 files missing 2025/03/22 01:10:55 NOTICE: 1 hashes missing 2025/03/22 01:10:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fatetal5nuhi': 2 differences found 2025/03/22 01:10:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fatetal5nuhi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/22 01:10:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:10:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fatetal5nuhi': 0 differences found 2025/03/22 01:10:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fatetal5nuhi': 1 matching files 2025/03/22 01:10:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xetopes5wude" 2025/03/22 01:10:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:10:56 DEBUG : Creating backend with remote "TestDrive:crypt/nnv7i6nemtrqp2t9am96vaq74r6q2leat4h003ek59unpsk65nqg" 2025/03/22 01:10:57 DEBUG : Creating backend with remote "/tmp/rclone3607046013" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xetopes5wude'", Local "Local file system at /tmp/rclone3607046013", Modify Window "1ms" 2025/03/22 01:11:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8e2064120fb67a918ca8ba971b28d0c7 OK NFCx2 checkfile vs. both remote (without normalization) 2025/03/22 01:11:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/22 01:11:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xetopes5wude' 2025/03/22 01:11:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xetopes5wude': 1 files missing 2025/03/22 01:11:00 NOTICE: 1 hashes missing 2025/03/22 01:11:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xetopes5wude': 2 differences found 2025/03/22 01:11:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xetopes5wude': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/22 01:11:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:11:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xetopes5wude': 0 differences found 2025/03/22 01:11:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xetopes5wude': 1 matching files 2025/03/22 01:11:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xadawej2doxu" 2025/03/22 01:11:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:11:01 DEBUG : Creating backend with remote "TestDrive:crypt/o0n07inok8r36kfngnlbumspr31mf5qi7es2pqaad3qoom70uug0" 2025/03/22 01:11:02 DEBUG : Creating backend with remote "/tmp/rclone2436361451" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xadawej2doxu'", Local "Local file system at /tmp/rclone2436361451", Modify Window "1ms" 2025/03/22 01:11:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0cb0ebde260a08c4afb1dedc52d3f555 OK both checkfile vs. NFDx2 remote (without normalization) 2025/03/22 01:11:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/22 01:11:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xadawej2doxu' 2025/03/22 01:11:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadawej2doxu': 1 files missing 2025/03/22 01:11:05 NOTICE: 1 hashes missing 2025/03/22 01:11:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadawej2doxu': 2 differences found 2025/03/22 01:11:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadawej2doxu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/22 01:11:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:11:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadawej2doxu': 0 differences found 2025/03/22 01:11:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadawej2doxu': 1 matching files 2025/03/22 01:11:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-liraguy6volo" 2025/03/22 01:11:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:11:07 DEBUG : Creating backend with remote "TestDrive:crypt/psgujam3t9il0egp5rreti1cris0qhhp7c9i75gaqu0l6ohck590" 2025/03/22 01:11:08 DEBUG : Creating backend with remote "/tmp/rclone1467456979" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-liraguy6volo'", Local "Local file system at /tmp/rclone1467456979", Modify Window "1ms" 2025/03/22 01:11:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b8cb522bc8a873d538e03ca4a74e6454 OK both checkfile vs. NFCx2 remote (without normalization) 2025/03/22 01:11:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/22 01:11:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-liraguy6volo' 2025/03/22 01:11:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-liraguy6volo': 1 files missing 2025/03/22 01:11:10 NOTICE: 1 hashes missing 2025/03/22 01:11:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-liraguy6volo': 2 differences found 2025/03/22 01:11:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-liraguy6volo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/22 01:11:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/22 01:11:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-liraguy6volo': 0 differences found 2025/03/22 01:11:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-liraguy6volo': 1 matching files 2025/03/22 01:11:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-liraguy6volo': Purge remote 2025/03/22 01:11:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xadawej2doxu': Purge remote 2025/03/22 01:11:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xetopes5wude': Purge remote 2025/03/22 01:11:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fatetal5nuhi': Purge remote 2025/03/22 01:11:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-razikog3qaka': Purge remote 2025/03/22 01:11:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bidamon9guqo': Purge remote 2025/03/22 01:11:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-civocak1cixu': Purge remote 2025/03/22 01:11:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapiwib5melo': Purge remote 2025/03/22 01:11:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gotelod4kogo': Purge remote 2025/03/22 01:11:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capudif5yutu': Purge remote --- PASS: TestApplyTransforms (55.14s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:11:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/22 01:11:18 DEBUG : sub/file2: md5 = 66c0c55e14e7f7859a0842707a50fc71 OK 2025/03/22 01:11:18 INFO : file1: Copied (new) to: sub/file2 2025/03/22 01:11:19 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/22 01:11:19 DEBUG : file1: Unchanged skipping 2025/03/22 01:11:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': don't need to copy/move sub/file2, it is already at target location 2025/03/22 01:11:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.04s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:11:25 DEBUG : dst/file1: md5 = 91cd0848ad3c7b618395e2e35e697921 OK 2025/03/22 01:11:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/backup" 2025/03/22 01:11:25 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/1nrff024r7pq65ecp72fc28jb0" 2025/03/22 01:11:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/22 01:11:29 INFO : dst/file1: Moved (server-side) 2025/03/22 01:11:31 DEBUG : dst/file1: md5 = e84d938a6d6df9bf232de02b6a2af69e OK 2025/03/22 01:11:31 INFO : dst/file1: Copied (new) 2025/03/22 01:11:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/22 01:11:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/22 01:11:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.89s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:11:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/dst" 2025/03/22 01:11:35 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/22 01:11:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/CompareDest" 2025/03/22 01:11:37 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/gveqi14airsml4bgu7krj116o8" 2025/03/22 01:11:39 DEBUG : one: Need to transfer - File not found at Destination 2025/03/22 01:11:41 DEBUG : one: md5 = 756896fc8347d61fcffa2da52f0ca986 OK 2025/03/22 01:11:41 INFO : one: Copied (new) 2025/03/22 01:11:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/22 01:11:44 DEBUG : one: md5 = 7a982c155753c185fe4509a9be05c074 OK 2025/03/22 01:11:44 INFO : one: Copied (replaced existing) 2025/03/22 01:11:45 DEBUG : dst/one: md5 = 5ac554cc28b9d3054e9d76ee6413cbab OK 2025/03/22 01:11:48 DEBUG : CompareDest/one: md5 = 8ec8132e7c54cdbfa19fcc24b142414c OK 2025/03/22 01:11:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/22 01:11:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/22 01:11:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/22 01:11:51 DEBUG : CompareDest/two: md5 = e57b11aa1473bf91ed3641a46965979a OK 2025/03/22 01:11:52 DEBUG : two: Need to transfer - File not found at Destination 2025/03/22 01:11:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/22 01:11:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/22 01:11:53 DEBUG : two: Need to transfer - File not found at Destination 2025/03/22 01:11:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/22 01:11:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/22 01:11:54 DEBUG : two: Need to transfer - File not found at Destination 2025/03/22 01:11:54 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/22 01:11:56 DEBUG : two: md5 = 796ae78c3a9c628b705567a95f84852d OK 2025/03/22 01:11:56 INFO : two: Copied (new) 2025/03/22 01:11:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/22 01:11:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:12:00 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:12:00 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.95s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:12:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/dst" 2025/03/22 01:12:00 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/22 01:12:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/CopyDest" 2025/03/22 01:12:02 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/22 01:12:03 DEBUG : one: Need to transfer - File not found at Destination 2025/03/22 01:12:06 DEBUG : one: md5 = 6f6c2671b60a37fdde5ac8cbe823e1ed OK 2025/03/22 01:12:06 INFO : one: Copied (new) 2025/03/22 01:12:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/22 01:12:08 DEBUG : one: md5 = a1a446664ea1d6951eaa452eb4c501a8 OK 2025/03/22 01:12:08 INFO : one: Copied (replaced existing) 2025/03/22 01:12:10 DEBUG : dst/one: md5 = b7b2ec964229b19a25fbec39a5456023 OK 2025/03/22 01:12:13 DEBUG : CopyDest/one: md5 = 1cf49fb6699bbd79e6af7945777150e6 OK 2025/03/22 01:12:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/BackupDir" 2025/03/22 01:12:13 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/22 01:12:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/22 01:12:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/22 01:12:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/22 01:12:17 INFO : one: Moved (server-side) 2025/03/22 01:12:18 INFO : one: Copied (server-side copy) 2025/03/22 01:12:18 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/22 01:12:20 DEBUG : CopyDest/two: md5 = 47539274ade008a670c7a3fbe702c72f OK 2025/03/22 01:12:21 DEBUG : two: Need to transfer - File not found at Destination 2025/03/22 01:12:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/22 01:12:22 INFO : two: Copied (server-side copy) 2025/03/22 01:12:22 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/22 01:12:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/22 01:12:23 DEBUG : two: Unchanged skipping 2025/03/22 01:12:24 DEBUG : CopyDest/three: md5 = b145993015c4d35f2ac854966ec01e7d OK 2025/03/22 01:12:25 DEBUG : three: Need to transfer - File not found at Destination 2025/03/22 01:12:25 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/22 01:12:25 DEBUG : three: Destination not found in --copy-dest 2025/03/22 01:12:27 DEBUG : three: md5 = a048a4b9a52c70113259b3c9e37771a2 OK 2025/03/22 01:12:27 INFO : three: Copied (new) 2025/03/22 01:12:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/22 01:12:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/22 01:12:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:12:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/22 01:12:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/22 01:12:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:12:33 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.49s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:12:35 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/22 01:12:37 DEBUG : TestCopyFileMaxTransfer/file1: md5 = d2a6dab86fce7e30c52ae3ab709d02bc OK 2025/03/22 01:12:37 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/22 01:12:38 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/22 01:12:38 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/22 01:12:39 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/22 01:12:39 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/22 01:12:41 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 81eab339db43f7e2b7137ea56efdd209 OK 2025/03/22 01:12:41 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/03/22 01:12:43 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/03/22 01:12:43 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.82s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.41s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:12:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Looking for duplicate names using skip mode. 2025/03/22 01:12:47 NOTICE: one: Found 2 files with duplicate names 2025/03/22 01:12:47 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.66s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:12:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Looking for duplicate names using skip mode. 2025/03/22 01:12:53 NOTICE: one: Found 3 files with duplicate names 2025/03/22 01:12:53 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/03/22 01:12:53 INFO : one: Deleted 2025/03/22 01:12:53 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.28s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:12:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Looking for duplicate names using first mode. 2025/03/22 01:12:59 NOTICE: one: Found 3 files with duplicate names 2025/03/22 01:12:59 INFO : one: Deleted 2025/03/22 01:13:00 INFO : one: Deleted 2025/03/22 01:13:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.33s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:13:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Looking for duplicate names using newest mode. 2025/03/22 01:13:05 NOTICE: one: Found 3 files with duplicate names 2025/03/22 01:13:06 INFO : one: Deleted 2025/03/22 01:13:06 INFO : one: Deleted 2025/03/22 01:13:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.36s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:13:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Looking for duplicate names using oldest mode. 2025/03/22 01:13:12 NOTICE: one: Found 3 files with duplicate names 2025/03/22 01:13:13 INFO : one: Deleted 2025/03/22 01:13:13 INFO : one: Deleted 2025/03/22 01:13:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.59s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:13:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Looking for duplicate names using largest mode. 2025/03/22 01:13:19 NOTICE: one: Found 3 files with duplicate names 2025/03/22 01:13:19 INFO : one: Deleted 2025/03/22 01:13:20 INFO : one: Deleted 2025/03/22 01:13:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.26s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:13:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Looking for duplicate names using smallest mode. 2025/03/22 01:13:25 NOTICE: one: Found 3 files with duplicate names 2025/03/22 01:13:25 INFO : one: Deleted 2025/03/22 01:13:26 INFO : one: Deleted 2025/03/22 01:13:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.08s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:13:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Looking for duplicate names using rename mode. 2025/03/22 01:13:32 NOTICE: one.txt: Found 3 files with duplicate names 2025/03/22 01:13:34 INFO : one-2.txt: renamed from: one.txt 2025/03/22 01:13:35 INFO : one-3.txt: renamed from: one.txt 2025/03/22 01:13:36 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.77s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:13:41 DEBUG : dupe1/one.txt: md5 = ba43732fcbbcd30a36afc81811f0e14d OK 2025/03/22 01:13:43 DEBUG : dupe2/two.txt: md5 = 514ddd69079d36c311a705196fb74187 OK 2025/03/22 01:13:45 DEBUG : dupe3/three.txt: md5 = af13bf8d20583bf1c0700cbdfff0a6c8 OK 2025/03/22 01:13:46 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/03/22 01:13:46 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/03/22 01:13:47 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/03/22 01:13:48 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/03/22 01:13:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/03/22 01:13:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/03/22 01:13:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.93s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:13:53 DEBUG : a.txt: md5 = cbfb7cd838418c3f3c36b75d9d7087f4 OK 2025/03/22 01:13:54 DEBUG : zend.txt: md5 = be0e9f4f1bdf1f933cf73ed341653f38 OK 2025/03/22 01:13:57 DEBUG : sub dir/hello world: md5 = ce6f841429a1fb4bc4969a530884b8e4 OK 2025/03/22 01:13:58 DEBUG : sub dir/hello world2: md5 = 43bbd52af7c2624e7e8719631d872d11 OK 2025/03/22 01:14:00 DEBUG : sub dir/ignore dir/.ignore: md5 = 9bd40e06b20d11c9c8d85516dd9d16fe OK 2025/03/22 01:14:02 DEBUG : sub dir/ignore dir/should be ignored: md5 = e1ce61cff8f877a1ea8048f63150dcb7 OK 2025/03/22 01:14:04 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4920879d7508b3188fc4598834cb3dff OK 2025/03/22 01:14:05 DEBUG : a.txt: Excluded (Size Filter) 2025/03/22 01:14:05 DEBUG : a.txt: Excluded 2025/03/22 01:14:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/22 01:14:05 DEBUG : sub dir/hello world: Excluded 2025/03/22 01:14:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/22 01:14:05 DEBUG : sub dir/hello world2: Excluded 2025/03/22 01:14:06 DEBUG : sub dir/ignore dir: Excluded 2025/03/22 01:14:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/22 01:14:06 DEBUG : sub dir/hello world: Excluded 2025/03/22 01:14:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/22 01:14:06 DEBUG : sub dir/hello world2: Excluded 2025/03/22 01:14:06 DEBUG : sub dir/ignore dir: Excluded 2025/03/22 01:14:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/03/22 01:14:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/03/22 01:14:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/03/22 01:14:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/03/22 01:14:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/03/22 01:14:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/03/22 01:14:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.57s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:14:14 DEBUG : file1: md5 = 89128985036742e00d4fedabe31318cd OK 2025/03/22 01:14:16 DEBUG : sub/file2: md5 = c51a35bb6babf19a91a3e4dc4a9b128e 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/22 01:14:20 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/03/22 01:14:20 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/03/22 01:14:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/03/22 01:14:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.51s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.55s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.30s) --- PASS: TestListJSON/NoMimeType (0.22s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:14:24 DEBUG : file1: md5 = 7e00d5b40b05db1bedc136ec3b19c9a7 OK 2025/03/22 01:14:26 DEBUG : sub/file2: md5 = d2b26f8c294d8fb1151ca125c3949012 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/22 01:14:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/notfound" 2025/03/22 01:14:30 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/qe0i31qdkoejk60elps0ni5sqk" 2025/03/22 01:14:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.43s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.22s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.90s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:14:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Making directory 2025/03/22 01:14:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:14:37 DEBUG : sub dir/hello world: md5 = 5bbaa60be462272ebea211163834f67e OK 2025/03/22 01:14:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.80s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:14:41 DEBUG : potato2: md5 = c55a7aaec97c694c49518a69a062eed8 OK 2025/03/22 01:14:42 DEBUG : empty space: md5 = 1c7901148eeb05ace6f446365666cb83 OK --- PASS: TestLs (4.86s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:14:46 DEBUG : potato2: md5 = c2910fe0fea193c3c460cf4836d28c4e OK 2025/03/22 01:14:47 DEBUG : empty space: md5 = 98f35089818f4e6578893c04ecce3b94 OK 2025/03/22 01:14:48 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.05s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:14:51 DEBUG : potato2: md5 = 9e5b178eda09bfc109b9bbf038ca5de3 OK 2025/03/22 01:14:52 DEBUG : empty space: md5 = e27d0b223aeacc83158956c4e0058703 OK --- PASS: TestLsLong (4.51s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:14:55 DEBUG : potato2: md5 = df9224b3551d0a76bbc2a0d297725be2 OK 2025/03/22 01:14:57 DEBUG : empty space: md5 = 2d4d22c79c18107efe92b7b2fc59203f OK --- PASS: TestHashSums (4.42s) === RUN TestHashSumsWithErrors 2025/03/22 01:14:58 DEBUG : Creating backend with remote ":memory:" 2025/03/22 01:14:58 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/22 01:14:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/22 01:14:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/22 01:14:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/22 01:14:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/22 01:14:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/22 01:14:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/22 01:14:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/22 01:14:58 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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:15:00 DEBUG : potato2: md5 = 45da136c4c6f14ae248daac0568fb697 OK 2025/03/22 01:15:01 DEBUG : empty space: md5 = a8ac813224c7bcbde780ff93ea6136c4 OK 2025/03/22 01:15:03 DEBUG : sub dir/potato3: md5 = 911ecac63daa62636ae24f4848f6833c OK 2025/03/22 01:15:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.68s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:15:08 DEBUG : small: md5 = 601d311785de3add69051b56077fd52a OK 2025/03/22 01:15:10 DEBUG : medium: md5 = 40bb616c77d0e56560f948f6937d975e OK 2025/03/22 01:15:11 DEBUG : large: md5 = c939728b17481064ef0891ce84ca28e2 OK 2025/03/22 01:15:11 DEBUG : Waiting for deletions to finish 2025/03/22 01:15:11 DEBUG : large: Excluded (Size Filter) 2025/03/22 01:15:12 INFO : small: Deleted 2025/03/22 01:15:12 INFO : medium: Deleted --- PASS: TestDelete (6.19s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:15:15 DEBUG : small: md5 = 47a6233922614a310481f93900e039a0 OK 2025/03/22 01:15:16 DEBUG : medium: md5 = 3f9c8c1fcb523215004ff9d32bb8b0d5 OK 2025/03/22 01:15:17 DEBUG : large: md5 = 56c0a949a7d732020ca36426cba209bf OK 2025/03/22 01:15:17 DEBUG : Waiting for deletions to finish 2025/03/22 01:15:18 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/03/22 01:15:18 INFO : medium: Deleted 2025/03/22 01:15:18 INFO : small: Deleted --- PASS: TestMaxDelete (6.53s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:15:21 DEBUG : small: md5 = e225aa5f82655471136023dd7036de6e OK 2025/03/22 01:15:23 DEBUG : medium: md5 = 83085d0b7d54748f3a06fb619d27a1dd OK 2025/03/22 01:15:24 DEBUG : large: md5 = 853c4be134ca5699e7e4dff268f8fad9 OK 2025/03/22 01:15:24 DEBUG : Waiting for deletions to finish 2025/03/22 01:15:24 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/22 01:15:25 INFO : small: Deleted 2025/03/22 01:15:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.84s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:15:28 DEBUG : small: md5 = a54c7d3a3dd830e200f092dc9ddae49d OK 2025/03/22 01:15:29 DEBUG : medium: md5 = 3efe160e2e9bf78fa82e82dbd2f5c6d3 OK 2025/03/22 01:15:31 DEBUG : large: md5 = 41ae2eb41134fb638471b8b360028406 OK 2025/03/22 01:15:31 DEBUG : Waiting for deletions to finish 2025/03/22 01:15:31 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/22 01:15:32 INFO : small: Deleted 2025/03/22 01:15:32 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.53s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:15:35 DEBUG : ReadFile: md5 = 34c102ceb0b9d568716cee5ea9e17f77 OK --- PASS: TestReadFile (4.15s) === RUN TestRetry 2025/03/22 01:15:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/22 01:15:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/22 01:15:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/22 01:15:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/22 01:15:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/22 01:15:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/22 01:15: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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:15:39 DEBUG : file1: md5 = 7d0011f86da3b0203bc4ebf16f14d531 OK 2025/03/22 01:15:40 DEBUG : file2: md5 = 46d2a152c4cc19a70870d133d32a86f9 OK --- PASS: TestCat (15.57s) === RUN TestPurge 2025/03/22 01:15:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gonewad2zumo" 2025/03/22 01:15:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/22 01:15:53 DEBUG : Creating backend with remote "TestDrive:crypt/a9pg9rjot73d2hphorl61feduo1t7radsr3hpr1rs2856el7psdg" 2025/03/22 01:15:54 DEBUG : Creating backend with remote "/tmp/rclone570802267" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gonewad2zumo'", Local "Local file system at /tmp/rclone570802267", Modify Window "1ms" 2025/03/22 01:15:58 DEBUG : A1/B1/C1/one: md5 = 4e51b347749e885e74ee0854687e354f OK 2025/03/22 01:15:58 INFO : A2: Making directory 2025/03/22 01:15:59 INFO : A1/B2: Making directory 2025/03/22 01:16:00 INFO : A1/B2/C2: Making directory 2025/03/22 01:16:01 INFO : A1/B1/C3: Making directory 2025/03/22 01:16:01 INFO : A3: Making directory 2025/03/22 01:16:02 INFO : A3/B3: Making directory 2025/03/22 01:16:03 INFO : A3/B3/C4: Making directory 2025/03/22 01:16:05 DEBUG : A1/two: md5 = 844fcc07be6f6f959b43beb4c0f592ae OK 2025/03/22 01:16:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gonewad2zumo': Purge remote 2025/03/22 01:16:09 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.64s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:16:12 DEBUG : A1/B1/C1/one: md5 = a273aae6f624932643ebb7e4866cfc5f OK 2025/03/22 01:16:12 INFO : A2: Making directory 2025/03/22 01:16:13 INFO : A1/B2: Making directory 2025/03/22 01:16:14 INFO : A1/B2/C2: Making directory 2025/03/22 01:16:14 INFO : A1/B1/C3: Making directory 2025/03/22 01:16:15 INFO : A3: Making directory 2025/03/22 01:16:16 INFO : A3/B3: Making directory 2025/03/22 01:16:17 INFO : A3/B3/C4: Making directory 2025/03/22 01:16:19 DEBUG : A1/two: md5 = f5a1718770cdf2f4dd2978e61e115f6c OK 2025/03/22 01:16:20 DEBUG : removing 1 level 3 directories 2025/03/22 01:16:20 INFO : A3/B3/C4: Removing directory 2025/03/22 01:16:22 DEBUG : removing 2 level 3 directories 2025/03/22 01:16:22 INFO : A1/B2/C2: Removing directory 2025/03/22 01:16:22 INFO : A1/B1/C3: Removing directory 2025/03/22 01:16:23 DEBUG : removing 2 level 2 directories 2025/03/22 01:16:23 INFO : A3/B3: Removing directory 2025/03/22 01:16:23 INFO : A1/B2: Removing directory 2025/03/22 01:16:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/22 01:16:23 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/03/22 01:16:24 DEBUG : removing 2 level 1 directories 2025/03/22 01:16:24 INFO : A3: Removing directory 2025/03/22 01:16:24 INFO : A2: Removing directory 2025/03/22 01:16:24 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/03/22 01:16:28 DEBUG : removing 1 level 3 directories 2025/03/22 01:16:28 INFO : A1/B1/C1: Removing directory 2025/03/22 01:16:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:29 DEBUG : removing 1 level 2 directories 2025/03/22 01:16:29 INFO : A1/B1: Removing directory 2025/03/22 01:16:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/22 01:16:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/22 01:16:29 DEBUG : removing 1 level 1 directories 2025/03/22 01:16:29 INFO : A1: Removing directory 2025/03/22 01:16:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/22 01:16:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/22 01:16:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/22 01:16:30 DEBUG : removing 1 level 0 directories 2025/03/22 01:16:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Removing directory 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/22 01:16:30 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (22.74s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:16:32 INFO : A1: Making directory 2025/03/22 01:16:33 INFO : A1/B1: Making directory 2025/03/22 01:16:34 INFO : A1/B1/C1: Making directory 2025/03/22 01:16:36 DEBUG : removing 1 level 3 directories 2025/03/22 01:16:36 INFO : A1/B1/C1: Removing directory 2025/03/22 01:16:37 DEBUG : removing 1 level 2 directories 2025/03/22 01:16:37 INFO : A1/B1: Removing directory 2025/03/22 01:16:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/22 01:16:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.92s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:16:39 INFO : A1: Making directory 2025/03/22 01:16:40 INFO : A1/B1: Making directory 2025/03/22 01:16:41 INFO : A1/B1/C1: Making directory 2025/03/22 01:16:43 DEBUG : removing 1 level 3 directories 2025/03/22 01:16:43 INFO : A1/B1/C1: Removing directory 2025/03/22 01:16:44 DEBUG : removing 1 level 2 directories 2025/03/22 01:16:44 INFO : A1/B1: Removing directory 2025/03/22 01:16:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/22 01:16:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.35s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:16:48 DEBUG : file1: md5 = fb9f124baf53c16ccbaffab8541cd012 OK 2025/03/22 01:16:49 DEBUG : filename.txt: File name found in url 2025/03/22 01:16:50 DEBUG : filename.txt: md5 = 0e9efa7f0e169f8c8cf9f0f5b03b3d23 OK 2025/03/22 01:16:50 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/03/22 01:16:51 DEBUG : headerfilename.txt: md5 = 9626ac953b35106f02b48cc6be6a9a82 OK 2025/03/22 01:16:53 DEBUG : file2: md5 = 8983c961c03cf25a92c3297d36873419 OK --- PASS: TestCopyURL (8.79s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:16:56 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/22 01:16:58 DEBUG : sub/file2: md5 = 428e7e36f7bd8f653baff8125454215d OK 2025/03/22 01:16:58 INFO : file1: Copied (new) to: sub/file2 2025/03/22 01:16:58 INFO : file1: Deleted 2025/03/22 01:16:58 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/22 01:16:58 DEBUG : file1: Unchanged skipping 2025/03/22 01:16:58 INFO : file1: Deleted 2025/03/22 01:16:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': don't need to copy/move sub/file2, it is already at target location 2025/03/22 01:17:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.71s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:17:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/22 01:17:03 DEBUG : file1: md5 = bfe3a46ef6f6f8aebf39bd8f359ddb35 OK 2025/03/22 01:17:03 INFO : file1: Copied (new) 2025/03/22 01:17:03 INFO : file1: Deleted 2025/03/22 01:17:03 DEBUG : file1: Destination exists, skipping 2025/03/22 01:17:03 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.38s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:17:08 DEBUG : dst/file1: md5 = f999352b24d76dd86893355735cc16f2 OK 2025/03/22 01:17:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiwaguv0mizu/backup" 2025/03/22 01:17:08 DEBUG : Creating backend with remote "TestDrive:crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090/1nrff024r7pq65ecp72fc28jb0" 2025/03/22 01:17:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/22 01:17:12 INFO : dst/file1: Moved (server-side) 2025/03/22 01:17:14 DEBUG : dst/file1: md5 = a886ee9bdb30db7de201714880f37b87 OK 2025/03/22 01:17:14 INFO : dst/file1: Copied (new) 2025/03/22 01:17:14 INFO : dst/file1: Deleted 2025/03/22 01:17:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/22 01:17:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/22 01:17:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.65s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:17:20 DEBUG : A1/one: md5 = b0e1c9e29f268058cc4203d4c1e27903 OK 2025/03/22 01:17:22 DEBUG : A1/two: md5 = 37dc438de5766a5f473964e56fda6026 OK 2025/03/22 01:17:24 DEBUG : A1/B1/three: md5 = 4b3d85e8db90e05deb844ddfcd0467f9 OK 2025/03/22 01:17:26 DEBUG : A1/B1/C1/four: md5 = 8d403a846a91f612947343bb0a5b8f7f OK 2025/03/22 01:17:28 DEBUG : A1/B1/C2/five: md5 = d68cac4a0c5a4b8b1cfc902f2b04f619 OK 2025/03/22 01:17:28 INFO : A1/B2: Making directory 2025/03/22 01:17:28 INFO : A1/B1/C3: Making directory 2025/03/22 01:17:38 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/22 01:17:38 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/22 01:17:38 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/22 01:17:38 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/22 01:17:38 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/22 01:17:41 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/22 01:17:41 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/22 01:17:41 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/22 01:17:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/22 01:17:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/22 01:17:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/22 01:17:49 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/22 01:17:49 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/22 01:17:49 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/22 01:17:49 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/22 01:17:49 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/22 01:17:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/22 01:17:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/22 01:17:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/22 01:17:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/22 01:17:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/22 01:17:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/03/22 01:18:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/03/22 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/22 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/22 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/22 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/22 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/22 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/22 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/22 01:18:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.13s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': File to upload is small (34 bytes), uploading instead of streaming 2025/03/22 01:18:05 DEBUG : no_checksum_small_file_from_pipe: md5 = 0d3ecb855806d51c7ee08ec43e38a384 OK 2025/03/22 01:18:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/03/22 01:18:05 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/22 01:18:05 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/03/22 01:18:06 DEBUG : no_checksum_big_file_from_pipe: md5 = a0ebd1af033b4e6a4de3dd561e2e9131 OK 2025/03/22 01:18:06 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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': File to upload is small (34 bytes), uploading instead of streaming 2025/03/22 01:18:09 DEBUG : with_checksum_small_file_from_pipe: md5 = d47f4027007d606576507c5001563bbb OK 2025/03/22 01:18:09 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/22 01:18:10 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/03/22 01:18:11 DEBUG : with_checksum_big_file_from_pipe: md5 = a78e94c63c9a4036e86692c6325928d4 OK 2025/03/22 01:18:11 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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': File to upload is small (34 bytes), uploading instead of streaming 2025/03/22 01:18:14 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/22 01:18:15 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/22 01:18:16 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-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': File to upload is small (34 bytes), uploading instead of streaming 2025/03/22 01:18:19 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/22 01:18:20 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/22 01:18:21 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.14s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.15s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.80s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.09s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.10s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/03/22 01:18:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': File to upload is small (48 bytes), uploading instead of streaming 2025/03/22 01:18:24 DEBUG : rcat_metadata: md5 = e10cccfc37f808e3fb2633336b434999 OK 2025/03/22 01:18:24 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/03/22 01:18:26 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/03/22 01:18:27 DEBUG : rcat_metadata_uploadcutoff0: md5 = 80b568a9710cef7b184842ef9fe40618 OK 2025/03/22 01:18:27 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.05s) --- PASS: TestRcatMetadata/Normal (2.57s) --- PASS: TestRcatMetadata/ViaDisk (3.06s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:30 DEBUG : potato1: md5 = fcff27c504b7ab7de220f84751951716 OK 2025/03/22 01:18:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': File to upload is small (60 bytes), uploading instead of streaming 2025/03/22 01:18:31 DEBUG : potato2: md5 = 5a125dbebff5b34f8a05301ef98fd14c OK 2025/03/22 01:18:31 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.25s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:34 DEBUG : potato1: md5 = 660ebfa6e78831f5c405964fbc8a6db6 OK 2025/03/22 01:18:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': File to upload is small (60 bytes), uploading instead of streaming 2025/03/22 01:18:36 DEBUG : potato2: md5 = 4c676938a60d5d44633d3ae72d9f9b06 OK 2025/03/22 01:18:36 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.84s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:39 DEBUG : potato2: md5 = 5579d6722053a3d6f69a378901eba99f OK 2025/03/22 01:18:41 DEBUG : empty space: md5 = 78149335e1a73ef3dabfee180b4367c3 OK 2025/03/22 01:18:43 DEBUG : sub dir/potato3: md5 = f3f2b06ef6e209d02336b24b08aecfec OK 2025/03/22 01:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Touching "sub dir/potato3" 2025/03/22 01:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Touching "empty space" 2025/03/22 01:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Touching "potato2" 2025/03/22 01:18:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.53s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:47 DEBUG : dir with metadata: Making directory with metadata 2025/03/22 01:18:48 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.30s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:50 DEBUG : directory with modtime: Making directory with metadata 2025/03/22 01:18:50 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.36s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:52 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/22 01:18:52 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/22 01:18:52 DEBUG : Google drive root 'crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090': Skipping btime metadata as can't update it on an existing file: 2025-03-22T01:18:52.524285736Z 2025/03/22 01:18:53 INFO : non existent directory: Updated directory metadata 2025/03/22 01:18:55 DEBUG : Google drive root 'crypt/jb2jbfou1td25mkf2dhr6pk9micn6chke1mm4jsguarhl8dqq090': Skipping btime metadata as can't update it on an existing file: 2025-03-22T01:18:52.524285736Z 2025/03/22 01:18:55 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.91s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:18:57 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/03/22 01:18:59 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/03/22 01:18:59 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.07s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:19:01 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/22 01:19:01 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/22 01:19:01 DEBUG : dst: Making directory with metadata 2025/03/22 01:19:02 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/22 01:19:02 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/22 01:19:02 INFO : dst: Set directory modification time (using SetModTime) 2025/03/22 01:19:03 INFO : dst: Set directory modification time (using SetModTime) 2025/03/22 01:19:03 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/03/22 01:19:03 INFO : dst: Set directory modification time (using SetModTime) 2025/03/22 01:19:03 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.43s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu'", Local "Local file system at /tmp/rclone292086938", Modify Window "1ms" 2025/03/22 01:19:06 DEBUG : sub dir/test remove existing: md5 = 41cc4473f8af3bf2300703147e74b548 OK 2025/03/22 01:19:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = ec18e86cb73638495a1c11be130e8791 OK 2025/03/22 01:19:10 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wupidax7" before starting 2025/03/22 01:19:11 DEBUG : sub dir/test remove existing.wupidax7: TEST: removing renamed existing file after operation 2025/03/22 01:19:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pefiyeh2" before starting 2025/03/22 01:19:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pefiyeh2: TEST: renaming existing back after failed operation 2025/03/22 01:19:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zukorec7" before starting 2025/03/22 01:19:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zukorec7: TEST: removing renamed existing file after operation 2025/03/22 01:19:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "gogs0j7fqck4v0e44dtvkk12u1vdr8hjote4ugui11lbbnb4ti892c8g90ao0iss08hjovpnhpj7qmeabuhnnsogpjuhamh4dou36l95v01tnl811j37ujvm9t9ufqueeramhs36j205dbe3gc646nqt14ecnk67hqjpaki7df283fc7t00g" 2025/03/22 01:19:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "0ms7b52qf6ut3inpf5d9758spkd3hhv7mcbv43rubh1su7g0pg4g" --- PASS: TestRemoveExisting (13.04s) === 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/22 01:19:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiwaguv0mizu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m33.951138343s (try 1/5)