"./operations.test -test.v -test.timeout 2h0m0s -remote TestDrime: -list-retries 5 -verbose -test.run '^(TestCopyURL|TestDirMove|TestRcatSize|TestRemoveExisting)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false)$'" - Starting (try 3/5) 2026/08/12 04:44:04 DEBUG : Creating backend with remote "TestDrime:rclone-test-kamevey9jeri" 2026/08/12 04:44:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/12 04:44:06 DEBUG : Creating backend with remote "/tmp/rclone2601128155" === RUN TestCopyURL run.go:198: Remote "drime root 'rclone-test-kamevey9jeri'", Local "Local file system at /tmp/rclone2601128155", Modify Window "876000h0m0s" 2026/08/12 04:44:09 DEBUG : file1: size = 14 OK 2026/08/12 04:44:11 DEBUG : filename.txt: File name found in url 2026/08/12 04:44:15 DEBUG : filename.txt: size = 14 OK 2026/08/12 04:44:15 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/08/12 04:44:19 ERROR : headerfilename.txt: Post request put error: failed to upload file: Error "The file failed to upload." operations_test.go:863: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:863 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestCopyURL --- FAIL: TestCopyURL (21.56s) === RUN TestDirMove run.go:198: Remote "drime root 'rclone-test-kamevey9jeri'", Local "Local file system at /tmp/rclone2601128155", Modify Window "876000h0m0s" run.go:303: Failed to put "A1/two" to "drime root 'rclone-test-kamevey9jeri'": failed to upload file: Error "The file failed to upload." run.go:186: removing dir "A1" failed - try 1/5: sleeping 1s: directory not empty --- FAIL: TestDirMove (19.06s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "drime root 'rclone-test-kamevey9jeri'", Local "Local file system at /tmp/rclone2601128155", Modify Window "876000h0m0s" 2026/08/12 04:44:47 DEBUG : drime root 'rclone-test-kamevey9jeri': File to upload is small (34 bytes), uploading instead of streaming operations_test.go:1539: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1539 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestRcat/withChecksum=false,ignoreChecksum=false === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "drime root 'rclone-test-kamevey9jeri'", Local "Local file system at /tmp/rclone2601128155", Modify Window "876000h0m0s" 2026/08/12 04:44:57 DEBUG : drime root 'rclone-test-kamevey9jeri': File to upload is small (34 bytes), uploading instead of streaming 2026/08/12 04:45:01 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/08/12 04:45:01 NOTICE: drime root 'rclone-test-kamevey9jeri': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/12 04:45:01 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/12 04:45:02 NOTICE: drime root 'rclone-test-kamevey9jeri': Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/08/12 04:45:04 DEBUG : with_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2026/08/12 04:45:10 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/08/12 04:45:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/12 04:45:12 DEBUG : pacer: Reducing sleep to 10ms 2026/08/12 04:45:12 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/08/12 04:45:12 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "drime root 'rclone-test-kamevey9jeri'", Local "Local file system at /tmp/rclone2601128155", Modify Window "876000h0m0s" 2026/08/12 04:45:15 DEBUG : drime root 'rclone-test-kamevey9jeri': File to upload is small (34 bytes), uploading instead of streaming 2026/08/12 04:45:17 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/12 04:45:17 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/08/12 04:45:18 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off 2026/08/12 04:45:20 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/12 04:45:20 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical --- FAIL: TestRcat (41.90s) --- FAIL: TestRcat/withChecksum=false,ignoreChecksum=false (8.55s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (20.03s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (13.32s) === RUN TestRcatSize run.go:198: Remote "drime root 'rclone-test-kamevey9jeri'", Local "Local file system at /tmp/rclone2601128155", Modify Window "876000h0m0s" 2026/08/12 04:45:31 DEBUG : potato1: size = 60 OK 2026/08/12 04:45:31 DEBUG : drime root 'rclone-test-kamevey9jeri': File to upload is small (60 bytes), uploading instead of streaming 2026/08/12 04:45:35 ERROR : potato2: Post request rcat error: failed to upload file: Error "The file failed to upload." operations_test.go:1632: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1632 Error: Received unexpected error: failed to upload file: Error "The file failed to upload." Test: TestRcatSize --- FAIL: TestRcatSize (15.01s) === RUN TestRemoveExisting run.go:198: Remote "drime root 'rclone-test-kamevey9jeri'", Local "Local file system at /tmp/rclone2601128155", Modify Window "876000h0m0s" run.go:303: Failed to put "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" to "drime root 'rclone-test-kamevey9jeri'": failed to upload file: Error "The file failed to upload." --- FAIL: TestRemoveExisting (18.40s) FAIL 2026/08/12 04:46:02 DEBUG : drime root 'rclone-test-kamevey9jeri': Purge remote "./operations.test -test.v -test.timeout 2h0m0s -remote TestDrime: -list-retries 5 -verbose -test.run '^(TestCopyURL|TestDirMove|TestRcatSize|TestRemoveExisting)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false)$'" - Finished ERROR in 1m58.894508337s (try 3/5): exit status 1: Failed [TestCopyURL TestDirMove TestRcat/withChecksum=false,ignoreChecksum=false TestRcatSize TestRemoveExisting]