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

[Xen-devel] [ovmf baseline-only test] 71969: regressions - FAIL



This run is configured for baseline tests only.

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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-ovmf-amd64 16 guest-localmigrate/x10 fail REGR. vs. 
71967

version targeted for testing:
 ovmf                 1e892df6860dc655f8e570450d74791b84de9928
baseline version:
 ovmf                 cc993a16e40372c07a0507d02d1030546470f986

Last test of basis    71967  2017-08-12 06:24:32 Z    0 days
Testing same since    71969  2017-08-12 16:19:48 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Bin Wang <binx.a.wang@xxxxxxxxx>
  Hess Chen <hesheng.chen@xxxxxxxxx>
  Michael D Kinney <michael.d.kinney@xxxxxxxxx>
  Michael Kinney <michael.d.kinney@xxxxxxxxx>

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-xl-qemuu-ovmf-amd64                         fail    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          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 1e892df6860dc655f8e570450d74791b84de9928
Author: Bin Wang <binx.a.wang@xxxxxxxxx>
Date:   Thu Aug 10 16:54:57 2017 +0800

    BaseTools: Don't need to add extra quotes when UI string from file
    
    when the UI string is read from files, we don't need to add the extra
    quotes. Otherwise, it will cause UI name has this extra quotes.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Bin Wang <binx.a.wang@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 566368148c014702f98d6c37a3934b1c1e60dfd4
Author: Hess Chen <hesheng.chen@xxxxxxxxx>
Date:   Thu Aug 10 16:36:47 2017 +0800

    BaseTools/UPT: Support Multiple Installation
    
    Add a new feature to UPT to support installing
    multiple DIST packages in one time.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Hess Chen <hesheng.chen@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit ef190542b4dbc4577ef7d1f99209199f0c1b6e66
Author: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Wed Aug 2 14:17:41 2017 -0700

    BaseTools/Scripts: Add sample makefile for use with RunMakefile.py
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=670
    
    Add sample makefile that can be used to test RunMakefile.py
    script and can also be used as a template to start a new
    PREBUILD/POSTBUILD makefile.
    
    This makefile contains TAB characters instead of spaces on
    purpose to maximize compatibility with make utilities.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit c8d385265fa38e0933768fccc8dc0bf5b8725037
Author: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Wed Aug 2 14:16:49 2017 -0700

    BaseTools/Scripts: Add python script to run a makefile
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=670
    
    Add the python script RunMakefile.py that can be used
    in a PREBUILD/POSTBUIILD action to invoke a makefile
    passing in context as makefile defines.  The command
    line arguments passed into RunMakefile.py are converted
    to the following set of defines.
    
    * ACTIVE_PLATFORM
    * TARGET_ARCH
    * TOOL_CHAIN_TAG
    * CONF_DIRECTORY
    * TARGET
    * EXTRA_FLAGS
    
    In addition, a makefile can access the system environment
    variables including WORKSPACE and PACKAGES_PATH.
    
    The makefile target from the following set is also passed
    into the makefile.  If no target is passed into build, then
    the 'all' target is used.
    
    [all|fds|genc|genmake|clean|cleanall|cleanlib|modules|libraries|run]
    
    A platform DSC file can use a statements in the [Defines]
    section of the following form to use this script.  MAKEFILE
    is a WORKSPACE or PACKAGES_PATH relative path to the makefile
    to run.
    
    [Defines]
      PREBUILD  = python BaseTools/Script/RunMakefile.py --makefile MAKEFILE
      POSTBUILD = python BaseTools/Script/RunMakefile.py --makefile MAKEFILE
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit af9c4e5e67ab12a77434564ff61c124ef0e5b5dd
Author: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Wed Aug 2 14:07:05 2017 -0700

    BaseTools/build: Expand PREBUILD/POSTBUILD DSC actions
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=670
    
    * Extend PREBUILD/POSTBUILD define values to support more than
      one argument.
    * Delay normalization of PREBUILD/POSTBUILD define values
      until all arguments in the define values can be processed.
    * Convert PREBUILD/POSTBUILD build define value arguments
      that are WORKSPACE or PACKAGES_PATH relative paths to
      absolute paths.
    * Append -p PlatformFile, --conf=ConfDirectory, and build target
      flags to command line used to execute PREBUILD/POSTBUILD
      actions.
    * Remove PrebuildScript and PostbuildScript fields from the
      Build class and use Prebuild and Postbuild fields instead.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

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