[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf test] 122797: regressions - FAIL
flight 122797 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/122797/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-libvirt 6 libvirt-build fail REGR. vs. 122667 version targeted for testing: ovmf 989f7a2cf0e27123fda5ca538b15832e115e0f4e baseline version: ovmf 0edb7ec5ced0a28b93bf8c13b12f0a277c44dbbc Last test of basis 122667 2018-05-09 06:53:09 Z 7 days Failing since 122718 2018-05-12 06:34:08 Z 4 days 2 attempts Testing same since 122797 2018-05-14 09:29:39 Z 2 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Ansen Huang <ansen.huang@xxxxxxx> Bi, Dandan <dandan.bi@xxxxxxxxx> Carsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben> cinnamon shia <cinnamon.shia@xxxxxxx> Dandan Bi <dandan.bi@xxxxxxxxx> Derek Lin <derek.lin2@xxxxxxx> Jaben Carsey <jaben.carsey@xxxxxxxxx> Lin, Derek <derek.lin2@xxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Yunhua Feng <yunhuax.feng@xxxxxxxxx> jobs: build-amd64-xsm pass build-i386-xsm pass build-amd64 pass build-i386 pass build-amd64-libvirt pass build-i386-libvirt fail build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl-qemuu-ovmf-amd64 pass test-amd64-i386-xl-qemuu-ovmf-amd64 pass ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit 989f7a2cf0e27123fda5ca538b15832e115e0f4e Author: cinnamon shia <cinnamon.shia@xxxxxxx> Date: Fri May 11 23:21:12 2018 +0800 MdeModulePkg Variable: Fix the returned status in UpdateVariableStore If Fvb is a NULL, return EFI_UNSUPPORTED. If the remaining size is not enough, return EFI_OUT_OF_RESOURCES. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: cinnamon shia <cinnamon.shia@xxxxxxx> Signed-off-by: Ansen Huang <ansen.huang@xxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit d741d1419350dc4ae868d4a9396f9da33a3416a0 Author: cinnamon shia <cinnamon.shia@xxxxxxx> Date: Fri May 11 23:21:11 2018 +0800 MdeModulePkg Variable: Fix a corner case issue about setting a variable Fix the issue that failed to update or add a UEFI variable if the remaining size is equal to the data size of the variable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: cinnamon shia <cinnamon.shia@xxxxxxx> Signed-off-by: Ansen Huang <ansen.huang@xxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit c61db18e5d11e4c25e32bfb3f999a88e3207eb5f Author: Lin, Derek <derek.lin2@xxxxxxx> Date: Wed May 9 17:03:24 2018 +0800 BaseTools: Fix python error with --genfds-multi-thread. When self.Alignment is None, it ran into python error since there is no strip() in None. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Derek Lin <derek.lin2@xxxxxxx> Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> commit c731b5450576a8dd0afb1d2dd013203235395a4f Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Date: Wed May 9 16:41:28 2018 +0800 BaseTools: Remove the redundant code the ArraySize and Array already be got in line 1093, so this code are redundant. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> commit 6b285ca3663d3c71cc68d01684a98f0d7537885e Author: Yunhua Feng <yunhuax.feng@xxxxxxxxx> Date: Mon May 7 18:26:24 2018 +0800 BaseTools: Fix generating array's size is incorrect in AutoGen.c case example: DSC: [PcdsFixedAtBuild] PcdToken.PcdName | "A" [Components] TestPkg/TestDriver.inf { PcdToken.PcdName | {0x41,0x42,0x43,0x44} } Generating the size of array is incorrect in AutoGen.c GLOBAL_REMOVE_IF_UNREFERENCED const UINT8 _gPcd_FixedAtBuild_PcdName[2] = {0x41,0x42,0x43,0x44}; Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=950 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 1dc287c3a3f1f090ef6b8ff80f7b3b3725071471 Author: Carsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben> Date: Wed May 9 00:01:35 2018 +0800 BaseTools: incorrect calculation for 16M the "0x" was missing. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> commit 13e3f8c03339ebc8cd25c454fca1abde098fe7ed Author: Bi, Dandan <dandan.bi@xxxxxxxxx> Date: Wed May 9 13:02:11 2018 +0800 BaseTools/VfrCompile: Avoid using uninitialized pointer V2: Add function _INIT_OPHDR_COND () for variable initialization. Make code logic more clean. Previously _CLEAR_SAVED_OPHDR () is used for variable initialization, and we updated it to clean memory. But _CLEAR_SAVED_OPHDR () is still called for variable initialization. This will cause uninitialized pointer will be checked to free and cause unexpected issue. This patch is to add new function for variable initialization and keep _CLEAR_SAVED_OPHDR () to clean memory which is aligned with its function name. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Gary Lin <glin@xxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> commit e91797885aee58ae65d7935332e580dc8517e8f6 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Wed Mar 28 16:52:12 2018 +0800 IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table It is the second step for https://bugzilla.tianocore.org/show_bug.cgi?id=540. V2: Use error handling instead of ASSERT for FIT table checking result. Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |