All of lore.kernel.org
 help / color / mirror / Atom feed
* Test Cycle Report for Yocto Project master branch
@ 2016-06-14 12:08 Perez Carranza, Jose
  2016-06-16 10:43 ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Perez Carranza, Jose @ 2016-06-14 12:08 UTC (permalink / raw)
  To: yocto@yoctoproject.org; +Cc: Purdie, Richard

[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]

Hi

Here is the status for the test cycle of automated tests on master branch commit 6c5d7f1fb276cbe0a461ece6c8f0ca17a478fa8c

Summary :


-         Toaster - NameError when trying to search a table due Django, this one is blocking around 30% of the execution : 9749 [1]

-         Build Appliance : bitbake fails to build image this one is blocking 50% of the  execution of the component: 9758 [2]

-         Failed to extract rootfs by using runqemu-extract-sd: is blocking around 11% of the execution of ADT in 2 ditros: 9761 [3]

-         Missing smart packages: 9754 duplicated of 9717 [4]

-         Failure with Git-Phyton 9742 duplicated of 9716 [5]

-         distrodata class don't work with python3: 9744 [6]

-         AUH: Make sure that works with python3: 9747 [7]

-         Parse logs failed: 9520 [8]

-         oe-selftest is not running test cases from meta-yocto-bsp: [9] 9767


[1]-  https://bugzilla.yoctoproject.org/show_bug.cgi?id=9749
[2] - https://bugzilla.yoctoproject.org/show_bug.cgi?id=9758
[3] - https://bugzilla.yoctoproject.org/show_bug.cgi?id=9761
[4] - https://bugzilla.yoctoproject.org/show_bug.cgi?id=9717
[5]-  https://bugzilla.yoctoproject.org/show_bug.cgi?id=9716
[6]- https://bugzilla.yoctoproject.org/show_bug.cgi?id=9744
[7]- https://bugzilla.yoctoproject.org/show_bug.cgi?id=9747
[8]-  https://bugzilla.yoctoproject.org/show_bug.cgi?id=9520
[9]- https://bugzilla.yoctoproject.org/show_bug.cgi?id=9767


The full report can be found here: https://wiki.yoctoproject.org/wiki/WW24_-_2016-06-07_-_Automated_Tests_-_Master

Regards,
José


[-- Attachment #2: Type: text/html, Size: 10333 bytes --]

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

* Re: Test Cycle Report for Yocto Project master branch
  2016-06-14 12:08 Test Cycle Report for Yocto Project master branch Perez Carranza, Jose
@ 2016-06-16 10:43 ` Richard Purdie
  2016-06-16 16:41   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2016-06-16 10:43 UTC (permalink / raw)
  To: Perez Carranza, Jose, yocto@yoctoproject.org

Hi Jose,

Thanks for this, its useful.

On Tue, 2016-06-14 at 13:08 +0100, Perez Carranza, Jose wrote:
> -         Toaster - NameError when trying to search a table due
> Django, this one is blocking around 30% of the execution : 9749 [1]

I'm hoping this one has been fixed/merged but am not 100% sure.

> -         Build Appliance : bitbake fails to build image this one is
> blocking 50% of the  execution of the component: 9758 [2]

I know there have been some fixes here, we need to retest this to see
if we're doing better.

> -         Failed to extract rootfs by using runqemu-extract-sd: is
> blocking around 11% of the execution of ADT in 2 ditros: 9761 [3]

Unknown :(

> -         Missing smart packages: 9754 duplicated of 9717 [4]

Bill/Alejandero working on it but no patch yet.

> -         Failure with Git-Phyton 9742 duplicated of 9716 [5]

I think this has been fixed on the autobuilder in question and the
documentation is being updated so it should be resolved in those
places?

> -         distrodata class don't work with python3: 9744 [6]

Fixed.

> -         AUH: Make sure that works with python3: 9747 [7]

The class was fixed, that code isn't technically part of M1 so we have
a little more flexibility there but fixes are certainly in progress.

> -         Parse logs failed: 9520 [8]

This bug looks very confused with potentially multiple different
issues. Not sure one status :(

> -         oe-selftest is not running test cases from meta-yocto-bsp:
> [9] 9767

Its been marked as resolved fixed.

We ran an M1 build but it has several problems in addition to the above
so I'm not sure its ready for QA yet, we should discuss that. If we
decide its not ready, some targeted testing on the areas we're unsure
if things are fixed may be helpful.

Cheers,

Richard

 




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

* Re: Test Cycle Report for Yocto Project master branch
  2016-06-16 10:43 ` Richard Purdie
@ 2016-06-16 16:41   ` Richard Purdie
  2016-06-16 16:49     ` Perez Carranza, Jose
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2016-06-16 16:41 UTC (permalink / raw)
  To: Perez Carranza, Jose, yocto@yoctoproject.org

On Thu, 2016-06-16 at 11:43 +0100, Richard Purdie wrote:
> Hi Jose,
> 
> Thanks for this, its useful.
> 
> On Tue, 2016-06-14 at 13:08 +0100, Perez Carranza, Jose wrote:
> > -         Toaster - NameError when trying to search a table due
> > Django, this one is blocking around 30% of the execution : 9749 [1]
> 
> I'm hoping this one has been fixed/merged but am not 100% sure.

It wasn't but a patch has now been sent out and merged.

> > -         Build Appliance : bitbake fails to build image this one
> > is
> > blocking 50% of the  execution of the component: 9758 [2]
> 
> I know there have been some fixes here, we need to retest this to see
> if we're doing better.

There are several issues here. I've provided two patches for some of
them, Juro will follow up with another.

> > -         Failed to extract rootfs by using runqemu-extract-sd: is
> > blocking around 11% of the execution of ADT in 2 ditros: 9761 [3]
> 
>Unknown :(

Ed is working on this one.

> > -         Missing smart packages: 9754 duplicated of 9717 [4]
> 
> Bill/Alejandero working on it but no patch yet.

Still no patch yet.

> > -         Parse logs failed: 9520 [8]
> 
> This bug looks very confused with potentially multiple different
> issues. Not sure one status :(

Still not sure about this.

So we're making some progress...

Cheers,

Richard


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

* Re: Test Cycle Report for Yocto Project master branch
  2016-06-16 16:41   ` Richard Purdie
@ 2016-06-16 16:49     ` Perez Carranza, Jose
  0 siblings, 0 replies; 4+ messages in thread
From: Perez Carranza, Jose @ 2016-06-16 16:49 UTC (permalink / raw)
  To: Richard Purdie, yocto@yoctoproject.org

Thanks for the updates Richard ! 

Regards,
José

-----Original Message-----
From: Richard Purdie [mailto:richard.purdie@linuxfoundation.org] 
Sent: Thursday, June 16, 2016 11:41 AM
To: Perez Carranza, Jose <jose.perez.carranza@intel.com>; yocto@yoctoproject.org
Subject: Re: [yocto] Test Cycle Report for Yocto Project master branch

On Thu, 2016-06-16 at 11:43 +0100, Richard Purdie wrote:
> Hi Jose,
> 
> Thanks for this, its useful.
> 
> On Tue, 2016-06-14 at 13:08 +0100, Perez Carranza, Jose wrote:
> > -         Toaster - NameError when trying to search a table due
> > Django, this one is blocking around 30% of the execution : 9749 [1]
> 
> I'm hoping this one has been fixed/merged but am not 100% sure.

It wasn't but a patch has now been sent out and merged.

> > -         Build Appliance : bitbake fails to build image this one
> > is
> > blocking 50% of the  execution of the component: 9758 [2]
> 
> I know there have been some fixes here, we need to retest this to see 
> if we're doing better.

There are several issues here. I've provided two patches for some of them, Juro will follow up with another.

> > -         Failed to extract rootfs by using runqemu-extract-sd: is
> > blocking around 11% of the execution of ADT in 2 ditros: 9761 [3]
> 
>Unknown :(

Ed is working on this one.

> > -         Missing smart packages: 9754 duplicated of 9717 [4]
> 
> Bill/Alejandero working on it but no patch yet.

Still no patch yet.

> > -         Parse logs failed: 9520 [8]
> 
> This bug looks very confused with potentially multiple different 
> issues. Not sure one status :(

Still not sure about this.

So we're making some progress...

Cheers,

Richard

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

end of thread, other threads:[~2016-06-16 16:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-14 12:08 Test Cycle Report for Yocto Project master branch Perez Carranza, Jose
2016-06-16 10:43 ` Richard Purdie
2016-06-16 16:41   ` Richard Purdie
2016-06-16 16:49     ` Perez Carranza, Jose

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.