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

[xen-unstable-smoke test] 92389: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-armhf-armhf-xl          15 guest-start/debian.repeat fail REGR. vs. 92350

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

version targeted for testing:
 xen                  e0ec0a717d882ff0c0935b4893792d6aa95df3ef
baseline version:
 xen                  3515e222a8a51a273b8e628b39afe949802a2337

Last test of basis    92350  2016-04-22 12:01:39 Z    0 days
Failing since         92375  2016-04-22 18:10:00 Z    0 days    2 attempts
Testing same since    92389  2016-04-22 21:01:55 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dirk Behme <dirk.behme@xxxxxxxxxxxx>
  Fu Wei <fu.wei@xxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Julien Grall <julien.grall@xxxxxxx>
  Olaf Hering <olaf@xxxxxxxxx>
  Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx>
  Roger Pau Monné <roger.pau@xxxxxxxxxx>
  Stefano Stabellini <sstabellini@xxxxxxxxxx>
  Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
  Wei Liu <wei.liu2@xxxxxxxxxx>

jobs:
 build-amd64                                                  pass    
 build-armhf                                                  pass    
 build-amd64-libvirt                                          pass    
 test-armhf-armhf-xl                                          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 e0ec0a717d882ff0c0935b4893792d6aa95df3ef
Author: Olaf Hering <olaf@xxxxxxxxx>
Date:   Tue Apr 12 15:55:19 2016 +0200

    tools: fix compile errors with -Og
    
    At least gcc-4.8 and older fails to recognize that err is always
    initialized, the build fails:
      xc_cpupool.c: In function 'xc_cpupool_removecpu':
      xc_cpupool.c:168:5: error: 'err' may be used uninitialized in this 
function [-Werror=maybe-uninitialized]
        return err;
    
    Fix this in blktap2 and libxc.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
    Cc: Wei Liu <wei.liu2@xxxxxxxxxx>
    Reviewed-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx>
    Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>
    Release-acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>

commit d2d7024f8842aa78bd521a5b520aa971ae4d1604
Author: Wei Liu <wei.liu2@xxxxxxxxxx>
Date:   Fri Apr 22 19:04:35 2016 +0100

    Config.mk: update seabios revision
    
    Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
    Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
    Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
    Release-acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>

commit a20e8c7a68971696477704fa617c02027f4237a6
Author: Wei Liu <wei.liu2@xxxxxxxxxx>
Date:   Mon Apr 11 14:08:03 2016 +0100

    libxl: pvusb: use %u to convert unsigned number
    
    Both be_domid and fe_domid are unsigned.
    
    Reported-by: Olaf Hering <olaf@xxxxxxxxx>
    Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
    Reviewed-by: Juergen Gross <jgross@xxxxxxxx>
    Release-acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>

commit 99b0acd17557ca45ee713ca0029e01e5921b3edc
Author: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
Date:   Wed Apr 20 18:39:25 2016 -0600

    xenaccess: minor fixes and extra printouts
    
    Without specifying the altp2m flag on the response the view never got 
switched.
    Also, add extra information printouts that can be useful during debugging.
    
    Signed-off-by: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
    Acked-by: Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx>
    Release-acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>

commit 67831c4c407728fa3ceb81129988716aff2ca947
Author: Fu Wei <fu.wei@xxxxxxxxxx>
Date:   Thu Apr 21 19:07:09 2016 +0800

    docs/arm64: update the documentation for loading XSM support
    
    This patch updates the documentation for allowing detection of an XSM
    module that lacks a specific compatible string.
    This mechanism has been added by the commit
    ca32012341f3de7d3975407fb963e6028f0d0c8b.
    
    Signed-off-by: Fu Wei <fu.wei@xxxxxxxxxx>
    Signed-off-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
    Acked-by: Julien Grall <julien.grall@xxxxxxx>
    Release-acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>

commit 945bfa1acd2db0acada234796dc471550caaa08c
Author: Dirk Behme <dirk.behme@xxxxxxxxxxxx>
Date:   Thu Apr 21 07:33:50 2016 +0200

    xen/arm: domain_build: Add PSCI 1.0 compatibility
    
    Xen needs to blacklist any PSCI node as it will be recreated for DOM0.
    Up to now, this was done only for arm,psci and arm,psci-0.2 compatible
    nodes. Add PSCI 1.0 compatibility to make device tree nodes with
    
    compatible = "arm,psci-1.0";
    
    blacklisted, too
    
    Signed-off-by: Dirk Behme <dirk.behme@xxxxxxxxxxxx>
    Acked-by: Julien Grall <julien.grall@xxxxxxx>
    Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
    Release-acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>

commit ef94415df1f078c2cde4687d3e4fb898b3e0d122
Author: Jan Beulich <JBeulich@xxxxxxxx>
Date:   Fri Apr 22 18:01:37 2016 +0100

    MAINTAINERS: ARM docs to be maintained by ARM maintainers
    
    I've been getting increasingly annoyed by people not applying common
    sense to these docs updates.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
    Acked-by: Julien Grall <julien.grall@xxxxxxx>
(qemu changes not included)

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output

 


Rackspace

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