Yan Titarenko

Results 108 comments of Yan Titarenko

I just found this, as well: > $ make testrace > go test -v . -race > # golang.org/x/sys/unix > ../go/src/golang.org/x/sys/unix/race.go:17:10: error: reference to undefined identifier 'runtime.RaceAcquire' > ../go/src/golang.org/x/sys/unix/race.go:21:10: error:...

Just for being straightforward: > $ make test > go test -v . > === RUN TestSMTP > time="2020-10-18T16:00:51+03:00" level=debug msg="making servers" > time="2020-10-18T16:00:51+03:00" level=info msg="Starting: 127.0.0.1:2525" > time="2020-10-18T16:00:51+03:00" level=info...

I caught the same bug, while building cri-o, using gollvm. > $ go version && go env > go version go1.15rc2 gollvm LLVM 12.0.0git linux/amd64 > GO111MODULE="" > GOARCH="amd64" >...

@paleozogt , I am recompiling gollvm - will get back to this soon

CC @brendandburns , cause of k8s

> ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:140: Error: invalid character '=' in operand 2 > ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:142: Error: too many memory references for `cmp' > ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:159: Error: no such instruction: `text ·addmulAVX2(SB),7,$0' > ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:160: Error: junk...

> ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:171: Error: no such instruction: `lomask (unpacked)' > ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:173: Error: bad expression > ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:173: Error: junk `len(in)/32' after expression > ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:174: Error: junk `(FP)' after expression > ../../go/pkg/mod/github.com/vivint/[email protected]/addmul_amd64.s:174: Error:...