Generate of moduledata timeout
Closed this issue · 2 comments
TcM1911 commented
The daily cron job is currently timing out after 6 hours. It appears to be due to the moduledata code generation. It has currently been disabled.
https://github.com/goretk/gore/actions/runs/7862718547
Run go generate ./...
go: downloading github.com/google/go-github/v58 v58.0.0
go: downloading golang.org/x/mod v0.14.0
go: downloading golang.org/x/arch v0.6.0
go: downloading github.com/google/go-querystring v1.1.0
Error when parsing time: parsing time "date" as "2006-01-02T15:04:05Z07:00": cannot parse "date" as "2006"
Error when parsing time: parsing time "date" as "2006-01-02T15:04:05Z07:00": cannot parse "date" as "2006"
Error when parsing time: parsing time "date" as "2006-01-02T15:04:05Z07:00": cannot parse "date" as "2006"
Error when parsing time: parsing time "date" as "2006-01-02T15:04:05Z07:00": cannot parse "date" as "2006"
Error when parsing time: parsing time "date" as "2006-01-02T15:04:05Z07:00": cannot parse "date" as "2006"
/home/runner/work/gore/gore/goversion_gen.go changes detected.
Fetching moduledata for go1.5...
Fetching moduledata for go1.6...
Fetching moduledata for go1.7...
Fetching moduledata for go1.8...
Fetching moduledata for go1.9...
Fetching moduledata for go1.10...
Fetching moduledata for go1.11...
Fetching moduledata for go1.12...
Fetching moduledata for go1.13...
Fetching moduledata for go1.14...
Fetching moduledata for go1.15...
Fetching moduledata for go1.16...
Fetching moduledata for go1.17...
Fetching moduledata for go1.18...
Fetching moduledata for go1.19...
Fetching moduledata for go1.20...
Fetching moduledata for go1.21...
Fetching moduledata for go1.22...
Error: The operation was canceled.
Zxilly commented
I will dive into it.