summaryrefslogtreecommitdiffstats
path: root/results/classifier/118/graphic/1075
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/graphic/1075
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/graphic/1075')
-rw-r--r--results/classifier/118/graphic/107546
1 files changed, 46 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1075 b/results/classifier/118/graphic/1075
new file mode 100644
index 00000000..702aada2
--- /dev/null
+++ b/results/classifier/118/graphic/1075
@@ -0,0 +1,46 @@
+x86: 0.999
+architecture: 0.982
+graphic: 0.974
+ppc: 0.957
+device: 0.872
+permissions: 0.867
+performance: 0.852
+network: 0.844
+socket: 0.729
+PID: 0.698
+mistranslation: 0.688
+TCG: 0.679
+vnc: 0.678
+files: 0.670
+VMM: 0.664
+semantic: 0.564
+risc-v: 0.556
+kernel: 0.552
+arm: 0.522
+debug: 0.522
+peripherals: 0.501
+user-level: 0.486
+register: 0.478
+boot: 0.472
+i386: 0.449
+hypervisor: 0.366
+virtual: 0.247
+KVM: 0.150
+assembly: 0.045
+
+Unable to create a cluster using ppc64le specific kind binary on x86 host architecture
+Description of problem:
+
+Steps to reproduce:
+1. docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
+2. wget https://github.com/kubernetes-sigs/kind/releases/download/v0.14.0/kind-linux-ppc64le
+3. chmod u+x kind-linux-ppc64le
+4. curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/ppc64le/kubectl
+5. chmod +x kubectl
+6. sudo cp kubectl /usr/local/bin/
+7. KUBECONFIG="${HOME}/kind-test-config"
+8. export KUBECONFIG
+9. ./kind-linux-ppc64le create cluster --image quay.io/mayurwaghmode111/node-ppc64le:ppc64le -v=3 --wait 1m --retain
+10. ./kind-linux-ppc64le export logs
+Additional information:
+