-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Test case failure: kvm_test failure #106
Comments
Could you post one of the complete processor blocks from Is this using nested virtualization? i.e., are you running bazel test inside a VM? KVM tracepoints may help diagnose this. To collect, run |
Thank you for your reply! I did the test in bare metal not a vm. /proc/cpuinfo:
perf script output for bazel test //pkg/sentry/platform/kvm:kvm_test:
|
A friendly reminder that this issue had no activity for 120 days. |
This issue has been closed due to lack of activity. |
Sorry for disturbing, I' m trying to run gVisor test suite with bazel test..., but failed on kvm_test case.
I get following logs:
Information might help:
docker info:
Containers: 127
Running: 0
Paused: 0
Stopped: 127
Images: 167
Server Version: 17.12.0-ce
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc runsc
Default Runtime: runc
Init Binary: docker-init
containerd version: 89623f28b87a6004d4b785663257362d1658a729
runc version: b2567b37d7b75eb4cf325b77297b140ea686ce8f
init version: 949e6fa
Security Options:
seccomp
Profile: default
Kernel Version: 4.13.15-300.fc27.x86_64
Operating System: Linux
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 7.525GiB
Name: node1
ID: BAJ4:K7CG:MTKH:JP2K:VOH5:4EX2:CBUS:U3VC:RKZN:73G6:XTS2:JVNK
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
HTTP Proxy: http://127.0.0.1:7777/
No Proxy: docker-hub-local.ricequant.com:5000
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
docker-hub-local.ricequant.com:5000
10.233.0.0/18
127.0.0.0/8
Live Restore Enabled: true
Linux node1 4.13.15-300.fc27.x86_64 #1 SMP Tue Nov 21 21:10:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
cpu flags(with vmx on):
fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
gVisor head commit: 4094480
The text was updated successfully, but these errors were encountered: