9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Building go1.12.14
@ 2020-01-01 16:20 Steven Stallion
  2020-01-01 17:12 ` [9fans] " David du Colombier
  0 siblings, 1 reply; 9+ messages in thread
From: Steven Stallion @ 2020-01-01 16:20 UTC (permalink / raw)
  To: 9fans

All,

I was updating my golang installation this morning and I ran into a
couple of failures building go1.12.14 - I was curious if any on the
list have run into issues as well:

	--- FAIL: TestContextCancel (1.02s)
	    exec_test.go:1096: echo
	    : 
	    exec_test.go:1122: canceling context did not stop program
	FAIL
	FAIL	os/exec	4.824s

and:

	go test proxy starting
	go proxy_test: invalid module path encoding "example.com/invalidpath/v1": malformed module path "example.com/invalidpath/v1": invalid version
	go test proxy running at GOPROXY=http://127.0.0.1:59211/mod
	panic: test timed out after 9m0s
	:
	FAIL	cmd/go	589.840s

All other tests pass.  I'm running a vanilla labs installation with
patches applied from https://github.com/golang/go/wiki/Plan9.

Assuming this is a new issue with the plan9 port, is there a dashboard
available of working release builds that could be used to avoid
playing update-whackamole?

Any ideas?
Steve


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] Building go1.12.14
@ 2020-01-03 23:38 Steven Stallion
  0 siblings, 0 replies; 9+ messages in thread
From: Steven Stallion @ 2020-01-03 23:38 UTC (permalink / raw)
  To: 9fans

>> You may want to set GO_TEST_TIMEOUT_SCALE=2, for example,
>> before running all.rc, to increase the timeout to 18 minutes.
> 
> Gotcha.  I'll crank this up and rebuild to see if that clears the
> issue.  With repsect to the failure in exec_test.go, I came across
> this failure on the amd64 builder but haven't found a fix yet:
> https://20191016t122939-dot-build-dot-golang-org.appspot.com/log/5cb857c582e994206fe624231401985967694144

It turns out that Richard posted a patch (exec-postnote-race) some
time ago that I was missing, which resolves the issue in os/exec.
Once applied, tests are now passing normally.  I'll update the wiki
later this evening.

Cheers,
Steve


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-03 23:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-01 16:20 Building go1.12.14 Steven Stallion
2020-01-01 17:12 ` [9fans] " David du Colombier
2020-01-01 18:08   ` Steven Stallion
2020-01-01 19:04     ` David du Colombier
2020-01-01 19:10       ` David du Colombier
2020-01-01 21:36         ` Steven Stallion
2020-01-01 22:08           ` David du Colombier
2020-01-01 22:58             ` Steven Stallion
2020-01-03 23:38 Steven Stallion

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).