summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/hypervisor/1893040
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/deepseek-r1:14b/output/hypervisor/1893040
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloadqemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/hypervisor/1893040')
-rw-r--r--results/classifier/deepseek-r1:14b/output/hypervisor/189304017
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/hypervisor/1893040 b/results/classifier/deepseek-r1:14b/output/hypervisor/1893040
new file mode 100644
index 000000000..516fc768f
--- /dev/null
+++ b/results/classifier/deepseek-r1:14b/output/hypervisor/1893040
@@ -0,0 +1,17 @@
+
+ External modules retreval using Go1.15 on s390x appears to have checksum and ECDSA verification issues
+
+We are observing issue while building go-runner image and we suspect it is due to QEMU version being used. As referred in below issue:
+https://github.com/golang/go/issues/40949
+
+We tried to build go-runner image using go1.15 and register QEMU (docker run --rm --privileged multiarch/qemu-user-static@sha256:c772ee1965aa0be9915ee1b018a0dd92ea361b4fa1bcab5bbc033517749b2af4 --reset -p yes) as mentioned in PR https://github.com/kubernetes/release/pull/1499. We observed below failure during build:
+
+-------------------------------------------------------------------------------------------------------------
+ERROR: executor failed running [/bin/sh -c CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH}     go build -ldflags '-s -w -buildid= -extldflags "-static"'     -o go-runner ${package}]: buildkit-runc did not terminate successfully
+------
+ > [builder 7/7] RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH}     go build -ldflags '-s -w -buildid= -extldflags "-static"'     -o go-runner .:
+------
+failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH}     go build -ldflags '-s -w -buildid= -extldflags "-static"'     -o go-runner ${package}]: buildkit-runc did not terminate successfully
+Makefile:52: recipe for target 'container' failed
+make: *** [container] Error 1
+-------------------------------------------------------------------------------------------------------------
\ No newline at end of file