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

[libvirt test] 114325: trouble: broken/pass



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

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-armhf-armhf-libvirt-xsm    <job status>                 broken
 test-armhf-armhf-libvirt-xsm  4 host-install(4)        broken REGR. vs. 114088

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

version targeted for testing:
 libvirt              20e3217a54fa8fa25a3420ec8cfaeed343739f6f
baseline version:
 libvirt              c44b29aacb6a3f445ab06d61899a0308b9d6d0d3

Last test of basis   114088  2017-10-07 04:21:11 Z    4 days
Testing same since   114325  2017-10-11 04:28:10 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Kothapally Madhu Pavan <kmp@xxxxxxxxxxxxxxxxxx>
  Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>

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                                 broken  
 test-amd64-i386-libvirt-xsm                                  pass    
 test-amd64-amd64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     pass    
 test-amd64-i386-libvirt                                      pass    
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 pass    
 test-amd64-i386-libvirt-qcow2                                pass    
 test-armhf-armhf-libvirt-raw                                 pass    
 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

broken-job test-armhf-armhf-libvirt-xsm broken
broken-step test-armhf-armhf-libvirt-xsm host-install(4)

Not pushing.

------------------------------------------------------------
commit 20e3217a54fa8fa25a3420ec8cfaeed343739f6f
Author: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>
Date:   Mon Oct 9 21:14:58 2017 +0200

    lxc: Fixed indentation
    
    Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Bjoern Walk <bwalk@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxxxxxxx>

commit 7596b29fd1712384085dfa317a37941b78787cff
Author: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>
Date:   Mon Oct 9 21:14:57 2017 +0200

    lxc: Fixed a typo
    
    Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Bjoern Walk <bwalk@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxxxxxxx>

commit 5fec1c3a5c0f8ad747784e3710aed3ae44e77f4d
Author: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>
Date:   Mon Oct 9 21:14:56 2017 +0200

    util: Fix deadlock across fork()
    
    This commit fixes the deadlock introduced by commit
    0980764dee687e8da86dc410c351759867163389. The call getgrouplist() of
    the glibc library isn't safe to be called in between fork and
    exec (see commit 75c125641ac73473ba4b0542524d67a184769c8e).
    
    Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>
    Fixes: 0980764dee68 ("util: share code between virExec and virCommandExec")
    Reviewed-by: Bjoern Walk <bwalk@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxxxxxxx>

commit 2e88eeebb147730a4af61e6936317a209b95aa4f
Author: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>
Date:   Mon Oct 9 21:14:55 2017 +0200

    util: Add virCommandGetGID and virCommandGetUID
    
    These functions are used by an upcoming commit.
    
    Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxxxxxxx>

commit 9020c7d7e4421e7a4dd8bd64d0f4cb51672d2f6b
Author: Kothapally Madhu Pavan <kmp@xxxxxxxxxxxxxxxxxx>
Date:   Sun Oct 8 14:54:53 2017 +0530

    qemu: Remove redundant code in qemuParseCommandLineDisk
    
    Signed-off-by: Kothapally Madhu Pavan <kmp@xxxxxxxxxxxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://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®.