"./operations.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Starting (try 1/5)
2026/04/08 02:36:38 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi"
2026/04/08 02:36:38 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/08 02:36:53 DEBUG : Creating backend with remote "/tmp/rclone3282080055"
=== 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 "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
multithread_test.go:137:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:137
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:148
Error: Received unexpected error:
failed to initiate multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestMultithreadCopy
--- FAIL: TestMultithreadCopy (36.26s)
=== RUN TestMultithreadCopyAbort
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
multithread_test.go:137:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:137
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:293
Error: Received unexpected error:
failed to initiate multipart upload: Error "You have exhausted your allowed space of 20,480.0MB. Delete some files or upgrade your plan."
Test: TestMultithreadCopyAbort
--- FAIL: TestMultithreadCopyAbort (18.09s)
=== RUN TestSizeDiffers
2026/04/08 02:37:47 DEBUG : a: size = 0 OK
2026/04/08 02:37:47 DEBUG : a: size = 1 (memory)
2026/04/08 02:37:47 DEBUG : a: size = 2 (memory)
--- PASS: TestSizeDiffers (0.00s)
=== RUN TestReOpen
=== RUN TestReOpen/Normal
=== RUN TestReOpen/Normal/Basics
2026/04/08 02:37:47 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/ErrorAtStart
=== RUN TestReOpen/Normal/WithErrors
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/Normal/TooManyErrors
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/Normal/ReadAt
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Seek from 5 to 1
=== RUN TestReOpen/Normal/Seek
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Seek from 5 to 2
=== RUN TestReOpen/Normal/AccountRead
=== RUN TestReOpen/Normal/AccountReadDelay
2026/04/08 02:37:47 DEBUG : potato: Seek from 10 to 0
2026/04/08 02:37:47 DEBUG : potato: Seek from 10 to 0
2026/04/08 02:37:47 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/AccountReadError
=== RUN TestReOpen/WithRangeOption
=== RUN TestReOpen/WithRangeOption/Basics
2026/04/08 02:37:47 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/ErrorAtStart
=== RUN TestReOpen/WithRangeOption/WithErrors
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithRangeOption/TooManyErrors
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithRangeOption/ReadAt
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Seek from 5 to 1
=== RUN TestReOpen/WithRangeOption/Seek
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Seek from 5 to 2
2026/04/08 02:37:47 DEBUG : potato: Seek from 7 to 4
=== RUN TestReOpen/WithRangeOption/AccountRead
=== RUN TestReOpen/WithRangeOption/AccountReadDelay
2026/04/08 02:37:47 DEBUG : potato: Seek from 7 to 0
2026/04/08 02:37:47 DEBUG : potato: Seek from 7 to 0
2026/04/08 02:37:47 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/AccountReadError
=== RUN TestReOpen/WithSeekOption
=== RUN TestReOpen/WithSeekOption/Basics
2026/04/08 02:37:47 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/ErrorAtStart
=== RUN TestReOpen/WithSeekOption/WithErrors
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithSeekOption/TooManyErrors
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithSeekOption/ReadAt
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Seek from 5 to 1
=== RUN TestReOpen/WithSeekOption/Seek
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Seek from 5 to 2
2026/04/08 02:37:47 DEBUG : potato: Seek from 7 to 5
=== RUN TestReOpen/WithSeekOption/AccountRead
=== RUN TestReOpen/WithSeekOption/AccountReadDelay
2026/04/08 02:37:47 DEBUG : potato: Seek from 8 to 0
2026/04/08 02:37:47 DEBUG : potato: Seek from 8 to 0
2026/04/08 02:37:47 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/AccountReadError
=== RUN TestReOpen/UnknownSize
=== RUN TestReOpen/UnknownSize/Basics
2026/04/08 02:37:47 DEBUG : potato: Seek from 9 to 0
=== RUN TestReOpen/UnknownSize/ErrorAtStart
=== RUN TestReOpen/UnknownSize/WithErrors
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/UnknownSize/TooManyErrors
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2026/04/08 02:37:47 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/UnknownSize/ReadAt
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Seek from 5 to 1
=== RUN TestReOpen/UnknownSize/Seek
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/04/08 02:37:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/04/08 02:37:47 DEBUG : potato: Seek from 5 to 2
2026/04/08 02:37:47 DEBUG : potato: Seek from 7 to 6
=== RUN TestReOpen/UnknownSize/AccountRead
=== RUN TestReOpen/UnknownSize/AccountReadDelay
2026/04/08 02:37:47 DEBUG : potato: Seek from 9 to 0
2026/04/08 02:37:47 DEBUG : potato: Seek from 9 to 0
2026/04/08 02:37:47 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 "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
=== RUN TestCheck/1
=== RUN TestCheck/2
=== RUN TestCheck/3
=== RUN TestCheck/4
=== RUN TestCheck/5
=== RUN TestCheck/6
=== RUN TestCheck/7
--- PASS: TestCheck (202.65s)
--- PASS: TestCheck/1 (7.68s)
--- PASS: TestCheck/2 (8.65s)
--- PASS: TestCheck/3 (8.82s)
--- PASS: TestCheck/4 (5.09s)
--- PASS: TestCheck/5 (5.58s)
--- PASS: TestCheck/6 (6.75s)
--- PASS: TestCheck/7 (8.80s)
=== RUN TestCheckFsError
2026/04/08 02:41:10 DEBUG : Creating backend with remote "nonexistent"
2026/04/08 02:41:10 DEBUG : Config file has changed externally - reloading
2026/04/08 02:41:10 DEBUG : Creating backend with remote "nonexistent"
2026/04/08 02:41:10 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2026/04/08 02:41:10 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/04/08 02:41:10 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found
2026/04/08 02:41:10 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:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 02:42:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/08 02:42:22 DEBUG : pacer: low level retry 1/1 (error Error "504 Gateway Timeout (504): \r\n
504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 02:42:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "rutabaga" to drime root 'rclone-test-tewabub6rogi': 1/10 (failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 02:42:29 DEBUG : pacer: Reducing sleep to 10ms
2026/04/08 02:42:36 DEBUG : rutabaga: Removing old object on successful upload
run.go:290: Failed to put "rutabaga" to "drime root 'rclone-test-tewabub6rogi'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
--- FAIL: TestCheckDownload (108.86s)
=== RUN TestCheckSizeOnly
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
=== RUN TestCheckSizeOnly/1
=== RUN TestCheckSizeOnly/2
=== RUN TestCheckSizeOnly/3
=== RUN TestCheckSizeOnly/4
=== RUN TestCheckSizeOnly/5
=== RUN TestCheckSizeOnly/6
=== RUN TestCheckSizeOnly/7
--- PASS: TestCheckSizeOnly (200.83s)
--- PASS: TestCheckSizeOnly/1 (8.90s)
--- PASS: TestCheckSizeOnly/2 (7.81s)
--- PASS: TestCheckSizeOnly/3 (5.80s)
--- PASS: TestCheckSizeOnly/4 (8.29s)
--- PASS: TestCheckSizeOnly/5 (9.52s)
--- PASS: TestCheckSizeOnly/6 (7.27s)
--- PASS: TestCheckSizeOnly/7 (7.86s)
=== RUN TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN TestParseSumFile
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 02:46:57 NOTICE: test.sum: improperly formatted checksum line 4
2026/04/08 02:46:57 NOTICE: test.sum: improperly formatted checksum line 5
2026/04/08 02:46:57 NOTICE: test.sum: improperly formatted checksum line 6
2026/04/08 02:46:57 NOTICE: test.sum: 2 warning(s) suppressed...
2026/04/08 02:47:16 DEBUG : test.sum: Removing old object on successful upload
run.go:290: Failed to put "test.sum" to "drime root 'rclone-test-tewabub6rogi'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
--- FAIL: TestParseSumFile (83.31s)
=== RUN TestCheckSum
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 02:47:43 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/data"
2026/04/08 02:47:43 DEBUG : Config file has changed externally - reloading
check_test.go:350: drime root 'rclone-test-tewabub6rogi/data' lacks md5, skipping
--- SKIP: TestCheckSum (43.52s)
=== RUN TestCheckSumDownload
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 02:48:27 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/data"
=== RUN TestCheckSumDownload/subtest1
2026/04/08 02:51:10 DEBUG : test.sum: Removing old object on successful upload
=== NAME TestCheckSumDownload
run.go:290: Failed to put "test.sum" to "drime root 'rclone-test-tewabub6rogi'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
--- FAIL: TestCheckSumDownload (232.57s)
--- PASS: TestCheckSumDownload/subtest1 (34.66s)
=== RUN TestApplyTransforms
2026/04/08 02:52:19 DEBUG : Creating backend with remote "TestDrime:rclone-test-dubogor3mine"
2026/04/08 02:52:19 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/08 02:52:33 DEBUG : Creating backend with remote "/tmp/rclone2091244743"
run.go:185: Remote "drime root 'rclone-test-dubogor3mine'", Local "Local file system at /tmp/rclone2091244743", Modify Window "876000h0m0s"
upper checkfile vs. lower remote (without normalization)
2026/04/08 02:53:19 ERROR : hello, world!: sum not found
2026/04/08 02:53:19 ERROR : HELLO, WORLD!: file not in drime root 'rclone-test-dubogor3mine'
2026/04/08 02:53:19 NOTICE: drime root 'rclone-test-dubogor3mine': 1 files missing
2026/04/08 02:53:19 NOTICE: 1 hashes missing
2026/04/08 02:53:19 NOTICE: drime root 'rclone-test-dubogor3mine': 1 differences found
2026/04/08 02:53:19 NOTICE: drime root 'rclone-test-dubogor3mine': 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2026/04/08 02:53:35 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/04/08 02:53:35 NOTICE: drime root 'rclone-test-dubogor3mine': 0 differences found
2026/04/08 02:53:35 NOTICE: drime root 'rclone-test-dubogor3mine': 1 matching files
2026/04/08 02:53:35 DEBUG : Creating backend with remote "TestDrime:rclone-test-wenigiz8quza"
2026/04/08 02:53:35 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/08 02:53:55 DEBUG : Creating backend with remote "/tmp/rclone537208368"
run.go:185: Remote "drime root 'rclone-test-wenigiz8quza'", Local "Local file system at /tmp/rclone537208368", Modify Window "876000h0m0s"
lower checkfile vs. upper remote (without normalization)
2026/04/08 02:54:37 ERROR : HELLO, WORLD!: sum not found
2026/04/08 02:54:37 ERROR : hello, world!: file not in drime root 'rclone-test-wenigiz8quza'
2026/04/08 02:54:37 NOTICE: drime root 'rclone-test-wenigiz8quza': 1 files missing
2026/04/08 02:54:37 NOTICE: 1 hashes missing
2026/04/08 02:54:37 NOTICE: drime root 'rclone-test-wenigiz8quza': 1 differences found
2026/04/08 02:54:37 NOTICE: drime root 'rclone-test-wenigiz8quza': 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2026/04/08 02:54:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/04/08 02:54:50 NOTICE: drime root 'rclone-test-wenigiz8quza': 0 differences found
2026/04/08 02:54:50 NOTICE: drime root 'rclone-test-wenigiz8quza': 1 matching files
2026/04/08 02:54:50 DEBUG : Creating backend with remote "TestDrime:rclone-test-voroyaw8cepa"
2026/04/08 02:54:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/08 02:55:03 DEBUG : Creating backend with remote "/tmp/rclone3547494560"
run.go:185: Remote "drime root 'rclone-test-voroyaw8cepa'", Local "Local file system at /tmp/rclone3547494560", Modify Window "876000h0m0s"
lower checkfile vs. upperlowermixed remote (without normalization)
2026/04/08 02:55:49 ERROR : HeLlO, wOrLd!: sum not found
2026/04/08 02:55:49 ERROR : hello, world!: file not in drime root 'rclone-test-voroyaw8cepa'
2026/04/08 02:55:49 NOTICE: drime root 'rclone-test-voroyaw8cepa': 1 files missing
2026/04/08 02:55:49 NOTICE: 1 hashes missing
2026/04/08 02:55:49 NOTICE: drime root 'rclone-test-voroyaw8cepa': 1 differences found
2026/04/08 02:55:49 NOTICE: drime root 'rclone-test-voroyaw8cepa': 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2026/04/08 02:55:59 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/04/08 02:55:59 NOTICE: drime root 'rclone-test-voroyaw8cepa': 0 differences found
2026/04/08 02:55:59 NOTICE: drime root 'rclone-test-voroyaw8cepa': 1 matching files
2026/04/08 02:55:59 DEBUG : Creating backend with remote "TestDrime:rclone-test-romamaz2hedo"
2026/04/08 02:55:59 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/08 02:56:10 DEBUG : Creating backend with remote "/tmp/rclone4229595997"
run.go:185: Remote "drime root 'rclone-test-romamaz2hedo'", Local "Local file system at /tmp/rclone4229595997", Modify Window "876000h0m0s"
upperlowermixed checkfile vs. upper remote (without normalization)
2026/04/08 02:56:52 ERROR : HELLO, WORLD!: sum not found
2026/04/08 02:56:52 ERROR : HeLlO, wOrLd!: file not in drime root 'rclone-test-romamaz2hedo'
2026/04/08 02:56:52 NOTICE: drime root 'rclone-test-romamaz2hedo': 1 files missing
2026/04/08 02:56:52 NOTICE: 1 hashes missing
2026/04/08 02:56:52 NOTICE: drime root 'rclone-test-romamaz2hedo': 1 differences found
2026/04/08 02:56:52 NOTICE: drime root 'rclone-test-romamaz2hedo': 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2026/04/08 02:57:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/04/08 02:57:06 NOTICE: drime root 'rclone-test-romamaz2hedo': 0 differences found
2026/04/08 02:57:06 NOTICE: drime root 'rclone-test-romamaz2hedo': 1 matching files
2026/04/08 02:57:06 DEBUG : Creating backend with remote "TestDrime:rclone-test-lohafaf7raqa"
2026/04/08 02:57:06 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/08 02:57:23 DEBUG : Creating backend with remote "/tmp/rclone2149630364"
run.go:185: Remote "drime root 'rclone-test-lohafaf7raqa'", Local "Local file system at /tmp/rclone2149630364", Modify Window "876000h0m0s"
2026/04/08 02:58:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/08 02:58:51 DEBUG : pacer: low level retry 1/1 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 02:58:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "測試_Русский___ě_áñ" to drime root 'rclone-test-lohafaf7raqa': 1/10 (failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 02:58:58 DEBUG : pacer: Reducing sleep to 10ms
2026/04/08 02:59:05 DEBUG : 測試_Русский___ě_áñ: Removing old object on successful upload
run.go:290: Failed to put "測試_Русский___ě_áñ" to "drime root 'rclone-test-lohafaf7raqa'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
2026/04/08 02:59:08 DEBUG : drime root 'rclone-test-lohafaf7raqa': Purge remote
2026/04/08 02:59:12 DEBUG : drime root 'rclone-test-romamaz2hedo': Purge remote
2026/04/08 02:59:17 DEBUG : drime root 'rclone-test-voroyaw8cepa': Purge remote
2026/04/08 02:59:26 DEBUG : drime root 'rclone-test-wenigiz8quza': Purge remote
2026/04/08 02:59:33 DEBUG : drime root 'rclone-test-dubogor3mine': Purge remote
--- FAIL: TestApplyTransforms (441.41s)
=== RUN TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN TestCopyFile
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 02:59:48 DEBUG : file1: Need to transfer - File not found at Destination
2026/04/08 03:00:26 DEBUG : sub/file2: size = 14 OK
2026/04/08 03:00:26 INFO : file1: Copied (new) to: sub/file2
2026/04/08 03:00:47 DEBUG : sub/file2: size = 14 OK
2026/04/08 03:00:47 DEBUG : file1: Sizes identical
2026/04/08 03:00:47 DEBUG : file1: Unchanged skipping
2026/04/08 03:00:58 DEBUG : drime root 'rclone-test-tewabub6rogi': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestCopyFile (122.20s)
=== RUN TestCopyLongFile
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
copy_test.go:154: Test only runs on local
--- SKIP: TestCopyLongFile (13.50s)
=== RUN TestCopyFileBackupDir
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:02:39 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/backup"
2026/04/08 03:03:07 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone3282080055)
2026/04/08 03:03:07 DEBUG : dst/file1: size = 18 (drime root 'rclone-test-tewabub6rogi')
2026/04/08 03:03:07 DEBUG : dst/file1: Sizes differ
2026/04/08 03:03:59 INFO : dst/file1: Moved (server-side)
2026/04/08 03:04:17 DEBUG : dst/file1: size = 14 OK
2026/04/08 03:04:17 INFO : dst/file1: Copied (new)
--- PASS: TestCopyFileBackupDir (247.98s)
=== RUN TestCopyFileCompareDest
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:06:04 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/dst"
2026/04/08 03:06:44 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/CompareDest"
2026/04/08 03:07:08 DEBUG : one: Need to transfer - File not found at Destination
2026/04/08 03:07:37 DEBUG : one: size = 3 OK
2026/04/08 03:07:37 INFO : one: Copied (new)
2026/04/08 03:08:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282080055)
2026/04/08 03:08:06 DEBUG : one: size = 3 (drime root 'rclone-test-tewabub6rogi/dst')
2026/04/08 03:08:06 DEBUG : one: Sizes differ
2026/04/08 03:08:21 DEBUG : one: Removing old object on successful upload
2026/04/08 03:08:28 ERROR : one: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
copy_test.go:220:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:220
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestCopyFileCompareDest
--- FAIL: TestCopyFileCompareDest (190.54s)
=== RUN TestCopyFileCopyDest
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:09:15 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/dst"
2026/04/08 03:09:55 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/CopyDest"
2026/04/08 03:10:28 DEBUG : one: Need to transfer - File not found at Destination
2026/04/08 03:11:06 DEBUG : one: size = 3 OK
2026/04/08 03:11:06 INFO : one: Copied (new)
2026/04/08 03:11:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone3282080055)
2026/04/08 03:11:42 DEBUG : one: size = 3 (drime root 'rclone-test-tewabub6rogi/dst')
2026/04/08 03:11:42 DEBUG : one: Sizes differ
2026/04/08 03:12:03 DEBUG : one: Removing old object on successful upload
2026/04/08 03:12:12 ERROR : one: Failed to copy: failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
copy_test.go:303:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:303
Error: Received unexpected error:
failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
Test: TestCopyFileCopyDest
--- FAIL: TestCopyFileCopyDest (219.65s)
=== RUN TestCopyInplace
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
copy_test.go:371: Partial uploads not supported
--- SKIP: TestCopyInplace (14.75s)
=== RUN TestCopyLongFileName
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
copy_test.go:404: Partial uploads not supported
--- SKIP: TestCopyLongFileName (12.55s)
=== RUN TestCopyLongFileNameCollision
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
copy_test.go:437: Partial uploads not supported
--- SKIP: TestCopyLongFileNameCollision (14.74s)
=== RUN TestCopyFileMaxTransfer
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:13:40 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2026/04/08 03:14:08 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK
2026/04/08 03:14:08 INFO : TestCopyFileMaxTransfer/file1: Copied (new)
2026/04/08 03:14:31 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2026/04/08 03:14:37 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to upload file: Post "https://app.drime.cloud/api/v1/uploads": failed to copy data: max transfer limit reached as set by --max-transfer
2026/04/08 03:14:55 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination
2026/04/08 03:15:11 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination
2026/04/08 03:15:25 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK
2026/04/08 03:15:25 INFO : TestCopyFileMaxTransfer/file4: Copied (new)
--- PASS: TestCopyFileMaxTransfer (165.17s)
=== RUN TestDeduplicateInteractive
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateInteractive (15.21s)
=== RUN TestDeduplicateSkip
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSkip (15.53s)
=== RUN TestDeduplicateSizeOnly
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSizeOnly (18.38s)
=== RUN TestDeduplicateFirst
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateFirst (14.79s)
=== RUN TestDeduplicateNewest
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateNewest (12.81s)
=== RUN TestDeduplicateNewestByHash
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:36: Can't run this test without a hash
--- SKIP: TestDeduplicateNewestByHash (13.63s)
=== RUN TestDeduplicateOldest
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateOldest (13.18s)
=== RUN TestDeduplicateLargest
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateLargest (17.62s)
=== RUN TestDeduplicateSmallest
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateSmallest (15.63s)
=== RUN TestDeduplicateRename
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
--- SKIP: TestDeduplicateRename (12.07s)
=== RUN TestMergeDirs
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
dedupe_test.go:256: Can't merge directories
--- SKIP: TestMergeDirs (11.80s)
=== RUN TestListDirSorted
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:22:23 DEBUG : a.txt: Excluded (Size Filter)
2026/04/08 03:22:23 DEBUG : a.txt: Excluded
2026/04/08 03:22:38 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2026/04/08 03:22:38 DEBUG : sub dir/hello world2: Excluded
2026/04/08 03:22:38 DEBUG : sub dir/hello world: Excluded (Size Filter)
2026/04/08 03:22:38 DEBUG : sub dir/hello world: Excluded
2026/04/08 03:22:59 DEBUG : sub dir/ignore dir: Excluded
2026/04/08 03:22:59 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2026/04/08 03:22:59 DEBUG : sub dir/hello world2: Excluded
2026/04/08 03:22:59 DEBUG : sub dir/hello world: Excluded (Size Filter)
2026/04/08 03:22:59 DEBUG : sub dir/hello world: Excluded
2026/04/08 03:23:08 DEBUG : sub dir/ignore dir: Excluded
--- PASS: TestListDirSorted (390.76s)
=== RUN TestListDirSortedFn
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:28:29 DEBUG : a.txt: Excluded (Size Filter)
2026/04/08 03:28:29 DEBUG : a.txt: Excluded
2026/04/08 03:28:37 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2026/04/08 03:28:37 DEBUG : sub dir/hello world2: Excluded
2026/04/08 03:28:37 DEBUG : sub dir/hello world: Excluded (Size Filter)
2026/04/08 03:28:37 DEBUG : sub dir/hello world: Excluded
2026/04/08 03:28:56 DEBUG : sub dir/ignore dir: Excluded
2026/04/08 03:28:56 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2026/04/08 03:28:56 DEBUG : sub dir/hello world2: Excluded
2026/04/08 03:28:56 DEBUG : sub dir/hello world: Excluded (Size Filter)
2026/04/08 03:28:56 DEBUG : sub dir/hello world: Excluded
2026/04/08 03:29:04 DEBUG : sub dir/ignore dir: Excluded
--- PASS: TestListDirSortedFn (309.26s)
=== RUN TestListJSON
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
=== 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
2026/04/08 03:32:43 ERROR : file1: Failed to read hash: hash type not supported
=== RUN TestListJSON/Metadata
--- PASS: TestListJSON (176.24s)
--- PASS: TestListJSON/Default (6.56s)
--- PASS: TestListJSON/FilesOnly (6.96s)
--- PASS: TestListJSON/DirsOnly (7.30s)
--- PASS: TestListJSON/Recurse (9.66s)
--- PASS: TestListJSON/SubDir (7.20s)
--- PASS: TestListJSON/NoModTime (5.49s)
--- PASS: TestListJSON/NoMimeType (6.02s)
--- PASS: TestListJSON/ShowHash (4.37s)
--- PASS: TestListJSON/HashTypes (3.56s)
--- PASS: TestListJSON/Metadata (5.53s)
=== RUN TestStatJSON
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
=== 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
2026/04/08 03:36:11 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/notfound"
2026/04/08 03:36:11 DEBUG : Config file has changed externally - reloading
--- PASS: TestStatJSON (227.09s)
--- PASS: TestStatJSON/Root (8.00s)
--- PASS: TestStatJSON/RootFilesOnly (0.00s)
--- PASS: TestStatJSON/RootDirsOnly (8.52s)
--- PASS: TestStatJSON/Dir (10.87s)
--- PASS: TestStatJSON/DirWithTrailingSlash (7.78s)
--- PASS: TestStatJSON/File (5.42s)
--- PASS: TestStatJSON/NotFound (15.54s)
--- PASS: TestStatJSON/DirFilesOnly (5.89s)
--- PASS: TestStatJSON/FileFilesOnly (3.84s)
--- PASS: TestStatJSON/NotFoundFilesOnly (3.59s)
--- PASS: TestStatJSON/DirDirsOnly (4.55s)
--- PASS: TestStatJSON/FileDirsOnly (4.73s)
--- PASS: TestStatJSON/NotFoundDirsOnly (6.12s)
--- PASS: TestStatJSON/RootNotFound (29.30s)
=== RUN TestMkdir
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:37:26 INFO : drime root 'rclone-test-tewabub6rogi': Making directory
2026/04/08 03:37:30 INFO : drime root 'rclone-test-tewabub6rogi': Making directory
--- PASS: TestMkdir (14.78s)
=== RUN TestLsd
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestLsd (89.20s)
=== RUN TestLs
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestLs (63.22s)
=== RUN TestLsWithFilesFrom
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:40:54 DEBUG : empty space: Excluded (FilesFrom Filter)
2026/04/08 03:40:54 DEBUG : empty space: Excluded
--- PASS: TestLsWithFilesFrom (74.18s)
=== RUN TestLsLong
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:42:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/08 03:42:53 DEBUG : pacer: low level retry 1/1 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 03:42:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "empty space" to drime root 'rclone-test-tewabub6rogi': 1/10 (failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 03:43:02 DEBUG : pacer: Reducing sleep to 10ms
2026/04/08 03:43:15 DEBUG : empty space: Removing old object on successful upload
run.go:290: Failed to put "empty space" to "drime root 'rclone-test-tewabub6rogi'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
--- FAIL: TestLsLong (137.33s)
=== RUN TestHashSums
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestHashSums (67.94s)
=== RUN TestHashSumsWithErrors
2026/04/08 03:44:52 DEBUG : Creating backend with remote ":memory:"
2026/04/08 03:44:52 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN TestHashStream
2026/04/08 03:44:52 DEBUG : Creating md5 hash of 0 bytes read from input stream
2026/04/08 03:44:52 DEBUG : Creating md5 hash of 0 bytes read from input stream
2026/04/08 03:44:52 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2026/04/08 03:44:52 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2026/04/08 03:44:52 DEBUG : Creating md5 hash of 12 bytes read from input stream
2026/04/08 03:44:52 DEBUG : Creating md5 hash of 12 bytes read from input stream
2026/04/08 03:44:52 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2026/04/08 03:44:52 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 "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestCount (112.75s)
=== RUN TestDelete
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:47:39 DEBUG : Waiting for deletions to finish
2026/04/08 03:47:46 DEBUG : large: Excluded (Size Filter)
2026/04/08 03:47:46 DEBUG : large: Excluded
2026/04/08 03:47:52 INFO : medium: Deleted
2026/04/08 03:47:52 INFO : small: Deleted
--- PASS: TestDelete (86.48s)
=== RUN TestMaxDelete
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:49:25 DEBUG : Waiting for deletions to finish
2026/04/08 03:49:30 ERROR : small: Got fatal error on delete: --max-delete threshold reached
2026/04/08 03:49:36 INFO : large: Deleted
2026/04/08 03:49:36 INFO : medium: Deleted
--- PASS: TestMaxDelete (126.03s)
=== RUN TestMaxDeleteSizeLargeFile
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:51:14 DEBUG : Waiting for deletions to finish
2026/04/08 03:51:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached
2026/04/08 03:51:29 INFO : medium: Deleted
2026/04/08 03:51:30 INFO : small: Deleted
--- PASS: TestMaxDeleteSizeLargeFile (103.93s)
=== RUN TestMaxDeleteSize
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 03:52:54 DEBUG : Waiting for deletions to finish
2026/04/08 03:53:00 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached
2026/04/08 03:53:09 INFO : medium: Deleted
2026/04/08 03:53:09 INFO : large: Deleted
--- PASS: TestMaxDeleteSize (107.67s)
=== RUN TestReadFile
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestReadFile (69.90s)
=== RUN TestRetry
2026/04/08 03:54:59 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2026/04/08 03:54:59 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2026/04/08 03:54:59 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
2026/04/08 03:54:59 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
2026/04/08 03:54:59 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
2026/04/08 03:54:59 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
2026/04/08 03:54:59 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 "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestCat (140.00s)
=== RUN TestPurge
2026/04/08 03:57:19 DEBUG : Creating backend with remote "TestDrime:rclone-test-nujazuh8sore"
2026/04/08 03:57:19 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/04/08 03:57:38 DEBUG : Creating backend with remote "/tmp/rclone4216200862"
run.go:185: Remote "drime root 'rclone-test-nujazuh8sore'", Local "Local file system at /tmp/rclone4216200862", Modify Window "876000h0m0s"
2026/04/08 03:58:42 INFO : A2: Making directory
2026/04/08 03:58:54 INFO : A1/B2: Making directory
2026/04/08 03:59:06 INFO : A1/B2/C2: Making directory
2026/04/08 03:59:18 INFO : A1/B1/C3: Making directory
2026/04/08 03:59:27 INFO : A3: Making directory
2026/04/08 03:59:37 INFO : A3/B3: Making directory
2026/04/08 03:59:44 INFO : A3/B3/C4: Making directory
2026/04/08 04:01:14 ERROR : error listing: directory not found
2026/04/08 04:01:14 DEBUG : drime root 'rclone-test-nujazuh8sore': Purge remote
2026/04/08 04:01:21 NOTICE: purge failed: directory not found
--- PASS: TestPurge (242.26s)
=== RUN TestRmdirsNoLeaveRoot
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:02:07 INFO : A2: Making directory
2026/04/08 04:02:19 INFO : A1/B2: Making directory
2026/04/08 04:02:29 INFO : A1/B2/C2: Making directory
2026/04/08 04:02:40 INFO : A1/B1/C3: Making directory
2026/04/08 04:02:51 INFO : A3: Making directory
2026/04/08 04:03:05 INFO : A3/B3: Making directory
2026/04/08 04:03:16 INFO : A3/B3/C4: Making directory
2026/04/08 04:04:24 DEBUG : removing 1 level 3 directories
2026/04/08 04:04:24 INFO : A3/B3/C4: Removing directory
2026/04/08 04:05:35 DEBUG : removing 2 level 3 directories
2026/04/08 04:05:35 INFO : A1/B2/C2: Removing directory
2026/04/08 04:05:35 INFO : A1/B1/C3: Removing directory
2026/04/08 04:05:47 DEBUG : removing 2 level 2 directories
2026/04/08 04:05:47 INFO : A3/B3: Removing directory
2026/04/08 04:05:47 INFO : A1/B2: Removing directory
2026/04/08 04:05:57 DEBUG : removing 2 level 1 directories
2026/04/08 04:05:57 INFO : A3: Removing directory
2026/04/08 04:05:57 INFO : A2: Removing directory
2026/04/08 04:07:23 DEBUG : removing 1 level 3 directories
2026/04/08 04:07:23 INFO : A1/B1/C1: Removing directory
2026/04/08 04:07:31 DEBUG : removing 1 level 2 directories
2026/04/08 04:07:31 INFO : A1/B1: Removing directory
2026/04/08 04:07:44 DEBUG : removing 1 level 1 directories
2026/04/08 04:07:44 INFO : A1: Removing directory
2026/04/08 04:07:59 DEBUG : removing 1 level 0 directories
2026/04/08 04:07:59 INFO : drime root 'rclone-test-tewabub6rogi': Removing directory
2026/04/08 04:08:19 ERROR : error listing: directory not found
2026/04/08 04:08:25 ERROR : error listing: directory not found
--- PASS: TestRmdirsNoLeaveRoot (423.25s)
=== RUN TestRmdirsLeaveRoot
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:08:35 INFO : A1: Making directory
2026/04/08 04:08:46 INFO : A1/B1: Making directory
2026/04/08 04:08:56 INFO : A1/B1/C1: Making directory
2026/04/08 04:09:49 DEBUG : removing 1 level 3 directories
2026/04/08 04:09:49 INFO : A1/B1/C1: Removing directory
2026/04/08 04:10:00 DEBUG : removing 1 level 2 directories
2026/04/08 04:10:00 INFO : A1/B1: Removing directory
--- PASS: TestRmdirsLeaveRoot (152.31s)
=== RUN TestRmdirsWithFilter
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:10:57 INFO : A1: Making directory
2026/04/08 04:11:08 INFO : A1/B1: Making directory
2026/04/08 04:11:19 INFO : A1/B1/C1: Making directory
2026/04/08 04:12:26 DEBUG : removing 1 level 3 directories
2026/04/08 04:12:26 INFO : A1/B1/C1: Removing directory
2026/04/08 04:12:38 DEBUG : removing 1 level 2 directories
2026/04/08 04:12:38 INFO : A1/B1: Removing directory
--- PASS: TestRmdirsWithFilter (158.34s)
=== RUN TestCopyURL
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:14:06 DEBUG : pacer: low level retry 1/1 (error Error "Server Error")
2026/04/08 04:14:06 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/08 04:14:06 ERROR : file1: Post request put error: failed to upload file: Error "Server 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:
failed to upload file: Error "Server Error"
Test: TestCopyURL
2026/04/08 04:14:11 DEBUG : pacer: Reducing sleep to 10ms
--- FAIL: TestCopyURL (46.55s)
=== RUN TestCopyURLDownloadHeaders
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestCopyURLDownloadHeaders (59.02s)
=== RUN TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN TestMoveFile
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:15:28 DEBUG : file1: Need to transfer - File not found at Destination
2026/04/08 04:15:55 DEBUG : sub/file2: size = 14 OK
2026/04/08 04:15:55 INFO : file1: Copied (new) to: sub/file2
2026/04/08 04:15:55 INFO : file1: Deleted
2026/04/08 04:16:10 DEBUG : sub/file2: size = 14 OK
2026/04/08 04:16:10 DEBUG : file1: Sizes identical
2026/04/08 04:16:10 DEBUG : file1: Unchanged skipping
2026/04/08 04:16:10 INFO : file1: Deleted
2026/04/08 04:16:19 DEBUG : drime root 'rclone-test-tewabub6rogi': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestMoveFile (105.54s)
=== RUN TestMoveFileWithIgnoreExisting
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:17:15 DEBUG : file1: Need to transfer - File not found at Destination
2026/04/08 04:17:29 DEBUG : file1: size = 14 OK
2026/04/08 04:17:29 INFO : file1: Copied (new)
2026/04/08 04:17:29 INFO : file1: Deleted
2026/04/08 04:17:39 DEBUG : file1: Destination exists, skipping
2026/04/08 04:17:39 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
--- PASS: TestMoveFileWithIgnoreExisting (58.84s)
=== RUN TestCaseInsensitiveMoveFile
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestCaseInsensitiveMoveFile (10.45s)
=== RUN TestCaseInsensitiveMoveFileDryRun
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
--- PASS: TestCaseInsensitiveMoveFileDryRun (11.41s)
=== RUN TestMoveFileBackupDir
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:19:12 DEBUG : Creating backend with remote "TestDrime:rclone-test-tewabub6rogi/backup"
2026/04/08 04:19:12 DEBUG : Config file has changed externally - reloading
2026/04/08 04:19:32 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone3282080055)
2026/04/08 04:19:32 DEBUG : dst/file1: size = 18 (drime root 'rclone-test-tewabub6rogi')
2026/04/08 04:19:32 DEBUG : dst/file1: Sizes differ
2026/04/08 04:20:09 INFO : dst/file1: Moved (server-side)
2026/04/08 04:20:24 DEBUG : dst/file1: size = 14 OK
2026/04/08 04:20:24 INFO : dst/file1: Copied (new)
2026/04/08 04:20:24 INFO : dst/file1: Deleted
--- PASS: TestMoveFileBackupDir (196.69s)
=== 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 "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:23:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/08 04:23:08 DEBUG : pacer: low level retry 1/1 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 04:23:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "A1/one" to drime root 'rclone-test-tewabub6rogi': 1/10 (failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 04:23:14 DEBUG : pacer: Reducing sleep to 10ms
2026/04/08 04:24:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/08 04:24:17 DEBUG : pacer: low level retry 1/1 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 04:24:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms
run.go:286: Retry Put of "A1/one" to drime root 'rclone-test-tewabub6rogi': 2/10 (failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 04:24:23 DEBUG : pacer: Reducing sleep to 10ms
2026/04/08 04:24:29 DEBUG : A1/one: Removing old object on successful upload
run.go:290: Failed to put "A1/one" to "drime root 'rclone-test-tewabub6rogi'": failed to delete existing object: failed to delete item: Error "The selected entry ids is invalid."
--- FAIL: TestDirMove (193.66s)
=== RUN TestGetFsInfo
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:24:57 DEBUG : Config file has changed externally - reloading
--- PASS: TestGetFsInfo (9.97s)
=== RUN TestRcat
=== RUN TestRcat/withChecksum=false,ignoreChecksum=false
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:25:13 DEBUG : drime root 'rclone-test-tewabub6rogi': File to upload is small (34 bytes), uploading instead of streaming
2026/04/08 04:25:27 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK
2026/04/08 04:25:27 NOTICE: drime root 'rclone-test-tewabub6rogi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only
2026/04/08 04:25:27 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical
2026/04/08 04:25:33 NOTICE: drime root 'rclone-test-tewabub6rogi': Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi
2026/04/08 04:25:38 DEBUG : no_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2026/04/08 04:25:58 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK
2026/04/08 04:25:58 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical
=== RUN TestRcat/withChecksum=true,ignoreChecksum=false
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:26:36 DEBUG : drime root 'rclone-test-tewabub6rogi': File to upload is small (34 bytes), uploading instead of streaming
2026/04/08 04:26:52 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK
2026/04/08 04:26:52 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical
2026/04/08 04:27:07 DEBUG : with_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2026/04/08 04:27:29 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK
2026/04/08 04:27:29 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical
=== RUN TestRcat/withChecksum=false,ignoreChecksum=true
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:28:10 DEBUG : drime root 'rclone-test-tewabub6rogi': File to upload is small (34 bytes), uploading instead of streaming
2026/04/08 04:28:26 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK
2026/04/08 04:28:26 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical
2026/04/08 04:28:39 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2026/04/08 04:28:58 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK
2026/04/08 04:28:58 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical
=== RUN TestRcat/withChecksum=true,ignoreChecksum=true
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:29:37 DEBUG : drime root 'rclone-test-tewabub6rogi': File to upload is small (34 bytes), uploading instead of streaming
2026/04/08 04:29:54 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK
2026/04/08 04:29:54 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical
2026/04/08 04:30:06 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2026/04/08 04:30:23 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK
2026/04/08 04:30:23 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical
--- PASS: TestRcat (341.41s)
--- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (81.98s)
--- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (92.39s)
--- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (88.15s)
--- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (78.90s)
=== RUN TestRcatMetadata
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
operations_test.go:1563: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatMetadata (13.68s)
=== RUN TestRcatSize
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:31:19 DEBUG : drime root 'rclone-test-tewabub6rogi': File to upload is small (60 bytes), uploading instead of streaming
2026/04/08 04:31:34 DEBUG : potato2: size = 60 OK
2026/04/08 04:31:34 DEBUG : potato2: Size of src and dst objects identical
--- PASS: TestRcatSize (56.78s)
=== RUN TestRcatSizeMetadata
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
operations_test.go:1644: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatSizeMetadata (12.71s)
=== RUN TestRcatSizeUploadHeaders
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:33:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/04/08 04:33:22 DEBUG : pacer: low level retry 1/1 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n")
2026/04/08 04:33:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/04/08 04:33:22 ERROR : potato1: Post request put error: failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n"
operations_test.go:1714:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1714
Error: Received unexpected error:
failed to upload file: Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out
\r\n
nginx\r\n\r\n\r\n"
Test: TestRcatSizeUploadHeaders
2026/04/08 04:33:28 DEBUG : pacer: Reducing sleep to 10ms
--- FAIL: TestRcatSizeUploadHeaders (89.02s)
=== RUN TestTouchDir
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
operations_test.go:1735: Skipping test as remote does not support modtime
--- SKIP: TestTouchDir (9.32s)
=== RUN TestMkdirMetadata
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
operations_test.go:1773: Skipping test as remote does not support MkdirMetadata
--- SKIP: TestMkdirMetadata (13.79s)
=== RUN TestMkdirModTime
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata
--- SKIP: TestMkdirModTime (10.87s)
=== RUN TestCopyDirMetadata
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestCopyDirMetadata (11.73s)
=== RUN TestSetDirModTime
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime
--- SKIP: TestSetDirModTime (11.50s)
=== RUN TestDirsEqual
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestDirsEqual (14.28s)
=== RUN TestRemoveExisting
run.go:185: Remote "drime root 'rclone-test-tewabub6rogi'", Local "Local file system at /tmp/rclone3282080055", Modify Window "876000h0m0s"
2026/04/08 04:36:23 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.sofigop4" before starting
panic: test timed out after 2h0m0s
running tests:
TestRemoveExisting (2m1s)
goroutine 8779 [running]:
testing.(*M).startAlarm.func1()
/usr/local/go/src/testing/testing.go:2802 +0x34b
created by time.goFunc
/usr/local/go/src/time/sleep.go:215 +0x2d
goroutine 1 [chan receive, 2 minutes]:
testing.(*T).Run(0x2cfe67edb448, {0x29fd651?, 0x2cfe68153ae8?}, 0x2b5d170)
/usr/local/go/src/testing/testing.go:2109 +0x4e5
testing.runTests.func1(0x2cfe67edb448)
/usr/local/go/src/testing/testing.go:2585 +0x37
testing.tRunner(0x2cfe67edb448, 0x2cfe68153c10)
/usr/local/go/src/testing/testing.go:2036 +0xea
testing.runTests({0x2a13710, 0x18}, {0x2a4d04d, 0x26}, 0x2cfe684e27b0, {0x45c14c0, 0x71, 0x71}, {0xc26d94b9649ec912, 0x68fee8871d1, ...})
/usr/local/go/src/testing/testing.go:2583 +0x505
testing.(*M).Run(0x2cfe6802bae0)
/usr/local/go/src/testing/testing.go:2443 +0x6ac
github.com/rclone/rclone/fstest.TestMain(0x2cfe6802bae0)
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:74 +0xa6
github.com/rclone/rclone/fs/operations_test.TestMain(...)
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61
main.main()
_testmain.go:274 +0xa6
goroutine 5861 [select]:
net/http.(*Transport).getConn(0x2cfe67eccb60, 0x2cfe6835dd60, {{}, 0x0, {0x2cfe68167000, 0x5}, {0x2cfe681d7038, 0x13}, 0x0})
/usr/local/go/src/net/http/transport.go:1552 +0x4b0
net/http.(*Transport).roundTrip(0x2cfe67eccb60, 0x2cfe680ccc80)
/usr/local/go/src/net/http/transport.go:693 +0xa7f
net/http.(*Transport).RoundTrip(...)
/usr/local/go/src/net/http/roundtrip.go:33
github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0x2cfe68008420, 0x2cfe680ccc80)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x34a
net/http.send(0x2cfe680ccc80, {0x2b787e0, 0x2cfe68008420}, {0x2cfe68246eb8?, 0x4936a6?, 0x0?})
/usr/local/go/src/net/http/client.go:264 +0x64b
net/http.(*Client).send(0x2cfe68122fc0, 0x2cfe680ccc80, {0x265a901?, 0x2cfe68246f40?, 0x0?})
/usr/local/go/src/net/http/client.go:185 +0x258
net/http.(*Client).do(0x2cfe68122fc0, 0x2cfe680ccc80)
/usr/local/go/src/net/http/client.go:733 +0x9d7
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:592
github.com/rclone/rclone/lib/rest.(*Client).Call(0x2cfe67eb6000, {0x2ba2ef8, 0x45fdc40}, 0x2cfe682475a8)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:371 +0xd85
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x2cfe67eb6000, {0x2ba2ef8, 0x45fdc40}, 0x2cfe6813c9a0?, {0x2317ce0?, 0x2cfe67bde1a0?}, {0x2317d20, 0x2cfe67c7f400}, 0x2ba2ef8?, 0x2b5e4c8, ...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:579 +0x447
github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:522
github.com/rclone/rclone/backend/drime.(*Fs).patch.func1()
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:794 +0x8d
github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?)
/home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32
github.com/rclone/rclone/lib/pacer.(*Pacer).call(0x2cfe68008480, 0x2cfe680d6730, 0xa)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x2cfe68008480, 0x2cfe680d6730)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x92
github.com/rclone/rclone/backend/drime.(*Fs).patch(0x2cfe67bd7e00, {0x2ba2ef8, 0x45fdc40}, {0x2cfe67a8ae77, 0x9}, {0x29d1848, 0x4}, {0x2cfe684712f8, 0x1d})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:793 +0x3ae
github.com/rclone/rclone/backend/drime.(*Fs).rename(0x2cfe67bd7e00, {0x2ba2ef8, 0x45fdc40}, {0x2cfe67a8ae77, 0x9}, {0x2cfe684712f8, 0x1d})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:805 +0x96
github.com/rclone/rclone/backend/drime.(*Fs).moveTo(0x2cfe67bd7e00, {0x2ba2ef8, 0x45fdc40}, {0x2cfe67a8ae77, 0x9}, {0x2a23223, 0x14}, {0x2cfe684712f8, 0x1d}, {0x2cfe67ba9e10, ...}, ...)
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:865 +0x305
github.com/rclone/rclone/backend/drime.(*Fs).Move(0x2cfe67bd7e00, {0x2ba2ef8, 0x45fdc40}, {0x2bbea50?, 0x2cfe67bb8d00?}, {0x2cfe684712f0, 0x25})
/home/rclone/go/src/github.com/rclone/rclone/backend/drime/drime.go:910 +0x1c9
github.com/rclone/rclone/fs/operations.RemoveExisting({0x2ba2ef8, 0x45fdc40}, {0x2bbe9e0, 0x2cfe67bd7e00}, {0x2a2321b, 0x1c}, {0x29d1868, 0x4})
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1225 +0x317
github.com/rclone/rclone/fs/operations_test.TestRemoveExisting(0x2cfe681b86c8)
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1980 +0x64f
testing.tRunner(0x2cfe681b86c8, 0x2b5d170)
/usr/local/go/src/testing/testing.go:2036 +0xea
created by testing.(*T).Run in goroutine 1
/usr/local/go/src/testing/testing.go:2101 +0x4c5
goroutine 7 [syscall, 120 minutes]:
os/signal.signal_recv()
/usr/local/go/src/runtime/sigqueue.go:152 +0x98
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:23 +0x13
created by os/signal.Notify.func1.1 in goroutine 1
/usr/local/go/src/os/signal/signal.go:152 +0x1f
goroutine 8 [chan receive, 120 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 206 [chan receive (nil chan), 119 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 196
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 309 [chan receive (nil chan), 117 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 171
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 228 [chan receive (nil chan), 119 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 218
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 189 [chan receive (nil chan), 119 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 179
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 930 [chan receive, 105 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 881
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 1128 [chan receive, 100 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 881
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 416 [chan receive (nil chan), 117 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 407
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 564 [chan receive (nil chan), 113 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 554
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 506 [chan receive (nil chan), 115 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 432
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 289 [chan receive (nil chan), 119 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 279
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 343 [chan receive (nil chan), 117 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 333
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 478 [chan receive (nil chan), 115 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 468
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 528 [chan receive (nil chan), 113 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 511
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 645 [chan receive (nil chan), 113 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 603
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 304 [chan receive (nil chan), 117 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 294
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 1206 [chan receive, 100 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 881
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 587 [chan receive (nil chan), 113 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 577
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 8794 [chan receive]:
net/http.(*persistConn).addTLS(0x2cfe6869b400, {0x2ba3048, 0x2cfe6835ddb0}, {0x2cfe681d7038, 0xf}, 0x0)
/usr/local/go/src/net/http/transport.go:1742 +0x327
net/http.(*Transport).dialConn(0x2cfe67eccb60, {0x2ba3048, 0x2cfe6835ddb0}, {{}, 0x0, {0x2cfe68167000, 0x5}, {0x2cfe681d7038, 0x13}, 0x0}, ...)
/usr/local/go/src/net/http/transport.go:1825 +0x9fc
net/http.(*Transport).dialConnFor(0x2cfe67eccb60, 0x2cfe681cc630)
/usr/local/go/src/net/http/transport.go:1648 +0xd2
net/http.(*Transport).startDialConnForLocked.func1()
/usr/local/go/src/net/http/transport.go:1629 +0x35
created by net/http.(*Transport).startDialConnForLocked in goroutine 5861
/usr/local/go/src/net/http/transport.go:1628 +0x112
goroutine 4002 [chan receive, 41 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 3985
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 633 [chan receive (nil chan), 113 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 623
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359
goroutine 847 [chan receive, 105 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 881
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 8778 [IO wait]:
internal/poll.runtime_pollWait(0x79ad791cba00, 0x72)
/usr/local/go/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0x2cfe68501300?, 0x2cfe68465d40?, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x2cfe68501300, {0x2cfe68465d40, 0x240, 0x240})
/usr/local/go/src/internal/poll/fd_unix.go:165 +0x2ae
net.(*netFD).Read(0x2cfe68501300, {0x2cfe68465d40?, 0x0?, 0x205?})
/usr/local/go/src/net/fd_posix.go:68 +0x25
net.(*conn).Read(0x2cfe67a78630, {0x2cfe68465d40?, 0x547b6f?, 0x0?})
/usr/local/go/src/net/net.go:196 +0x45
github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x2cfe68577bf0, {0x2cfe68465d40?, 0x79ad70dce770?, 0x79adbfe822f8?})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29
crypto/tls.(*atLeastReader).Read(0x2cfe68577c20, {0x2cfe68465d40?, 0x2cfe686e9890?, 0x54750f?})
/usr/local/go/src/crypto/tls/conn.go:815 +0x3b
bytes.(*Buffer).ReadFrom(0x2cfe6808dea8, {0x2b79160, 0x2cfe68577c20})
/usr/local/go/src/bytes/buffer.go:229 +0x98
crypto/tls.(*Conn).readFromUntil(0x2cfe6808dc08, {0x79ad70d6a290, 0x2cfe68577bf0}, 0xa91f8b?)
/usr/local/go/src/crypto/tls/conn.go:837 +0xde
crypto/tls.(*Conn).readRecordOrCCS(0x2cfe6808dc08, 0x0)
/usr/local/go/src/crypto/tls/conn.go:626 +0x3db
crypto/tls.(*Conn).readRecord(...)
/usr/local/go/src/crypto/tls/conn.go:588
crypto/tls.(*Conn).readHandshakeBytes(0x2cfe6808dc08, 0x4)
/usr/local/go/src/crypto/tls/conn.go:1084 +0x51
crypto/tls.(*Conn).readHandshake(0x2cfe6808dc08, {0x0, 0x0})
/usr/local/go/src/crypto/tls/conn.go:1095 +0x39
crypto/tls.(*Conn).clientHandshake(0x2cfe6808dc08, {0x2ba3048, 0x2cfe686aa0f0})
/usr/local/go/src/crypto/tls/handshake_client.go:300 +0x505
crypto/tls.(*Conn).handshakeContext(0x2cfe6808dc08, {0x2ba3048, 0x2cfe6835ddb0})
/usr/local/go/src/crypto/tls/conn.go:1562 +0x329
crypto/tls.(*Conn).HandshakeContext(...)
/usr/local/go/src/crypto/tls/conn.go:1516
net/http.(*persistConn).addTLS.func2()
/usr/local/go/src/net/http/transport.go:1736 +0x6e
created by net/http.(*persistConn).addTLS in goroutine 8794
/usr/local/go/src/net/http/transport.go:1732 +0x309
goroutine 1040 [chan receive, 102 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 881
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 5290 [chan receive, 11 minutes]:
github.com/rclone/rclone/lib/atexit.Register.func1.1()
/home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:45 +0x29
created by github.com/rclone/rclone/lib/atexit.Register.func1 in goroutine 5201
/home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68
"./operations.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Finished ERROR in 2h0m15.27188176s (try 1/5): exit status 2: Failed [TestMultithreadCopy TestMultithreadCopyAbort TestCheckDownload TestParseSumFile TestCheckSumDownload TestApplyTransforms TestCopyFileCompareDest TestCopyFileCopyDest TestLsLong TestCopyURL TestDirMove TestRcatSizeUploadHeaders]