<!--
We understand you are having a problem with rclone; we want to help you …with that!
**STOP and READ**
**YOUR POST WILL BE REMOVED IF IT IS LOW QUALITY**:
Please show the effort you've put into solving the problem and please be specific.
People are volunteering their time to help! Low effort posts are not likely to get good answers!
If you think you might have found a bug, try to replicate it with the latest beta (or stable).
The update instructions are available at https://rclone.org/commands/rclone_selfupdate/
If you can still replicate it or just got a question then please use the rclone forum:
https://forum.rclone.org/
for a quick response instead of filing an issue on this repo.
If nothing else helps, then please fill in the info below which helps us help you.
**DO NOT REDACT** any information except passwords/keys/personal info.
You should use 3 backticks to begin and end your paste to make it readable.
Make sure to include a log obtained with '-vv'.
You can also use '-vv --log-file bug.log' and a service such as https://pastebin.com or https://gist.github.com/
Thank you
The Rclone Developers
-->
#### What is the problem you are having with rclone?
The following command fails with errors. (path is replaced by dummy name)
And rclone process hangs.
I have to kill the hang process manually.
The file size which faild to copy is about 19GB. The file is removed on local file system. It seems to fail to move the file to backup dir.
Other small size files do not fail to move.
If I remove the removed large file on wasabi manually, sync works fine.
How to avoid the errors?
`rclone sync /path/to/local wasabi:xxxx/aaaa --modify-window 1s --backup-dir=wasabi:xxxx/backup/path/aaaa`
```
2024/01/22 03:31:21 ERROR : file/path/aaaa: Failed to copy: RequestError: send request failed
caused by: Put "https://s3.ap-northeast-1-ntt.wasabisys.com/backup/path/aaaa/large_file_name.xxx?partNumber=1&uploadId=SFwhJT_cuf1PTqK3sdDWHfOJMXa27gdYjIdAcRYywFBIMD4rmoG63gPMwZ7FFLf6jUsxLh1ElDve-kGZVKQm9yxH9QROSsm4jANUNHABG58TAQebyM3RLtqHpohUVOXI": EOF
2024/01/22 03:31:21 ERROR : file/path/aaaa: Not deleting source as copy failed: RequestError: send request failed
caused by: Put "https://s3.ap-northeast-1-ntt.wasabisys.com/backup/path/aaaa/large_file_name.xxx?partNumber=1&uploadId=SFwhJT_cuf1PTqK3sdDWHfOJMXa27gdYjIdAcRYywFBIMD4rmoG63gPMwZ7FFLf6jUsxLh1ElDve-kGZVKQm9yxH9QROSsm4jANUNHABG58TAQebyM3RLtqHpohUVOXI": EOF
2024/01/22 03:31:21 ERROR : file/path/aaaa: Couldn't move into backup dir: RequestError: send request failed
caused by: Put "https://s3.ap-northeast-1-ntt.wasabisys.com/backup/path/aaaa/large_file_name.xxx?partNumber=1&uploadId=SFwhJT_cuf1PTqK3sdDWHfOJMXa27gdYjIdAcRYywFBIMD4rmoG63gPMwZ7FFLf6jUsxLh1ElDve-kGZVKQm9yxH9QROSsm4jANUNHABG58TAQebyM3RLtqHpohUVOXI": EOF
2024/01/22 03:31:21 ERROR : S3 bucket bbbbbbbb path cccccccccc: not deleting directories as there were IO errors
2024/01/22 03:31:21 ERROR : Attempt 1/3 failed with 2 errors and: failed to delete 1 files
```
#### What is your rclone version (output from `rclone version`)
```
rclone v1.65.0
- os/version: centos 7.9.2009 (64 bit)
- os/kernel: 3.10.0-1160.80.1.el7.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.4
- go/linking: static
- go/tags: none
```
#### Which OS you are using and how many bits (e.g. Windows 7, 64 bit)
CeontOS 7 64bit
#### Which cloud storage system are you using? (e.g. Google Drive)
Wasabi Object Storage
#### The command you were trying to run (e.g. `rclone copy /tmp remote:tmp`)
`rclone sync /path/to/local wasabi:xxxx --modify-window 1s --backup-dir=wasabi:yyyy/zzzz`
#### A log from the command with the `-vv` flag (e.g. output from `rclone -vv copy /tmp remote:tmp`)
I killed process by `kill -QUIT`.
```
2024/01/22 10:44:49 DEBUG : Creating backend with remote "/path/to/local"
2024/01/22 10:44:49 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2024/01/22 10:44:49 DEBUG : Creating backend with remote "wasabi:xxxx/aaaa"
2024/01/22 10:44:49 DEBUG : Resolving service "s3" region "ap-northeast-1"
2024/01/22 10:44:49 DEBUG : Creating backend with remote "wasabi:xxxx/backup/path/aaaa"
2024/01/22 10:44:49 DEBUG : Resolving service "s3" region "ap-northeast-1"
2024/01/22 10:44:49 DEBUG : S3 bucket xxxxxxxxxxxx path xxxx: Waiting for transfers to finish
2024/01/22 10:44:49 DEBUG : Waiting for deletions to finish
2024/01/22 10:44:49 INFO : S3 bucket xxxxxxxxxx path aaaa: Bucket "xxxx" created with ACL ""
2024/01/22 10:44:50 DEBUG : large_file_name.xxx: Starting multipart copy with 5 parts
2024/01/22 10:45:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 1m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
2024/01/22 10:46:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 2m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
2024/01/22 10:47:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 3m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
2024/01/22 10:48:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 4m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
2024/01/22 10:49:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 5m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
2024/01/22 10:50:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 6m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
2024/01/22 10:51:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 7m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
(snip)
2024/01/22 11:37:51 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Put "https://s3.ap-northeast-1-ntt.wasabisys.com/xxxx/backup/path/aaaa/large_file_name.xxx?partNumber=1&uploadId=_udvTXbxxsXgNxgffO5_3nsol3FeVBCptWu9XtZtwG2VJZuF7OJzHo802gVuFOZVLPFR0Y87dahrBwOEGWHRuFz2MOENttmwSLp6oN204Qx3zDk59r4CUfHfBw0AtQbi": EOF)
2024/01/22 11:37:51 DEBUG : pacer: Rate limited, increasing sleep to 45ms
2024/01/22 11:37:51 DEBUG : large_file_name.xxx: Cancelling multipart copy
2024/01/22 11:37:51 DEBUG : pacer: Reducing sleep to 33.75ms
2024/01/22 11:37:51 DEBUG : large_file_name.xxx: Received error: RequestError: send request failed
caused by: Put "https://s3.ap-northeast-1-ntt.wasabisys.com/xxxx/backup/path/aaaa/large_file_name.xxx?partNumber=1&uploadId=_udvTXbxxsXgNxgffO5_3nsol3FeVBCptWu9XtZtwG2VJZuF7OJzHo802gVuFOZVLPFR0Y87dahrBwOEGWHRuFz2MOENttmwSLp6oN204Qx3zDk59r4CUfHfBw0AtQbi": EOF - low level retry 1/10
2024/01/22 11:37:51 DEBUG : pacer: Reducing sleep to 25.3125ms
2024/01/22 11:37:51 DEBUG : large_file_name.xxx: Starting multipart copy with 5 parts
2024/01/22 11:38:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 54m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
2024/01/22 11:39:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 55m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
2024/01/22 11:40:49 INFO :
Transferred: 0 B / 19.343 GiB, 0%, 0 B/s, ETA -
Checks: 33 / 34, 97%
Deleted: 1 (files), 0 (dirs)
Transferred: 0 / 1, 0%
Elapsed time: 56m0.1s
Checking:
Transferring:
* large_file_name.xxx: 0% /19.343Gi, 0/s, -
SIGQUIT: quit
PC=0x473b61 m=0 sigcode=0
goroutine 0 [idle]:
runtime.futex()
runtime/sys_linux_amd64.s:557 +0x21 fp=0x7fff36440548 sp=0x7fff36440540 pc=0x473b61
runtime.futexsleep(0x0?, 0x0?, 0x10000000000?)
runtime/os_linux.go:69 +0x30 fp=0x7fff36440598 sp=0x7fff36440548 pc=0x437a50
runtime.notesleep(0x3b18ee8)
runtime/lock_futex.go:160 +0x87 fp=0x7fff364405d0 sp=0x7fff36440598 pc=0x40ed87
runtime.mPark(...)
runtime/proc.go:1632
runtime.stopm()
runtime/proc.go:2536 +0x8c fp=0x7fff36440600 sp=0x7fff364405d0 pc=0x4420ac
runtime.findRunnable()
runtime/proc.go:3229 +0xb9c fp=0x7fff36440710 sp=0x7fff36440600 pc=0x4439dc
runtime.schedule()
runtime/proc.go:3582 +0xb1 fp=0x7fff36440748 sp=0x7fff36440710 pc=0x4447d1
runtime.park_m(0xc000683040?)
runtime/proc.go:3745 +0x11f fp=0x7fff36440790 sp=0x7fff36440748 pc=0x444cdf
traceback: unexpected SPWRITE function runtime.mcall
runtime.mcall()
runtime/asm_amd64.s:458 +0x4e fp=0x7fff364407a8 sp=0x7fff36440790 pc=0x46feae
goroutine 1 [semacquire, 56 minutes]:
runtime.gopark(0x418608?, 0xc000f9b6e0?, 0xe0?, 0xb6?, 0x418608?)
runtime/proc.go:398 +0xce fp=0xc0011496a8 sp=0xc001149688 pc=0x43e3ae
runtime.goparkunlock(...)
runtime/proc.go:404
runtime.semacquire1(0xc0010d8fc8, 0x1c?, 0x1, 0x0, 0x0?)
runtime/sema.go:160 +0x218 fp=0xc001149710 sp=0xc0011496a8 pc=0x44f898
sync.runtime_Semacquire(0x0?)
runtime/sema.go:62 +0x25 fp=0xc001149748 sp=0xc001149710 pc=0x46dae5
sync.(*WaitGroup).Wait(0x0?)
sync/waitgroup.go:116 +0x48 fp=0xc001149770 sp=0xc001149748 pc=0x47e968
github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir({0x28c6510?, 0xc000dca190}, 0xc0010dc3c0, {0x28da638?, 0xc0001fe580})
github.com/rclone/rclone/fs/operations/operations.go:506 +0x1d7 fp=0xc001149810 sp=0xc001149770 pc=0xb4d797
github.com/rclone/rclone/fs/sync.(*syncCopyMove).deleteFiles(0xc000728480, 0x0)
github.com/rclone/rclone/fs/sync/sync.go:584 +0x165 fp=0xc001149870 sp=0xc001149810 pc=0x196ade5
github.com/rclone/rclone/fs/sync.(*syncCopyMove).run(0xc000728480)
github.com/rclone/rclone/fs/sync/sync.go:926 +0x431 fp=0xc001149900 sp=0xc001149870 pc=0x196d4f1
github.com/rclone/rclone/fs/sync.runSyncCopyMove({0x28c5dd8, 0x3b47820}, {0x28da638, 0xc0002eeb00}, {0x28d98a8, 0xc000396b40}, 0x3, 0x0, 0x0?, 0x0)
github.com/rclone/rclone/fs/sync/sync.go:1136 +0x20e fp=0xc001149968 sp=0xc001149900 pc=0x196e78e
github.com/rclone/rclone/fs/sync.Sync({0x28c5dd8, 0x3b47820}, {0x28da638, 0xc0002eeb00}, {0x28d98a8, 0xc000396b40}, 0xb3?)
github.com/rclone/rclone/fs/sync/sync.go:1142 +0x72 fp=0xc0011499c0 sp=0xc001149968 pc=0x196e872
github.com/rclone/rclone/cmd/sync.glob..func1.1()
github.com/rclone/rclone/cmd/sync/sync.go:71 +0x45 fp=0xc001149a28 sp=0xc0011499c0 pc=0x1ba2105
github.com/rclone/rclone/cmd.Run(0x1, 0x1, 0x2?, 0xc001149c98)
github.com/rclone/rclone/cmd/cmd.go:258 +0x130 fp=0xc001149c60 sp=0xc001149a28 pc=0x1989710
github.com/rclone/rclone/cmd/sync.glob..func1(0xc00074ea00?, {0xc0009ed180, 0x2, 0xa})
github.com/rclone/rclone/cmd/sync/sync.go:69 +0xbd fp=0xc001149ce0 sp=0xc001149c60 pc=0x1ba207d
github.com/spf13/cobra.(*Command).execute(0x3ae7080, {0xc0009ed040, 0xa, 0xa})
github.com/spf13/cobra@v1.7.0/command.go:944 +0x863 fp=0xc001149e18 sp=0xc001149ce0 pc=0x1976363
github.com/spf13/cobra.(*Command).ExecuteC(0x3ada740)
github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc001149ed0 sp=0xc001149e18 pc=0x1976ba5
github.com/spf13/cobra.(*Command).Execute(...)
github.com/spf13/cobra@v1.7.0/command.go:992
github.com/rclone/rclone/cmd.Main()
github.com/rclone/rclone/cmd/cmd.go:570 +0x31 fp=0xc001149f30 sp=0xc001149ed0 pc=0x198b6b1
main.main()
github.com/rclone/rclone/rclone.go:14 +0xf fp=0xc001149f40 sp=0xc001149f30 pc=0x1bb1b8f
runtime.main()
runtime/proc.go:267 +0x2bb fp=0xc001149fe0 sp=0xc001149f40 pc=0x43df3b
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc001149fe8 sp=0xc001149fe0 pc=0x471d21
goroutine 2 [force gc (idle), 2 minutes]:
runtime.gopark(0x156408d587031a?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000084fa8 sp=0xc000084f88 pc=0x43e3ae
runtime.goparkunlock(...)
runtime/proc.go:404
runtime.forcegchelper()
runtime/proc.go:322 +0xb3 fp=0xc000084fe0 sp=0xc000084fa8 pc=0x43e213
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x471d21
created by runtime.init.6 in goroutine 1
runtime/proc.go:310 +0x1a
goroutine 3 [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000085778 sp=0xc000085758 pc=0x43e3ae
runtime.goparkunlock(...)
runtime/proc.go:404
runtime.bgsweep(0x0?)
runtime/mgcsweep.go:321 +0xdf fp=0xc0000857c8 sp=0xc000085778 pc=0x42857f
runtime.gcenable.func1()
runtime/mgc.go:200 +0x25 fp=0xc0000857e0 sp=0xc0000857c8 pc=0x41d5a5
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0000857e8 sp=0xc0000857e0 pc=0x471d21
created by runtime.gcenable in goroutine 1
runtime/mgc.go:200 +0x66
goroutine 4 [GC scavenge wait]:
runtime.gopark(0x135fdc?, 0xb7184?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000085f70 sp=0xc000085f50 pc=0x43e3ae
runtime.goparkunlock(...)
runtime/proc.go:404
runtime.(*scavengerState).park(0x3b175c0)
runtime/mgcscavenge.go:425 +0x49 fp=0xc000085fa0 sp=0xc000085f70 pc=0x425e09
runtime.bgscavenge(0x0?)
runtime/mgcscavenge.go:658 +0x59 fp=0xc000085fc8 sp=0xc000085fa0 pc=0x4263b9
runtime.gcenable.func2()
runtime/mgc.go:201 +0x25 fp=0xc000085fe0 sp=0xc000085fc8 pc=0x41d545
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x471d21
created by runtime.gcenable in goroutine 1
runtime/mgc.go:201 +0xa5
goroutine 5 [finalizer wait]:
runtime.gopark(0x0?, 0xc0010ae0a8?, 0x0?, 0xa0?, 0x1000000010?)
runtime/proc.go:398 +0xce fp=0xc000084628 sp=0xc000084608 pc=0x43e3ae
runtime.runfinq()
runtime/mfinal.go:193 +0x107 fp=0xc0000847e0 sp=0xc000084628 pc=0x41c627
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x471d21
created by runtime.createfing in goroutine 1
runtime/mfinal.go:163 +0x3d
goroutine 6 [GC worker (idle), 38 minutes]:
runtime.gopark(0x15620fd33be2f3?, 0x3?, 0x8d?, 0x36?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000086750 sp=0xc000086730 pc=0x43e3ae
runtime.gcBgMarkWorker()
runtime/mgc.go:1293 +0xe5 fp=0xc0000867e0 sp=0xc000086750 pc=0x41f125
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x471d21
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1217 +0x1c
goroutine 17 [GC worker (idle), 56 minutes]:
runtime.gopark(0x1560f679086a03?, 0x3?, 0x8d?, 0xd5?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000080750 sp=0xc000080730 pc=0x43e3ae
runtime.gcBgMarkWorker()
runtime/mgc.go:1293 +0xe5 fp=0xc0000807e0 sp=0xc000080750 pc=0x41f125
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x471d21
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1217 +0x1c
goroutine 33 [GC worker (idle), 56 minutes]:
runtime.gopark(0x1560f67c3e8aa6?, 0x1?, 0xe4?, 0x78?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000508750 sp=0xc000508730 pc=0x43e3ae
runtime.gcBgMarkWorker()
runtime/mgc.go:1293 +0xe5 fp=0xc0005087e0 sp=0xc000508750 pc=0x41f125
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0005087e8 sp=0xc0005087e0 pc=0x471d21
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1217 +0x1c
goroutine 18 [GC worker (idle), 56 minutes]:
runtime.gopark(0x1560f679088237?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000080f50 sp=0xc000080f30 pc=0x43e3ae
runtime.gcBgMarkWorker()
runtime/mgc.go:1293 +0xe5 fp=0xc000080fe0 sp=0xc000080f50 pc=0x41f125
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x471d21
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1217 +0x1c
goroutine 34 [GC worker (idle), 56 minutes]:
runtime.gopark(0x1560f67c473876?, 0x3?, 0x6b?, 0x77?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000508f50 sp=0xc000508f30 pc=0x43e3ae
runtime.gcBgMarkWorker()
runtime/mgc.go:1293 +0xe5 fp=0xc000508fe0 sp=0xc000508f50 pc=0x41f125
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000508fe8 sp=0xc000508fe0 pc=0x471d21
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1217 +0x1c
goroutine 7 [GC worker (idle), 2 minutes]:
runtime.gopark(0x156408d5b47238?, 0x1?, 0x57?, 0xbc?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000086f50 sp=0xc000086f30 pc=0x43e3ae
runtime.gcBgMarkWorker()
runtime/mgc.go:1293 +0xe5 fp=0xc000086fe0 sp=0xc000086f50 pc=0x41f125
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x471d21
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1217 +0x1c
goroutine 35 [GC worker (idle), 56 minutes]:
runtime.gopark(0x1560f67c4737cd?, 0x3?, 0xbc?, 0x1f?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000509750 sp=0xc000509730 pc=0x43e3ae
runtime.gcBgMarkWorker()
runtime/mgc.go:1293 +0xe5 fp=0xc0005097e0 sp=0xc000509750 pc=0x41f125
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0005097e8 sp=0xc0005097e0 pc=0x471d21
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1217 +0x1c
goroutine 8 [GC worker (idle), 2 minutes]:
runtime.gopark(0x156408d5b2054f?, 0x1?, 0x3a?, 0x96?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000087750 sp=0xc000087730 pc=0x43e3ae
runtime.gcBgMarkWorker()
runtime/mgc.go:1293 +0xe5 fp=0xc0000877e0 sp=0xc000087750 pc=0x41f125
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x471d21
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1217 +0x1c
goroutine 9 [select]:
runtime.gopark(0xc00050bf88?, 0x3?, 0x3?, 0x0?, 0xc00050bf72?)
runtime/proc.go:398 +0xce fp=0xc00050be18 sp=0xc00050bdf8 pc=0x43e3ae
runtime.selectgo(0xc00050bf88, 0xc00050bf6c, 0xc00010f680?, 0x0, 0x0?, 0x1)
runtime/select.go:327 +0x725 fp=0xc00050bf38 sp=0xc00050be18 pc=0x44e865
go.opencensus.io/stats/view.(*worker).start(0xc00010f680)
go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0x9f fp=0xc00050bfc8 sp=0xc00050bf38 pc=0xd8c41f
go.opencensus.io/stats/view.init.0.func1()
go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x25 fp=0xc00050bfe0 sp=0xc00050bfc8 pc=0xd8b745
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc00050bfe8 sp=0xc00050bfe0 pc=0x471d21
created by go.opencensus.io/stats/view.init.0 in goroutine 1
go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x8d
goroutine 20 [syscall, 56 minutes]:
runtime.notetsleepg(0x44545c?, 0xc00050b7d0?)
runtime/lock_futex.go:236 +0x29 fp=0xc00050b7a0 sp=0xc00050b768 pc=0x40f069
os/signal.signal_recv()
runtime/sigqueue.go:152 +0x29 fp=0xc00050b7c0 sp=0xc00050b7a0 pc=0x46e249
os/signal.loop()
os/signal/signal_unix.go:23 +0x13 fp=0xc00050b7e0 sp=0xc00050b7c0 pc=0x7ad253
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc00050b7e8 sp=0xc00050b7e0 pc=0x471d21
created by os/signal.Notify.func1.1 in goroutine 1
os/signal/signal.go:151 +0x1f
goroutine 14 [select, 56 minutes, locked to thread]:
runtime.gopark(0xc00050afa8?, 0x2?, 0x60?, 0xae?, 0xc00050afa4?)
runtime/proc.go:398 +0xce fp=0xc00050ae38 sp=0xc00050ae18 pc=0x43e3ae
runtime.selectgo(0xc00050afa8, 0xc00050afa0, 0x0?, 0x0, 0x0?, 0x1)
runtime/select.go:327 +0x725 fp=0xc00050af58 sp=0xc00050ae38 pc=0x44e865
runtime.ensureSigM.func1()
runtime/signal_unix.go:1014 +0x19f fp=0xc00050afe0 sp=0xc00050af58 pc=0x4681ff
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x471d21
created by runtime.ensureSigM in goroutine 1
runtime/signal_unix.go:997 +0xc8
goroutine 21 [chan receive, 56 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:398 +0xce fp=0xc000505710 sp=0xc0005056f0 pc=0x43e3ae
runtime.chanrecv(0xc0008de0c0, 0x0, 0x1)
runtime/chan.go:583 +0x3cd fp=0xc000505788 sp=0xc000505710 pc=0x4099ad
runtime.chanrecv1(0x0?, 0x0?)
runtime/chan.go:442 +0x12 fp=0xc0005057b0 sp=0xc000505788 pc=0x4095b2
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
github.com/rclone/rclone/fs/accounting/accounting_unix.go:25 +0x27 fp=0xc0005057e0 sp=0xc0005057b0 pc=0x9356e7
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0005057e8 sp=0xc0005057e0 pc=0x471d21
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1
github.com/rclone/rclone/fs/accounting/accounting_unix.go:22 +0xab
goroutine 81 [select, 2 minutes]:
runtime.gopark(0xc00114dfa8?, 0x2?, 0x4a?, 0x43?, 0xc00114df84?)
runtime/proc.go:398 +0xce fp=0xc000888e28 sp=0xc000888e08 pc=0x43e3ae
runtime.selectgo(0xc000888fa8, 0xc00114df80, 0x227eb62?, 0x0, 0x9c960023231e3a00?, 0x1)
runtime/select.go:327 +0x725 fp=0xc000888f48 sp=0xc000888e28 pc=0x44e865
github.com/rclone/rclone/cmd.StartStats.func2()
github.com/rclone/rclone/cmd/cmd.go:373 +0xda fp=0xc000888fe0 sp=0xc000888f48 pc=0x198a93a
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000888fe8 sp=0xc000888fe0 pc=0x471d21
created by github.com/rclone/rclone/cmd.StartStats in goroutine 1
github.com/rclone/rclone/cmd/cmd.go:369 +0xa7
goroutine 554 [select]:
runtime.gopark(0xc000c29f90?, 0x2?, 0x2?, 0x0?, 0xc000c29f4c?)
runtime/proc.go:398 +0xce fp=0xc000c29dd8 sp=0xc000c29db8 pc=0x43e3ae
runtime.selectgo(0xc000c29f90, 0xc000c29f48, 0x3b172a0?, 0x0, 0x316c2e2d6fc?, 0x1)
runtime/select.go:327 +0x725 fp=0xc000c29ef8 sp=0xc000c29dd8 pc=0x44e865
github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000217d00)
github.com/rclone/rclone/fs/accounting/accounting.go:212 +0xf3 fp=0xc000c29fc8 sp=0xc000c29ef8 pc=0x932eb3
github.com/rclone/rclone/fs/accounting.newAccountSizeName.func1()
github.com/rclone/rclone/fs/accounting/accounting.go:110 +0x25 fp=0xc000c29fe0 sp=0xc000c29fc8 pc=0x932465
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000c29fe8 sp=0xc000c29fe0 pc=0x471d21
created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 344
github.com/rclone/rclone/fs/accounting/accounting.go:110 +0x469
goroutine 344 [select]:
runtime.gopark(0xc000cc49b0?, 0x6?, 0x0?, 0x0?, 0xc000cc47c4?)
runtime/proc.go:398 +0xce fp=0xc000cc4648 sp=0xc000cc4628 pc=0x43e3ae
runtime.selectgo(0xc000cc49b0, 0xc000cc47b8, 0x2287604?, 0x0, 0xc000cc4870?, 0x1)
runtime/select.go:327 +0x725 fp=0xc000cc4768 sp=0xc000cc4648 pc=0x44e865
net/http.(*persistConn).roundTrip(0xc0005e4240, 0xc000b92100)
net/http/transport.go:2652 +0x979 fp=0xc000cc4a20 sp=0xc000cc4768 pc=0x768ff9
net/http.(*Transport).roundTrip(0xc0005c23c0, 0xc00074e500)
net/http/transport.go:604 +0x79a fp=0xc000cc4c48 sp=0xc000cc4a20 pc=0x75d35a
net/http.(*Transport).RoundTrip(...)
net/http/roundtrip.go:17
github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc000dca230, 0xc00074e500)
github.com/rclone/rclone/fs/fshttp/http.go:278 +0x308 fp=0xc000cc4d50 sp=0xc000cc4c48 pc=0x9517c8
net/http.send(0xc00074e500, {0x28a7560, 0xc000dca230}, {0x1?, 0x2285ca0?, 0x0?})
net/http/client.go:260 +0x606 fp=0xc000cc4f80 sp=0xc000cc4d50 pc=0x700c66
net/http.(*Client).send(0xc000672ab0, 0xc00074e500, {0xffffffffffffffff?, 0x226bd08?, 0x0?})
net/http/client.go:181 +0x98 fp=0xc000cc4ff8 sp=0xc000cc4f80 pc=0x7004f8
net/http.(*Client).do(0xc000672ab0, 0xc00074e500)
net/http/client.go:724 +0x912 fp=0xc000cc5208 sp=0xc000cc4ff8 pc=0x7027d2
net/http.(*Client).Do(...)
net/http/client.go:590
github.com/aws/aws-sdk-go/aws/corehandlers.sendFollowRedirects(0xc163939f54253fa2?)
github.com/aws/aws-sdk-go@v1.46.6/aws/corehandlers/handlers.go:120 +0x25 fp=0xc000cc5228 sp=0xc000cc5208 pc=0x133c5a5
github.com/aws/aws-sdk-go/aws/corehandlers.glob..func3(0xc000822a00)
github.com/aws/aws-sdk-go@v1.46.6/aws/corehandlers/handlers.go:112 +0x183 fp=0xc000cc5290 sp=0xc000cc5228 pc=0x133c4a3
github.com/aws/aws-sdk-go/aws/request.(*HandlerList).Run(0xc000822c30, 0xc000822a00)
github.com/aws/aws-sdk-go@v1.46.6/aws/request/handlers.go:267 +0x96 fp=0xc000cc5320 sp=0xc000cc5290 pc=0x12e89b6
github.com/aws/aws-sdk-go/aws/request.(*Request).sendRequest(0xc000822a00)
github.com/aws/aws-sdk-go@v1.46.6/aws/request/request.go:602 +0xad fp=0xc000cc53d8 sp=0xc000cc5320 pc=0x12ebccd
github.com/aws/aws-sdk-go/aws/request.(*Request).Send(0xc000822a00)
github.com/aws/aws-sdk-go@v1.46.6/aws/request/request.go:555 +0x125 fp=0xc000cc5460 sp=0xc000cc53d8 pc=0x12eb585
github.com/aws/aws-sdk-go/service/s3.(*S3).UploadPartCopyWithContext(0x418608?, {0x28c6510, 0xc000dca190}, 0x1367ba7?, {0x0, 0x0, 0x410089?})
github.com/aws/aws-sdk-go@v1.46.6/service/s3/api.go:11211 +0x187 fp=0xc000cc54b0 sp=0xc000cc5460 pc=0x1382627
github.com/rclone/rclone/backend/s3.(*Fs).copyMultipart.func3()
github.com/rclone/rclone/backend/s3/s3.go:4490 +0x3a5 fp=0xc000cc5588 sp=0xc000cc54b0 pc=0x1608125
github.com/rclone/rclone/fs.pacerInvoker(0xc000dc2d80?, 0xc000168fc0?, 0x70?)
github.com/rclone/rclone/fs/pacer.go:88 +0x2c fp=0xc000cc5638 sp=0xc000cc5588 pc=0x78d64c
github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000dc2d80, 0xc000cc56c0?, 0x2)
github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c fp=0xc000cc5690 sp=0xc000cc5638 pc=0x77ae7c
github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000dc2d80, 0xc0006f94d0?)
github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 fp=0xc000cc56d0 sp=0xc000cc5690 pc=0x77af92
github.com/rclone/rclone/backend/s3.(*Fs).copyMultipart(0xc0001fe580, {0x28c6510?, 0xc000dca190}, 0xc00091ec60, {0xc0006dc090, 0x14}, {0xc0006dc0a5, 0x74}, {0xc000754700, 0x14}, ...)
github.com/rclone/rclone/backend/s3/s3.go:4480 +0x8ec fp=0xc000cc57d8 sp=0xc000cc56d0 pc=0x16079cc
github.com/rclone/rclone/backend/s3.(*Fs).copy(0xc0001fe580, {0x28c6510?, 0xc000dca190}, 0xc00091ec60, {0xc0006dc090, 0x14}, {0xc0006dc0a5, 0x74}, {0xc000754700, 0x14}, ...)
github.com/rclone/rclone/backend/s3/s3.go:4402 +0x6cb fp=0xc000cc5880 sp=0xc000cc57d8 pc=0x1606ecb
github.com/rclone/rclone/backend/s3.(*Fs).Copy(0xc0001fe580, {0x28c6510, 0xc000dca190}, {0x28da6a8?, 0xc0006f94d0?}, {0xc00097aa0d, 0x9})
github.com/rclone/rclone/backend/s3/s3.go:4545 +0x2ec fp=0xc000cc5960 sp=0xc000cc5880 pc=0x160888c
github.com/rclone/rclone/fs.Copier.Copy-fm({0x28c6510?, 0xc000dca190?}, {0x28da6a8?, 0xc0006f94d0?}, {0xc00097aa0d?, 0x21f0cc0?})
<autogenerated>:1 +0x58 fp=0xc000cc59a8 sp=0xc000cc5960 pc=0x796a38
github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc000b29050, {0x28c6510, 0xc000dca190})
github.com/rclone/rclone/fs/operations/copy.go:146 +0x1be fp=0xc000cc5a18 sp=0xc000cc59a8 pc=0xb3ecde
github.com/rclone/rclone/fs/operations.(*copy).copy(0xc000b29050, {0x28c6510, 0xc000dca190})
github.com/rclone/rclone/fs/operations/copy.go:298 +0xe6 fp=0xc000cc5b98 sp=0xc000cc5a18 pc=0xb40186
github.com/rclone/rclone/fs/operations.Copy({0x28c6510, 0xc000dca190}, {0x28da638, 0xc0001fe580}, {0x0?, 0x0}, {0xc00097aa0d, 0x9}, {0x28da6a8, 0xc0006f94d0})
github.com/rclone/rclone/fs/operations/copy.go:404 +0x425 fp=0xc000cc5c70 sp=0xc000cc5b98 pc=0xb411a5
github.com/rclone/rclone/fs/operations.Move({0x28c6510, 0xc000dca190}, {0x28da638?, 0xc0001fe580}, {0x0, 0x0}, {0xc00097aa0d, 0x9}, {0x28da6a8, 0xc0006f94d0})
github.com/rclone/rclone/fs/operations/operations.go:384 +0x7c5 fp=0xc000cc5d88 sp=0xc000cc5c70 pc=0xb4cb45
github.com/rclone/rclone/fs/operations.MoveBackupDir({0x28c6510, 0xc000dca190}, {0x28da638, 0xc0001fe580}, {0x28da6a8?, 0xc0006f94d0?})
github.com/rclone/rclone/fs/operations/operations.go:1683 +0xee fp=0xc000cc5e08 sp=0xc000cc5d88 pc=0xb58a4e
github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x28c6510, 0xc000dca190}, {0x28da6a8?, 0xc0006f94d0}, {0x28da638, 0xc0001fe580})
github.com/rclone/rclone/fs/operations/operations.go:456 +0x23f fp=0xc000cc5ef0 sp=0xc000cc5e08 pc=0xb4d35f
github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1()
github.com/rclone/rclone/fs/operations/operations.go:493 +0x111 fp=0xc000cc5fe0 sp=0xc000cc5ef0 pc=0xb4d9d1
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000cc5fe8 sp=0xc000cc5fe0 pc=0x471d21
created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir in goroutine 1
github.com/rclone/rclone/fs/operations/operations.go:490 +0xbf
goroutine 308 [select]:
runtime.gopark(0xc000a53f88?, 0x2?, 0x2?, 0x0?, 0xc000a53f24?)
runtime/proc.go:398 +0xce fp=0xc000a53da0 sp=0xc000a53d80 pc=0x43e3ae
runtime.selectgo(0xc000a53f88, 0xc000a53f20, 0x3b172a0?, 0x0, 0x31691b7bc3c?, 0x1)
runtime/select.go:327 +0x725 fp=0xc000a53ec0 sp=0xc000a53da0 pc=0x44e865
github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc00001b860)
github.com/rclone/rclone/fs/accounting/stats.go:332 +0x166 fp=0xc000a53fc8 sp=0xc000a53ec0 pc=0x938ce6
github.com/rclone/rclone/fs/accounting.(*StatsInfo).startAverageLoop.func1.1()
github.com/rclone/rclone/fs/accounting/stats.go:361 +0x25 fp=0xc000a53fe0 sp=0xc000a53fc8 pc=0x9391e5
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000a53fe8 sp=0xc000a53fe0 pc=0x471d21
created by github.com/rclone/rclone/fs/accounting.(*StatsInfo).startAverageLoop.func1 in goroutine 344
github.com/rclone/rclone/fs/accounting/stats.go:361 +0x69
goroutine 106 [chan receive, 56 minutes]:
runtime.gopark(0xc0000bbf78?, 0xa4459677042437a?, 0x56?, 0x52?, 0x5947494d6247494d?)
runtime/proc.go:398 +0xce fp=0xc000a50ed8 sp=0xc000a50eb8 pc=0x43e3ae
runtime.chanrecv(0xc0000bbf20, 0x0, 0x1)
runtime/chan.go:583 +0x3cd fp=0xc000a50f50 sp=0xc000a50ed8 pc=0x4099ad
runtime.chanrecv1(0x6751414143416842?, 0x5159413447417642?)
runtime/chan.go:442 +0x12 fp=0xc000a50f78 sp=0xc000a50f50 pc=0x4095b2
github.com/rclone/rclone/fs/march.(*March).Run.func2()
github.com/rclone/rclone/fs/march/march.go:211 +0x3c fp=0xc000a50fe0 sp=0xc000a50f78 pc=0xb3441c
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000a50fe8 sp=0xc000a50fe0 pc=0x471d21
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1
github.com/rclone/rclone/fs/march/march.go:209 +0x355
goroutine 312 [chan receive, 56 minutes]:
runtime.gopark(0x416d3c?, 0xc000dbe000?, 0x58?, 0x76?, 0xc000a177d0?)
runtime/proc.go:398 +0xce fp=0xc000a176c8 sp=0xc000a176a8 pc=0x43e3ae
runtime.chanrecv(0xc000d3a360, 0xc000a177b0, 0x1)
runtime/chan.go:583 +0x3cd fp=0xc000a17740 sp=0xc000a176c8 pc=0x4099ad
runtime.chanrecv1(0xc0000ba3c0?, 0xc000a177af?)
runtime/chan.go:442 +0x12 fp=0xc000a17768 sp=0xc000a17740 pc=0x4095b2
github.com/rclone/rclone/lib/atexit.Register.func1.1()
github.com/rclone/rclone/lib/atexit/atexit.go:45 +0x29 fp=0xc000a177e0 sp=0xc000a17768 pc=0x7ad989
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc000a177e8 sp=0xc000a177e0 pc=0x471d21
created by github.com/rclone/rclone/lib/atexit.Register.func1 in goroutine 344
github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68
goroutine 936 [IO wait]:
runtime.gopark(0x4638b94a5e2893e9?, 0xb?, 0x0?, 0x0?, 0x7?)
runtime/proc.go:398 +0xce fp=0xc00088f580 sp=0xc00088f560 pc=0x43e3ae
runtime.netpollblock(0x488a98?, 0x407de6?, 0x0?)
runtime/netpoll.go:564 +0xf7 fp=0xc00088f5b8 sp=0xc00088f580 pc=0x436e17
internal/poll.runtime_pollWait(0x7f8c40af97a8, 0x72)
runtime/netpoll.go:343 +0x85 fp=0xc00088f5d8 sp=0xc00088f5b8 pc=0x46bda5
internal/poll.(*pollDesc).wait(0xc000b24180?, 0xc0009b0000?, 0x0)
internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00088f600 sp=0xc00088f5d8 pc=0x4ef0c7
internal/poll.(*pollDesc).waitRead(...)
internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000b24180, {0xc0009b0000, 0x1300, 0x1300})
internal/poll/fd_unix.go:164 +0x27a fp=0xc00088f698 sp=0xc00088f600 pc=0x4f03ba
net.(*netFD).Read(0xc000b24180, {0xc0009b0000?, 0x418608?, 0xc0009b0005?})
net/fd_posix.go:55 +0x25 fp=0xc00088f6e0 sp=0xc00088f698 pc=0x55cae5
net.(*conn).Read(0xc0006a6028, {0xc0009b0000?, 0xc0009b0005?, 0xda?})
net/net.go:179 +0x45 fp=0xc00088f728 sp=0xc00088f6e0 pc=0x56ff25
net.(*TCPConn).Read(0x5?, {0xc0009b0000?, 0xc0006a01e0?, 0xc0009b0005?})
<autogenerated>:1 +0x25 fp=0xc00088f758 sp=0xc00088f728 pc=0x5830e5
github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000b54018, {0xc0009b0000?, 0xc001052150?, 0x18?})
github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c fp=0xc00088f7a0 sp=0xc00088f758 pc=0x9501ec
crypto/tls.(*atLeastReader).Read(0xc001052150, {0xc0009b0000?, 0xc001052150?, 0x0?})
crypto/tls/conn.go:805 +0x3b fp=0xc00088f7e8 sp=0xc00088f7a0 pc=0x699b1b
bytes.(*Buffer).ReadFrom(0xc00077b428, {0x28a7b00, 0xc001052150})
bytes/buffer.go:211 +0x98 fp=0xc00088f840 sp=0xc00088f7e8 pc=0x51da58
crypto/tls.(*Conn).readFromUntil(0xc00077b180, {0x7f8c40927338?, 0xc000b54018}, 0x1300?)
crypto/tls/conn.go:827 +0xde fp=0xc00088f880 sp=0xc00088f840 pc=0x699cfe
crypto/tls.(*Conn).readRecordOrCCS(0xc00077b180, 0x0)
crypto/tls/conn.go:625 +0x250 fp=0xc00088fc20 sp=0xc00088f880 pc=0x6972d0
crypto/tls.(*Conn).readRecord(...)
crypto/tls/conn.go:587
crypto/tls.(*Conn).Read(0xc00077b180, {0xc0003a1000, 0x1000, 0x1000001f070a0?})
crypto/tls/conn.go:1369 +0x158 fp=0xc00088fc90 sp=0xc00088fc20 pc=0x69d598
net/http.(*persistConn).Read(0xc0005e4240, {0xc0003a1000?, 0x4087c5?, 0x60?})
net/http/transport.go:1954 +0x4a fp=0xc00088fcf0 sp=0xc00088fc90 pc=0x76580a
bufio.(*Reader).fill(0xc000dc2900)
bufio/bufio.go:113 +0x103 fp=0xc00088fd28 sp=0xc00088fcf0 pc=0x585be3
bufio.(*Reader).Peek(0xc000dc2900, 0x1)
bufio/bufio.go:151 +0x53 fp=0xc00088fd48 sp=0xc00088fd28 pc=0x585d13
net/http.(*persistConn).readLoop(0xc0005e4240)
net/http/transport.go:2118 +0x1b9 fp=0xc00088ffc8 sp=0xc00088fd48 pc=0x7665f9
net/http.(*Transport).dialConn.func5()
net/http/transport.go:1776 +0x25 fp=0xc00088ffe0 sp=0xc00088ffc8 pc=0x764e25
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc00088ffe8 sp=0xc00088ffe0 pc=0x471d21
created by net/http.(*Transport).dialConn in goroutine 945
net/http/transport.go:1776 +0x169f
goroutine 937 [select]:
runtime.gopark(0xc0008a5f90?, 0x2?, 0xe0?, 0x5d?, 0xc0008a5f1c?)
runtime/proc.go:398 +0xce fp=0xc0008a5db8 sp=0xc0008a5d98 pc=0x43e3ae
runtime.selectgo(0xc0008a5f90, 0xc0008a5f18, 0xc000a84300?, 0x0, 0xc0009184e0?, 0x1)
runtime/select.go:327 +0x725 fp=0xc0008a5ed8 sp=0xc0008a5db8 pc=0x44e865
net/http.(*persistConn).writeLoop(0xc0005e4240)
net/http/transport.go:2421 +0xe5 fp=0xc0008a5fc8 sp=0xc0008a5ed8 pc=0x767fc5
net/http.(*Transport).dialConn.func6()
net/http/transport.go:1777 +0x25 fp=0xc0008a5fe0 sp=0xc0008a5fc8 pc=0x764dc5
runtime.goexit()
runtime/asm_amd64.s:1650 +0x1 fp=0xc0008a5fe8 sp=0xc0008a5fe0 pc=0x471d21
created by net/http.(*Transport).dialConn in goroutine 945
net/http/transport.go:1777 +0x16f1
rax 0xca
rbx 0x0
rcx 0xffffffffffffffff
rdx 0x0
rdi 0x3b18ee8
rsi 0x80
rbp 0x7fff36440588
rsp 0x7fff36440540
r8 0x0
r9 0x0
r10 0x0
r11 0x286
r12 0x4
r13 0x1
r14 0x3b18100
r15 0xa
rip 0x473b61
rflags 0x286
cs 0x33
fs 0x0
gs 0x0
```
#### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.