[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[seabios baseline-only test] 67936: tolerable FAIL



This run is configured for baseline tests only.

flight 67936 seabios real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/67936/

Failures :-/ but no regressions.

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-qemuu-nested-intel 16 debian-hvm-install/l1/l2 fail blocked 
in 67903
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop             fail like 67903
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop              fail like 67903

Tests which did not succeed, but are not blocking:
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass

version targeted for testing:
 seabios              cb75c910a2c380e29099a0ae90b03de1689236c5
baseline version:
 seabios              00b0402a49bd9c431fe564b2979d42fd2f79e5e9

Last test of basis    67903  2016-10-19 02:19:57 Z    7 days
Testing same since    67936  2016-10-26 04:47:53 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  "Kevin O'Connor" <kevin@xxxxxxxxxxxx>
  Igor Mammedov <imammedo@xxxxxxxxxx>
  Kevin O'Connor <kevin@xxxxxxxxxxxx>
  Michael S. Tsirkin <mst@xxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm           pass    
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm            pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm                pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm                 pass    
 test-amd64-amd64-qemuu-nested-amd                            fail    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64                    pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64                     pass    
 test-amd64-amd64-xl-qemuu-win7-amd64                         fail    
 test-amd64-i386-xl-qemuu-win7-amd64                          fail    
 test-amd64-amd64-qemuu-nested-intel                          fail    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1                     pass    
 test-amd64-amd64-xl-qemuu-winxpsp3                           pass    
 test-amd64-i386-xl-qemuu-winxpsp3                            pass    


------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Push not applicable.

------------------------------------------------------------
commit cb75c910a2c380e29099a0ae90b03de1689236c5
Author: Igor Mammedov <imammedo@xxxxxxxxxx>
Date:   Thu Oct 13 14:38:28 2016 +0200

    support booting with more than 255 CPUs
    
    SDM[*1] says that if there are CPUs with APIC ID
    greater than 254, BIOS is to pass control to OS
    in x2APIC mode. Use the fact that QEMU passes in
    "etc/max-cpus" max possible "APIC ID + 1" to
    detect need for x2APIC mode. Also instead of
    CMOS_BIOS_SMP_COUNT which is limited to 256 CPUs
    use a new rom file "etc/boot-cpus" that QEMU
    supporting more than 256 CPUs will provide.
    
    *1) SDM: Volume 3: EXTENDED XAPIC (X2APIC):
         Initialization by System Software
    
    Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx>

commit 023b1d0d6a59a2555fd9b1c4d25e687a5844cf2c
Author: Igor Mammedov <imammedo@xxxxxxxxxx>
Date:   Thu Oct 13 14:38:27 2016 +0200

    add helpers to read etc/boot-cpus at resume time
    
    Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx>

commit eb516e4204ffa25ef94796e1e58f8dc649761fd5
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Thu Oct 13 14:38:26 2016 +0200

    smp: consolidate CPU APIC ID detection and accounting
    
    Signed-off-by: "Kevin O'Connor" <kevin@xxxxxxxxxxxx>
    Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx>

commit f769589877b606d2c1b9b218b54b6ccef9440230
Author: Igor Mammedov <imammedo@xxxxxxxxxx>
Date:   Thu Oct 13 14:38:25 2016 +0200

    paravirt: disable legacy bios tables in case of more than 255 CPUs
    
    MPTable doesn't support more than 255 CPUs and
    QEMU supplies an alternative MADT table which
    guest will use instead of it. So do not install
    legacy tables if more than 254 CPUs are provided
    
    Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx>
    Acked-by: Michael S. Tsirkin <mst@xxxxxxxxxx>

commit 75411cec118744dc58888701f71c57e95ac0e023
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Fri Oct 21 12:05:23 2016 -0400

    build: Be sure to also include out/*.d in Makefile
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.