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

[Xen-devel] [xtf test] 111305: regressions - trouble: broken/pass



flight 111305 xtf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/111305/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-xtf-amd64-amd64-4       59 leak-check/check         fail REGR. vs. 111074
 test-xtf-amd64-amd64-5       59 leak-check/check         fail REGR. vs. 111074
 test-xtf-amd64-amd64-3       59 leak-check/check         fail REGR. vs. 111074
 test-xtf-amd64-amd64-2       59 leak-check/check         fail REGR. vs. 111074
 test-xtf-amd64-amd64-1       59 leak-check/check         fail REGR. vs. 111074

Tests which did not succeed, but are not blocking:
 test-xtf-amd64-amd64-4       58 xtf/test-hvm64-xsa-221       fail   never pass
 test-xtf-amd64-amd64-5       58 xtf/test-hvm64-xsa-221       fail   never pass
 test-xtf-amd64-amd64-3       58 xtf/test-hvm64-xsa-221       fail   never pass
 test-xtf-amd64-amd64-2       58 xtf/test-hvm64-xsa-221       fail   never pass
 test-xtf-amd64-amd64-1       58 xtf/test-hvm64-xsa-221       fail   never pass

version targeted for testing:
 xtf                  0d6dddbd5a5666cb7d052688724662214a771033
baseline version:
 xtf                  6723a66fe3e2a60793ec4fdbcd67250c954fe5d9

Last test of basis   111074  2017-06-26 14:44:07 Z    5 days
Failing since        111144  2017-06-28 10:53:08 Z    3 days   24 attempts
Testing same since   111230  2017-06-30 13:18:23 Z    1 days   18 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  Haozhong Zhang <haozhong.zhang@xxxxxxxxx>

jobs:
 build-amd64-xtf                                              pass    
 build-amd64                                                  pass    
 build-amd64-pvops                                            pass    
 test-xtf-amd64-amd64-1                                       broken  
 test-xtf-amd64-amd64-2                                       broken  
 test-xtf-amd64-amd64-3                                       broken  
 test-xtf-amd64-amd64-4                                       broken  
 test-xtf-amd64-amd64-5                                       broken  


------------------------------------------------------------
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 0d6dddbd5a5666cb7d052688724662214a771033
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:48 2016 +0800

    vvmx: Test vmxon in VMX root w/ CPL = 3 and w/ current VMCS
    
    Fault #GP(0) is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 23ce3ed364ffc850f6f239b056f45d66f7d24a5f
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:47 2016 +0800

    vvmx: Test vmxon in VMX root w/ CPL = 0 and w/ current VMCS
    
    VMfailvalid() is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit aaadefde675900471464c7c174248dc9cd14f3db
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:46 2016 +0800

    vvmx: Test vmxon in VMX root w/ CPL = 3 and w/o current VMCS
    
    Fault #GP(0) is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit bf97d4fb323194bff1d92f2ed52dcaeedcf4c39e
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:45 2016 +0800

    vvmx: Test vmxon in VMX root w/ CPL = 0 and w/o current VMCS
    
    VMfailInvalid is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 6c9b86ca32ef8a375cd4346ba71d0e2b039d120b
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:44 2016 +0800

    vvmx: Test the correct vmxon
    
    No error is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit b7972eae5aa91c72c3db2ac991b9317c88f30ff5
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:43 2016 +0800

    vvmx: Test vmxon with bit 31 of VMCS revision ID set
    
    VMfailInvalid is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 11f3f33f343a50cd62f7522758c30ea5a0e6877a
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:42 2016 +0800

    vvmx: Test vmxon with mismatched VMCS revision ID
    
    VMfailInvalid is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 22ab93d80656d22ebe61ec953ddb07d19003d9c1
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:41 2016 +0800

    vvmx: Test vmxon with unaligned VMXON region address
    
    VMfailInvalid is expected in this case.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 8d66f9b256e86e5a8ac395681d297af8300e278e
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:40 2016 +0800

    vvmx: Test vmxon with invalidly wide VMXON region address
    
    VMfailInvalid is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 568b7c8353697fafde83000054e8761e770c8f47
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:39 2016 +0800

    vvmx: Test vmxon in CPL=3 inside and outside of VMX operation
    
    Faults #UD and #GP(0) are expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    
    Introduce a second test, checking both #UD and #GP(0)
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 13715a46fba700787cb486f873147ee570868c61
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:38 2016 +0800

    vvmx: Test vmxon with CR4.VMXE cleared
    
    Fault #UD is expected in this test.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit f5936f99d3e44a9c294b1a3c7bcef80e4d2ff950
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Date:   Wed Jun 28 15:35:48 2017 +0000

    Extend exinfo_t with test-available bits
    
    VT-x adds two extra logical errors from executing instructions.  Add two new
    testa-avaialble bits into the generic infrastructure.
    
    For the vvmx test, introduce XTF-wide helpers for the VMX Instruction Error
    ABI, and test-specific helpers for VMX Instruction Error reporting via
    extinfo_t, along with logic to decode the errors for printing.
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit be94eed12cc433a5b10d4d2619ad7596ffa975c8
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:35 2016 +0800

    vvmx: Test whether MSR_IA32_VMX_BASIC is set correctly
    
    It tests whether bit 31 and bit 48 are 0, and VMCS size is in the
    range (0, 4096].
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit e8e2cf8f9b2862cef7111a66c52aa2f83a3c541d
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Date:   Thu Jun 1 12:13:22 2017 +0100

    Don't automatically recover from traps
    
    While this property is useful for swint-emulation, it is unhelpful in other
    situations, as it causes unexpected traps to get swallowed silently.
    
    Reuse the existing extable logic (with fault == fixup) to recover, and
    introduce _ASM_TRAP_OK() to introduce such an extable entry.
    
    Adjust the swint-emulation and selftest logic following this behaviour 
change,
    which removes the test_int3_breakpoint() case entirely.
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 246fb45b1e8edb036e20c8703687f779b13ae679
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Date:   Wed Jun 28 14:51:06 2017 +0000

    Clean up extable.h
    
    Factor _ASM_EXTABLE() out of the C/ASM logic, and implement it in terms of
    _ASM_EXTABLE_HANDLER().
    
    No functional change.
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit ac6151c03b14df45c2852bf52f6905e407ecd901
Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
Date:   Fri Dec 16 21:43:34 2016 +0800

    vvmx: test whether MSR_FEATURE_CONTROL is set correctly
    
    Guest MSR_FEATURE_CONTROL is set by Xen hypervisor instead by
    guest firmware or hvmloader, so this test instead checks whether bits
    in MSR_FEATURE_CONTROL are set correctly, rather than requiring
    they are all zeroed.
    
    Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit b8021169a0a8611d9552b6b24e3250769e5064eb
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Date:   Wed Jun 28 13:17:41 2017 +0100

    Bare-bones in-development test for nested VT-x
    
    Based loosely on previous work from Haozhong Zhang, but rebased over
    substantial upstream development work, altered to be more consistent with
    existing tests, and extended to all HVM environments (rather than just 
hvm64)
    to cover more test scenarios.
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 4aedda03ca7e1e237cf9b3de8473303aadb8d112
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Date:   Wed Jun 28 11:24:55 2017 +0100

    Test basic driver initialisation in the selftests
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 1f8291174e0d5b0f6c9ecb2a588d2ba261c96a58
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Date:   Tue May 30 15:46:50 2017 +0100

    XSA-221 PoC
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

_______________________________________________
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®.