All of lore.kernel.org
 help / color / mirror / Atom feed
* [libvirt test] 63528: regressions - FAIL
@ 2015-11-04  9:04 osstest service owner
  2015-11-13 17:00 ` build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [libvirt test] 63528: regressions - FAIL] Dario Faggioli
  0 siblings, 1 reply; 4+ messages in thread
From: osstest service owner @ 2015-11-04  9:04 UTC (permalink / raw)
  To: xen-devel, osstest-admin

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

Regressions :-(

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

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-libvirt-qcow2  1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt-raw  1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt-xsm  1 build-check(1)               blocked  n/a
 test-armhf-armhf-libvirt      1 build-check(1)               blocked  n/a
 test-amd64-amd64-libvirt     12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-check        fail   never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-check        fail   never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
 test-amd64-i386-libvirt      12 migrate-support-check        fail   never pass

version targeted for testing:
 libvirt              ac339206bfe98e78925b183cba058d0e2e7f03e3
baseline version:
 libvirt              3c7590e0a435d833895fc7b5be489e53e223ad95

Last test of basis    63340  2015-10-28 04:19:47 Z    7 days
Failing since         63352  2015-10-29 04:20:29 Z    6 days    5 attempts
Testing same since    63373  2015-10-30 04:21:45 Z    5 days    4 attempts

------------------------------------------------------------
People who touched revisions under test:
  Laine Stump <laine@laine.org>
  Luyao Huang <lhuang@redhat.com>
  Maxim Perevedentsev <mperevedentsev@virtuozzo.com>
  Michal Privoznik <mprivozn@redhat.com>
  Roman Bogorodskiy <bogorodskiy@gmail.com>

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                                          fail    
 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                                 blocked 
 test-amd64-i386-libvirt-xsm                                  pass    
 test-amd64-amd64-libvirt                                     pass    
 test-armhf-armhf-libvirt                                     blocked 
 test-amd64-i386-libvirt                                      pass    
 test-amd64-amd64-libvirt-pair                                pass    
 test-amd64-i386-libvirt-pair                                 pass    
 test-armhf-armhf-libvirt-qcow2                               blocked 
 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 ac339206bfe98e78925b183cba058d0e2e7f03e3
Author: Laine Stump <laine@laine.org>
Date:   Thu Oct 29 14:09:59 2015 -0400

    util: set max wait for IPv6 DAD to 20 seconds
    
    This was originally set to 5 seconds, but times of 5.5 to 7 seconds
    were experienced. Since it's an arbitrary number intended to prevent
    an infinite hang, having it a bit too high won't hurt anything, and 20
    seconds looks to be adequate (i.e. I think/hope we don't need to make
    it tunable in libvirtd.conf)

commit d41a64a1948c88ccec5b4cff34fd04d3aae7a71e
Author: Luyao Huang <lhuang@redhat.com>
Date:   Thu Oct 29 17:47:33 2015 +0800

    util: set error if DAD is not finished
    
    If DAD not finished in 5 seconds, user will get an
    unknown error like this:
    
     # virsh net-start ipv6
     error: Failed to start network ipv6
     error: An error occurred, but the cause is unknown
    
    Call virReportError to set an error.
    
    Signed-off-by: Luyao Huang <lhuang@redhat.com>

commit 7c8250d76561e83adf96b8e167f6932132252744
Author: Michal Privoznik <mprivozn@redhat.com>
Date:   Tue Oct 27 14:02:19 2015 +0100

    wireshark: Install to generic plugin directory
    
    There has been a report on the list [1] that we are not
    installing the wireshark dissector into the correct plugin
    directory. And in fact we are not. The problem is, the plugin
    directory path is constructed at compile time. However, it's
    dependent on the wireshark version, e.g.
    
      /usr/lib/wireshark/plugins/1.12.6
    
    This is rather unfortunate, because if libvirt RPMs were built
    with one version, but installed on a system with newer one, the
    plugins are not really loaded. This problem lead fedora packagers
    to unify plugin path to:
    
      /usr/lib/wireshark/plugins/
    
    Cool! But this was enabled just in wireshark-1.12.6-4. Therefore,
    we must require at least that version.
    
    And while at it, on some distributions, the wireshark.pc file
    already has a variable that defines where plugin dir is. Use that
    if possible.
    
    1: https://www.redhat.com/archives/libvirt-users/2015-October/msg00063.html
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>

commit 2589ca30196b305956f4211bc08132b63f77b6f2
Author: Roman Bogorodskiy <bogorodskiy@gmail.com>
Date:   Thu Oct 29 07:20:16 2015 +0300

    Fix virNetDevWaitDadFinish stub
    
    Build on non-Linux fails because the virNetDevWaitDadFinish() stub
    has unused parameters. Fix by adding appropriate ATTRIBUTE_UNUSED
    for these parameters.
    
    Pushing under build-breaker rule.

commit 0f7436ca54c9db2d5460bd54e7613f64f4727102
Author: Maxim Perevedentsev <mperevedentsev@virtuozzo.com>
Date:   Tue Oct 20 18:44:18 2015 +0300

    network: wait for DAD to finish for bridge IPv6 addresses
    
    commit db488c79 assumed that dnsmasq would complete IPv6 DAD before
    daemonizing, but in reality it doesn't wait, which creates problems
    when libvirt's bridge driver sets the matching "dummy tap device" to
    IFF_DOWN prior to DAD completing.
    
    This patch waits for DAD completion by periodically polling the kernel
    using netlink to check whether there are any IPv6 addresses assigned
    to bridge which have a 'tentative' state (if there are any in this
    state, then DAD hasn't yet finished). After DAD is finished, execution
    continues. To avoid an endless hang in case something was wrong with
    the kernel's DAD, we wait a maximum of 5 seconds.

commit 131e7245a8336541ee61047eac8ecb447129b963
Author: Maxim Perevedentsev <mperevedentsev@virtuozzo.com>
Date:   Tue Oct 20 18:44:19 2015 +0300

    netlink: add support for multi-part netlink messages.
    
    Such messages do not have NLMSG_ERROR or NLMSG_DONE type
    but they are valid responses. We test 'multi-partness'
    by looking for NLM_F_MULTI flag.

commit 4eac55238f856d29d07a60448adb2e0b2f8e28b5
Author: Luyao Huang <lhuang@redhat.com>
Date:   Mon Oct 12 17:28:15 2015 +0800

    qemu: Use live autoNodeset when numatune placement is auto
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1270715
    
    Commit id '9deb96f' removed the code to fetch the nodeset from the
    CpusetMems cgroup for a running vm in favor of using the return from
    virDomainNumatuneFormatNodeset introduced by commit id '43b67f2e7'.
    However, that API will return the value of the passed 'auto_nodeset'
    when placement is VIR_DOMAIN_NUMATUNE_PLACEMENT_AUTO, which happens
    to be NULL.
    
    Since commit id 'c74d58ad' started using priv->autoNodeset in order
    to manage the auto placement value during qemuProcessStart, it should
    be passed along in order to return the correct value if the domain
    requests the auto placement.
    
    Signed-off-by: Luyao Huang <lhuang@redhat.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [libvirt test] 63528: regressions - FAIL]
  2015-11-04  9:04 [libvirt test] 63528: regressions - FAIL osstest service owner
@ 2015-11-13 17:00 ` Dario Faggioli
  2015-11-14  3:26   ` [libvirt] build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [Xen-devel] " Jim Fehlig
  0 siblings, 1 reply; 4+ messages in thread
From: Dario Faggioli @ 2015-11-13 17:00 UTC (permalink / raw)
  To: libvir-list@redhat.com, xen-devel; +Cc: Jim Fehlig, Ian Campbell


[-- Attachment #1.1: Type: text/plain, Size: 2230 bytes --]

Hello,

The Xen Project's automated test suite is failing at running its
libvirt tests for a few time, like this:

On Wed, 2015-11-04 at 09:04 +0000, osstest service owner wrote:
> flight 63528 libvirt real [real]
> http://logs.test-lab.xenproject.org/osstest/logs/63528/
> 
> Regressions :-(
> 
> Tests which did not succeed and are blocking,
> including tests which could not be run:
>  build-armhf-libvirt           5 libvirt-build             fail REGR. vs. 63340
> 
More specifically (from a more recent run):

  CC     util/libvirt_util_la-virnetdevmacvlan.lo
util/virnetdev.c: In function 'virNetDevParseDadStatus':
util/virnetdev.c:1319:188: error: cast increases required alignment of target type [-Werror=cast-align]
util/virnetdev.c:1332:41: error: cast increases required alignment of target type [-Werror=cast-align]
util/virnetdev.c:1334:92: error: cast increases required alignment of target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[3]: *** [util/libvirt_util_la-virnetdev.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt'
make: *** [all] Error 2

The changeset being tested last, as of now, and still failing, is:
db92aee2b477355759351889e37a365379b43bf6

Full logs available at the following links:
http://logs.test-lab.xenproject.org/osstest/logs/64130/build-armhf-libvirt/info.html
http://logs.test-lab.xenproject.org/osstest/logs/64130/build-armhf-libvirt/5.ts-libvirt-build.log

Right now, I don't have an ARM cross build environment handy to try to
reproduce and attempt a fix, so I figured I at least was reporting it
here.

Regards,
Dario
-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [libvirt] build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [Xen-devel] [libvirt test] 63528: regressions - FAIL]
  2015-11-13 17:00 ` build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [libvirt test] 63528: regressions - FAIL] Dario Faggioli
@ 2015-11-14  3:26   ` Jim Fehlig
  2015-11-24 14:52     ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Jim Fehlig @ 2015-11-14  3:26 UTC (permalink / raw)
  To: Dario Faggioli, libvir-list@redhat.com, xen-devel
  Cc: Ian Campbell, Maxim Perevedentsev

On 11/13/2015 10:00 AM, Dario Faggioli wrote:
> Hello,
>
> The Xen Project's automated test suite is failing at running its
> libvirt tests for a few time, like this:
>
> On Wed, 2015-11-04 at 09:04 +0000, osstest service owner wrote:
>> flight 63528 libvirt real [real]
>> http://logs.test-lab.xenproject.org/osstest/logs/63528/
>>
>> Regressions :-(
>>
>> Tests which did not succeed and are blocking,
>> including tests which could not be run:
>>  build-armhf-libvirt           5 libvirt-build             fail REGR. vs. 63340
>>
> More specifically (from a more recent run):
>
>   CC     util/libvirt_util_la-virnetdevmacvlan.lo
> util/virnetdev.c: In function 'virNetDevParseDadStatus':
> util/virnetdev.c:1319:188: error: cast increases required alignment of target type [-Werror=cast-align]
> util/virnetdev.c:1332:41: error: cast increases required alignment of target type [-Werror=cast-align]
> util/virnetdev.c:1334:92: error: cast increases required alignment of target type [-Werror=cast-align]
> cc1: all warnings being treated as errors
> make[3]: *** [util/libvirt_util_la-virnetdev.lo] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt'
> make: *** [all] Error 2

Yep, noticed this several days ago but haven't yet found time to investigate.

> The changeset being tested last, as of now, and still failing, is:
> db92aee2b477355759351889e37a365379b43bf6

I did notice the bisector ran and flagged commit 0f7436ca

http://lists.xenproject.org/archives/html/xen-devel/2015-10/msg03385.html

I've cc'd author of that commit.

Regards,
Jim

>
> Full logs available at the following links:
> http://logs.test-lab.xenproject.org/osstest/logs/64130/build-armhf-libvirt/info.html
> http://logs.test-lab.xenproject.org/osstest/logs/64130/build-armhf-libvirt/5.ts-libvirt-build.log
>
> Right now, I don't have an ARM cross build environment handy to try to
> reproduce and attempt a fix, so I figured I at least was reporting it
> here.
>
> Regards,
> Dario

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [libvirt] build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [Xen-devel] [libvirt test] 63528: regressions - FAIL]
  2015-11-14  3:26   ` [libvirt] build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [Xen-devel] " Jim Fehlig
@ 2015-11-24 14:52     ` Ian Campbell
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2015-11-24 14:52 UTC (permalink / raw)
  To: Jim Fehlig, Dario Faggioli, libvir-list@redhat.com, xen-devel
  Cc: Maxim Perevedentsev

Hi Maxim,

On Fri, 2015-11-13 at 20:26 -0700, Jim Fehlig wrote:
> On 11/13/2015 10:00 AM, Dario Faggioli wrote:
> > Hello,
> > 
> > The Xen Project's automated test suite is failing at running its
> > libvirt tests for a few time, like this:
> > 
> > On Wed, 2015-11-04 at 09:04 +0000, osstest service owner wrote:
> > > flight 63528 libvirt real [real]
> > > http://logs.test-lab.xenproject.org/osstest/logs/63528/
> > > 
> > > Regressions :-(
> > > 
> > > Tests which did not succeed and are blocking,
> > > including tests which could not be run:
> > >  build-armhf-libvirt           5 libvirt-build             fail REGR.
> > > vs. 63340
> > > 
> > More specifically (from a more recent run):
> > 
> >   CC     util/libvirt_util_la-virnetdevmacvlan.lo
> > util/virnetdev.c: In function 'virNetDevParseDadStatus':
> > util/virnetdev.c:1319:188: error: cast increases required alignment of target type [-Werror=cast-align]
> > util/virnetdev.c:1332:41: error: cast increases required alignment of target type [-Werror=cast-align]
> > util/virnetdev.c:1334:92: error: cast increases required alignment of target type [-Werror=cast-align]
> > cc1: all warnings being treated as errors
> > make[3]: *** [util/libvirt_util_la-virnetdev.lo] Error 1
> > make[3]: *** Waiting for unfinished jobs....
> > make[3]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt/src'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/osstest/build.64130.build-armhf-libvirt/libvirt'
> > make: *** [all] Error 2


According to http://logs.test-lab.xenproject.org/osstest/logs/65035/build-a
rmhf-libvirt/info.html this build failure is still occurring with the same
trace.

Is there a fix in the works?

Ian.

> 
> Yep, noticed this several days ago but haven't yet found time to
> investigate.
> 
> > The changeset being tested last, as of now, and still failing, is:
> > db92aee2b477355759351889e37a365379b43bf6
> 
> I did notice the bisector ran and flagged commit 0f7436ca
> 
> http://lists.xenproject.org/archives/html/xen-devel/2015-10/msg03385.html
> 
> I've cc'd author of that commit.
> 
> Regards,
> Jim
> 
> > 
> > Full logs available at the following links:
> > http://logs.test-lab.xenproject.org/osstest/logs/64130/build-armhf-libv
> > irt/info.html
> > http://logs.test-lab.xenproject.org/osstest/logs/64130/build-armhf-libv
> > irt/5.ts-libvirt-build.log
> > 
> > Right now, I don't have an ARM cross build environment handy to try to
> > reproduce and attempt a fix, so I figured I at least was reporting it
> > here.
> > 
> > Regards,
> > Dario
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-24 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04  9:04 [libvirt test] 63528: regressions - FAIL osstest service owner
2015-11-13 17:00 ` build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [libvirt test] 63528: regressions - FAIL] Dario Faggioli
2015-11-14  3:26   ` [libvirt] build issue due to '-Werror=cast-align' on ARM (armhf) [was: Re: [Xen-devel] " Jim Fehlig
2015-11-24 14:52     ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.