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

[libvirt test] 122567: trouble: broken/pass



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

Failures and problems with tests :-(

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

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt-xsm 14 saverestore-support-check    fail  like 122561
 test-armhf-armhf-libvirt-raw 13 saverestore-support-check    fail  like 122561
 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-xsm  13 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-xsm 13 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt-xsm 13 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt-xsm 14 saverestore-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-arm64-arm64-libvirt-qcow2 12 migrate-support-check        fail never pass
 test-arm64-arm64-libvirt-qcow2 13 saverestore-support-check    fail never pass
 test-amd64-amd64-libvirt-vhd 12 migrate-support-check        fail   never pass
 test-armhf-armhf-libvirt-xsm 13 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt     13 migrate-support-check        fail   never pass
 test-arm64-arm64-libvirt     14 saverestore-support-check    fail   never pass
 test-armhf-armhf-libvirt-raw 12 migrate-support-check        fail   never pass

version targeted for testing:
 libvirt              12fd47bced91fae5fc705ff5eac6f3491dcc6a6a
baseline version:
 libvirt              764a7483f189e6de841163647c14296e693dbb2e

Last test of basis   122561  2018-05-02 10:08:33 Z    0 days
Testing same since   122567  2018-05-03 04:18:54 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Daniel Veillard <veillard@xxxxxxxxxx>
  Erik Skultety <eskultet@xxxxxxxxxx>
  Ján Tomko <jtomko@xxxxxxxxxx>
  Maciej Wolny <maciej.wolny@xxxxxxxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-arm64-xsm                                              pass    
 build-armhf-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-arm64                                                  pass    
 build-armhf                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-arm64-libvirt                                          pass    
 build-armhf-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-arm64-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-arm64-arm64-libvirt-xsm                                 pass    
 test-armhf-armhf-libvirt-xsm                                 pass    
 test-amd64-i386-libvirt-xsm                                  pass    
 test-amd64-amd64-libvirt                                     pass    
 test-arm64-arm64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     broken  
 test-amd64-i386-libvirt                                      pass    
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 pass    
 test-arm64-arm64-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 broken
broken-step test-armhf-armhf-libvirt host-install(4)

Not pushing.

------------------------------------------------------------
commit 12fd47bced91fae5fc705ff5eac6f3491dcc6a6a
Author: Maciej Wolny <maciej.wolny@xxxxxxxxxxxxxxx>
Date:   Wed May 2 17:54:08 2018 +0100

    tests/Makefile.am: use LIBTOOL variable instead of hardcoded name
    
    Fixes "can't find libtool" error when running valgrind checks.
    
    Signed-off-by: Maciej Wolny <maciej.wolny@xxxxxxxxxxxxxxx>
    Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx>

commit bf70a48e22a9a1c3af1cf109c35054e831d1b404
Author: Ján Tomko <jtomko@xxxxxxxxxx>
Date:   Wed May 2 14:37:51 2018 +0200

    conf: remove unused VIR_DOMAIN_FS_RAM_DEFAULT_USAGE
    
    Unused since its introduction in commit <76b644c>.
    
    Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>

commit c376c7699645d315c7bb8a936cfe19e24d729b65
Author: Erik Skultety <eskultet@xxxxxxxxxx>
Date:   Wed May 2 13:54:55 2018 +0200

    docs: schema: Add missing <interleave> element to panic device
    
    Panic device has 2 optional sub-elements - <alias> and <address> the
    order of which should be interchangeable in the XML.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1456165
    
    Signed-off-by: Erik Skultety <eskultet@xxxxxxxxxx>

commit 538a7d30c214ab2fe0a8792ff001492d9acf74cd
Author: Ján Tomko <jtomko@xxxxxxxxxx>
Date:   Sat Mar 31 15:21:38 2018 +0200

    Makefile: fix typo
    
    s/atttribute/attribute/
    
    Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>

commit e7359ff36dad8988c5a24fe214e9f85ff97988e8
Author: Ján Tomko <jtomko@xxxxxxxxxx>
Date:   Wed May 2 14:34:15 2018 +0200

    Post-release version bump to 4.4.0
    
    Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>

commit 1cc820560fc208834118ae9e54957c46e2532348
Author: Daniel Veillard <veillard@xxxxxxxxxx>
Date:   Wed May 2 14:23:26 2018 +0200

    Release of libvirt-4.3.0
    
    * docs/news.xml: updated for the release
    
    Signed-off-by: Daniel Veillard <veillard@xxxxxxxxxx>

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

 


Rackspace

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