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

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



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64-libvirt           5 libvirt-build             fail REGR. vs. 79451
 build-i386-libvirt            5 libvirt-build             fail REGR. vs. 79451
 build-armhf-libvirt           5 libvirt-build             fail REGR. vs. 79451

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt-raw  1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt-qcow2  1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt      1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt-xsm  1 build-check(1)               blocked  n/a
 test-amd64-amd64-libvirt-vhd  1 build-check(1)               blocked  n/a
 test-amd64-amd64-libvirt      1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt       1 build-check(1)               blocked  n/a
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a
 test-amd64-i386-libvirt-xsm   1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a
 test-amd64-amd64-libvirt-xsm  1 build-check(1)               blocked  n/a
 test-amd64-i386-libvirt-pair  1 build-check(1)               blocked  n/a
 test-amd64-amd64-libvirt-pair  1 build-check(1)               blocked  n/a

version targeted for testing:
 libvirt              041f7c9304788ec5c10ee5794612efa614a6eb61
baseline version:
 libvirt              63e15ad5e093d747db99400c269f71e95bda4bbe

Last test of basis    79451  2016-01-30 04:26:57 Z    3 days
Testing same since    79891  2016-02-02 04:23:25 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Boris Fiuczynski <fiuczy@xxxxxxxxxxxxxxxxxx>
  Cole Robinson <crobinso@xxxxxxxxxx>
  Eric Blake <eblake@xxxxxxxxxx>
  Michael Chapman <mike@xxxxxxxxxxxxxxxxx>
  Michal Privoznik <mprivozn@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                                          fail    
 build-armhf-libvirt                                          fail    
 build-i386-libvirt                                           fail    
 build-amd64-pvops                                            pass    
 build-armhf-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm           blocked 
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm            blocked 
 test-amd64-amd64-libvirt-xsm                                 blocked 
 test-armhf-armhf-libvirt-xsm                                 blocked 
 test-amd64-i386-libvirt-xsm                                  blocked 
 test-amd64-amd64-libvirt                                     blocked 
 test-armhf-armhf-libvirt                                     blocked 
 test-amd64-i386-libvirt                                      blocked 
 test-amd64-amd64-libvirt-pair                                blocked 
 test-amd64-i386-libvirt-pair                                 blocked 
 test-armhf-armhf-libvirt-qcow2                               blocked 
 test-armhf-armhf-libvirt-raw                                 blocked 
 test-amd64-amd64-libvirt-vhd                                 blocked 


------------------------------------------------------------
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 041f7c9304788ec5c10ee5794612efa614a6eb61
Author: Eric Blake <eblake@xxxxxxxxxx>
Date:   Mon Feb 1 11:43:32 2016 -0700

    tests: avoid realpath in test-lib.sh
    
    Ever since commit ace4aecd, running 'make check' on RHEL 6 produces:
    
    ./test-lib.sh: line 21: realpath: command not found
    
    for every shell script test, because 'realpath' was not part of
    coreutils back then.
    
    * tests/test-lib.sh (_scriptdir): Compute with only portable shell.
    
    Signed-off-by: Eric Blake <eblake@xxxxxxxxxx>

commit 86c4df83b913dd73b79caeed2038291374384dc5
Author: Michael Chapman <mike@xxxxxxxxxxxxxxxxx>
Date:   Wed Jan 27 13:24:54 2016 +1100

    virsh: improve waiting for block job readiness
    
    After a block job hits 100%, we only need to apply a timeout waiting for
    a block job event if exactly one of the BLOCK_JOB or BLOCK_JOB_2
    callbacks were able to be registered.
    
    If neither callback could be registered, there's clearly no need for a
    timeout.
    
    If both callbacks were registered, then we're guaranteed to eventually
    get one of the events. The path being used by virsh must be exactly the
    source path or target device in the domain's disk definition, and these
    are the respective strings sent back in these two events.
    
    Signed-off-by: Michael Chapman <mike@xxxxxxxxxxxxxxxxx>

commit 8fa216bbb40df33e7fce5d727aa3dc334480878a
Author: Michael Chapman <mike@xxxxxxxxxxxxxxxxx>
Date:   Wed Jan 27 13:24:53 2016 +1100

    virsh: ensure SIGINT action is reset on all errors
    
    If virTimeMillisNow() fails, the SIGINT action must be reset back to
    its previous state.
    
    Signed-off-by: Michael Chapman <mike@xxxxxxxxxxxxxxxxx>

commit 15dee2ef24f2f19f6dcd30d997b81c8a14582361
Author: Michael Chapman <mike@xxxxxxxxxxxxxxxxx>
Date:   Wed Jan 27 13:24:52 2016 +1100

    virsh: be consistent with style of loop exit
    
    When waiting for a block job, the various statuses (COMPLETED, READY,
    CANCELED, etc.) should all be treated consistently by having the loop be
    exited with "break". Use "goto cleanup" for the error cases only, when
    no block job status is available.
    
    Signed-off-by: Michael Chapman <mike@xxxxxxxxxxxxxxxxx>

commit 704dfd6b0fafe7eafca93a03793389239f8ab869
Author: Michael Chapman <mike@xxxxxxxxxxxxxxxxx>
Date:   Wed Jan 27 13:24:51 2016 +1100

    virsh: avoid unnecessary progress updates
    
    There is no need to call virshPrintJobProgress() unless the block job's
    cur or end cursors have changed since the last iteration.
    
    Signed-off-by: Michael Chapman <mike@xxxxxxxxxxxxxxxxx>

commit 92549b3b8a7098e3f57179151ecd4db12c8f383c
Author: Cole Robinson <crobinso@xxxxxxxxxx>
Date:   Thu Jan 28 15:05:54 2016 -0500

    qemu: Mark some functions as static

commit c779bf8f62dd32790f3dc05ab51b314fde989cec
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Tue Dec 8 11:00:34 2015 +0100

    fdstream: Realign
    
    Some lines in this file are misaligned which fires up my OCD.
    
    Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>

commit f73ad5d47e7e9c3d977e72e65b99a3c237a5e1bb
Author: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxxxxxxx>
Date:   Wed Jan 20 13:13:45 2016 +0100

    qemu: Align dump options for watchdog and on_crash events
    
    Having on_crash set to either coredump-destroy or coredump-restart
    creates core dumps with option memory-only in the directory specified
    by auto_dump_path. When a watchdog is triggered with the action dump
    the core dump is also placed into the directory specified by auto_dump_path
    but is created without the option memory-only.
    
    This patch sets the option memory-only also for core dumps created by the
    watchdog event.
    
    Signed-off-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Bjoern Walk <bwalk@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Stefan Zimmermann <stzi@xxxxxxxxxxxxxxxxxx>

commit a70f3b1c77912012905c6c5be3bf37b05592e80f
Author: Michal Privoznik <mprivozn@xxxxxxxxxx>
Date:   Sat Jan 30 11:55:45 2016 +0100

    includes: Install libvirt-common.h
    
    The libvirt-common.h is build time generated file from .in.
    Obviously, it's generated into builddir and not srcdir. Problem
    is, the list of header files to install, virinc_HEADERS contains
    only $(srcdir)/*.h and this misses libvirt-common.h. This problem
    is pretty obvious when doing a VPATH build.
    
    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®.