We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It shows, rlimit are not support very well in runc, such as, RLIMIT_SIGPENDING, RLIMIT_AS, RLIMIT_STACK, RLIMIT_NPPOC
The text was updated successfully, but these errors were encountered: