All of lore.kernel.org
 help / color / mirror / Atom feed
* [xen-unstable-smoke test] 114005: regressions - trouble: blocked/fail
@ 2017-10-04 11:47 osstest service owner
  2017-10-04 12:26 ` Julien Grall
  0 siblings, 1 reply; 4+ messages in thread
From: osstest service owner @ 2017-10-04 11:47 UTC (permalink / raw)
  To: xen-devel, osstest-admin

flight 114005 xen-unstable-smoke real [real]
http://logs.test-lab.xenproject.org/osstest/logs/114005/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64                   6 xen-build                fail REGR. vs. 113972
 build-armhf                   6 xen-build                fail REGR. vs. 113972

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

version targeted for testing:
 xen                  a71a96a41e273f3943119965a8cb75550cca6ba8
baseline version:
 xen                  dbc4b6e13a5d0dd8967cde7ff7000ab1ed88625e

Last test of basis   113972  2017-10-03 21:02:43 Z    0 days
Failing since        113979  2017-10-04 00:10:13 Z    0 days    9 attempts
Testing same since   114005  2017-10-04 11:17:04 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Bhupinder Thakur <bhupinder.thakur@linaro.org>
  Ian Jackson <ian.jackson@eu.citrix.com>
  Jan Beulich <jbeulich@suse.com>
  Julien Grall <julien.grall@arm.com>
  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  Stefano Stabellini <sstabellini@kernel.org>
  Wei Liu <wei.liu2@citrix.com>

jobs:
 build-amd64                                                  fail    
 build-armhf                                                  fail    
 build-amd64-libvirt                                          blocked 
 test-armhf-armhf-xl                                          blocked 
 test-amd64-amd64-xl-qemuu-debianhvm-i386                     blocked 
 test-amd64-amd64-libvirt                                     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.

(No revision log; it would be 451 lines long.)

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

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

* Re: [xen-unstable-smoke test] 114005: regressions - trouble: blocked/fail
  2017-10-04 11:47 [xen-unstable-smoke test] 114005: regressions - trouble: blocked/fail osstest service owner
@ 2017-10-04 12:26 ` Julien Grall
  2017-10-04 13:39   ` Bhupinder Thakur
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Grall @ 2017-10-04 12:26 UTC (permalink / raw)
  To: osstest service owner, xen-devel, Wei Liu, Bhupinder Thakur,
	Stefano Stabellini, Ian Jackson



On 04/10/17 12:47, osstest service owner wrote:
> flight 114005 xen-unstable-smoke real [real]
> http://logs.test-lab.xenproject.org/osstest/logs/114005/
> 
> Regressions :-(
> 
> Tests which did not succeed and are blocking,
> including tests which could not be run:
>   build-amd64                   6 xen-build                fail REGR. vs. 113972

I think this was the error discussed on IRC:

/home/osstest/build.114005.build-amd64/xen/stubdom/cross-root-x86_64/x86_64-xen-elf/include/string.h:24:8: error: conflicting types for 'memcpy'
 _PTR   _EXFUN(memcpy,(_PTR, const _PTR, size_t));
        ^
In file included from /home/osstest/build.114005.build-amd64/xen/extras/mini-os-remote/include/console.h:44:0,
                 from main.c:11:
/home/osstest/build.114005.build-amd64/xen/stubdom/include/xen/io/console.h:44:485: note: previous implicit declaration of 'memcpy' was here
 DEFINE_XEN_FLEX_RING(xencons);

I am not sure how to fix that one.


>   build-armhf                   6 xen-build                fail REGR. vs. 113972

daemon/io.c: In function 'console_evtchn_unmask':
daemon/io.c:1050:18: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
  long long now = (long long)data;
                  ^
daemon/io.c: In function 'handle_io':
daemon/io.c:1346:53: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
    console_iter_void_arg2(d, console_evtchn_unmask, (void *)now);

                                                     ^

It seems that 32-bit build has been built test it. I will send a patch for it.

> 
> Tests which did not succeed, but are not blocking:
>   test-armhf-armhf-xl           1 build-check(1)               blocked  n/a
>   test-amd64-amd64-libvirt      1 build-check(1)               blocked  n/a
>   build-amd64-libvirt           1 build-check(1)               blocked  n/a
>   test-amd64-amd64-xl-qemuu-debianhvm-i386  1 build-check(1)         blocked n/a
> 
> version targeted for testing:
>   xen                  a71a96a41e273f3943119965a8cb75550cca6ba8
> baseline version:
>   xen                  dbc4b6e13a5d0dd8967cde7ff7000ab1ed88625e
> 
> Last test of basis   113972  2017-10-03 21:02:43 Z    0 days
> Failing since        113979  2017-10-04 00:10:13 Z    0 days    9 attempts
> Testing same since   114005  2017-10-04 11:17:04 Z    0 days    1 attempts
> 
> ------------------------------------------------------------
> People who touched revisions under test:
>    Bhupinder Thakur <bhupinder.thakur@linaro.org>
>    Ian Jackson <ian.jackson@eu.citrix.com>
>    Jan Beulich <jbeulich@suse.com>
>    Julien Grall <julien.grall@arm.com>
>    Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>    Stefano Stabellini <sstabellini@kernel.org>
>    Wei Liu <wei.liu2@citrix.com>
> 
> jobs:
>   build-amd64                                                  fail
>   build-armhf                                                  fail
>   build-amd64-libvirt                                          blocked
>   test-armhf-armhf-xl                                          blocked
>   test-amd64-amd64-xl-qemuu-debianhvm-i386                     blocked
>   test-amd64-amd64-libvirt                                     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.
> 
> (No revision log; it would be 451 lines long.)
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel
> 

-- 
Julien Grall

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

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

* Re: [xen-unstable-smoke test] 114005: regressions - trouble: blocked/fail
  2017-10-04 12:26 ` Julien Grall
@ 2017-10-04 13:39   ` Bhupinder Thakur
  2017-10-04 13:43     ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Bhupinder Thakur @ 2017-10-04 13:39 UTC (permalink / raw)
  To: Julien Grall
  Cc: Ian Jackson, xen-devel, Wei Liu, osstest service owner,
	Stefano Stabellini

Hi,

On 4 October 2017 at 17:56, Julien Grall <julien.grall@arm.com> wrote:
>
>
> On 04/10/17 12:47, osstest service owner wrote:
>> flight 114005 xen-unstable-smoke real [real]
>> http://logs.test-lab.xenproject.org/osstest/logs/114005/
>>
>> Regressions :-(
>>
>> Tests which did not succeed and are blocking,
>> including tests which could not be run:
>>   build-amd64                   6 xen-build                fail REGR. vs. 113972
>
> I think this was the error discussed on IRC:
>
> /home/osstest/build.114005.build-amd64/xen/stubdom/cross-root-x86_64/x86_64-xen-elf/include/string.h:24:8: error: conflicting types for 'memcpy'
>  _PTR   _EXFUN(memcpy,(_PTR, const _PTR, size_t));
>         ^
> In file included from /home/osstest/build.114005.build-amd64/xen/extras/mini-os-remote/include/console.h:44:0,
>                  from main.c:11:
> /home/osstest/build.114005.build-amd64/xen/stubdom/include/xen/io/console.h:44:485: note: previous implicit declaration of 'memcpy' was here
>  DEFINE_XEN_FLEX_RING(xencons);
>
> I am not sure how to fix that one.
>
It seems that grub/main.c does not include string.h before including
console.h which could be causing this implicit declaration. Ideally,
ring.h should include string.h explicitly as it depends on string.h.

>
>>   build-armhf                   6 xen-build                fail REGR. vs. 113972
>
> daemon/io.c: In function 'console_evtchn_unmask':
> daemon/io.c:1050:18: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
>   long long now = (long long)data;
>                   ^
> daemon/io.c: In function 'handle_io':
> daemon/io.c:1346:53: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
>     console_iter_void_arg2(d, console_evtchn_unmask, (void *)now);
>
>                                                      ^
>
> It seems that 32-bit build has been built test it. I will send a patch for it.
>
Instead of using a generic void *, I can use the long long type
itself. I think there was a review comment regarding that.

Regards,
Bhupinder

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

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

* Re: [xen-unstable-smoke test] 114005: regressions - trouble: blocked/fail
  2017-10-04 13:39   ` Bhupinder Thakur
@ 2017-10-04 13:43     ` Wei Liu
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Liu @ 2017-10-04 13:43 UTC (permalink / raw)
  To: Bhupinder Thakur
  Cc: xen-devel, Wei Liu, Ian Jackson, osstest service owner,
	Julien Grall, Stefano Stabellini

On Wed, Oct 04, 2017 at 07:09:22PM +0530, Bhupinder Thakur wrote:
> Hi,
> 
> On 4 October 2017 at 17:56, Julien Grall <julien.grall@arm.com> wrote:
> >
> >
> > On 04/10/17 12:47, osstest service owner wrote:
> >> flight 114005 xen-unstable-smoke real [real]
> >> http://logs.test-lab.xenproject.org/osstest/logs/114005/
> >>
> >> Regressions :-(
> >>
> >> Tests which did not succeed and are blocking,
> >> including tests which could not be run:
> >>   build-amd64                   6 xen-build                fail REGR. vs. 113972
> >
> > I think this was the error discussed on IRC:
> >
> > /home/osstest/build.114005.build-amd64/xen/stubdom/cross-root-x86_64/x86_64-xen-elf/include/string.h:24:8: error: conflicting types for 'memcpy'
> >  _PTR   _EXFUN(memcpy,(_PTR, const _PTR, size_t));
> >         ^
> > In file included from /home/osstest/build.114005.build-amd64/xen/extras/mini-os-remote/include/console.h:44:0,
> >                  from main.c:11:
> > /home/osstest/build.114005.build-amd64/xen/stubdom/include/xen/io/console.h:44:485: note: previous implicit declaration of 'memcpy' was here
> >  DEFINE_XEN_FLEX_RING(xencons);
> >
> > I am not sure how to fix that one.
> >
> It seems that grub/main.c does not include string.h before including
> console.h which could be causing this implicit declaration. Ideally,
> ring.h should include string.h explicitly as it depends on string.h.

Yes. Patch submitted already. :-)

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

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

end of thread, other threads:[~2017-10-04 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04 11:47 [xen-unstable-smoke test] 114005: regressions - trouble: blocked/fail osstest service owner
2017-10-04 12:26 ` Julien Grall
2017-10-04 13:39   ` Bhupinder Thakur
2017-10-04 13:43     ` Wei Liu

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.