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

Status of runtime test of runc #350

Open
zenlint opened this issue Dec 1, 2015 · 0 comments
Open

Status of runtime test of runc #350

zenlint opened this issue Dec 1, 2015 · 0 comments

Comments

@zenlint
Copy link
Contributor

zenlint commented Dec 1, 2015

root@szxbzci0039:~/gopath/src/github.com/huawei-openlab/oct# ./ocitest -r runc -o err-only 
INFO[0001] Failure Details:                             
INFO[0001] =============================================================================================== 
INFO[0001] 
BundleName:
  rlimit14
BundleDir:
  bundles/rlimit14
CaseArgs:
  --args=./runtimetest --args=vrl --rootfs=rootfs --rlimit=RLIMIT_SIGPENDING:1024:1024
Result:
  FAILED
ErrInfo:
  time="2015-12-01T10:08:18+08:00" level=fatal msg="Container start failed: Wrong rlimit value: RLIMIT_SIGPENDING" 
exit status 1

INFO[0001] 
BundleName:
  rlimit1
BundleDir:
  bundles/rlimit1
CaseArgs:
  --args=./runtimetest --args=vrl --rootfs=rootfs --rlimit=RLIMIT_AS:1024:1024
Result:
  FAILED
ErrInfo:
  exit status 139

INFO[0001] 
BundleName:
  rlimit15
BundleDir:
  bundles/rlimit15
CaseArgs:
  --args=./runtimetest --args=vrl --rootfs=rootfs --rlimit=RLIMIT_STACK:1024:1024
Result:
  FAILED
ErrInfo:
  exit status 139

INFO[0001] 
BundleName:
  platform1
BundleDir:
  bundles/platform1
CaseArgs:
  --args=./runtimetest --args=vpl --rootfs=rootfs --os=windows
Result:
  FAILED
ErrInfo:
  time="2015-12-01T02:08:18Z" level=fatal msg="Validation failed: \"OS expected: windows, actual: linux\"" 
exit status 1

INFO[0001] 
BundleName:
  rlimit10
BundleDir:
  bundles/rlimit10
CaseArgs:
  --args=./runtimetest --args=vrl --rootfs=rootfs --rlimit=RLIMIT_NPPOC:1024:1024
Result:
  FAILED
ErrInfo:
  time="2015-12-01T10:08:18+08:00" level=fatal msg="Container start failed: Wrong rlimit value: RLIMIT_NPPOC" 
exit status 1

INFO[0001] =============================================================================================== 
INFO[0001] Statistics:  25 bundles success, 5 bundles failed

It shows, rlimit are not support very well in runc, such as, RLIMIT_SIGPENDING, RLIMIT_AS, RLIMIT_STACK, RLIMIT_NPPOC

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

1 participant