Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make: *** [common-lint] Killed #144

Open
r4yfx opened this issue May 24, 2019 · 3 comments
Open

make: *** [common-lint] Killed #144

r4yfx opened this issue May 24, 2019 · 3 comments

Comments

@r4yfx
Copy link

r4yfx commented May 24, 2019

Can anyone advise on how to resolve?

[root@ns02 promu]# make
Makefile:17: warning: overriding recipe for target /root/go/bin/promu' Makefile.common:236: warning: ignoring old recipe for target /root/go/bin/promu'

checking code style
checking license header
running golangci-lint
GO111MODULE=on go list -e -compiled -test=true -export=false -deps=true -find=false -tags= -- ./... > /dev/null
GO111MODULE=on /root/go/bin/golangci-lint run ./...
make: *** [common-lint] Killed

@pgier
Copy link
Contributor

pgier commented Jun 4, 2019

This could be an OOM. Does this happen consistently when you build promu or was this a one time occurrence?

@r4yfx
Copy link
Author

r4yfx commented Jun 6, 2019

This happens consistently when I attempt to build promu.
I am using centos 7

@simonpasquier
Copy link
Member

Can you try running make lint alone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants