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

[Xen-devel] [libvirt test] 87264: regressions - FAIL



flight 87264 libvirt real [real]
http://logs.test-lab.xenproject.org/osstest/logs/87264/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-armhf-armhf-libvirt      6 xen-boot                  fail REGR. vs. 87134
 test-armhf-armhf-libvirt-xsm  6 xen-boot                  fail REGR. vs. 87134

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt-qcow2 11 migrate-support-check        fail never pass
 test-armhf-armhf-libvirt-qcow2 13 guest-saverestore            fail never pass
 test-amd64-i386-libvirt      12 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt     12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt-raw 13 guest-saverestore            fail   never pass
 test-armhf-armhf-libvirt-raw 11 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-check        fail   never pass

version targeted for testing:
 libvirt              3e5b35a538f507ed23d4130b6aa5dfcee28b7c67
baseline version:
 libvirt              360229e8b4c0d99cb90ae83875566170187d6bb1

Last test of basis    87134  2016-03-24 04:31:59 Z    1 days
Testing same since    87264  2016-03-25 04:21:34 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Erik Skultety <eskultet@xxxxxxxxxx>
  Jovanka Gulicoska <jovanka.gulicoska@xxxxxxxxx>
  Michal Privoznik <mprivozn@xxxxxxxxxx>
  Pavel Hrdina <phrdina@xxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-armhf-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-armhf                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-armhf-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-armhf-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm           pass    
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm            pass    
 test-amd64-amd64-libvirt-xsm                                 pass    
 test-armhf-armhf-libvirt-xsm                                 fail    
 test-amd64-i386-libvirt-xsm                                  pass    
 test-amd64-amd64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     fail    
 test-amd64-i386-libvirt                                      pass    
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 pass    
 test-armhf-armhf-libvirt-qcow2                               fail    
 test-armhf-armhf-libvirt-raw                                 fail    
 test-amd64-amd64-libvirt-vhd                                 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 3e5b35a538f507ed23d4130b6aa5dfcee28b7c67
Author: Jovanka Gulicoska <jovanka.gulicoska@xxxxxxxxx>
Date:   Wed Mar 23 19:32:13 2016 +0100

    qemu: Replace some VIR_ERROR with vir*Error
    
    qemuStateInitialize uses a mix of VIR_ERROR and standard vir*Error
    calls. Prefer the standard vir*Error

commit 2c20574d5b5c8448cf4e4da6c5bd964ada8f09d4
Author: Jovanka Gulicoska <jovanka.gulicoska@xxxxxxxxx>
Date:   Wed Mar 23 19:31:50 2016 +0100

    qemu: Don't duplicate virGetLastErrorMessage
    
    These uses of virGetLastError message are just duplicating
    virGetLastErrorMessage.

commit 98354e362c94ab3053db45aad0c8e4ef352fcdee
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Thu Mar 24 14:57:42 2016 +0100

    testutils: Adapt to highly unlikely case
    
    Coverity pointed out that getenv("PATH") may return NULL. Well,
    we check for that in virFindFileInPath() too. If this happens, we
    will pass NULL into strstr(). Ouch.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit 8c50daa1e1a49d6623b61222f783dc3e1b72372d
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Thu Mar 24 14:54:58 2016 +0100

    nsstest: Drop useless @data check
    
    The variable is dereferenced prior its check for NULL. The check
    itself does not make much sense anyway - it's our test, we know
    we are not passing NULL.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit cd000d3a0bbfc88e0d0ac020571ff58f24615a2e
Author: Erik Skultety <eskultet@xxxxxxxxxx>
Date:   Wed Mar 16 23:24:47 2016 +0100

    virlog: Refactor virLogParseFilters
    
    Patch 0b231195 refactored logging output parser to make it more readable.
    This patch does similar thing to logging filter parser.

commit 2f3472ca82fc890d5644cb8b30f8702c1c9bdc72
Author: Erik Skultety <eskultet@xxxxxxxxxx>
Date:   Thu Mar 17 09:37:24 2016 +0100

    tests: Add new testcases to test parsing of log filters in virlogtest

commit f2b799cfc7f474741b0311c6efb472153313723b
Author: Erik Skultety <eskultet@xxxxxxxxxx>
Date:   Thu Mar 17 10:16:19 2016 +0100

    tests: virlogtest: Fix testLogParseOutputs return value
    
    The test can return positive value even though it should have failed. It 
just
    returns the value parser returned, which should be flipped back to -1 if
    something went wrong or the result was unexpected, but it isn't.

commit 68b726b93c11cc9089713667b313cae46e18a16b
Author: Pavel Hrdina <phrdina@xxxxxxxxxx>
Date:   Thu Mar 24 10:48:30 2016 +0100

    admin_server: fix memory leak
    
    If caller of adminConnectListServers() pass NULL instead of servers we
    need to free the list we've received from virNetDaemonGetServers().
    
    Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx>

commit 9b48ef9c51e0c4be46de2fad4d1a5cc4682c53c7
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Wed Mar 16 10:24:38 2016 +0100

    gendispatch: Avoid comparing signed and unsigned vars
    
    The adminDispatchConnectListServers() function is generated by
    our great perl script. However, it has a tiny flaw: if
    adminConnectListServers() it calls fails, the control jumps onto
    cleanup label where we try to free any list of servers built so
    far. However, in the loop @i is unsigned (size_t) while @nresults
    is signed (int). Currently, it does no harm because of the check
    for @result being non-NULL. But if that ever changes in the
    future, this bug will be hard to chase.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit cbe289d814dda6095bd0482249846d9fe70d999d
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Wed Mar 16 09:32:44 2016 +0100

    event-test: Check for virConnectRegisterCloseCallback return value
    
    In an unlikely event of virConnectRegisterCloseCallback failing,
    the error is ignored. This is an example file and we shouldn't
    get a bad example.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit bde75a895d5b8fbdda4c93411fcc820d6498dfb5
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Wed Mar 16 09:55:47 2016 +0100

    event-test: Use goto cleanup instead of if else jungle
    
    Like in the rest of our code we tend to prefer 'goto' and
    'cleanup' over 'if else' code structure. Do the same here.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit 950a90d489b2a79fe641a95194c56112b2682d9c
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Wed Mar 23 16:19:26 2016 +0100

    qemuxml2argvtest: Adapt to ethernet automatic tap creation
    
    After 9c17d665fdc5 the tap device for ethernet network type is
    automatically precreated before spawning qemu. Problem is, the
    qemuxml2argvtest wasn't updated and thus is failing. Because of
    all the APIs that new code is calling, I had to mock a lot. Also,
    since the tap FDs are labeled separately from the rest of the
    devices/files I had to enable NOP security driver for the test
    too.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

_______________________________________________
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®.