"./operations.test -test.v -test.timeout 1h0m0s -remote TestFilen: -verbose" - Starting (try 1/5) 2026/01/24 02:13:58 DEBUG : Creating backend with remote "TestFilen:rclone-test-lawimuy3luli" 2026/01/24 02:13:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/24 02:13:59 DEBUG : Creating backend with remote "/tmp/rclone1720126815" === 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:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" === RUN TestMultithreadCopy/upload=false,size=2097151,streams=2 === NAME TestMultithreadCopy run.go:290: Failed to put "test-multithread-copy-false-2097151-2" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error === NAME TestMultithreadCopy/upload=false,size=2097151,streams=2 testing.go:1679: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test --- FAIL: TestMultithreadCopy (62.90s) --- FAIL: TestMultithreadCopy/upload=false,size=2097151,streams=2 (61.11s) === RUN TestMultithreadCopyAbort run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "test-multithread-abort" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestMultithreadCopyAbort (1.79s) === RUN TestSizeDiffers 2026/01/24 02:15:04 DEBUG : a: size = 0 OK 2026/01/24 02:15:04 DEBUG : a: size = 1 (memory) 2026/01/24 02:15:04 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/01/24 02:15:04 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/01/24 02:15:04 DEBUG : potato: Seek from 10 to 0 2026/01/24 02:15:04 DEBUG : potato: Seek from 10 to 0 2026/01/24 02:15:04 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/01/24 02:15:04 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Seek from 5 to 2 2026/01/24 02:15:04 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/01/24 02:15:04 DEBUG : potato: Seek from 7 to 0 2026/01/24 02:15:04 DEBUG : potato: Seek from 7 to 0 2026/01/24 02:15:04 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/01/24 02:15:04 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Seek from 5 to 2 2026/01/24 02:15:04 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/01/24 02:15:04 DEBUG : potato: Seek from 8 to 0 2026/01/24 02:15:04 DEBUG : potato: Seek from 8 to 0 2026/01/24 02:15:04 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/01/24 02:15:04 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/24 02:15:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/24 02:15:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/24 02:15:04 DEBUG : potato: Seek from 5 to 2 2026/01/24 02:15:04 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/01/24 02:15:04 DEBUG : potato: Seek from 9 to 0 2026/01/24 02:15:04 DEBUG : potato: Seek from 9 to 0 2026/01/24 02:15:04 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/ReadAt (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/ReadAt (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/ReadAt (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/ReadAt (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:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "rutabaga" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestCheck (1.02s) === RUN TestCheckFsError 2026/01/24 02:15:05 DEBUG : Creating backend with remote "nonexistent" 2026/01/24 02:15:05 DEBUG : Config file has changed externally - reloading 2026/01/24 02:15:05 DEBUG : Creating backend with remote "nonexistent" 2026/01/24 02:15:05 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/01/24 02:15:05 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/01/24 02:15:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/01/24 02:15:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 1 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "rutabaga" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestCheckDownload (3.89s) === RUN TestCheckSizeOnly run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "rutabaga" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestCheckSizeOnly (0.99s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "test.sum" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestParseSumFile (0.81s) === RUN TestCheckSum run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:15:10 DEBUG : Creating backend with remote "TestFilen:rclone-test-lawimuy3luli/data" check_test.go:350: Filen support@rclone.com at /rclone-test-lawimuy3luli/data lacks md5, skipping --- SKIP: TestCheckSum (2.98s) === RUN TestCheckSumDownload run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:15:13 DEBUG : Creating backend with remote "TestFilen:rclone-test-lawimuy3luli/data" run.go:290: Failed to put "data/banana" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestCheckSumDownload (2.32s) === RUN TestApplyTransforms 2026/01/24 02:15:16 DEBUG : Creating backend with remote "TestFilen:rclone-test-tezopeq7dixo" 2026/01/24 02:15:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/24 02:15:16 DEBUG : Creating backend with remote "/tmp/rclone1776471819" run.go:185: Remote "Filen support@rclone.com at /rclone-test-tezopeq7dixo", Local "Local file system at /tmp/rclone1776471819", Modify Window "1ms" run.go:290: Failed to put "hello, world!" to "Filen support@rclone.com at /rclone-test-tezopeq7dixo": upload chunk 0: response error: Internal error. internal_error 2026/01/24 02:15:18 DEBUG : Filen support@rclone.com at /rclone-test-tezopeq7dixo: Purge remote --- FAIL: TestApplyTransforms (2.41s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:15:18 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/24 02:15:19 ERROR : file1: Failed to copy: upload chunk 0: response error: Internal error. internal_error copy_test.go:114: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:114 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestCopyFile --- FAIL: TestCopyFile (1.66s) === RUN TestCopyLongFile run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.18s) === RUN TestCopyFileBackupDir run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "dst/file1" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestCopyFileBackupDir (1.85s) === RUN TestCopyFileCompareDest run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:15:22 DEBUG : Creating backend with remote "TestFilen:rclone-test-lawimuy3luli/dst" 2026/01/24 02:15:23 DEBUG : Creating backend with remote "TestFilen:rclone-test-lawimuy3luli/CompareDest" 2026/01/24 02:15:23 DEBUG : one: Need to transfer - File not found at Destination 2026/01/24 02:15:25 ERROR : one: Failed to copy: upload chunk 0: response error: Internal error. internal_error copy_test.go:207: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:207 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestCopyFileCompareDest --- FAIL: TestCopyFileCompareDest (4.21s) === RUN TestCopyFileCopyDest run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (0.16s) === RUN TestCopyInplace run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.17s) === RUN TestCopyLongFileName run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.24s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.36s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:15:27 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/01/24 02:15:29 ERROR : TestCopyFileMaxTransfer/file1: Failed to copy: upload chunk 0: response error: Internal error. internal_error copy_test.go:491: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:491 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestCopyFileMaxTransfer --- FAIL: TestCopyFileMaxTransfer (3.43s) === RUN TestDeduplicateInteractive run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.19s) === RUN TestDeduplicateSkip run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.30s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.17s) === RUN TestDeduplicateFirst run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.23s) === RUN TestDeduplicateNewest run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.20s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "one" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestDeduplicateNewestByHash (0.77s) === RUN TestDeduplicateOldest run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.27s) === RUN TestDeduplicateLargest run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.42s) === RUN TestDeduplicateSmallest run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.16s) === RUN TestDeduplicateRename run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.15s) === RUN TestMergeDirs run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.21s) === RUN TestListDirSorted run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "a.txt" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestListDirSorted (122.36s) === RUN TestListDirSortedFn run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "a.txt" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestListDirSortedFn (0.86s) === RUN TestListJSON run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "file1" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestListJSON (0.68s) === RUN TestStatJSON run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "file1" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestStatJSON (0.89s) === RUN TestMkdir run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:17:38 INFO : Filen support@rclone.com at /rclone-test-lawimuy3luli: Making directory 2026/01/24 02:17:39 INFO : Filen support@rclone.com at /rclone-test-lawimuy3luli: Making directory --- PASS: TestMkdir (0.98s) === RUN TestLsd run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "sub dir/hello world" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestLsd (2.25s) === RUN TestLs run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "potato2" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestLs (1.49s) === RUN TestLsWithFilesFrom run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "potato2" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestLsWithFilesFrom (0.54s) === RUN TestLsLong run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "potato2" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestLsLong (0.86s) === RUN TestHashSums run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "potato2" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestHashSums (0.77s) === RUN TestHashSumsWithErrors 2026/01/24 02:17:45 DEBUG : Creating backend with remote ":memory:" 2026/01/24 02:17:45 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/01/24 02:17:45 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/01/24 02:17:45 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/01/24 02:17:45 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/01/24 02:17:45 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/01/24 02:17:45 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/01/24 02:17:45 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/01/24 02:17:45 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/01/24 02:17:45 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:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "potato2" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestCount (0.75s) === RUN TestDelete run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "small" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestDelete (1.17s) === RUN TestMaxDelete run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "small" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestMaxDelete (0.76s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "small" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestMaxDeleteSizeLargeFile (1.13s) === RUN TestMaxDeleteSize run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "small" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestMaxDeleteSize (1.31s) === RUN TestReadFile run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "ReadFile" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestReadFile (1.04s) === RUN TestRetry 2026/01/24 02:17:51 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/01/24 02:17:51 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/01/24 02:17:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/24 02:17:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/24 02:17:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/24 02:17:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/24 02:17:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "file1" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestCat (0.66s) === RUN TestPurge 2026/01/24 02:17:52 DEBUG : Creating backend with remote "TestFilen:rclone-test-xejekor1pupo" 2026/01/24 02:17:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/24 02:17:54 DEBUG : Creating backend with remote "/tmp/rclone367153410" run.go:185: Remote "Filen support@rclone.com at /rclone-test-xejekor1pupo", Local "Local file system at /tmp/rclone367153410", Modify Window "1ms" run.go:290: Failed to put "A1/B1/C1/one" to "Filen support@rclone.com at /rclone-test-xejekor1pupo": upload chunk 0: response error: Internal error. internal_error 2026/01/24 02:17:56 DEBUG : Filen support@rclone.com at /rclone-test-xejekor1pupo: Purge remote --- FAIL: TestPurge (4.50s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "A1/B1/C1/one" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestRmdirsNoLeaveRoot (3.06s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:00 INFO : A1: Making directory 2026/01/24 02:18:00 INFO : A1/B1: Making directory 2026/01/24 02:18:01 INFO : A1/B1/C1: Making directory 2026/01/24 02:18:02 DEBUG : removing 1 level 3 directories 2026/01/24 02:18:02 INFO : A1/B1/C1: Removing directory 2026/01/24 02:18:03 DEBUG : removing 1 level 2 directories 2026/01/24 02:18:03 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.58s) === RUN TestRmdirsWithFilter run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:04 INFO : A1: Making directory 2026/01/24 02:18:04 INFO : A1/B1: Making directory 2026/01/24 02:18:05 INFO : A1/B1/C1: Making directory 2026/01/24 02:18:06 DEBUG : removing 1 level 3 directories 2026/01/24 02:18:06 INFO : A1/B1/C1: Removing directory 2026/01/24 02:18:07 DEBUG : removing 1 level 2 directories 2026/01/24 02:18:07 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.03s) === RUN TestCopyURL run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:09 ERROR : file1: Post request put error: upload chunk 0: response error: Internal error. internal_error operations_test.go:843: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:843 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestCopyURL --- FAIL: TestCopyURL (0.87s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:09 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/24 02:18:10 ERROR : file1: Failed to copy: upload chunk 0: response error: Internal error. internal_error 2026/01/24 02:18:10 ERROR : file1: Not deleting source as copy failed: upload chunk 0: response error: Internal error. internal_error operations_test.go:940: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:940 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestMoveFile --- FAIL: TestMoveFile (2.03s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:11 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/24 02:18:13 ERROR : file1: Failed to copy: upload chunk 0: response error: Internal error. internal_error 2026/01/24 02:18:13 ERROR : file1: Not deleting source as copy failed: upload chunk 0: response error: Internal error. internal_error operations_test.go:968: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:968 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestMoveFileWithIgnoreExisting --- FAIL: TestMoveFileWithIgnoreExisting (1.96s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.17s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.66s) === RUN TestMoveFileBackupDir run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "dst/file1" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestMoveFileBackupDir (1.10s) === 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:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "A1/one" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestDirMove (1.24s) === RUN TestGetFsInfo run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" --- PASS: TestGetFsInfo (0.27s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:17 DEBUG : Filen support@rclone.com at /rclone-test-lawimuy3luli: File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1516: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1516 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestRcat/withChecksum=false,ignoreChecksum=false === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:18 DEBUG : Filen support@rclone.com at /rclone-test-lawimuy3luli: File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1516: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1516 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestRcat/withChecksum=true,ignoreChecksum=false === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:19 DEBUG : Filen support@rclone.com at /rclone-test-lawimuy3luli: File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1516: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1516 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestRcat/withChecksum=false,ignoreChecksum=true === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:19 DEBUG : Filen support@rclone.com at /rclone-test-lawimuy3luli: File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1516: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1516 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestRcat/withChecksum=true,ignoreChecksum=true --- FAIL: TestRcat (3.44s) --- FAIL: TestRcat/withChecksum=false,ignoreChecksum=false (1.62s) --- FAIL: TestRcat/withChecksum=true,ignoreChecksum=false (0.48s) --- FAIL: TestRcat/withChecksum=false,ignoreChecksum=true (0.78s) --- FAIL: TestRcat/withChecksum=true,ignoreChecksum=true (0.55s) === RUN TestRcatMetadata run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.18s) === RUN TestRcatSize run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" 2026/01/24 02:18:21 ERROR : potato1: Post request put error: upload chunk 0: response error: Internal error. internal_error operations_test.go:1601: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1601 Error: Received unexpected error: upload chunk 0: response error: Internal error. internal_error Test: TestRcatSize --- FAIL: TestRcatSize (1.09s) === RUN TestRcatSizeMetadata run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.18s) === RUN TestTouchDir run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "potato2" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestTouchDir (1.17s) === RUN TestMkdirMetadata run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.15s) === RUN TestMkdirModTime run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.18s) === RUN TestCopyDirMetadata run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.16s) === RUN TestSetDirModTime run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.16s) === RUN TestDirsEqual run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.18s) === RUN TestRemoveExisting run.go:185: Remote "Filen support@rclone.com at /rclone-test-lawimuy3luli", Local "Local file system at /tmp/rclone1720126815", Modify Window "1ms" run.go:290: Failed to put "sub dir/test remove existing" to "Filen support@rclone.com at /rclone-test-lawimuy3luli": upload chunk 0: response error: Internal error. internal_error --- FAIL: TestRemoveExisting (1.64s) === 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 TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) FAIL 2026/01/24 02:18:25 DEBUG : Filen support@rclone.com at /rclone-test-lawimuy3luli: Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestFilen: -verbose" - Finished ERROR in 4m27.082218444s (try 1/5): exit status 1: Failed [TestMultithreadCopy/upload=false,size=2097151,streams=2 TestMultithreadCopyAbort TestCheck TestCheckDownload TestCheckSizeOnly TestParseSumFile TestCheckSumDownload TestApplyTransforms TestCopyFile TestCopyFileBackupDir TestCopyFileCompareDest TestCopyFileMaxTransfer TestDeduplicateNewestByHash TestListDirSorted TestListDirSortedFn TestListJSON TestStatJSON TestLsd TestLs TestLsWithFilesFrom TestLsLong TestHashSums TestCount TestDelete TestMaxDelete TestMaxDeleteSizeLargeFile TestMaxDeleteSize TestReadFile TestCat TestPurge TestRmdirsNoLeaveRoot TestCopyURL TestMoveFile TestMoveFileWithIgnoreExisting TestMoveFileBackupDir TestDirMove TestRcat/withChecksum=false,ignoreChecksum=false TestRcat/withChecksum=true,ignoreChecksum=false TestRcat/withChecksum=false,ignoreChecksum=true TestRcat/withChecksum=true,ignoreChecksum=true TestRcatSize TestTouchDir TestRemoveExisting]