See https://ci.linaro.org/jenkins/job/ldcg-sbsa-firmware/8/display/redirect
Changes:
------------------------------------------ [...truncated 2.65 MB...] 500K .......... .......... .......... .......... .......... 11.6M 550K .......... .......... .......... .......... .......... 9.05M 600K .......... .......... .......... .......... .......... 11.8M 650K .......... .......... .......... .......... .......... 11.5M 700K .......... .......... .......... .......... .......... 9.70M 750K .......... .......... .......... .......... .......... 9.86M 800K .......... .......... .......... .......... .......... 3.86M 850K .......... .......... .......... .......... .......... 1.57M 900K .......... .......... .......... .......... .......... 11.6M 950K .......... .......... .......... .......... .......... 8.95M 1000K .......... .......... .......... .......... .......... 11.7M 1050K .......... .......... .......... .......... .......... 11.8M 1100K .......... .......... .......... .......... .......... 11.2M 1150K .......... .......... .......... .......... .......... 9.88M 1200K .......... .......... .......... .......... .......... 9.80M 1250K .......... .......... .......... .......... .......... 10.3M 1300K .......... .......... .......... .......... .......... 9.82M 1350K .......... .......... .......... .......... .......... 7.94M 1400K .......... .......... .......... .......... .......... 10.1M 1450K .......... .......... .......... .......... .......... 10.4M 1500K .......... .......... .......... .......... .......... 10.1M 1550K .......... .......... .......... .......... .......... 10.1M 1600K .......... .......... .......... .......... .......... 10.1M 1650K .......... .......... .......... .......... .......... 10.6M 1700K .......... .......... .......... .......... .......... 10.0M 1750K .......... .......... .......... .......... .......... 7.82M 1800K .......... .......... .......... .......... .......... 10.5M 1850K .......... .......... .......... .......... .......... 10.9M 1900K .......... .......... .......... .......... .......... 10.2M 1950K .......... .......... .......... .......... .......... 10.6M 2000K .......... .......... .......... .......... .......... 10.3M 2050K .......... .......... .......... .......... .......... 10.8M 2100K .......... .......... .......... .......... .......... 10.4M 2150K .......... .......... .......... .......... .......... 8.22M 2200K .......... .......... .......... .......... .......... 10.3M 2250K .......... .......... .......... .......... .......... 10.9M 2300K .......... .......... .......... .......... .......... 10.1M 2350K .......... .......... .......... .......... .......... 10.8M 2400K .......... .......... .......... .......... .......... 10.3M 2450K .......... .......... .......... .......... .......... 10.5M 2500K .......... .......... .......... .......... .......... 10.5M 2550K .......... .......... .......... .......... .......... 8.07M 2600K .......... .......... .......... .......... .......... 10.1M 2650K .......... .......... .......... .......... .......... 10.9M 2700K .......... .......... .......... .......... .......... 10.5M 2750K .......... .......... .......... .......... .......... 11.9M 2800K . 3770G=0.6s
2020-08-04 12:59:46 (4.28 MB/s) - ‘v20.03_REL2.4.tar.gz’ saved [2869224]
+ tar xf v20.03_REL2.4.tar.gz + cp sbsa-acs-20.03_REL2.4/prebuilt_images/v20.03_REL2.4/Sbsa.efi . + truncate -s 16M sda.raw + echo label:gpt + /sbin/sfdisk sda.raw Checking that no-one is using this disk right now ... OK
Disk sda.raw: 16 MiB, 16777216 bytes, 32768 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes
Script header accepted. Done.
Created a new GPT disklabel (GUID: 030CA2C3-8487-8847-83E7-CB50FD59885B).
New situation: Disklabel type: gpt Disk identifier: 030CA2C3-8487-8847-83E7-CB50FD59885B
The partition table has been altered. Syncing disks. + echo ',,U;' + /sbin/sfdisk sda.raw Checking that no-one is using this disk right now ... OK
Disk sda.raw: 16 MiB, 16777216 bytes, 32768 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 030CA2C3-8487-8847-83E7-CB50FD59885B
Old situation:
Created a new GPT disklabel (GUID: BBA7563A-384D-894F-B12D-67F789F5D11B).
sda.raw1: Created a new partition 1 of type 'EFI System' and of size 15 MiB. sda.raw2: Done.
New situation: Disklabel type: gpt Disk identifier: BBA7563A-384D-894F-B12D-67F789F5D11B
Device Start End Sectors Size Type sda.raw1 2048 32734 30687 15M EFI System
The partition table has been altered. Syncing disks. ++ sudo kpartx -avs sda.raw ++ cut '-d ' -f3 + device=loop4p1 + mkdir 1 + sudo mkfs.vfat /dev/mapper/loop4p1 mkfs.fat 4.1 (2017-01-24) + sudo mount /dev/mapper/loop4p1 1 + sudo cp Sbsa.efi 1/ + echo 'fs0:\Sbsa.efi' + sudo tee 1/startup.nsh fs0:\Sbsa.efi + sudo mkdir -p 1/efi/boot/ + sudo cp Build/SbsaQemu/RELEASE_GCC5/AARCH64/Shell.efi 1/efi/boot/bootaa64.efi + sudo umount 1 + sudo kpartx -d sda.raw + timeout 30 ./qemu/aarch64-softmmu/qemu-system-aarch64 -machine sbsa-ref -drive if=pflash,file=SBSA_FLASH0.fd,format=raw -drive if=pflash,file=SBSA_FLASH1.fd,format=raw -drive if=ide,file=sda.raw,format=raw -nographic NOTICE: Booting Trusted Firmware NOTICE: BL1: v2.3(release):v2.3-287-g99c447f44 NOTICE: BL1: Built : 21:08:32, Jul 13 2020 NOTICE: BL1: Booting BL2 NOTICE: BL2: v2.3(release):v2.3-287-g99c447f44 NOTICE: BL2: Built : 21:08:34, Jul 13 2020 NOTICE: BL1: Booting BL31 NOTICE: BL31: v2.3(release):v2.3-287-g99c447f44 NOTICE: BL31: Built : 21:08:36, Jul 13 2020 [2J[04D[=3h[2J[09D[0m[35m[40m[2J[04D[0m[37m[40mUEFI Interactive Shell v2.2 EDK II UEFI v2.70 (EDK II, 0x00010000) [1m[33m[40mMapping table[0m[37m[40m [1m[33m[40m FS0:[0m[37m[40m [1m[37m[40mAlias(s):[0m[37m[40mHD0a65535a1:;BLK1: VenHw(0D51905B-B77E-452A-A2C0-ECA0CC8D514A,000010600000000000)/Sata(0x 0,0xFFFF,0x0)/HD(1,GPT,241385E9-6B88-DE41-BF7D-2DA6B09D4252,0x800,0x77DF) [1m[33m[40m BLK2:[0m[37m[40m [1m[37m[40mAlias(s):[0m[37m[40m VenHw(93E34C7E-B50E-11DF-9223-2443DFD72085,00) [1m[33m[40m BLK0:[0m[37m[40m [1m[37m[40mAlias(s):[0m[37m[40m VenHw(0D51905B-B77E-452A-A2C0-ECA0CC8D514A,000010600000000000)/Sata(0x 0,0xFFFF,0x0) Press [1m[37m[40mESC[0m[37m[40m in 5 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.[72DPress [1m[37m[40mESC[0m[37m[40m in 4 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.[72DPress [1m[37m[40mESC[0m[37m[40m in 3 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.[72DPress [1m[37m[40mESC[0m[37m[40m in 2 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.[72DPress [1m[37m[40mESC[0m[37m[40m in 1 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue. [1m[33m[40mShell> [0m[37m[40mfs0:\Sbsa.efi
SBSA Architecture Compliance Suite Version 2.4
Starting tests for level 4 (Print level is 3)
Creating Platform Information Tables PE_INFO: Number of PE detected : 1 GIC_INFO: Number of GICD : 1 GIC_INFO: Number of ITS : 1 TIMER_INFO: Number of system timers : 0 WATCHDOG_INFO: Number of Watchdogs : 0 PCIE_INFO: Number of ECAM regions : 2 SMMU_INFO: Number of SMMU CTRL : 0 Peripheral: Num of USB controllers : 0 Peripheral: Num of SATA controllers : 1 Peripheral: Num of UART controllers : 1
*** Starting PE tests *** 1 : Check for number of PE : Result: PASS 2 : Check for SIMD extensions : Result: PASS 3 : Check for 16-bit ASID support : Result: PASS 4 : Check MMU Granule sizes : Result: PASS 5 : Check Cache Architecture : Result: PASS 6 : Check HW Coherence support : Result: PASS 7 : Check Cryptographic extensions : Result: PASS 8 : Check Little Endian support : Result: PASS 9 : Check EL2 implementation : Result: PASS 10 : Check AARCH64 implementation : Result: PASS 11 : Check PMU Overflow signal : Result: PASS 12 : Check number of PMU counters Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 13 : Check Synchronous Watchpoints : Result: PASS 14 : Check number of Breakpoints : Result: PASS 15 : Check Arch symmetry across PE Skipping as num of PE is 1 : Result: -SKIPPED- 1 16 : Check EL3 implementation : Result: PASS 17 : Check CRC32 instruction support : Result: PASS 18 : Check for PMBIRQ signal SPE not supported on this PE : Result: -SKIPPED- 1 19 : Check for RAS extension Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 20 : Check for 16-Bit VMID Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 21 : Check for Virtual host extensions Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 22 : Stage 2 control of mem and cache : Result: -SKIPPED- 1 23 : Check for nested virtualization : Result: -SKIPPED- 1 24 : Support Page table map size change: Result: -SKIPPED- 1 25 : Check for pointer signing : Result: -SKIPPED- 1 26 : Check Activity monitors extension : Result: -SKIPPED- 1 27 : Check for SHA3 and SHA512 support : Result: -SKIPPED- 1
*** One or more PE tests have failed... ***
*** Starting GIC tests *** 101 : Check GIC version : Result: PASS 102 : If PCIe, then GIC implements ITS : Result: PASS 103 : GIC number of Security states(2) : Result: PASS 104 : GIC Maintenance Interrupt Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1
One or more GIC tests failed. Check Log
*** Starting Timer tests *** 201 : Check Counter Frequency : Result: PASS 202 : Check EL0-Phy timer interrupt : Result: PASS 203 : Check EL0-Virtual timer interrupt : Result: PASS 204 : Check EL2-phy timer interrupt : Result: PASS 205 : Check EL2-Virtual timer interrupt v8.1 VHE not supported on this PE : Result: -SKIPPED- 1 206 : SYS Timer if PE Timer not ON PE Timers are not always-on. Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 207 : CNTCTLBase & CNTBaseN access No System timers are defined : Result: -SKIPPED- 1
*** Skipping remaining System timer tests ***
*** One or more tests have Failed/Skipped.***
*** Starting Watchdog tests *** 301 : Check NS Watchdog Accessibility No Watchdogs reported 0 Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 302 : Check Watchdog WS0 interrupt No Watchdogs reported 0 Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1
***One or more tests have failed... ***
*** Starting PCIe tests *** 401 : Check ECAM Presence : Result: PASS 402 : Check ECAM value in MCFG table : Result: PASS
Unexpected exception occured FAR reported = 0x2BDAB180 ESR reported = 0x97800010 ------------------------------------------------------- Total Tests run = 42; Tests Passed = 24 Tests Failed = 8 ---------------------------------------------------------
*** SBSA tests complete. Reset the system. ***
[1m[33m[40mShell> [0m[37m[40mqemu-system-aarch64: terminating on signal 15 from pid 23553 (timeout) ++ failure_exit ++ cleanup_exit ++ rm -rf /home/buildslave/.docker + cleanup_exit + rm -rf /home/buildslave/.docker Build step 'Execute shell' marked build as failure
See https://ci.linaro.org/jenkins/job/ldcg-sbsa-firmware/9/display/redirect
Changes:
------------------------------------------ Started by user Marcin Juszkiewicz (marcin.juszkiewicz@linaro.org) Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on leg-aarch64-01-a61c2e4d1f7d (docker-buster-arm64-leg) in workspace https://ci.linaro.org/jenkins/job/ldcg-sbsa-firmware/ws/ [ldcg-sbsa-firmware] $ /bin/bash /tmp/jenkins8480066892262538963.sh + trap failure_exit INT TERM ERR + trap cleanup_exit EXIT + rm -rf 'https://ci.linaro.org/jenkins/job/ldcg-sbsa-firmware/ws/*' + sudo apt update
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Ign:4 http://obs.linaro.org/linaro-overlay-buster/buster ./ InRelease Get:5 http://obs.linaro.org/linaro-overlay-buster/buster ./ Release [1,016 B] Get:6 http://obs.linaro.org/linaro-overlay-buster/buster ./ Release.gpg [228 B] Get:7 http://security.debian.org/debian-security buster/updates/main arm64 Packages [213 kB] Get:8 http://deb.debian.org/debian buster/main arm64 Packages [7,736 kB] Get:9 http://obs.linaro.org/linaro-overlay-buster/buster ./ Sources [19.2 kB] Get:10 http://deb.debian.org/debian buster-updates/main arm64 Packages [7,848 B] Get:11 http://obs.linaro.org/linaro-overlay-buster/buster ./ Packages [144 kB] Fetched 8,360 kB in 4s (2,152 kB/s) Reading package lists... Building dependency tree... Reading state information... 23 packages can be upgraded. Run 'apt list --upgradable' to see them. + sudo apt -y --no-install-recommends install build-essential pkg-config python3 libpixman-1-dev libglib2.0-dev dosfstools
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists... Building dependency tree... Reading state information... build-essential is already the newest version (12.6). dosfstools is already the newest version (4.1-2). python3 is already the newest version (3.7.3-1). python3 set to manually installed. The following additional packages will be installed: libblkid-dev libffi-dev libglib2.0-bin libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libselinux1-dev libsepol1-dev zlib1g-dev Suggested packages: libglib2.0-doc libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils The following NEW packages will be installed: libblkid-dev libffi-dev libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev libselinux1-dev libsepol1-dev pkg-config zlib1g-dev 0 upgraded, 16 newly installed, 0 to remove and 23 not upgraded. Need to get 5,237 kB of archives. After this operation, 21.3 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main arm64 libblkid-dev arm64 2.33.1-0.1 [229 kB] Get:2 http://deb.debian.org/debian buster/main arm64 libffi-dev arm64 3.2.1-9 [155 kB] Get:3 http://deb.debian.org/debian buster/main arm64 libglib2.0-bin arm64 2.58.3-2+deb10u2 [122 kB] Get:4 http://deb.debian.org/debian buster/main arm64 libglib2.0-dev-bin arm64 2.58.3-2+deb10u2 [156 kB] Get:5 http://deb.debian.org/debian buster/main arm64 libmount-dev arm64 2.33.1-0.1 [238 kB] Get:6 http://deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] Get:7 http://deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] Get:8 http://deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] Get:9 http://deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] Get:10 http://deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] Get:11 http://deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] Get:12 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB] Get:13 http://deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] Get:14 http://deb.debian.org/debian buster/main arm64 libglib2.0-dev arm64 2.58.3-2+deb10u2 [1,509 kB] Get:15 http://deb.debian.org/debian buster/main arm64 libpixman-1-0 arm64 0.36.0-1 [436 kB] Get:16 http://deb.debian.org/debian buster/main arm64 libpixman-1-dev arm64 0.36.0-1 [453 kB] debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 5,237 kB in 1s (9,817 kB/s) Selecting previously unselected package libblkid-dev:arm64. (Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 32840 files and directories currently installed.) Preparing to unpack .../00-libblkid-dev_2.33.1-0.1_arm64.deb ... Unpacking libblkid-dev:arm64 (2.33.1-0.1) ... Selecting previously unselected package libffi-dev:arm64. Preparing to unpack .../01-libffi-dev_3.2.1-9_arm64.deb ... Unpacking libffi-dev:arm64 (3.2.1-9) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../02-libglib2.0-bin_2.58.3-2+deb10u2_arm64.deb ... Unpacking libglib2.0-bin (2.58.3-2+deb10u2) ... Selecting previously unselected package libglib2.0-dev-bin. Preparing to unpack .../03-libglib2.0-dev-bin_2.58.3-2+deb10u2_arm64.deb ... Unpacking libglib2.0-dev-bin (2.58.3-2+deb10u2) ... Selecting previously unselected package libmount-dev:arm64. Preparing to unpack .../04-libmount-dev_2.33.1-0.1_arm64.deb ... Unpacking libmount-dev:arm64 (2.33.1-0.1) ... Selecting previously unselected package libpcre16-3:arm64. Preparing to unpack .../05-libpcre16-3_2%3a8.39-12_arm64.deb ... Unpacking libpcre16-3:arm64 (2:8.39-12) ... Selecting previously unselected package libpcre32-3:arm64. Preparing to unpack .../06-libpcre32-3_2%3a8.39-12_arm64.deb ... Unpacking libpcre32-3:arm64 (2:8.39-12) ... Selecting previously unselected package libpcrecpp0v5:arm64. Preparing to unpack .../07-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... Selecting previously unselected package libpcre3-dev:arm64. Preparing to unpack .../08-libpcre3-dev_2%3a8.39-12_arm64.deb ... Unpacking libpcre3-dev:arm64 (2:8.39-12) ... Selecting previously unselected package libsepol1-dev:arm64. Preparing to unpack .../09-libsepol1-dev_2.8-1_arm64.deb ... Unpacking libsepol1-dev:arm64 (2.8-1) ... Selecting previously unselected package libselinux1-dev:arm64. Preparing to unpack .../10-libselinux1-dev_2.8-1+b1_arm64.deb ... Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... Selecting previously unselected package pkg-config. Preparing to unpack .../11-pkg-config_0.29-6_arm64.deb ... Unpacking pkg-config (0.29-6) ... Selecting previously unselected package zlib1g-dev:arm64. Preparing to unpack .../12-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... Selecting previously unselected package libglib2.0-dev:arm64. Preparing to unpack .../13-libglib2.0-dev_2.58.3-2+deb10u2_arm64.deb ... Unpacking libglib2.0-dev:arm64 (2.58.3-2+deb10u2) ... Selecting previously unselected package libpixman-1-0:arm64. Preparing to unpack .../14-libpixman-1-0_0.36.0-1_arm64.deb ... Unpacking libpixman-1-0:arm64 (0.36.0-1) ... Selecting previously unselected package libpixman-1-dev:arm64. Preparing to unpack .../15-libpixman-1-dev_0.36.0-1_arm64.deb ... Unpacking libpixman-1-dev:arm64 (0.36.0-1) ... Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... Setting up libglib2.0-dev-bin (2.58.3-2+deb10u2) ... Setting up libpixman-1-0:arm64 (0.36.0-1) ... Setting up libblkid-dev:arm64 (2.33.1-0.1) ... Setting up libpixman-1-dev:arm64 (0.36.0-1) ... Setting up libpcre16-3:arm64 (2:8.39-12) ... Setting up libsepol1-dev:arm64 (2.8-1) ... Setting up libglib2.0-bin (2.58.3-2+deb10u2) ... Setting up libffi-dev:arm64 (3.2.1-9) ... Setting up libpcre32-3:arm64 (2:8.39-12) ... Setting up pkg-config (0.29-6) ... Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... Setting up libmount-dev:arm64 (2.33.1-0.1) ... Setting up libpcre3-dev:arm64 (2:8.39-12) ... Setting up libselinux1-dev:arm64 (2.8-1+b1) ... Setting up libglib2.0-dev:arm64 (2.58.3-2+deb10u2) ... Processing triggers for libc-bin (2.28-10) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libglib2.0-0:arm64 (2.58.3-2+deb10u2) ... No schema files found: doing nothing. + git clone --depth 1 https://github.com/qemu/qemu.git Cloning into 'qemu'... error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly ++ failure_exit ++ cleanup_exit ++ rm -rf /home/buildslave/.docker + cleanup_exit + rm -rf /home/buildslave/.docker Build step 'Execute shell' marked build as failure
See https://ci.linaro.org/jenkins/job/ldcg-sbsa-firmware/10/display/redirect
Changes:
------------------------------------------ [...truncated 2.95 MB...] 000000B0 : 00 00 00 00 19 00 00 00 - 00 00 00 00 00 00 00 00 ................ 000000C0 : 01 00 00 00 00 00 00 00 - 00 00 00 00 0B 50 00 00 .............P.. 000000D0 : 00 00 00 00 02 00 00 00 - 01 00 00 00 00 00 00 00 ................ 000000E0 : 17 00 00 00 00 00 00 00 - 00 00 00 00 00 00 06 40 ...............@ 000000F0 : 00 00 00 00 00 00 02 2C - 00 00 00 00 00 00 01 2C .......,......., 00000100 : 00 00 00 00 19 00 00 00 - 00 00 00 00 00 00 00 00 ................ 00000110 : 02 00 00 00 00 00 00 00 - 00 00 00 00 0B 50 00 00 .............P.. 00000120 : 00 00 00 00 03 00 00 00 - 01 00 00 00 00 00 00 00 ................ 00000130 : 17 00 00 00 00 00 00 00 - 00 00 00 00 00 00 06 40 ...............@ 00000140 : 00 00 00 00 00 00 02 2C - 00 00 00 00 00 00 01 2C .......,......., 00000150 : 00 00 00 00 19 00 00 00 - 00 00 00 00 00 00 00 00 ................ 00000160 : 03 00 00 00 00 00 00 00 - 00 00 00 00 0C 18 00 00 ................ 00000170 : 00 00 00 00 00 00 06 40 - 00 00 00 00 00 00 00 00 .......@........ 00000180 : 03 00 00 00 0E 10 00 00 - 00 00 08 40 00 00 00 00 ...........@.... 00000190 : 00 00 30 00 0F 14 00 00 - 00 00 00 00 00 00 02 30 ..0............0 000001A0 : 00 00 00 00 00 00 00 00 ........
Table Checksum : OK
MADT : Signature : APIC Length : 424 Revision : 4 Checksum : 0xC3 Oem ID : LNRO Oem Table ID : SBSASBSA Oem Revision : 0x20190910 Creator ID : LNRO Creator Revision : 0x1 Local Interrupt Controller Address : 0x0 Flags : 0x0 GICC : Type : 0xB Length : 80 Reserved : 0x0 CPU Interface Number : 0x0 ACPI Processor UID : 0x0 Flags : 0x1 Parking Protocol Version : 0x0 Performance Interrupt GSIV : 0x17 Parked Address : 0x0 Physical Base Address : 0x40060000 GICV : 0x2C020000 GICH : 0x2C010000 VGIC Maintenance interrupt : 0x19 GICR Base Address : 0x0 MPIDR : 0x0 Processor Power Efficiency Class : 0x0 Reserved : 0x0 SPE overflow Interrupt : 0x0 GICC : Type : 0xB Length : 80 Reserved : 0x0 CPU Interface Number : 0x0 ACPI Processor UID : 0x1 Flags : 0x1 Parking Protocol Version : 0x0 Performance Interrupt GSIV : 0x17 Parked Address : 0x0 Physical Base Address : 0x40060000 GICV : 0x2C020000 GICH : 0x2C010000 VGIC Maintenance interrupt : 0x19 GICR Base Address : 0x0 MPIDR : 0x1 Processor Power Efficiency Class : 0x0 Reserved : 0x0 SPE overflow Interrupt : 0x0 GICC : Type : 0xB Length : 80 Reserved : 0x0 CPU Interface Number : 0x0 ACPI Processor UID : 0x2 Flags : 0x1 Parking Protocol Version : 0x0 Performance Interrupt GSIV : 0x17 Parked Address : 0x0 Physical Base Address : 0x40060000 GICV : 0x2C020000 GICH : 0x2C010000 VGIC Maintenance interrupt : 0x19 GICR Base Address : 0x0 MPIDR : 0x2 Processor Power Efficiency Class : 0x0 Reserved : 0x0 SPE overflow Interrupt : 0x0 GICC : Type : 0xB Length : 80 Reserved : 0x0 CPU Interface Number : 0x0 ACPI Processor UID : 0x3 Flags : 0x1 Parking Protocol Version : 0x0 Performance Interrupt GSIV : 0x17 Parked Address : 0x0 Physical Base Address : 0x40060000 GICV : 0x2C020000 GICH : 0x2C010000 VGIC Maintenance interrupt : 0x19 GICR Base Address : 0x0 MPIDR : 0x3 Processor Power Efficiency Class : 0x0 Reserved : 0x0 SPE overflow Interrupt : 0x0 GICD : Type : 0xC Length : 24 Reserved : 0x0 GIC ID : 0x0 Physical Base Address : 0x40060000 System Vector Base : 0x0 GIC Version : 3 Reserved : 0 0 0 GICR : Type : 0xE Length : 16 Reserved : 0x0 Discovery Range Base Address : 0x40080000 Discovery Range Length : 0x300000 GIC ITS : Type : 0xF Length : 20 Reserved : 0x0 GIC ITS ID : 0x0 Physical Base Address : 0x30020000 Reserved : 0x0
ERROR: SBBR v1.2: Mandatory DBG2 table is missing ERROR: SBBR v1.2: Mandatory PPTT table is missing
Table Statistics: 2 Error(s) 0 Warning(s) [1m[33m[40mShell> [0m[37m[40mfs0:\Sbsa.efi
SBSA Architecture Compliance Suite Version 2.4
Starting tests for level 4 (Print level is 3)
Creating Platform Information Tables PE_INFO: Number of PE detected : 1 GIC_INFO: Number of GICD : 1 GIC_INFO: Number of ITS : 1 TIMER_INFO: Number of system timers : 0 WATCHDOG_INFO: Number of Watchdogs : 0 PCIE_INFO: Number of ECAM regions : 2 SMMU_INFO: Number of SMMU CTRL : 0 Peripheral: Num of USB controllers : 0 Peripheral: Num of SATA controllers : 1 Peripheral: Num of UART controllers : 1
*** Starting PE tests *** 1 : Check for number of PE : Result: PASS 2 : Check for SIMD extensions : Result: PASS 3 : Check for 16-bit ASID support : Result: PASS 4 : Check MMU Granule sizes : Result: PASS 5 : Check Cache Architecture : Result: PASS 6 : Check HW Coherence support : Result: PASS 7 : Check Cryptographic extensions : Result: PASS 8 : Check Little Endian support : Result: PASS 9 : Check EL2 implementation : Result: PASS 10 : Check AARCH64 implementation : Result: PASS 11 : Check PMU Overflow signal : Result: PASS 12 : Check number of PMU counters Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 13 : Check Synchronous Watchpoints : Result: PASS 14 : Check number of Breakpoints : Result: PASS 15 : Check Arch symmetry across PE Skipping as num of PE is 1 : Result: -SKIPPED- 1 16 : Check EL3 implementation : Result: PASS 17 : Check CRC32 instruction support : Result: PASS 18 : Check for PMBIRQ signal SPE not supported on this PE : Result: -SKIPPED- 1 19 : Check for RAS extension Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 20 : Check for 16-Bit VMID Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 21 : Check for Virtual host extensions Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 22 : Stage 2 control of mem and cache : Result: -SKIPPED- 1 23 : Check for nested virtualization : Result: -SKIPPED- 1 24 : Support Page table map size change: Result: -SKIPPED- 1 25 : Check for pointer signing : Result: -SKIPPED- 1 26 : Check Activity monitors extension : Result: -SKIPPED- 1 27 : Check for SHA3 and SHA512 support : Result: -SKIPPED- 1
*** One or more PE tests have failed... ***
*** Starting GIC tests *** 101 : Check GIC version : Result: PASS 102 : If PCIe, then GIC implements ITS : Result: PASS 103 : GIC number of Security states(2) : Result: PASS 104 : GIC Maintenance Interrupt Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1
One or more GIC tests failed. Check Log
*** Starting Timer tests *** 201 : Check Counter Frequency : Result: PASS 202 : Check EL0-Phy timer interrupt : Result: PASS 203 : Check EL0-Virtual timer interrupt : Result: PASS 204 : Check EL2-phy timer interrupt : Result: PASS 205 : Check EL2-Virtual timer interrupt v8.1 VHE not supported on this PE : Result: -SKIPPED- 1 206 : SYS Timer if PE Timer not ON PE Timers are not always-on. Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 207 : CNTCTLBase & CNTBaseN access No System timers are defined : Result: -SKIPPED- 1
*** Skipping remaining System timer tests ***
*** One or more tests have Failed/Skipped.***
*** Starting Watchdog tests *** 301 : Check NS Watchdog Accessibility No Watchdogs reported 0 Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1 302 : Check Watchdog WS0 interrupt No Watchdogs reported 0 Failed on PE - 0 for Level= 4 : Result: --FAIL-- 1
***One or more tests have failed... ***
*** Starting PCIe tests *** 401 : Check ECAM Presence : Result: PASS 402 : Check ECAM value in MCFG table : Result: PASS
Unexpected exception occured FAR reported = 0x2BDAB180 ESR reported = 0x97800010 ------------------------------------------------------- Total Tests run = 42; Tests Passed = 24 Tests Failed = 8 ---------------------------------------------------------
*** SBSA tests complete. Reset the system. ***
[1m[33m[40mShell> [0m[37m[40mqemu-system-aarch64: terminating on signal 15 from pid 24392 (timeout) ++ failure_exit ++ cleanup_exit ++ rm -rf /home/buildslave/.docker + cleanup_exit + rm -rf /home/buildslave/.docker Build step 'Execute shell' marked build as failure