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

[Xen-devel] [ovmf baseline-only test] 74905: trouble: blocked/broken/pass



This run is configured for baseline tests only.

flight 74905 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/74905/

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64-xsm                 <job status>                 broken
 test-amd64-i386-xl-qemuu-ovmf-amd64    <job status>                 broken
 build-amd64-pvops               <job status>                 broken
 build-i386-libvirt              <job status>                 broken
 build-i386-libvirt            4 host-install(4)         broken REGR. vs. 74901
 build-amd64-xsm               4 host-install(4)         broken REGR. vs. 74901
 build-amd64-pvops             4 host-install(4)         broken REGR. vs. 74901
 test-amd64-i386-xl-qemuu-ovmf-amd64  4 host-install(4)  broken REGR. vs. 74901

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-qemuu-ovmf-amd64  1 build-check(1)             blocked n/a

version targeted for testing:
 ovmf                 3b03b5e990f8bb347dfdb91926d8ef015d0b607e
baseline version:
 ovmf                 8e586296c114f630188cfe4c76df91a1e2b7a5b2

Last test of basis    74901  2018-06-22 18:52:42 Z    1 days
Testing same since    74905  2018-06-23 08:49:11 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Girish Pathak <girish.pathak@xxxxxxx>
  Sudeep Holla <sudeep.holla@xxxxxxx>
  Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
  Yunhua Feng <yunhuax.feng@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              broken  
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           broken  
 build-amd64-pvops                                            broken  
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         blocked 
 test-amd64-i386-xl-qemuu-ovmf-amd64                          broken  


------------------------------------------------------------
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

broken-job build-amd64-xsm broken
broken-job test-amd64-i386-xl-qemuu-ovmf-amd64 broken
broken-job build-amd64-pvops broken
broken-job build-i386-libvirt broken
broken-step build-i386-libvirt host-install(4)
broken-step build-amd64-xsm host-install(4)
broken-step build-amd64-pvops host-install(4)
broken-step test-amd64-i386-xl-qemuu-ovmf-amd64 host-install(4)

Push not applicable.

------------------------------------------------------------
commit 3b03b5e990f8bb347dfdb91926d8ef015d0b607e
Author: Girish Pathak <girish.pathak@xxxxxxx>
Date:   Tue Jun 19 14:53:53 2018 +0100

    ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol ids
    
    Dynamically allocate the buffer to receive the SCMI protocol list.
    This makes MAX_PROTOCOLS redundant, so it is removed.
    It also fixes one minor code alignment issue and removes an unused
    macro PROTOCOL_MASK.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Girish Pathak <girish.pathak@xxxxxxx>
    Tested-by: Sudeep Holla <sudeep.holla@xxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit 889cf68c3cd67617e274526822e553bfb07cd231
Author: Girish Pathak <girish.pathak@xxxxxxx>
Date:   Tue Jun 19 14:53:52 2018 +0100

    ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXE
    
    This change fixes a bug in the SCMI DXE which is observed with the
    upcoming release of the SCP firmware.
    
    The PROTOCOL_ID_MASK (0xF) which is used to generate an index in
    the ProtocolInitFxns is wrong because protocol ids can be
    anywhere in 0x10 - 15 or 0x80 - FF range. This mask generates
    the same index for two different protocols e.g. for protocol ids
    0x10 and 0x90, which causes duplicate initialization of a protocol
    resulting in a failure.
    
    This change removes the use of PROTOCOL_ID_MASK and instead
    uses a list of protocol ids and their initialization functions
    to identify a supported protocol and initialize it.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Girish Pathak <girish.pathak@xxxxxxx>
    Tested-by: Sudeep Holla <sudeep.holla@xxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit 09ef8e92580caddc24f8f1db6ea0e8223890085f
Author: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
Date:   Sun Jun 17 17:22:21 2018 +0800

    BaseTools: introduce !error statement
    
    The DSC and FDF file can use `!error` statement. The argument of this
    statement is an error message, it causes build tool to stop at the
    location where the statement is encountered and error message following
    the `!error` statement is output as a message.
    
    Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=701
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 58cf30f71f03bcf2fbf369d51e05c8f17176e129
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Tue Jun 19 09:08:41 2018 +0800

    BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR file
    
    Bugzilla 348 only fixed FixedAtBuild Pcd type, now this patch also add
    support for FeaturePcd type.
    
    Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=348
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit c91fb6b4fc8b484e13ba180fa12c6736908d8017
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Wed Jun 13 09:12:28 2018 +0800

    BaseTools: remove the unneeded code
    
    Do a clean up to remove the unneeded code.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

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