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

[libvirt test] 115509: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-libvirt-qcow2 18 guest-start.2           fail REGR. vs. 115476
 test-amd64-amd64-libvirt-vhd 17 guest-start/debian.repeat fail REGR. vs. 115476

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt-xsm 14 saverestore-support-check    fail  like 115476
 test-armhf-armhf-libvirt     14 saverestore-support-check    fail  like 115476
 test-armhf-armhf-libvirt-raw 13 saverestore-support-check    fail  like 115476
 test-amd64-i386-libvirt-xsm  13 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt     13 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-xsm 13 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt      13 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-qcow2 12 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-xsm 13 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              a1e3e8ddbd75050a20db663303b7851e1069ebe0
baseline version:
 libvirt              1bf893406637e852daeaafec6617d3ee3716de25

Last test of basis   115476  2017-11-02 04:22:37 Z    1 days
Testing same since   115509  2017-11-03 04:20:26 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andrea Bolognani <abologna@xxxxxxxxxx>
  Daniel Veillard <veillard@xxxxxxxxxx>
  Jiri Denemark <jdenemar@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                                 pass    
 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                                fail    
 test-armhf-armhf-libvirt-raw                                 pass    
 test-amd64-amd64-libvirt-vhd                                 fail    


------------------------------------------------------------
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 a1e3e8ddbd75050a20db663303b7851e1069ebe0
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Oct 26 21:51:37 2017 +0200

    qemu: Add support for block-incremental migration parameter
    
    We handle incremental storage migration in a different way. The support
    for this new (as of QEMU 2.10) parameter is only needed for full
    coverage of migration parameters used by QEMU.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit f6e2a70ae2c9b9e9452c1e88f15b8beda178aa4a
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Oct 26 20:47:16 2017 +0200

    qemu: Add support for max-bandwidth migration parameter
    
    We already support several ways of setting migration bandwidth and this
    is not adding another one. With this patch we are able to read and write
    this parameter using query-migrate-parameters and migrate-set-parameters
    in one call with all other parameters.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit af1d2fe2705a7f3ee4334208903897b804f05cbb
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Oct 26 20:11:47 2017 +0200

    qemu: Rename TLS related migration parameters
    
    The parameters used "migrate" prefix which is pretty redundant and
    qemuMonitorMigrationParams structure is our internal representation of
    QEMU migration parameters and it is supposed to use names which match
    QEMU names.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 2384b6f019e6c3a03297856255a2e349e9174505
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Mon Oct 23 16:55:02 2017 +0200

    qemu: Add support for setting downtime-limit migration parameter
    
    We already support setting the maximum downtime with a dedicated
    virDomainMigrateSetMaxDowntime API. This patch does not implement
    another way of setting the downtime by adding a new public migration
    parameter. It just makes sure any parameter we are able to get from a
    QEMU monitor by query-migrate-parameters can be passed back to QEMU via
    migrate-set-parameters.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 9b5d1bd2e3c646be8ed4f084b57ff6b2ac64c85f
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Oct 26 20:52:32 2017 +0200

    qemumonitorjsontest: Rename 2nd CHECK macro in migration params test
    
    The second CHECK macro was used for string parameters. Let's rename it
    to CHECK_STR and move it up to have all checks in one place.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit cf0c87aacf9767a2888e8f38376a63f3f1f5663c
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Oct 26 20:50:35 2017 +0200

    qemumonitorjsontest: Rename 1st CHECK macro in migration params test
    
    The first CHECK macro in the test is used for checking integer values.
    Let's make it a bit more generic to be usable for any numeric type and
    use it for a new CHECK_INT macro.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 487759126be44534e76b69f89e4746d07a8be3c1
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Oct 26 22:10:31 2017 +0200

    qemu: Drop giant if statement from qemuMonitorSetMigrationParams
    
    The check can be easily replaced with a simple test in the JSON
    implementation and we don't need to update it every time a new parameter
    is added.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 6bc3d06700c6623147a463c2f10b1893d1e08bd4
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Mon Oct 23 17:06:57 2017 +0200

    qemu: Use macro for setting string migration parameters
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 27e56337246b501e68a52c2930179a9ce9afadc3
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Mon Oct 23 17:03:25 2017 +0200

    qemu: Generalize APPEND macro in qemuMonitorJSONSetMigrationParams
    
    The APPEND macro is now be usable for any type.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 7ddcab891eba9a17798af5ff77fe0f7de00331dd
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Mon Oct 23 17:17:58 2017 +0200

    qemu: Use macro for parsing ull migration parameters
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 4fabc0caa0e058d5865322f946a93da177928a5b
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Mon Oct 23 17:15:32 2017 +0200

    qemu: Use macro for parsing string migration parameters
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit c04fbbd9c9e49180aef4d9be674bef1154877260
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Mon Oct 23 17:11:10 2017 +0200

    qemu: Generalize PARSE macro in qemuMonitorJSONGetMigrationParams
    
    The macro (now called PARSE_SET) is now usable for any type which needs
    a *_set bool for indicating a valid value.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 3b2674ff634c046a8cee35794a7325dad650a8f3
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Nov 2 14:03:14 2017 +0100

    cpu_map: Add cqm alternative name for cmt
    
    Linux kernel shows our "cmt" feature as "cqm". Let's mention the name in
    the cpu_map.xml to make it easier to find.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 37e18b0cc8e993db7e7538192825a0ce26e8b7ce
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Thu Nov 2 21:43:00 2017 +0100

    Post-release version bump to 3.10.0
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>

commit 6380fb9795cf921b96e1ad235a0cab78e318299d
Author: Daniel Veillard <veillard@xxxxxxxxxx>
Date:   Thu Nov 2 18:12:45 2017 +0100

    Release of libvirt-3.9.0
    
    * docs/news.xml: update for release
    * po/*po*: regenerated

commit 2de6d8c47d2b6949df3fc0c984e8885f1e369675
Author: Andrea Bolognani <abologna@xxxxxxxxxx>
Date:   Wed Nov 1 17:12:21 2017 +0100

    news: Update for 3.9.0 release
    
    Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
    Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx>

commit 49c945a6f5c885394507f88086cc2f9461df7c27
Author: Jiri Denemark <jdenemar@xxxxxxxxxx>
Date:   Wed Nov 1 18:35:57 2017 +0100

    cputest: Skip tests requiring JSON_MODELS if QEMU is disabled
    
    Some tests require JSON_MODELS to be parsed into qemuCaps and applied
    when computing CPU models and such test cannot succeed if QEMU driver is
    disabled. Let's mark the tests with JSON_MODELS_REQUIRED and skip the
    appropriate parts if building without QEMU.
    
    On the other hand, CPU tests with JSON_MODELS should succeed even if
    model definitions from QEMU are not parsed and applied. Let's explicitly
    test this by repeating the tests without JSON_MODELS set.
    
    This fixes the build with QEMU driver disabled, e.g., on some
    architectures on RHEL/CentOS.
    
    Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
    Reviewed-by: Pavel Hrdina <phrdina@xxxxxxxxxx>

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