> About Go 1.16.3, I had initially another problem when compiling. While 
> running the compiler expected the bootstrapping files to be in a certain 
> path. I think something like /tmp/glenda/.../..., so I renamed the path and 
> it worked. I didn't check further though, but I'll check again later. 
> Otherwise it worked, although I only did make.rc without the tests.

I did all.rc for 386, and got errors as:

========from here======
Building Go cmd/dist using /sys/lib/go/go-plan9-386-bootstrap
Building Go toolchain1 using /sys/lib/go/go-plan9-386-bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for plan9/386.

##### Testing packages.
...
panic: test timed out after 9m0s

goroutine 142130 [running]:
panic(0x1b60e0, 0x10be4020)
        /sys/lib/go/386/1.16.3/src/runtime/panic.go:1065 +0x4ac fp=0x10a4bfc8 
sp=0x10a4bf64 pc=0x368fc
testing.(*M).startAlarm.func1()
...
FAIL    runtime 544.833s
...
*** Test killed: ran too long (10m0s).
FAIL    cmd/api 600.200s
...
panic: test timed out after 9m0s
...
FAIL    cmd/compile/internal/gc 562.779s
...
panic: test timed out after 9m0s
...
FAIL    cmd/cover       558.587s
...
go test proxy running at GOPROXY=http://127.0.0.1:51979/mod
*** Test killed: ran too long (10m0s).
FAIL    cmd/go  600.208s
...
panic: test timed out after 9m0s
...
FAIL    cmd/internal/moddeps    545.735s
...
panic: test timed out after 9m0s
...
FAIL    cmd/link        559.764s
...
FAIL    cmd/link/internal/ld    557.792s
ok      cmd/link/internal/loader        14.522s
*** Test killed: ran too long (10m0s).
FAIL    cmd/nm  600.171s
*** Test killed: ran too long (10m0s).
FAIL    cmd/objdump     600.771s
panic: test timed out after 9m0s
...
FAIL    cmd/pack        552.921s
...
FAIL    cmd/vet 547.152s
FAIL
go tool dist: Failed: exit status: 'go 6839: 1'
all.rc 165: go 6566: 1
=======to here======

It took about half a day to accomplish!

Kenji


------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T75ee4ccd407669dd-M2aee9a91a1c5704c75b29d40
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to