[SeaBIOS] Build failed in Jenkins: seabios #142

Jenkins Build Host jenkins at kraxel.org
Mon Dec 29 15:59:47 CET 2014


See <http://jenkins.xeni.kraxel.org:8080/job/seabios/142/changes>

Changes:

[kevin] sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU

[kevin] Add wiki documentation to repository

[kevin] docs: Don't point to repo README files

[kevin] docs: Add info on MODE16/MODESEGMENT compile time flags

[kevin] docs: Add page describing SeaBIOS final object linking

------------------------------------------
[...truncated 94 lines...]
+ rm -rf out
+ cp <http://jenkins.xeni.kraxel.org:8080/job/seabios/ws/rpmbuild/config.bios.qemu> .config
+ yes ''
+ make oldconfig
scripts/kconfig/conf --oldconfig <http://jenkins.xeni.kraxel.org:8080/job/seabios/ws/rpmbuild/rpm/BUILD/seabios.git/src/Kconfig>
*
* Restart config...
*
*
* General Features
*
Build Target
  1. Build for coreboot (COREBOOT) (NEW)
> 2. Build for QEMU/Xen/KVM/Bochs (QEMU)
  3. Build as Compatibilty Support Module for EFI BIOS (CSM) (NEW)
choice[1-3]: Support Xen HVM (XEN) [N/y/?] n
Parallelize hardware init (THREADS) [Y/n/?] (NEW) 
Copy init code to high memory (RELOCATE_INIT) [Y/n/?] (NEW) 
Bootmenu (BOOTMENU) [Y/n/?] (NEW) 
  Graphical boot splash screen (BOOTSPLASH) [Y/n/?] (NEW) 
Boot ordering (BOOTORDER) [Y/n/?] (NEW) 
Use internal stack for 16bit interrupt entry points (ENTRY_EXTRASTACK) [Y/n/?] (NEW) 
Allocate memory that needs to be in first Meg above 0xc0000 (MALLOC_UPPERMEMORY) [Y/n/?] (NEW) 
ROM size (in KB) (ROM_SIZE) [128] 128
*
* Hardware support
*
ATA controllers (ATA) [Y/n/?] (NEW) 
  ATA DMA (ATA_DMA) [N/y/?] (NEW) 
  ATA 32bit PIO (ATA_PIO32) [N/y/?] (NEW) 
AHCI controllers (AHCI) [Y/n/?] (NEW) 
SD controllers (SDCARD) [Y/n/?] (NEW) 
virtio-blk controllers (VIRTIO_BLK) [Y/n/?] (NEW) 
virtio-scsi controllers (VIRTIO_SCSI) [Y/n/?] (NEW) 
PVSCSI controllers (PVSCSI) [Y/n/?] (NEW) 
AMD PCscsi controllers (ESP_SCSI) [Y/n/?] (NEW) 
lsi53c895a scsi controllers (LSI_SCSI) [Y/n/?] (NEW) 
LSI MegaRAID SAS controllers (MEGASAS) [Y/n/?] (NEW) 
Floppy controller (FLOPPY) [Y/n/?] (NEW) 
PS/2 port (PS2PORT) [Y/n/?] (NEW) 
USB (USB) [Y/n/?] (NEW) 
  USB UHCI controllers (USB_UHCI) [Y/n/?] (NEW) 
  USB OHCI controllers (USB_OHCI) [Y/n/?] (NEW) 
  USB EHCI controllers (USB_EHCI) [Y/n/?] (NEW) 
  USB XHCI controllers (USB_XHCI) [N/y/?] n
  USB drives (USB_MSC) [Y/n/?] (NEW) 
  UAS drives (USB_UAS) [N/y/?] n
  USB hubs (USB_HUB) [Y/n/?] (NEW) 
  USB keyboards (USB_KEYBOARD) [Y/n/?] (NEW) 
  USB mice (USB_MOUSE) [Y/n/?] (NEW) 
Serial port (SERIAL) [Y/n/?] (NEW) 
Parallel port (LPT) [Y/n/?] (NEW) 
System Management Mode (SMM) (USE_SMM) [Y/n/?] (NEW) 
Initialize MTRRs (MTRR_INIT) [Y/n/?] (NEW) 
Use ACPI timer (PMTIMER) [Y/n/?] (NEW) 
*
* BIOS interfaces
*
Drive interface (DRIVES) [Y/n/?] (NEW) 
  DVD/CDROM booting (CDROM_BOOT) [Y/n/?] (NEW) 
    DVD/CDROM boot drive emulation (CDROM_EMU) [Y/n/?] (NEW) 
PCIBIOS interface (PCIBIOS) [Y/n/?] (NEW) 
APM interface (APMBIOS) [Y/n/?] (NEW) 
PnP BIOS interface (PNPBIOS) [Y/n/?] (NEW) 
Option ROMS (OPTIONROMS) [Y/n/?] (NEW) 
  Option roms are already at 0xc0000-0xf0000 (OPTIONROMS_DEPLOYED) [N/y/?] (NEW) 
  PMM interface (PMM) [Y/n/?] (NEW) 
Boot interface (BOOT) [Y/n/?] (NEW) 
Keyboard interface (KEYBOARD) [Y/n/?] (NEW) 
  Keyboard hook interface (KBD_CALL_INT15_4F) [Y/n/?] (NEW) 
Mouse interface (MOUSE) [Y/n/?] (NEW) 
S3 resume (S3_RESUME) [Y/n/?] (NEW) 
Hardware specific VGA helpers (VGAHOOKS) [Y/n/?] (NEW) 
Disable A20 (DISABLE_A20) [N/y/?] (NEW) 
Make unused UMB memory read/writeable. (WRITABLE_UPPERMEMORY) [N/y/?] (NEW) 
*
* BIOS Tables
*
PIR table (PIRTABLE) [Y/n/?] (NEW) 
MPTable (MPTABLE) [Y/n/?] (NEW) 
SMBIOS (SMBIOS) [Y/n/?] (NEW) 
ACPI (ACPI) [Y/n/?] (NEW) 
  Include default ACPI DSDT (ACPI_DSDT) [Y/n/?] (NEW) 
Load BIOS tables from ROM files (FW_ROMFILE_LOAD) [Y/n/?] (NEW) 
*
* VGA ROM
*
VGA Hardware Type
> 1. None (NO_VGABIOS) (NEW)
  2. QEMU/Bochs Original IBM 256K VGA (VGA_STANDARD_VGA) (NEW)
  3. QEMU/Bochs Cirrus SVGA (VGA_CIRRUS) (NEW)
  4. QEMU/Bochs VBE SVGA (VGA_BOCHS) (NEW)
  5. GeodeGX2 (VGA_GEODEGX2) (NEW)
  6. GeodeLX (VGA_GEODELX) (NEW)
choice[1-6]: *
* Debugging
*
Debug level (DEBUG_LEVEL) [1] (NEW) 
  Serial port debugging (DEBUG_SERIAL) [N/y/?] (NEW) 
  Special IO port debugging (DEBUG_IO) [Y/n/?] (NEW) 
#
# configuration written to <http://jenkins.xeni.kraxel.org:8080/job/seabios/ws/rpmbuild/rpm/BUILD/seabios.git/.config>
#
+ make
  Build Kconfig config file
  Compile checking out/src/misc.o
  Compile checking out/src/stacks.o
  Compile checking out/src/output.o
  Compile checking out/src/string.o
  Compile checking out/src/block.o
  Compile checking out/src/cdrom.o
  Compile checking out/src/disk.o
  Compile checking out/src/mouse.o
  Compile checking out/src/kbd.o
  Compile checking out/src/system.o
  Compile checking out/src/serial.o
  Compile checking out/src/clock.o
  Compile checking out/src/resume.o
  Compile checking out/src/pnpbios.o
  Compile checking out/src/vgahooks.o
  Compile checking out/src/pcibios.o
  Compile checking out/src/apm.o
  Compile checking out/src/hw/pci.o
  Compile checking out/src/hw/timer.o
  Compile checking out/src/hw/rtc.o
  Compile checking out/src/hw/dma.o
  Compile checking out/src/hw/pic.o
  Compile checking out/src/hw/ps2port.o
  Compile checking out/src/hw/serialio.o
  Compile checking out/src/hw/usb.o
  Compile checking out/src/hw/usb-uhci.o
  Compile checking out/src/hw/usb-ohci.o
  Compile checking out/src/hw/usb-ehci.o
  Compile checking out/src/hw/usb-hid.o
  Compile checking out/src/hw/usb-msc.o
  Compile checking out/src/hw/usb-uas.o
  Compile checking out/src/hw/blockcmd.o
  Compile checking out/src/hw/floppy.o
  Compile checking out/src/hw/ata.o
  Compile checking out/src/hw/ramdisk.o
  Compile checking out/src/hw/virtio-ring.o
  Compile checking out/src/hw/virtio-pci.o
  Compile checking out/src/hw/virtio-blk.o
  Compile checking out/src/hw/virtio-scsi.o
  Compile checking out/src/hw/lsi-scsi.o
  Compile checking out/src/hw/esp-scsi.o
  Compile checking out/src/hw/megasas.o
  Compile checking out/src/post.o
  Compile checking out/src/memmap.o
  Compile checking out/src/malloc.o
  Compile checking out/src/romfile.o
  Compile checking out/src/x86.o
  Compile checking out/src/optionroms.o
  Compile checking out/src/pmm.o
  Compile checking out/src/font.o
  Compile checking out/src/boot.o
  Compile checking out/src/bootsplash.o
  Compile checking out/src/jpeg.o
  Compile checking out/src/bmp.o
  Compile checking out/src/hw/ahci.o
  Compile checking out/src/hw/pvscsi.o
  Compile checking out/src/hw/usb-xhci.o
  Compile checking out/src/hw/usb-hub.o
  Compile checking out/src/hw/sdcard.o
  Compile checking out/src/fw/coreboot.o
  Compile checking out/src/fw/lzmadecode.o
  Compile checking out/src/fw/csm.o
  Compile checking out/src/fw/biostables.o
  Compile checking out/src/fw/paravirt.o
  Compile checking out/src/fw/shadow.o
  Compile checking out/src/fw/pciinit.o
  Compile checking out/src/fw/smm.o
  Compile checking out/src/fw/smp.o
  Compile checking out/src/fw/mtrr.o
  Compile checking out/src/fw/xen.o
  Compiling IASL out/src/fw/acpi-dsdt.hex
ASL Input:     out/src/fw/acpi-dsdt.dsl.i - 474 lines, 19153 bytes, 315 keywords
AML Output:    out/src/fw/acpi-dsdt.aml - 4405 bytes, 159 named objects, 156 executable opcodes
Listing File:  out/src/fw/acpi-dsdt.lst - 142998 bytes
Hex Dump:      out/src/fw/acpi-dsdt.hex - 41661 bytes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 245 Optimizations
  Compiling IASL out/src/fw/ssdt-proc.hex
ASL Input:     out/src/fw/ssdt-proc.dsl.i - 35 lines, 762 bytes, 8 keywords
AML Output:    out/src/fw/ssdt-proc.aml - 120 bytes, 6 named objects, 2 executable opcodes
Listing File:  out/src/fw/ssdt-proc.lst - 2651 bytes
Hex Dump:      out/src/fw/ssdt-proc.hex - 1459 bytes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
  Compiling IASL out/src/fw/ssdt-pcihp.hex
ASL Input:     out/src/fw/ssdt-pcihp.dsl.i - 36 lines, 758 bytes, 5 keywords
AML Output:    out/src/fw/ssdt-pcihp.aml - 87 bytes, 5 named objects, 0 executable opcodes
Listing File:  out/src/fw/ssdt-pcihp.lst - 2347 bytes
Hex Dump:      out/src/fw/ssdt-pcihp.hex - 1160 bytes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
  Compiling IASL out/src/fw/ssdt-misc.hex
ASL Input:     out/src/fw/ssdt-misc.dsl.i - 101 lines, 2567 bytes, 35 keywords
AML Output:    out/src/fw/ssdt-misc.aml - 354 bytes, 24 named objects, 11 executable opcodes
Listing File:  out/src/fw/ssdt-misc.lst - 7656 bytes
Hex Dump:      out/src/fw/ssdt-misc.hex - 3710 bytes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 2 Optimizations
  Compiling IASL out/src/fw/q35-acpi-dsdt.hex
ASL Input:     out/src/fw/q35-acpi-dsdt.dsl.i - 514 lines, 28284 bytes, 413 keywords
AML Output:    out/src/fw/q35-acpi-dsdt.aml - 7344 bytes, 239 named objects, 174 executable opcodes
Listing File:  out/src/fw/q35-acpi-dsdt.lst - 255960 bytes
Hex Dump:      out/src/fw/q35-acpi-dsdt.hex - 69190 bytes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 445 Optimizations
  Compile checking out/src/fw/acpi.o
  Compile checking out/src/fw/mptable.o
  Compile checking out/src/fw/pirtable.o
  Compile checking out/src/fw/smbios.o
  Compile checking out/src/fw/romfile_loader.o
  Compiling whole program out/ccode32flat.o
  Compiling whole program out/code32seg.o
  Compiling whole program out/ccode16.o
  Compiling to assembler out/src/asm-offsets.s
  Generating offset file out/asm-offsets.h
  Compiling (16bit) out/romlayout.o
  Building ld scripts
Version: 1.7.5-125.b142.g2c9870f-20141229_155946-jenkins.xeni.kraxel.org
Fixed space: 0xe05b-0x10000  total: 8101  slack: 13  Percent slack: 0.2%
16bit size:           35196
32bit segmented size: 2127
32bit flat size:      21109
32bit flat init size: 66688
Lowmem size:          2176
f-segment var size:   1200
  Linking out/rom16.o
  Stripping out/rom16.strip.o
  Linking out/rom32seg.o
  Stripping out/rom32seg.strip.o
  Linking out/rom.o
  Prepping out/bios.bin.prep
Error!  ROM doesn't fit (132148 > 131072)
   You have to either increate the size (CONFIG_ROM_SIZE)
   or turn off some features (such as hardware support not
   needed) to make it fit.  Trying a more recent gcc version
   might work too.
make: *** [out/bios.bin.prep] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.xIYROn (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.xIYROn (%build)
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the SeaBIOS mailing list