All of lore.kernel.org
 help / color / mirror / Atom feed
* [xtf test] 111167: regressions - trouble: broken/pass
@ 2017-06-29  8:54 osstest service owner
  2017-06-29 13:22 ` Andrew Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: osstest service owner @ 2017-06-29  8:54 UTC (permalink / raw)
  To: xen-devel, osstest-admin

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

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-4       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-5       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-4       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-5       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    2 days
Failing since        111144  2017-06-28 10:53:08 Z    0 days    2 attempts
Testing same since   111167  2017-06-28 22:15:34 Z    0 days    1 attempts

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

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@citrix.com>
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@citrix.com>

commit 246fb45b1e8edb036e20c8703687f779b13ae679
Author: Andrew Cooper <andrew.cooper3@citrix.com>
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@citrix.com>

commit ac6151c03b14df45c2852bf52f6905e407ecd901
Author: Haozhong Zhang <haozhong.zhang@intel.com>
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@intel.com>
    Rebase and cleanup.
    Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

commit b8021169a0a8611d9552b6b24e3250769e5064eb
Author: Andrew Cooper <andrew.cooper3@citrix.com>
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@citrix.com>

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

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

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

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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [xtf test] 111167: regressions - trouble: broken/pass
  2017-06-29  8:54 [xtf test] 111167: regressions - trouble: broken/pass osstest service owner
@ 2017-06-29 13:22 ` Andrew Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cooper @ 2017-06-29 13:22 UTC (permalink / raw)
  To: xen-devel

On 29/06/17 09:54, osstest service owner wrote:
> flight 111167 xtf real [real]
> http://logs.test-lab.xenproject.org/osstest/logs/111167/
>
> 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-4       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-5       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-4       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-5       58 xtf/test-hvm64-xsa-221       fail   never pass

FYI, this is because the fix for XSA-221 hasn't yet passed the master
push gate.

The problem will resolve itself when master moves forwards.

~Andrew

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-29 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29  8:54 [xtf test] 111167: regressions - trouble: broken/pass osstest service owner
2017-06-29 13:22 ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.