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

[libvirt test] 129168: regressions - FAIL



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

Regressions :-(

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

Tests which did not succeed, but are not blocking:
 test-amd64-i386-libvirt-xsm   1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt      1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a
 test-armhf-armhf-libvirt-raw  1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt       1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt-pair  1 build-check(1)               blocked  n/a
 test-amd64-amd64-libvirt     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-xsm 13 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-qemuu-debianhvm-amd64-xsm 11 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-vhd 12 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

version targeted for testing:
 libvirt              a017bae1ae63d43dd51528f8593dd25f10d2fe21
baseline version:
 libvirt              58fcdbf26319518c68a14ec73495090712483b29

Last test of basis   128963  2018-10-24 14:22:18 Z    7 days
Testing same since   129168  2018-10-30 04:18:48 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Boris Fiuczynski <fiuczy@xxxxxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-arm64-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                                           fail    
 build-amd64-pvops                                            pass    
 build-arm64-pvops                                            pass    
 build-armhf-pvops                                            fail    
 build-i386-pvops                                             pass    
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm           pass    
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm            blocked 
 test-amd64-amd64-libvirt-xsm                                 pass    
 test-arm64-arm64-libvirt-xsm                                 pass    
 test-amd64-i386-libvirt-xsm                                  blocked 
 test-amd64-amd64-libvirt                                     pass    
 test-arm64-arm64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     blocked 
 test-amd64-i386-libvirt                                      blocked 
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 blocked 
 test-arm64-arm64-libvirt-qcow2                               pass    
 test-armhf-armhf-libvirt-raw                                 blocked 
 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 a017bae1ae63d43dd51528f8593dd25f10d2fe21
Author: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxx>
Date:   Thu Oct 18 16:54:08 2018 +0200

    news: Update news for vfio-ap support
    
    Signed-off-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxx>
    Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>
    Reviewed-by: Chris Venteicher <cventeic@xxxxxxxxxx>

commit 11708641983e9107a129c62fd343d0fec228342f
Author: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxx>
Date:   Thu Oct 18 16:54:07 2018 +0200

    qemu: vfio-ap device support
    
    Adjusting domain format documentation, adding device address
    support and adding command line generation for vfio-ap.
    Since only one mediated hostdev with model vfio-ap is supported a check
    disallows to define domains with more than one such hostdev device.
    
    Signed-off-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxx>
    Reviewed-by: Bjoern Walk <bwalk@xxxxxxxxxxxxx>
    Reviewed-by: Chris Venteicher <cventeic@xxxxxxxxxx>

commit dc788d254017d51c6a3ccb5e5c9663ce82a4683b
Author: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxx>
Date:   Thu Oct 18 16:54:06 2018 +0200

    qemu: add vfio-ap capability
    
    Introduce vfio-ap capability.
    
    Signed-off-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxx>
    Reviewed-by: Bjoern Walk <bwalk@xxxxxxxxxxxxx>
    Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>
    Reviewed-by: Chris Venteicher <cventeic@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®.