-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 test error #952
Comments
@senrabdet , I also noticed |
Thanks(!), will try, get back. |
I think I'm getting a large number of fail messages that do include TestRunWithKernelMemory but more than that (from strace make test). It looks like a lot (maybe entirely) of cgroup related issues - is that something I need to turn on in my kernel (is this output helpful)? Thank you for the help. === RUN TestCheckpoint === RUN TestIPCHost === RUN TestIPCJoinPath === RUN TestIPCBadPath === RUN TestUsernsRlimit === RUN TestEnter === RUN TestProcessEnv === RUN TestProcessCaps === RUN TestAdditionalGroups === RUN TestFreeze === RUN TestSystemdFreeze === RUN TestPidsSystemd === RUN TestMountCgroupRO === RUN TestHook === RUN TestSTDIOPermissions === RUN TestRootfsPropagationSlaveMount === RUN TestRootfsPropagationSharedMount === RUN TestPIDHost === RUN TestInitJoinPID === RUN TestInitJoinNetworkAndUser === RUN TestExecIn === RUN TestExecInUsernsRlimit === RUN TestExecInRlimit === RUN TestExecInAdditionalGroups === RUN TestExecInError
=== RUN TestExecInTTY === RUN TestExecInEnvironment === RUN TestExecinPassExtraFiles === RUN TestExecInUserns === RUN TestSeccompDenyGetcwd |
@senrabdet , The OS on my machine is Fedora 23, and I did not recall any trouble when I first tried runc except for installing |
Thanks hmeng. Am using Debian Stretch on VirtualBox 5 on Win10. runc version 1.0.0-rc1 go version go1.6.2 linux/amd64 Version: 1.11.2 Server: |
@senrabdet Are you still facing this issue?
|
Closing as outdated |
I'm trying to learn about runc. In following the instructions on https://github.com/opencontainers/runc, and when I get to the point of doing "make test", it tries to run but I can an error:
Makefile:62: recipe for target 'localunittest' failed
make: *** [localunittest] Error 1
Makefile:59: recipe for target 'unittest' failed
make[1]: *** [unittest] Error 2
make[1]: Leaving directory '/home/user/work/src/github.com/opencontainers/runc'
Makefile:53: recipe for target 'test' failed
make: *** [test] Error 2
I can run the busybox example successfully.
Q: does this error represent something to worry about? If so, should I provide an strace? Is this a problem with my go setup (e.g., should I set the GOBIN variable)? go env shows:
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/user/work"
GORACE=""
GOROOT="/usr/lib/go-1.6"
GOTOOLDIR="/usr/lib/go-1.6/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
Thanks!
The text was updated successfully, but these errors were encountered: