Closed
Description
- What version of Go are you using (
go version
)?
go version devel +ba6765c Wed May 4 05:55:07 2016 +0000 linux/amd64 - What operating system and processor architecture are you using (
go env
)?
linux x86_64 - What did you do?
mkdir /tmp/gopath
cd $!
export GOPATH=`pwd`
go get -d -v github.com/gogo/protobuf
go install -v ...
- What did you expect to see?
should succeed - What did you see instead?
a couple of signal: killed errors:
github.com/gogo/protobuf/test/casttype/combos/unsafeunmarshaler
go build github.com/gogo/protobuf/test: /home/gustav/go/pkg/tool/linux_amd64/compile: signal: killed
github.com/gogo/protobuf/test/castvalue
go build github.com/gogo/protobuf/test/casttype/combos/neither: /home/gustav/go/pkg/tool/linux_amd64/compile: signal: killed
This is on a pretty decent laptop with 16GB of RAM and is doing little else:
$ free -g
total used free shared buff/cache available
Mem: 15 1 13 0 0 13
Swap: 0 0 0