Re: Strange(?) build failures for golang package

2023-10-11 Thread Fabio Valentini
The log output from the go compiler is really bad for grepping for errors. I've learned that searching for ".go:" is a good way to do it. Looks like this is the error that causes the failure: """ # github.com/go-task/task/internal/orderedmap

Re: Strange(?) build failures for golang package

2023-10-11 Thread Jakub Čajka
_build/src/github.com/go-task/task/internal/orderedmap/orderedmap.go:94:24 : type func(i K, j K) bool of less does not match inferred type func(a K, b K) int for func(a E, b E) int is  the error. Jakub Čajka Oct 11,

Strange(?) build failures for golang package

2023-10-11 Thread Mark E. Fuller
I am trying to update go-task for some time now and consistently getting a build error/failure with no clear indication of what's happened: https://download.copr.fedorainfracloud.org/results/fuller/test-builds/fedora-rawhide-x86_64/06508072-golang-github-task/builder-live.log.gz Is it possible