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

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



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-xtf-amd64-amd64-1       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-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-2       59 leak-check/check         fail REGR. vs. 111074

Tests which did not succeed, but are not blocking:
 test-xtf-amd64-amd64-1       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-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-2       58 xtf/test-hvm64-xsa-221       fail   never pass

version targeted for testing:
 xtf                  e8e2cf8f9b2862cef7111a66c52aa2f83a3c541d
baseline version:
 xtf                  6723a66fe3e2a60793ec4fdbcd67250c954fe5d9

Last test of basis   111074  2017-06-26 14:44:07 Z    3 days
Failing since        111144  2017-06-28 10:53:08 Z    1 days    5 attempts
Testing same since   111167  2017-06-28 22:15:34 Z    1 days    4 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 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®.