"./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Starting (try 1/5) 2026/08/01 04:26:22 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe" 2026/08/01 04:26:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/01 04:26:23 DEBUG : Creating backend with remote "/tmp/rclone3969868560" === 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:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopy (0.36s) === RUN TestMultithreadCopyAbort run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.34s) === RUN TestSizeDiffers 2026/08/01 04:26:24 DEBUG : a: size = 0 OK 2026/08/01 04:26:24 DEBUG : a: size = 1 (memory) 2026/08/01 04:26:24 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/08/01 04:26:24 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/08/01 04:26:24 DEBUG : potato: Seek from 10 to 0 2026/08/01 04:26:24 DEBUG : potato: Seek from 10 to 0 2026/08/01 04:26:24 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/08/01 04:26:24 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Seek from 5 to 2 2026/08/01 04:26:24 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/08/01 04:26:24 DEBUG : potato: Seek from 7 to 0 2026/08/01 04:26:24 DEBUG : potato: Seek from 7 to 0 2026/08/01 04:26:24 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/08/01 04:26:24 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Seek from 5 to 2 2026/08/01 04:26:24 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/08/01 04:26:24 DEBUG : potato: Seek from 8 to 0 2026/08/01 04:26:24 DEBUG : potato: Seek from 8 to 0 2026/08/01 04:26:24 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/08/01 04:26:24 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/01 04:26:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/01 04:26:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/01 04:26:24 DEBUG : potato: Seek from 5 to 2 2026/08/01 04:26:24 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/08/01 04:26:24 DEBUG : potato: Seek from 9 to 0 2026/08/01 04:26:24 DEBUG : potato: Seek from 9 to 0 2026/08/01 04:26:24 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:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (37.32s) --- PASS: TestCheck/1 (0.35s) --- PASS: TestCheck/2 (0.42s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (0.62s) --- PASS: TestCheck/5 (0.12s) --- PASS: TestCheck/6 (0.68s) --- PASS: TestCheck/7 (0.49s) === RUN TestCheckFsError 2026/08/01 04:27:01 DEBUG : Creating backend with remote "nonexistent" 2026/08/01 04:27:01 DEBUG : Creating backend with remote "nonexistent" 2026/08/01 04:27:01 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/08/01 04:27:01 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/08/01 04:27:01 NOTICE: Local file system at nonexistent: 0 differences found 2026/08/01 04:27:01 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (11.54s) --- PASS: TestCheckDownload/1 (0.62s) --- PASS: TestCheckDownload/2 (0.91s) --- PASS: TestCheckDownload/3 (1.07s) --- PASS: TestCheckDownload/4 (1.09s) --- PASS: TestCheckDownload/5 (1.01s) --- PASS: TestCheckDownload/6 (0.60s) --- PASS: TestCheckDownload/7 (0.72s) === RUN TestCheckSizeOnly run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.29s) --- PASS: TestCheckSizeOnly/1 (0.35s) --- PASS: TestCheckSizeOnly/2 (0.38s) --- PASS: TestCheckSizeOnly/3 (0.48s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.66s) --- PASS: TestCheckSizeOnly/6 (1.27s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:27:24 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/01 04:27:24 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/01 04:27:24 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/01 04:27:24 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/01 04:27:25 DEBUG : test.sum: Removing old object on successful upload 2026/08/01 04:27:26 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/01 04:27:26 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/01 04:27:26 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/01 04:27:26 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.16s) === RUN TestCheckSum run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:27:27 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe/data" === RUN TestCheckSum/subtest1 2026/08/01 04:27:35 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest2 2026/08/01 04:27:38 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest3 2026/08/01 04:27:41 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest4 2026/08/01 04:27:45 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest5 2026/08/01 04:27:47 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest6 2026/08/01 04:27:50 DEBUG : data/banana: Removing old object on successful upload 2026/08/01 04:27:51 DEBUG : data/potato: Removing old object on successful upload 2026/08/01 04:27:52 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (29.06s) --- PASS: TestCheckSum/subtest1 (1.88s) --- PASS: TestCheckSum/subtest2 (1.12s) --- PASS: TestCheckSum/subtest3 (0.71s) --- PASS: TestCheckSum/subtest4 (1.44s) --- PASS: TestCheckSum/subtest5 (1.01s) --- PASS: TestCheckSum/subtest6 (1.50s) --- PASS: TestCheckSum/subtest7 (1.32s) === RUN TestCheckSumDownload run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:27:56 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe/data" === RUN TestCheckSumDownload/subtest1 2026/08/01 04:28:04 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest2 2026/08/01 04:28:07 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest3 2026/08/01 04:28:21 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest4 2026/08/01 04:28:34 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest5 2026/08/01 04:28:46 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest6 2026/08/01 04:28:58 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:28:58 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:28:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms === NAME TestCheckSumDownload run.go:299: Retry Put of "data/banana" to gofile root 'rclone-test-binezih6fewe': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:29:01 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:29:11 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:29:11 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:29:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "data/banana" to gofile root 'rclone-test-binezih6fewe': 2/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:29:13 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:29:24 DEBUG : data/banana: Removing old object on successful upload 2026/08/01 04:29:34 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:29:34 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:29:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "data/potato" to gofile root 'rclone-test-binezih6fewe': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:29:36 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:29:47 DEBUG : data/potato: Removing old object on successful upload 2026/08/01 04:29:57 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest7 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: couldn't recursively list files: Error "error-mdb" Test: TestCheckSumDownload Messages: unexpected error in run 7 check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 0 actual : 2 Test: TestCheckSumDownload Messages: wrong error count in run 7 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "2026/08/01 04:30:33 ERROR : banana: file not in gofile root 'rclone-test-binezih6fewe/data'\n2026/08/01 04:30:33 ERROR : potato: file not in gofile root 'rclone-test-binezih6fewe/data'\n2026/08/01 04:30:33 NOTICE: gofile root 'rclone-test-binezih6fewe/data': 2 files missing\n2026/08/01 04:30:33 NOTICE: gofile root 'rclone-test-binezih6fewe/data': 0 differences found\n2026/08/01 04:30:33 NOTICE: gofile root 'rclone-test-binezih6fewe/data': 2 errors while checking\n" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 7 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 7 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana", "= potato"} actual : []string{"", "+ banana", "+ potato"} Diff: --- Expected +++ Actual @@ -2,4 +2,4 @@ (string) "", - (string) (len=8) "= banana", - (string) (len=8) "= potato" + (string) (len=8) "+ banana", + (string) (len=8) "+ potato" } Test: TestCheckSumDownload Messages: wrong combined result in run 7 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{} actual : []string{"", "banana", "potato"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=6) "banana", + (string) (len=6) "potato" } Test: TestCheckSumDownload Messages: wrong missingondst result in run 7 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 7 --- FAIL: TestCheckSumDownload (158.88s) --- PASS: TestCheckSumDownload/subtest1 (1.90s) --- PASS: TestCheckSumDownload/subtest2 (1.67s) --- PASS: TestCheckSumDownload/subtest3 (1.84s) --- PASS: TestCheckSumDownload/subtest4 (1.40s) --- PASS: TestCheckSumDownload/subtest5 (1.56s) --- PASS: TestCheckSumDownload/subtest6 (1.19s) --- PASS: TestCheckSumDownload/subtest7 (35.13s) === RUN TestApplyTransforms 2026/08/01 04:30:35 DEBUG : Creating backend with remote "TestGoFile:rclone-test-semaqen1woqa" 2026/08/01 04:30:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/01 04:30:36 DEBUG : Creating backend with remote "/tmp/rclone109691817" run.go:198: Remote "gofile root 'rclone-test-semaqen1woqa'", Local "Local file system at /tmp/rclone109691817", Modify Window "1s" 2026/08/01 04:30:47 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:30:47 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:30:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:30:49 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:30:57 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:30:57 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:30:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 2/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:30:59 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:31:09 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:31:09 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 3/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:12 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:31:20 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:31:20 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 4/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:22 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:31:32 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:31:32 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 5/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:35 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:31:45 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:31:45 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 6/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:48 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:31:58 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:31:58 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:31:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 7/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:32:01 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:32:10 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:32:10 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:32:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 8/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:32:12 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:32:22 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:32:22 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:32:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "hello, world!" to gofile root 'rclone-test-semaqen1woqa': 9/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:32:25 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:32:35 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:32:35 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:32:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:303: Failed to put "hello, world!" to "gofile root 'rclone-test-semaqen1woqa'": failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" 2026/08/01 04:32:35 DEBUG : gofile root 'rclone-test-semaqen1woqa': Purge remote 2026/08/01 04:32:36 DEBUG : pacer: Reducing sleep to 10ms --- FAIL: TestApplyTransforms (120.25s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" copy_test.go:114: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:114 Error: Received unexpected error: couldn't list files: Error "error-mdb" Test: TestCopyFile run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:114 Error: Received unexpected error: couldn't recursively list files: Error "error-mdb" Test: TestCopyFile --- FAIL: TestCopyFile (73.55s) === RUN TestCopyLongFile run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" copy_test.go:154: Test only runs on local run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:154 Error: Received unexpected error: couldn't recursively list files: Error "error-mdb" Test: TestCopyLongFile --- FAIL: TestCopyLongFile (30.05s) === RUN TestCopyFileBackupDir run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:352 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:180 Error: Should be true Test: TestCopyFileBackupDir Messages: listing wrong, want dst/file1 (14) got dst/file1 (14), file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:352 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:180 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestCopyFileBackupDir Messages: Unexpected file "file1" run.go:303: Failed to put "dst/file1" to "gofile root 'rclone-test-binezih6fewe'": couldn't list files: Error "error-mdb" run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:182 Error: Received unexpected error: couldn't recursively list files: Error "error-mdb" Test: TestCopyFileBackupDir --- FAIL: TestCopyFileBackupDir (68.09s) === RUN TestCopyFileCompareDest run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:35:27 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe/dst" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:352 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:204 Error: Should be true Test: TestCopyFileCompareDest Messages: listing wrong, want one (3) got dst/file1 (14), file1 (14), one (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:352 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:204 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestCopyFileCompareDest Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:352 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:204 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestCopyFileCompareDest Messages: Unexpected file "dst/file1" 2026/08/01 04:35:36 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe/CompareDest" 2026/08/01 04:35:36 DEBUG : Config file has changed externally - reloading 2026/08/01 04:35:39 DEBUG : one: Need to transfer - File not found at Destination 2026/08/01 04:35:46 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:35:46 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:35:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:35:46 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 0/10 2026/08/01 04:35:46 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:35:56 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:35:56 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:35:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:35:56 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 1/10 2026/08/01 04:35:57 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:36:07 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:36:07 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:36:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:36:07 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 2/10 2026/08/01 04:36:07 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:36:17 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:36:17 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:36:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:36:17 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 3/10 2026/08/01 04:36:17 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:36:27 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:36:27 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:36:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:36:27 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 4/10 2026/08/01 04:36:27 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:36:37 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:36:37 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:36:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:36:37 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 5/10 2026/08/01 04:36:38 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:36:48 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:36:48 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:36:48 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:36:48 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 6/10 2026/08/01 04:36:48 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:36:58 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:36:58 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:36:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:36:58 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 7/10 2026/08/01 04:36:58 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:36:58 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:36:58 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:36:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:36:58 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 8/10 2026/08/01 04:36:59 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:37:08 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:37:08 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:37:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:37:08 DEBUG : one: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 9/10 2026/08/01 04:37:08 ERROR : one: Failed to copy: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" copy_test.go:207: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:207 Error: Received unexpected error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" Test: TestCopyFileCompareDest run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:207 Error: Received unexpected error: couldn't recursively list files: Error "error-mdb" Test: TestCopyFileCompareDest --- FAIL: TestCopyFileCompareDest (140.70s) === RUN TestCopyFileCopyDest run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:37:48 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe/dst" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:352 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:287 Error: Should be true Test: TestCopyFileCopyDest Messages: listing wrong, want one (3) got dst/file1 (14), file1 (14), one (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:352 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:287 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestCopyFileCopyDest Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:352 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:287 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestCopyFileCopyDest Messages: Unexpected file "dst/file1" 2026/08/01 04:37:56 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe/CopyDest" 2026/08/01 04:38:59 DEBUG : one: Need to transfer - File not found at Destination copy_test.go:290: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:290 Error: Received unexpected error: couldn't list files: Error "error-mdb" Test: TestCopyFileCopyDest --- FAIL: TestCopyFileCopyDest (102.78s) === RUN TestCopyInplace run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.97s) === RUN TestCopyLongFileName run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.54s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.84s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:39:34 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/08/01 04:39:45 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:39:45 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:39:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:39:45 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 0/10 2026/08/01 04:39:45 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:39:55 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:39:55 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:39:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:39:55 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 1/10 2026/08/01 04:39:56 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:39:58 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:39:58 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:39:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:39:58 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 2/10 2026/08/01 04:39:59 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:40:08 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:40:08 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:40:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:40:08 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 3/10 2026/08/01 04:40:09 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:40:19 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:40:19 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:40:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:40:19 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 4/10 2026/08/01 04:40:19 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:40:28 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:40:28 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:40:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:40:28 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 5/10 2026/08/01 04:40:28 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:40:35 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:40:35 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:40:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:40:35 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 6/10 2026/08/01 04:40:35 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:40:45 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:40:45 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:40:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:40:45 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 7/10 2026/08/01 04:40:46 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:40:49 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:40:49 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:40:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:40:49 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 8/10 2026/08/01 04:40:49 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:40:59 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:40:59 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:40:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/01 04:40:59 DEBUG : TestCopyFileMaxTransfer/file1: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 9/10 2026/08/01 04:40:59 ERROR : TestCopyFileMaxTransfer/file1: Failed to copy: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" copy_test.go:491: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:491 Error: Received unexpected error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" Test: TestCopyFileMaxTransfer 2026/08/01 04:41:00 DEBUG : pacer: Reducing sleep to 10ms --- FAIL: TestCopyFileMaxTransfer (87.69s) === RUN TestDeduplicateInteractive run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:41:11 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:41:11 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:21 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:41:21 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:21 DEBUG : pacer: Rate limited, increasing sleep to 40ms run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 2/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:25 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:41:25 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:25 DEBUG : pacer: Rate limited, increasing sleep to 80ms run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 3/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:37 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:41:37 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:37 DEBUG : pacer: Rate limited, increasing sleep to 160ms run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 4/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:47 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:41:47 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:47 DEBUG : pacer: Rate limited, increasing sleep to 320ms run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 5/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:50 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:41:50 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:50 DEBUG : pacer: Rate limited, increasing sleep to 640ms run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 6/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:54 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:41:54 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:54 DEBUG : pacer: Rate limited, increasing sleep to 1.28s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 7/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:58 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:41:58 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:41:58 DEBUG : pacer: Rate limited, increasing sleep to 2.56s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 8/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:42:00 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:42:00 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:42:00 DEBUG : pacer: Rate limited, increasing sleep to 5.12s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 9/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:42:08 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:42:08 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:42:08 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:303: Failed to put "one" to "gofile root 'rclone-test-binezih6fewe'": failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" 2026/08/01 04:42:52 DEBUG : pacer: Reducing sleep to 5.12s run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:315 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:51 Error: Received unexpected error: couldn't recursively list files: Error "error-mdb" Test: TestDeduplicateInteractive --- FAIL: TestDeduplicateInteractive (111.66s) === RUN TestDeduplicateSkip run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:43:00 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:43:00 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:43:00 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:43:12 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:43:12 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:43:12 DEBUG : pacer: Rate limited, increasing sleep to 20s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 2/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:43:24 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:43:24 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 3/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:43:44 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:43:44 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 4/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:43:54 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:43:54 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 5/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:44:20 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:44:20 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 6/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:44:44 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:44:44 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 7/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:45:03 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:45:03 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 8/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:45:24 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:45:24 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 9/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:45:34 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:45:34 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:303: Failed to put "one" to "gofile root 'rclone-test-binezih6fewe'": failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" 2026/08/01 04:45:54 DEBUG : pacer: Reducing sleep to 10s 2026/08/01 04:46:14 DEBUG : pacer: Reducing sleep to 5s --- FAIL: TestDeduplicateSkip (201.42s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:46:30 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:46:30 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:46:30 DEBUG : pacer: Rate limited, increasing sleep to 10s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:46:42 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:46:42 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:46:42 DEBUG : pacer: Rate limited, increasing sleep to 20s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 2/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:46:54 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:46:54 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 3/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:47:10 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:47:10 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 4/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:47:34 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:47:34 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 5/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:47:50 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:47:50 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 6/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:48:10 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:48:10 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 7/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:48:35 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:48:35 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 8/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:48:46 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:48:46 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 9/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:49:15 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:49:15 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:303: Failed to put "one" to "gofile root 'rclone-test-binezih6fewe'": failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" 2026/08/01 04:49:59 DEBUG : pacer: Reducing sleep to 10s run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:315 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:89 Error: Received unexpected error: couldn't recursively list files: Error "error-mdb" Test: TestDeduplicateSizeOnly --- FAIL: TestDeduplicateSizeOnly (224.65s) === RUN TestDeduplicateFirst run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:50:09 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:50:09 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:50:09 DEBUG : pacer: Rate limited, increasing sleep to 20s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:50:21 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:50:21 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 2/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:50:36 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:50:36 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 3/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:51:01 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:51:01 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 4/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:51:15 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:51:15 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 5/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:51:41 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:51:41 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 6/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:51:58 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:51:58 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 7/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:52:21 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:52:21 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 8/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:52:33 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:52:33 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 9/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:53:01 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:53:01 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:303: Failed to put "one" to "gofile root 'rclone-test-binezih6fewe'": failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" 2026/08/01 04:53:41 DEBUG : pacer: Reducing sleep to 10s run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:315 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:109 Error: Received unexpected error: couldn't recursively list files: Error "error-mdb" Test: TestDeduplicateFirst --- FAIL: TestDeduplicateFirst (222.26s) === RUN TestDeduplicateNewest run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:53:51 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:53:51 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:53:51 DEBUG : pacer: Rate limited, increasing sleep to 20s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:54:03 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:54:03 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 2/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:54:22 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:54:22 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 3/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:54:40 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:54:40 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 4/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:54:54 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:54:54 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 5/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:55:21 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:55:21 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 6/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:55:43 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:55:43 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 7/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:56:02 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:56:02 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 8/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:56:13 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:56:13 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 9/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:56:43 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:56:43 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") run.go:303: Failed to put "one" to "gofile root 'rclone-test-binezih6fewe'": failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" 2026/08/01 04:56:53 DEBUG : pacer: Reducing sleep to 10s 2026/08/01 04:57:13 DEBUG : pacer: Reducing sleep to 5s --- FAIL: TestDeduplicateNewest (212.51s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:57:23 DEBUG : pacer: Reducing sleep to 2.5s 2026/08/01 04:57:36 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:57:36 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:57:36 DEBUG : pacer: Rate limited, increasing sleep to 5s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:57:38 DEBUG : pacer: Reducing sleep to 2.5s 2026/08/01 04:57:45 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:57:45 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:57:45 DEBUG : pacer: Rate limited, increasing sleep to 5s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 2/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:57:48 DEBUG : pacer: Reducing sleep to 2.5s 2026/08/01 04:57:58 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2026/08/01 04:57:58 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:57:58 DEBUG : pacer: Rate limited, increasing sleep to 5s run.go:299: Retry Put of "one" to gofile root 'rclone-test-binezih6fewe': 3/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2026/08/01 04:58:00 DEBUG : pacer: Reducing sleep to 2.5s 2026/08/01 04:58:06 DEBUG : pacer: Reducing sleep to 1.25s 2026/08/01 04:58:07 DEBUG : pacer: Reducing sleep to 625ms 2026/08/01 04:58:09 DEBUG : pacer: Reducing sleep to 312.5ms 2026/08/01 04:58:09 DEBUG : pacer: Reducing sleep to 156.25ms 2026/08/01 04:58:10 DEBUG : pacer: Reducing sleep to 78.125ms 2026/08/01 04:58:10 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/08/01 04:58:10 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/08/01 04:58:10 DEBUG : pacer: Reducing sleep to 10ms 2026/08/01 04:58:11 INFO : gofile root 'rclone-test-binezih6fewe': Looking for duplicate md5 hashes using newest mode. 2026/08/01 04:58:12 NOTICE: 1bf6ce36c643bb7063496dc4df3275a5: Found 3 files with duplicate md5 hashes 2026/08/01 04:58:12 INFO : one: Deleted 2026/08/01 04:58:12 INFO : also/one: Deleted 2026/08/01 04:58:12 NOTICE: 1bf6ce36c643bb7063496dc4df3275a5: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (61.38s) === RUN TestDeduplicateOldest run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:58:15 INFO : gofile root 'rclone-test-binezih6fewe': Looking for duplicate names using oldest mode. 2026/08/01 04:58:16 NOTICE: one: Found 3 files with duplicate names 2026/08/01 04:58:16 INFO : one: Deleted 2026/08/01 04:58:17 INFO : one: Deleted 2026/08/01 04:58:17 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (3.06s) === RUN TestDeduplicateLargest run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:58:19 INFO : gofile root 'rclone-test-binezih6fewe': Looking for duplicate names using largest mode. 2026/08/01 04:58:20 NOTICE: one: Found 3 files with duplicate names 2026/08/01 04:58:20 INFO : one: Deleted 2026/08/01 04:58:20 INFO : one: Deleted 2026/08/01 04:58:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (3.79s) === RUN TestDeduplicateSmallest run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:58:26 INFO : gofile root 'rclone-test-binezih6fewe': Looking for duplicate names using smallest mode. 2026/08/01 04:58:27 NOTICE: one: Found 3 files with duplicate names 2026/08/01 04:58:28 INFO : one: Deleted 2026/08/01 04:58:28 INFO : one: Deleted 2026/08/01 04:58:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.11s) === RUN TestDeduplicateRename run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:58:31 INFO : gofile root 'rclone-test-binezih6fewe': Looking for duplicate names using rename mode. 2026/08/01 04:58:32 NOTICE: one.txt: Found 3 files with duplicate names 2026/08/01 04:58:35 INFO : one-2.txt: renamed from: one.txt 2026/08/01 04:58:37 INFO : one-3.txt: renamed from: one.txt 2026/08/01 04:58:39 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.37s) === RUN TestMergeDirs run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:58:44 INFO : dupe2: merging "two.txt" 2026/08/01 04:58:44 INFO : dupe2: removing empty directory 2026/08/01 04:58:45 INFO : dupe3: merging "three.txt" 2026/08/01 04:58:45 INFO : dupe3: removing empty directory --- PASS: TestMergeDirs (9.42s) === RUN TestListDirSorted run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:58:57 DEBUG : a.txt: Excluded (Size Filter) 2026/08/01 04:58:57 DEBUG : a.txt: Excluded 2026/08/01 04:58:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/01 04:58:58 DEBUG : sub dir/hello world: Excluded 2026/08/01 04:58:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/01 04:58:58 DEBUG : sub dir/hello world2: Excluded 2026/08/01 04:58:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/01 04:58:58 DEBUG : sub dir/hello world: Excluded 2026/08/01 04:58:59 DEBUG : sub dir/ignore dir: Excluded 2026/08/01 04:58:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/01 04:58:59 DEBUG : sub dir/hello world2: Excluded 2026/08/01 04:59:00 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (15.59s) === RUN TestListDirSortedFn run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:59:14 DEBUG : a.txt: Excluded (Size Filter) 2026/08/01 04:59:14 DEBUG : a.txt: Excluded 2026/08/01 04:59:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/01 04:59:14 DEBUG : sub dir/hello world2: Excluded 2026/08/01 04:59:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/01 04:59:14 DEBUG : sub dir/hello world: Excluded 2026/08/01 04:59:15 DEBUG : sub dir/ignore dir: Excluded 2026/08/01 04:59:15 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/01 04:59:15 DEBUG : sub dir/hello world2: Excluded 2026/08/01 04:59:15 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/01 04:59:15 DEBUG : sub dir/hello world: Excluded 2026/08/01 04:59:16 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (15.84s) === RUN TestListJSON run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" === 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 === RUN TestListJSON/Metadata --- PASS: TestListJSON (8.48s) --- PASS: TestListJSON/Default (0.65s) --- PASS: TestListJSON/FilesOnly (0.50s) --- PASS: TestListJSON/DirsOnly (0.38s) --- PASS: TestListJSON/Recurse (0.79s) --- PASS: TestListJSON/SubDir (0.50s) --- PASS: TestListJSON/NoModTime (0.50s) --- PASS: TestListJSON/NoMimeType (0.37s) --- PASS: TestListJSON/ShowHash (0.35s) --- PASS: TestListJSON/HashTypes (0.64s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" === 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/08/01 04:59:38 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe/notfound" 2026/08/01 04:59:38 DEBUG : Config file has changed externally - reloading --- PASS: TestStatJSON (12.92s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.62s) --- PASS: TestStatJSON/Dir (1.01s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.35s) --- PASS: TestStatJSON/File (0.22s) --- PASS: TestStatJSON/NotFound (0.85s) --- PASS: TestStatJSON/DirFilesOnly (0.67s) --- PASS: TestStatJSON/FileFilesOnly (0.36s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.36s) --- PASS: TestStatJSON/FileDirsOnly (0.09s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.09s) --- PASS: TestStatJSON/RootNotFound (2.64s) === RUN TestStatJSONMemory 2026/08/01 04:59:42 DEBUG : Creating backend with remote ":memory:" 2026/08/01 04:59:42 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/08/01 04:59:42 DEBUG : sub/file1: size = 5 OK 2026/08/01 04:59:42 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/08/01 04:59:42 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestMkdir run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:59:42 INFO : gofile root 'rclone-test-binezih6fewe': Making directory 2026/08/01 04:59:43 INFO : gofile root 'rclone-test-binezih6fewe': Making directory --- PASS: TestMkdir (1.22s) === RUN TestLsd run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestLsd (4.27s) === RUN TestLs run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestLs (2.98s) === RUN TestLsWithFilesFrom run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 04:59:53 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/08/01 04:59:53 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (3.86s) === RUN TestLsLong run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestLsLong (5.38s) === RUN TestHashSums run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (3.81s) --- PASS: TestHashSums/Md5 (0.36s) --- PASS: TestHashSums/Md5Download (1.15s) === RUN TestHashSumsWithErrors 2026/08/01 05:00:04 DEBUG : Creating backend with remote ":memory:" 2026/08/01 05:00:04 ERROR : sub/file1: hash unsupported: hash type not supported 2026/08/01 05:00:04 ERROR : file1: hash unsupported: hash type not supported 2026/08/01 05:00:04 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/08/01 05:00:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/01 05:00:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/01 05:00:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/01 05:00:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/01 05:00:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/01 05:00:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/01 05:00:04 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/08/01 05:00:04 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:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestCount (5.41s) === RUN TestDelete run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:00:12 DEBUG : Waiting for deletions to finish 2026/08/01 05:00:13 DEBUG : large: Excluded (Size Filter) 2026/08/01 05:00:13 INFO : medium: Deleted 2026/08/01 05:00:13 INFO : small: Deleted --- PASS: TestDelete (5.24s) === RUN TestMaxDelete run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:00:17 DEBUG : Waiting for deletions to finish 2026/08/01 05:00:18 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2026/08/01 05:00:18 INFO : small: Deleted 2026/08/01 05:00:18 INFO : large: Deleted --- PASS: TestMaxDelete (6.63s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:00:23 DEBUG : Waiting for deletions to finish 2026/08/01 05:00:23 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/08/01 05:00:23 INFO : medium: Deleted 2026/08/01 05:00:24 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (4.56s) === RUN TestMaxDeleteSize run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:00:28 DEBUG : Waiting for deletions to finish 2026/08/01 05:00:29 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/08/01 05:00:29 INFO : large: Deleted 2026/08/01 05:00:29 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.46s) === RUN TestReadFile run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestReadFile (2.94s) === RUN TestRetry 2026/08/01 05:00:35 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/08/01 05:00:35 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/08/01 05:00:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/01 05:00:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/01 05:00:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/01 05:00:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/01 05:00:35 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:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestCat (9.01s) === RUN TestPurge 2026/08/01 05:00:44 DEBUG : Creating backend with remote "TestGoFile:rclone-test-cemesar9fodo" 2026/08/01 05:00:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/01 05:00:44 DEBUG : Creating backend with remote "/tmp/rclone3453431993" run.go:198: Remote "gofile root 'rclone-test-cemesar9fodo'", Local "Local file system at /tmp/rclone3453431993", Modify Window "1s" 2026/08/01 05:00:46 INFO : A2: Making directory 2026/08/01 05:00:46 INFO : A1/B2: Making directory 2026/08/01 05:00:47 INFO : A1/B2/C2: Making directory 2026/08/01 05:00:47 INFO : A1/B1/C3: Making directory 2026/08/01 05:00:47 INFO : A3: Making directory 2026/08/01 05:00:47 INFO : A3/B3: Making directory 2026/08/01 05:00:48 INFO : A3/B3/C4: Making directory 2026/08/01 05:00:49 DEBUG : gofile root 'rclone-test-cemesar9fodo': Purge remote 2026/08/01 05:00:49 NOTICE: purge failed: directory not found --- PASS: TestPurge (5.07s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:00:51 INFO : A2: Making directory 2026/08/01 05:00:51 INFO : A1/B2: Making directory 2026/08/01 05:00:51 INFO : A1/B2/C2: Making directory 2026/08/01 05:00:52 INFO : A1/B1/C3: Making directory 2026/08/01 05:00:52 INFO : A3: Making directory 2026/08/01 05:00:53 INFO : A3/B3: Making directory 2026/08/01 05:00:54 INFO : A3/B3/C4: Making directory 2026/08/01 05:00:57 DEBUG : removing 1 level 3 directories 2026/08/01 05:00:57 INFO : A3/B3/C4: Removing directory 2026/08/01 05:01:01 DEBUG : removing 2 level 3 directories 2026/08/01 05:01:01 INFO : A1/B1/C3: Removing directory 2026/08/01 05:01:01 INFO : A1/B2/C2: Removing directory 2026/08/01 05:01:01 DEBUG : removing 2 level 2 directories 2026/08/01 05:01:01 INFO : A3/B3: Removing directory 2026/08/01 05:01:01 INFO : A1/B2: Removing directory 2026/08/01 05:01:02 DEBUG : removing 2 level 1 directories 2026/08/01 05:01:02 INFO : A3: Removing directory 2026/08/01 05:01:02 INFO : A2: Removing directory 2026/08/01 05:01:06 DEBUG : removing 1 level 3 directories 2026/08/01 05:01:06 INFO : A1/B1/C1: Removing directory 2026/08/01 05:01:06 DEBUG : removing 1 level 2 directories 2026/08/01 05:01:06 INFO : A1/B1: Removing directory 2026/08/01 05:01:07 DEBUG : removing 1 level 1 directories 2026/08/01 05:01:07 INFO : A1: Removing directory 2026/08/01 05:01:07 DEBUG : removing 1 level 0 directories 2026/08/01 05:01:07 INFO : gofile root 'rclone-test-binezih6fewe': Removing directory --- PASS: TestRmdirsNoLeaveRoot (20.10s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:01:10 INFO : A1: Making directory 2026/08/01 05:01:10 INFO : A1/B1: Making directory 2026/08/01 05:01:11 INFO : A1/B1/C1: Making directory 2026/08/01 05:01:13 DEBUG : removing 1 level 3 directories 2026/08/01 05:01:13 INFO : A1/B1/C1: Removing directory 2026/08/01 05:01:13 DEBUG : removing 1 level 2 directories 2026/08/01 05:01:13 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (5.57s) === RUN TestRmdirsWithFilter run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:01:15 INFO : A1: Making directory 2026/08/01 05:01:15 INFO : A1/B1: Making directory 2026/08/01 05:01:15 INFO : A1/B1/C1: Making directory 2026/08/01 05:01:18 DEBUG : removing 1 level 3 directories 2026/08/01 05:01:18 INFO : A1/B1/C1: Removing directory 2026/08/01 05:01:18 DEBUG : removing 1 level 2 directories 2026/08/01 05:01:18 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (5.41s) === RUN TestCopyURL run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:01:22 DEBUG : filename.txt: File name found in url 2026/08/01 05:01:22 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (5.13s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestCopyURLDownloadHeaders (1.21s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:01:27 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/01 05:01:28 DEBUG : sub/file2: size = 14 OK 2026/08/01 05:01:28 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/08/01 05:01:28 INFO : file1: Copied (new) to: sub/file2 2026/08/01 05:01:28 INFO : file1: Deleted 2026/08/01 05:01:29 DEBUG : sub/file2: size = 14 OK 2026/08/01 05:01:29 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/01 05:01:29 DEBUG : file1: Unchanged skipping 2026/08/01 05:01:29 INFO : file1: Deleted 2026/08/01 05:01:29 DEBUG : gofile root 'rclone-test-binezih6fewe': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.38s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:01:32 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/01 05:01:33 DEBUG : file1: size = 14 OK 2026/08/01 05:01:33 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/08/01 05:01:33 INFO : file1: Copied (new) 2026/08/01 05:01:33 INFO : file1: Deleted 2026/08/01 05:01:34 DEBUG : file1: Destination exists, skipping 2026/08/01 05:01:34 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.70s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFile (0.30s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.59s) === RUN TestMoveFileBackupDir run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:01:39 DEBUG : Creating backend with remote "TestGoFile:rclone-test-binezih6fewe/backup" 2026/08/01 05:01:40 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone3969868560) 2026/08/01 05:01:40 DEBUG : dst/file1: size = 18 (gofile root 'rclone-test-binezih6fewe') 2026/08/01 05:01:40 DEBUG : dst/file1: Sizes differ 2026/08/01 05:01:40 INFO : dst/file1: Moved (server-side) 2026/08/01 05:01:41 DEBUG : dst/file1: size = 14 OK 2026/08/01 05:01:41 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/08/01 05:01:41 INFO : dst/file1: Copied (new) 2026/08/01 05:01:41 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (8.04s) === 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:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:01:50 INFO : A1/B2: Making directory 2026/08/01 05:01:51 INFO : A1/B1/C3: Making directory 2026/08/01 05:01:58 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/08/01 05:01:58 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/08/01 05:01:59 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/08/01 05:01:59 INFO : A2/one: Moved (server-side) to: A3/one 2026/08/01 05:01:59 INFO : A2/two: Moved (server-side) to: A3/two 2026/08/01 05:02:03 INFO : gofile root 'rclone-test-binezih6fewe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/08/01 05:02:07 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/08/01 05:02:07 INFO : A3/one: Moved (server-side) to: A4/one 2026/08/01 05:02:07 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/08/01 05:02:07 INFO : A3/two: Moved (server-side) to: A4/two 2026/08/01 05:02:08 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four --- PASS: TestDirMove (35.97s) === RUN TestGetFsInfo run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestGetFsInfo (1.33s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:02:22 DEBUG : gofile root 'rclone-test-binezih6fewe': File to upload is small (34 bytes), uploading instead of streaming 2026/08/01 05:02:23 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/08/01 05:02:23 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/08/01 05:02:23 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/08/01 05:02:24 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/08/01 05:02:24 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/08/01 05:02:24 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:02:26 DEBUG : gofile root 'rclone-test-binezih6fewe': File to upload is small (34 bytes), uploading instead of streaming 2026/08/01 05:02:27 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/08/01 05:02:27 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/08/01 05:02:27 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/08/01 05:02:27 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/08/01 05:02:27 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/08/01 05:02:27 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:02:29 DEBUG : gofile root 'rclone-test-binezih6fewe': File to upload is small (34 bytes), uploading instead of streaming 2026/08/01 05:02:29 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/01 05:02:29 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/01 05:02:30 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/01 05:02:30 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:02:32 DEBUG : gofile root 'rclone-test-binezih6fewe': File to upload is small (34 bytes), uploading instead of streaming 2026/08/01 05:02:33 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/01 05:02:33 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/08/01 05:02:33 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/01 05:02:34 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/01 05:02:34 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/08/01 05:02:34 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (14.18s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.02s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.44s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (3.59s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.12s) === RUN TestRcatMetadata run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (1.18s) === RUN TestRcatSize run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:02:38 DEBUG : gofile root 'rclone-test-binezih6fewe': File to upload is small (60 bytes), uploading instead of streaming 2026/08/01 05:02:38 DEBUG : potato2: size = 60 OK 2026/08/01 05:02:38 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/08/01 05:02:38 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (2.91s) === RUN TestRcatSizeMetadata run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.59s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" --- PASS: TestRcatSizeUploadHeaders (1.94s) === RUN TestTouchDir run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:02:47 DEBUG : gofile root 'rclone-test-binezih6fewe': Touching "empty space" 2026/08/01 05:02:47 DEBUG : gofile root 'rclone-test-binezih6fewe': Touching "potato2" 2026/08/01 05:02:47 DEBUG : gofile root 'rclone-test-binezih6fewe': Touching "sub dir/potato3" --- PASS: TestTouchDir (7.07s) === RUN TestMkdirMetadata run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.78s) === RUN TestMkdirModTime run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:02:50 INFO : directory with modtime: Making directory 2026/08/01 05:02:51 INFO : directory with modtime: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC --- PASS: TestMkdirModTime (2.60s) === RUN TestCopyDirMetadata run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.71s) === RUN TestSetDirModTime run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:02:54 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2026/08/01 05:02:55 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2026/08/01 05:02:56 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.88s) === RUN TestDirsEqual run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.72s) === RUN TestRemoveExisting run.go:198: Remote "gofile root 'rclone-test-binezih6fewe'", Local "Local file system at /tmp/rclone3969868560", Modify Window "1s" 2026/08/01 05:03:03 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.pusadey9" before starting 2026/08/01 05:03:04 DEBUG : sub dir/test remove existing.pusadey9: TEST: removing renamed existing file after operation 2026/08/01 05:03:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dagegey2" before starting 2026/08/01 05:03:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dagegey2: TEST: renaming existing back after failed operation 2026/08/01 05:03:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jeyetuz0" before starting 2026/08/01 05:03:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jeyetuz0: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.95s) === 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/08/01 05:03:10 DEBUG : gofile root 'rclone-test-binezih6fewe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Finished ERROR in 36m48.635267245s (try 1/5): exit status 1: Failed [TestCheckSumDownload TestApplyTransforms TestCopyFile TestCopyLongFile TestCopyFileBackupDir TestCopyFileCompareDest TestCopyFileCopyDest TestCopyFileMaxTransfer TestDeduplicateInteractive TestDeduplicateSkip TestDeduplicateSizeOnly TestDeduplicateFirst TestDeduplicateNewest]