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

[Xen-devel] [xen-unstable-smoke test] 123352: regressions - FAIL



flight 123352 xen-unstable-smoke real [real]
http://logs.test-lab.xenproject.org/osstest/logs/123352/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-arm64-arm64-xl-xsm       6 xen-install              fail REGR. vs. 123071

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-libvirt     13 migrate-support-check        fail   never pass
 test-armhf-armhf-xl          13 migrate-support-check        fail   never pass
 test-armhf-armhf-xl          14 saverestore-support-check    fail   never pass

version targeted for testing:
 xen                  849cc9ac56eff8a8d575ed9f484aad72f383862c
baseline version:
 xen                  fc5805daef091240cd5fc06634a8bcdb2f3bb843

Last test of basis   123071  2018-05-22 15:00:29 Z    6 days
Failing since        123296  2018-05-28 10:01:06 Z    1 days   11 attempts
Testing same since   123352  2018-05-29 10:01:31 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Juergen Gross <jgross@xxxxxxxx>
  Lars Kurth <lars.kurth@xxxxxxxxxx>
  Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>
  Tim Deegan <tim@xxxxxxx>
  Wei Liu <wei.liu2@xxxxxxxxxx>

jobs:
 build-arm64-xsm                                              pass    
 build-amd64                                                  pass    
 build-armhf                                                  pass    
 build-amd64-libvirt                                          pass    
 test-armhf-armhf-xl                                          pass    
 test-arm64-arm64-xl-xsm                                      fail    
 test-amd64-amd64-xl-qemuu-debianhvm-i386                     pass    
 test-amd64-amd64-libvirt                                     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 849cc9ac56eff8a8d575ed9f484aad72f383862c
Author: Jan Beulich <JBeulich@xxxxxxxx>
Date:   Tue May 22 05:40:02 2018 -0600

    libxc/x86/PV: don't hand through CPUID leaf 0x80000008 as is
    
    Just like for HVM the feature set should be used for EBX output, while
    EAX should be restricted to the low 16 bits and ECX/EDX should be zero.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 2de2b10b2252761baa5dd0077df384dbfcca8212
Author: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>
Date:   Tue May 22 21:47:45 2018 +0200

    tools/kdd: alternative way of muting spurious gcc warning
    
    Older gcc does not support #pragma GCC diagnostics, so use alternative
    approach - change variable type to uint32_t (this code handle 32-bit
    requests only anyway), which apparently also avoid gcc complaining about
    this (otherwise correct) code.
    
    Fixes 437e00fea04becc91c1b6bc1c0baa636b067a5cc "tools/kdd: mute spurious
    gcc warning"
    
    Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>
    Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>
    Release-acked-by: Juergen Gross <jgross@xxxxxxxx>
    Acked-by: Tim Deegan <tim@xxxxxxx>

commit 09afb9e78e1e90ce77d5107677a8464e8410802b
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date:   Wed Dec 13 11:58:00 2017 +0000

    docs/process/xen-release-management: Lesson to learn
    
    The 4.10 release preparation was significantly more hairy than ideal.
    (We seem to have a good overall outcome despite, rather than because
    of, our approach.)
    
    This is the second time (at least) that we have come close to failure
    by committing to a release date before the exact code to be released
    is known and has been made and tested.
    
    Evidently our docs makes it insufficiently clear not to do that.
    
    CC: Julien Grall <julien.grall@xxxxxxx>
    Acked-by: Juergen Gross <jgross@xxxxxxxx>
    Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
    Acked-by: Lars Kurth <lars.kurth@xxxxxxxxxx>
    Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>

commit 480b5ebcc98810aa8bb670a28900a62d02a48cbc
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date:   Tue May 22 17:39:52 2018 +0100

    docs/process: Add RUBRIC
    
    Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
    Acked-by: Juergen Gross <jgross@xxxxxxxx>

commit 4712c0a231f010253a5471531e335a5a13dcec76
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Date:   Thu May 24 15:06:16 2018 +0100

    x86/traps: Dump the instruction stream even for double faults
    
    This helps debug #DF's which occur in alternative patches
    
    Reported-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
    Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
    Release-acked-by: Juergen Gross <jgross@xxxxxxxx>

commit 6b9562dac1746014ab376bd2cf8ba400acf34c6d
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Mon May 28 11:20:26 2018 +0200

    x86/XPTI: fix S3 resume (and CPU offlining in general)
    
    We should index an L1 table with an L1 index.
    
    Reported-by: Simon Gaiser <simon@xxxxxxxxxxxxxxxxxxxxxx>
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
    Release-acked-by: Juergen Gross <jgross@xxxxxxxx>
(qemu changes not included)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

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