summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/none/1865
blob: 13331f8aed053cc39562a559718b66331b2f9e7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
graphic: 0.558
debug: 0.513
device: 0.497
kernel: 0.495
ppc: 0.410
PID: 0.409
mistranslation: 0.384
network: 0.381
user-level: 0.352
socket: 0.308
vnc: 0.292
virtual: 0.288
semantic: 0.280
architecture: 0.270
boot: 0.242
hypervisor: 0.229
permissions: 0.214
VMM: 0.195
risc-v: 0.195
performance: 0.178
assembly: 0.172
peripherals: 0.172
files: 0.132
register: 0.130
x86: 0.124
arm: 0.114
i386: 0.113
TCG: 0.098
KVM: 0.072

ERROR:../target/s390x/tcg/cc_helper.c:128:cc_calc_addu: assertion failed: (carry_out <= 1)
Description of problem:
Installation progresses OK, but QEMU asserts during post-installation setup tasks:

Performing post-installation setup tasks
**
ERROR:../target/s390x/tcg/cc_helper.c:128:cc_calc_addu: assertion failed: (carry_out <= 1)
Bail out! ERROR:../target/s390x/tcg/cc_helper.c:128:cc_calc_addu: assertion failed: (carry_out <= 1)
./install.sh: line 25: 158224 Aborted                 (core dumped) $QEMU/qemu-system-s390x -M s390-ccw-virtio -smp 1 -m 4G 
-nographic -display none -serial mon:stdio -device virtio-scsi -drive file=$ISO,format=raw,if=none,id=c1 -device scsi-cd,dri
ve=c1 -hda $DISK -kernel $KERNEL -initrd $INITRD -net nic,model=virtio,netdev=net1 -netdev user,id=net1 -D debug.log
Steps to reproduce:
1. Download ClefOS 7.7 ISO from [sinenomine](https://download.sinenomine.net/clefos)
2. Download Fedora 27 ISO and extract kernel.img and initrd.img, for boot purposes
3. Boot ClefOS ISO using Fedora kernel/initrd
4. Go through a minimal install, observe crash during post-installation setup tasks
Additional information:
See script log and install.sh attached. [install-and-output.zip](/uploads/87eb8484344402ea9c68784f89ea3339/install-and-output.zip)

I have tried QEMU 7.2.5 and 8.1 on my Fedora 38 AMD host.

My goal is to create RHEL7, SLES12, Ubuntu20 (or compatible) VMs for s390x software builds.
So far only Ubuntu20 has been successful.
RHEL7 fails due to kernel issues described in QEMU issue 906, so I'm trying ClefOS (CentOS for z) based on a procedure [here](https://www.linuxquestions.org/questions/linux-server-73/install-clefos-7-5-an-open-source-version-of-rhel-7-5-s390x-using-qemu-4175658710/)