bytecodealliance / bytecodealliance/wasmtime-go
dependabot struggles with wasmtime-go
- Dominant language
- Go
- Stars
- 913
- Forks
- 100
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
Hi there.
I'm sure others have run into this, too: dependabot fails to update wasmtime-go, and projects depending on it. We're seeing this with basically every release:
OPA updating wasmtime-go via dependabot fails (Time out)
```
proxy | 2021/12/14 11:22:48 [149] * authenticating github api request
proxy | 2021/12/14 11:22:48 [149] 200 https://api.github.com:443/repos/bytecodealliance/wasmtime-go/commits?sha=v0.31.0
proxy | 2021/12/14 11:22:48 [151] GET https://api.github.com:443/repos/bytecodealliance/wasmtime-go/commits?sha=v0.32.0
proxy | 2021/12/14 11:22:48 [151] * authenticating github api request
proxy | 2021/12/14 11:22:49 [151] 200 https://api.github.com:443/repos/bytecodealliance/wasmtime-go/commits?sha=v0.32.0
updater | INFO Submitting github.com/bytecodealliance/wasmtime-go pull request for creation
proxy | 2021/12/14 11:59:08 [153] WARN: Cannot read TLS response from mitm'd server read tcp 192.168.1.1:1080->192.168.1.2:53268: read: connection reset by peer
updater | time="2021-12-14T11:59:08Z" level=info msg="task complete" container_id=job-244311460-updater exit_code=137 job_id=244311460 step=updater
updater | time="2021-12-14T11:59:09Z" level=warning msg="timeout running job" error="waiting for updater: waiting for container: context deadline exceeded" job_id=244311460
```
The same thing happens with every project depending on OPA after OPA has (manually) bumped wasmtime-go. My guess is that it has to do with the size of the release's binary libs, and the way they'd have to be pulled down _and_ pushed up for a PR, since OPA vendors its dependencies.
I'm sharing this here because I might be missing some workaround...? Has anyone solved that issue?
We've already got a support ticket open with github, but there's hasn't been much progress with that.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.