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

[Xen-devel] [xen-unstable test] 20077: regressions - FAIL



flight 20077 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/20077/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-armhf-pvops             4 kernel-build              fail REGR. vs. 19889

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-xl-sedf-pin 10 guest-saverestore         fail REGR. vs. 20070

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-pcipt-intel  9 guest-start                 fail never pass
 test-armhf-armhf-xl           1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xend-winxpsp3 16 leak-check/check             fail  never pass
 test-amd64-amd64-xl-qemuu-winxpsp3 13 guest-stop               fail never pass
 test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop             fail never pass
 test-amd64-amd64-xl-win7-amd64 13 guest-stop                   fail never pass
 test-amd64-i386-xl-qemut-win7-amd64 13 guest-stop              fail never pass
 test-amd64-amd64-xl-qemut-winxpsp3 13 guest-stop               fail never pass
 test-amd64-i386-xl-win7-amd64 13 guest-stop                   fail  never pass
 test-amd64-amd64-xl-winxpsp3 13 guest-stop                   fail   never pass
 test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop               fail never pass
 test-amd64-i386-xl-qemut-winxpsp3-vcpus1 13 guest-stop         fail never pass
 test-amd64-i386-xend-qemut-winxpsp3 16 leak-check/check        fail never pass
 test-amd64-amd64-xl-qemut-win7-amd64 13 guest-stop             fail never pass

version targeted for testing:
 xen                  14cd36c23d7165156e1ec4ecb082363dfffe7537
baseline version:
 xen                  ca145fe70bad3a25ad54c6ded1ef237e45a2311e

------------------------------------------------------------
People who touched revisions under test:
  Ian Campbell <ian.campbell@xxxxxxxxxx>
  Julien Grall <julien.grall@xxxxxxxxxx>
  Matthew Daley <mattjd@xxxxxxxxx>
  Olaf Hering <olaf@xxxxxxxxx>
  Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
  Tim Deegan <tim@xxxxxxx>
  Zhu Yanhai <gaoyang.zyh@xxxxxxxxxx>
------------------------------------------------------------

jobs:
 build-amd64                                                  pass    
 build-armhf                                                  pass    
 build-i386                                                   pass    
 build-amd64-oldkern                                          pass    
 build-i386-oldkern                                           pass    
 build-amd64-pvops                                            pass    
 build-armhf-pvops                                            fail    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl                                          pass    
 test-armhf-armhf-xl                                          blocked 
 test-amd64-i386-xl                                           pass    
 test-amd64-i386-rhel6hvm-amd                                 pass    
 test-amd64-i386-qemut-rhel6hvm-amd                           pass    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemut-win7-amd64                         fail    
 test-amd64-i386-xl-qemut-win7-amd64                          fail    
 test-amd64-amd64-xl-qemuu-win7-amd64                         fail    
 test-amd64-amd64-xl-win7-amd64                               fail    
 test-amd64-i386-xl-win7-amd64                                fail    
 test-amd64-i386-xl-credit2                                   pass    
 test-amd64-amd64-xl-pcipt-intel                              fail    
 test-amd64-i386-rhel6hvm-intel                               pass    
 test-amd64-i386-qemut-rhel6hvm-intel                         pass    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-multivcpu                                 pass    
 test-amd64-amd64-pair                                        pass    
 test-amd64-i386-pair                                         pass    
 test-amd64-amd64-xl-sedf-pin                                 fail    
 test-amd64-amd64-pv                                          pass    
 test-amd64-i386-pv                                           pass    
 test-amd64-amd64-xl-sedf                                     pass    
 test-amd64-i386-xl-qemut-winxpsp3-vcpus1                     fail    
 test-amd64-i386-xl-winxpsp3-vcpus1                           fail    
 test-amd64-i386-xend-qemut-winxpsp3                          fail    
 test-amd64-amd64-xl-qemut-winxpsp3                           fail    
 test-amd64-amd64-xl-qemuu-winxpsp3                           fail    
 test-amd64-i386-xend-winxpsp3                                fail    
 test-amd64-amd64-xl-winxpsp3                                 fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Not pushing.

------------------------------------------------------------
commit 14cd36c23d7165156e1ec4ecb082363dfffe7537
Author: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date:   Mon Sep 30 13:06:12 2013 +0100

    xen/arm: map_domain_page: reuse slots with avail == 0
    
    If a slot has avail == 0 but still points to the right mfn, reuse it.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
    Acked-by: Tim Deegan <tim@xxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit c1f3f1748daec78533911035d0aaa07666bf8ea8
Author: Matthew Daley <mattjd@xxxxxxxxx>
Date:   Sun Sep 29 18:24:36 2013 +1300

    libxl: only put poller if already gotten in libxl_event_wait
    
    Coverity-ID: 1055292
    Signed-off-by: Matthew Daley <mattjd@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit c827d7f39f7a184ed73e435237bbba54d4272bc1
Author: Matthew Daley <mattjd@xxxxxxxxx>
Date:   Sun Sep 29 14:35:02 2013 +1300

    libxc: only munmap when something has actually been mapped in change_pte
    
    Coverity-ID: 1055269
    signed-off-by: Matthew Daley <mattjd@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit c8f5eb4b8093ac6acc947a4df5779e69005d16c4
Author: Zhu Yanhai <zhu.yanhai@xxxxxxxxx>
Date:   Mon Sep 30 16:12:10 2013 +0800

    xm-test: fix the ip allocation function
    
    __findFirstOctetIP() is expecting min and max available octets according to
    its code, however the caller getFreeIP() gives it the min octet and (max -
    min + 1), which is the length instead.
    
    Signed-off-by: Zhu Yanhai <gaoyang.zyh@xxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit b685c64be7a8d870313c9a652a15eadf9f25f195
Author: Julien Grall <julien.grall@xxxxxxxxxx>
Date:   Fri Sep 27 17:49:52 2013 +0100

    xen/arm32: don't export v7_init
    
    Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

commit 6ea993cbb173bbc4bb5f8095724735aa6439d164
Author: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date:   Fri Sep 27 11:16:22 2013 +0100

    xl: fork before execing vncviewer
    
    Otherwise we don't daemonize to monitor the domain.
    
    Heavily cargo-culted from autoconnect-console and only compile tested.
    
    Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
    Tested-by: Olaf Hering <olaf@xxxxxxxxx>

commit a7fa7a4fd6b94c2ace19774ba4ba9f0185c2f2c1
Author: Matthew Daley <mattjd@xxxxxxxxx>
Date:   Fri Sep 27 23:29:10 2013 +1200

    libxl: handle null lists in libxl_string_list_length
    
    After commit b0be2b12 ("libxl: fix libxl_string_list_length and its only
    caller") libxl_string_list_length no longer handles null (empty) lists. Fix
    so they are handled, returning length 0.
    
    While at it, remove the unneccessary undereferenced null pointer check
    and tidy the layout of the function.
    
    Reported-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>
    Signed-off-by: Matthew Daley <mattjd@xxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
(qemu changes not included)

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


 


Rackspace

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