All of lore.kernel.org
 help / color / mirror / Atom feed
* Status of release candidate: bernard-1.0rc1
@ 2011-02-28  2:57 Elizabeth Flanagan
  2011-02-28  3:14 ` Lu, Lianhao
  2011-02-28  7:51 ` Tom Zanussi
  0 siblings, 2 replies; 5+ messages in thread
From: Elizabeth Flanagan @ 2011-02-28  2:57 UTC (permalink / raw)
  To: yocto@yoctoproject.org


Summary
=======

This weekend, we generated a release candidate for bernard based on the bernard branch
of master at commit:
e08dc5aaaeba61e332caab4a3df5750df6b49ac1

and for BSPs based on the bernard branch of meta-intel at commit:
16f47f04a2baaeaf9b5a9b381fc7a3c7755d6ff6

Issues seen:
===========

Build Infrastructure issues:
----------------------------

- We had an issue with builder02 running out of disk space, so some of the build
  copying was done post-build. This did not effect the build and was dealt with
  manually after cleaning up the partition.

- There is an issue with how package-index is being run. I will need to sync up
  with Jessica to verify how this should be incorporated into the build.

- The sanity tests on builder02 failed because builder02 was unable to resolve
  "localhost". This has been corrected and the sanity tests re-run incrementally:
  http://autobuilder.pokylinux.org:8010/builders/nightly-internal-sanity/builds/3

- The tarball generation buildstep is not branch aware. This will be fixed this week.
  In the meantime it was run manually.


Sanity Test Issues:
----------------------------

- zypper-search failed on qemux-x86_64 on poky-image-lsb and poky-image-sato


Build Issues:
----------------------------

- BSPs did not complete successfully. There were some issue in the actual build mostly centering around:
   - Failing to do_kernel_checkout
   - Unpack issues around svn://svn.o-hand.com/repos

- Beagleboard failed doing runstrip on uboot during do_populate_sysroot


Build statistic:
----------------------------
	
Using RP__'s machine as a baseline, our current build stats for poky-image-sato is:

real	109m52.400s
user	393m58.840s
sys	59m25.380s

Build statistics for nightly-external are available at:

http://autobuilder.pokylinux.org/nightly/20110226-1/buildstats/buildstats/

Open Defects:
----------------------------

As of right now we have:
76 total open defects targeted for 1.0

Critical: 0
High: 14
Medium: 53
Low: 7
Undetermined: 2


Thanks for all those who helped with this weekends RC generation, especially sgw and RP__

------------------
Elizabeth Flanagan
Yocto Project
Release Engineer


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

* Re: Status of release candidate: bernard-1.0rc1
  2011-02-28  2:57 Status of release candidate: bernard-1.0rc1 Elizabeth Flanagan
@ 2011-02-28  3:14 ` Lu, Lianhao
  2011-02-28  7:51 ` Tom Zanussi
  1 sibling, 0 replies; 5+ messages in thread
From: Lu, Lianhao @ 2011-02-28  3:14 UTC (permalink / raw)
  To: Flanagan, Elizabeth, yocto@yoctoproject.org

Elizabeth Flanagan wrote on 2011-02-28:
> 
> Summary
> =======
> 
> This weekend, we generated a release candidate for bernard based on the
> bernard branch of master at commit:
> e08dc5aaaeba61e332caab4a3df5750df6b49ac1
> 
> and for BSPs based on the bernard branch of meta-intel at commit:
> 16f47f04a2baaeaf9b5a9b381fc7a3c7755d6ff6
> 
> Issues seen:
> ===========
> 
> Build Infrastructure issues:
> ----------------------------
> 
> - We had an issue with builder02 running out of disk space, so some of the build
>   copying was done post-build. This did not effect the build and was dealt with
>   manually after cleaning up the partition.
> - There is an issue with how package-index is being run. I will need to sync up
>   with Jessica to verify how this should be incorporated into the build.

I think it'd better to run "bitbake package-index" after the "bitbake meta-toolchain-sdk", using the same configuration as meta-toolchain-sdk. It will generate repository index files under the directories relevant to meta-toolchain-sdk tarball generations in ${TMPDIR}/deploy/ipk.

> - The sanity tests on builder02 failed because builder02 was unable to resolve
>   "localhost". This has been corrected and the sanity tests re-run
> incrementally:
> 
> http://autobuilder.pokylinux.org:8010/builders/nightly-internal-sanity
> /builds/3
> 
> - The tarball generation buildstep is not branch aware. This will be
> fixed this week.
>   In the meantime it was run manually.
> 
> Sanity Test Issues:
> ----------------------------
> 
> - zypper-search failed on qemux-x86_64 on poky-image-lsb and
> poky-image-sato
> 
> 
> Build Issues:
> ----------------------------
> 
> - BSPs did not complete successfully. There were some issue in the
> actual build mostly centering around:
>    - Failing to do_kernel_checkout
>    - Unpack issues around svn://svn.o-hand.com/repos
> - Beagleboard failed doing runstrip on uboot during do_populate_sysroot
> 
> 
> Build statistic:
> ----------------------------
> 
> Using RP__'s machine as a baseline, our current build stats for
> poky-image-sato is:
> 
> real	109m52.400s
> user	393m58.840s
> sys	59m25.380s
> 
> Build statistics for nightly-external are available at:
> 
> http://autobuilder.pokylinux.org/nightly/20110226-1/buildstats/buildst
> ats/
> 
> Open Defects:
> ----------------------------
> 
> As of right now we have:
> 76 total open defects targeted for 1.0
> 
> Critical: 0
> High: 14
> Medium: 53
> Low: 7
> Undetermined: 2
> 
> 
> Thanks for all those who helped with this weekends RC generation,
> especially sgw and RP__
> 
> ------------------
> Elizabeth Flanagan
> Yocto Project
> Release Engineer
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Best Regards,
Lianhao




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

* Re: Status of release candidate: bernard-1.0rc1
  2011-02-28  2:57 Status of release candidate: bernard-1.0rc1 Elizabeth Flanagan
  2011-02-28  3:14 ` Lu, Lianhao
@ 2011-02-28  7:51 ` Tom Zanussi
  2011-02-28 16:40   ` Tom Zanussi
  1 sibling, 1 reply; 5+ messages in thread
From: Tom Zanussi @ 2011-02-28  7:51 UTC (permalink / raw)
  To: Elizabeth Flanagan; +Cc: yocto@yoctoproject.org

On Sun, 2011-02-27 at 18:57 -0800, Elizabeth Flanagan wrote:
> Summary
> =======
> 
> This weekend, we generated a release candidate for bernard based on the bernard branch
> of master at commit:
> e08dc5aaaeba61e332caab4a3df5750df6b49ac1
> 
> and for BSPs based on the bernard branch of meta-intel at commit:
> 16f47f04a2baaeaf9b5a9b381fc7a3c7755d6ff6
> 
> Issues seen:
> ===========
> 
> Build Infrastructure issues:
> ----------------------------
> 
> - We had an issue with builder02 running out of disk space, so some of the build
>   copying was done post-build. This did not effect the build and was dealt with
>   manually after cleaning up the partition.
> 
> - There is an issue with how package-index is being run. I will need to sync up
>   with Jessica to verify how this should be incorporated into the build.
> 
> - The sanity tests on builder02 failed because builder02 was unable to resolve
>   "localhost". This has been corrected and the sanity tests re-run incrementally:
>   http://autobuilder.pokylinux.org:8010/builders/nightly-internal-sanity/builds/3
> 
> - The tarball generation buildstep is not branch aware. This will be fixed this week.
>   In the meantime it was run manually.
> 
> 
> Sanity Test Issues:
> ----------------------------
> 
> - zypper-search failed on qemux-x86_64 on poky-image-lsb and poky-image-sato
> 
> 
> Build Issues:
> ----------------------------
> 
> - BSPs did not complete successfully. There were some issue in the actual build mostly centering around:
>    - Failing to do_kernel_checkout

There are a couple problems with the jasperforest BSP.  First, the
SRCREVs need updating, which I just submitted a patch for.

Even after that, though, there seems to be a problem with the kernel
repo the fetcher is getting.  Even after clearing it out of git2, the
kernel repo that gets fetched into git2 and the build doesn't have the
jasperforest branch.  A manual local clone of linux-yocto-2.6.37 does
contain the branch, though, and pointing the build to the local clone
finds the branch and builds(*) ok.

(*) until it gets to compiling perf - at that point it fails since the
branch doesn't yet have the perf compile fix moved from master.

Tom

>    - Unpack issues around svn://svn.o-hand.com/repos
> 
> - Beagleboard failed doing runstrip on uboot during do_populate_sysroot
> 
> 
> Build statistic:
> ----------------------------
> 	
> Using RP__'s machine as a baseline, our current build stats for poky-image-sato is:
> 
> real	109m52.400s
> user	393m58.840s
> sys	59m25.380s
> 
> Build statistics for nightly-external are available at:
> 
> http://autobuilder.pokylinux.org/nightly/20110226-1/buildstats/buildstats/
> 
> Open Defects:
> ----------------------------
> 
> As of right now we have:
> 76 total open defects targeted for 1.0
> 
> Critical: 0
> High: 14
> Medium: 53
> Low: 7
> Undetermined: 2
> 
> 
> Thanks for all those who helped with this weekends RC generation, especially sgw and RP__
> 
> ------------------
> Elizabeth Flanagan
> Yocto Project
> Release Engineer
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto




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

* Re: Status of release candidate: bernard-1.0rc1
  2011-02-28  7:51 ` Tom Zanussi
@ 2011-02-28 16:40   ` Tom Zanussi
  2011-03-01  7:37     ` Tom Zanussi
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Zanussi @ 2011-02-28 16:40 UTC (permalink / raw)
  To: Elizabeth Flanagan; +Cc: yocto@yoctoproject.org

On Mon, 2011-02-28 at 01:51 -0600, Tom Zanussi wrote:
> On Sun, 2011-02-27 at 18:57 -0800, Elizabeth Flanagan wrote:
> > Summary
> > =======
> > 
> > This weekend, we generated a release candidate for bernard based on the bernard branch
> > of master at commit:
> > e08dc5aaaeba61e332caab4a3df5750df6b49ac1
> > 
> > and for BSPs based on the bernard branch of meta-intel at commit:
> > 16f47f04a2baaeaf9b5a9b381fc7a3c7755d6ff6
> > 
> > Issues seen:
> > ===========
> > 
> > Build Infrastructure issues:
> > ----------------------------
> > 
> > - We had an issue with builder02 running out of disk space, so some of the build
> >   copying was done post-build. This did not effect the build and was dealt with
> >   manually after cleaning up the partition.
> > 
> > - There is an issue with how package-index is being run. I will need to sync up
> >   with Jessica to verify how this should be incorporated into the build.
> > 
> > - The sanity tests on builder02 failed because builder02 was unable to resolve
> >   "localhost". This has been corrected and the sanity tests re-run incrementally:
> >   http://autobuilder.pokylinux.org:8010/builders/nightly-internal-sanity/builds/3
> > 
> > - The tarball generation buildstep is not branch aware. This will be fixed this week.
> >   In the meantime it was run manually.
> > 
> > 
> > Sanity Test Issues:
> > ----------------------------
> > 
> > - zypper-search failed on qemux-x86_64 on poky-image-lsb and poky-image-sato
> > 
> > 
> > Build Issues:
> > ----------------------------
> > 
> > - BSPs did not complete successfully. There were some issue in the actual build mostly centering around:
> >    - Failing to do_kernel_checkout
> 
> There are a couple problems with the jasperforest BSP.  First, the
> SRCREVs need updating, which I just submitted a patch for.
> 
> Even after that, though, there seems to be a problem with the kernel
> repo the fetcher is getting.  Even after clearing it out of git2, the
> kernel repo that gets fetched into git2 and the build doesn't have the
> jasperforest branch.  A manual local clone of linux-yocto-2.6.37 does
> contain the branch, though, and pointing the build to the local clone
> finds the branch and builds(*) ok.
> 
> (*) until it gets to compiling perf - at that point it fails since the
> branch doesn't yet have the perf compile fix moved from master.
> 

The jasperforest branch just got updated, and I just submitted a SRCREV
update to use that, which takes care of the perf compile error.

I still see the problem with the the fetcher not getting the current
linux-yocto-2.6.37, so it looks like either a problem with the fetcher
or some stale cache lodged somewhere.

An interesting related thing is that I also see it with the 2.6.37
crownbay branch - a local clone works fine, but in the repo fetched into
git2 and the build the crownbay branch is missing, but in that case even
though the branch doesn't appear, its commits are actually in the repo
e.g. git log <commitid> shows the commits there.

Tom

> Tom
> 
> >    - Unpack issues around svn://svn.o-hand.com/repos
> > 
> > - Beagleboard failed doing runstrip on uboot during do_populate_sysroot
> > 
> > 
> > Build statistic:
> > ----------------------------
> > 	
> > Using RP__'s machine as a baseline, our current build stats for poky-image-sato is:
> > 
> > real	109m52.400s
> > user	393m58.840s
> > sys	59m25.380s
> > 
> > Build statistics for nightly-external are available at:
> > 
> > http://autobuilder.pokylinux.org/nightly/20110226-1/buildstats/buildstats/
> > 
> > Open Defects:
> > ----------------------------
> > 
> > As of right now we have:
> > 76 total open defects targeted for 1.0
> > 
> > Critical: 0
> > High: 14
> > Medium: 53
> > Low: 7
> > Undetermined: 2
> > 
> > 
> > Thanks for all those who helped with this weekends RC generation, especially sgw and RP__
> > 
> > ------------------
> > Elizabeth Flanagan
> > Yocto Project
> > Release Engineer
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> 




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

* Re: Status of release candidate: bernard-1.0rc1
  2011-02-28 16:40   ` Tom Zanussi
@ 2011-03-01  7:37     ` Tom Zanussi
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Zanussi @ 2011-03-01  7:37 UTC (permalink / raw)
  To: Elizabeth Flanagan; +Cc: yocto@yoctoproject.org

On Mon, 2011-02-28 at 10:40 -0600, Tom Zanussi wrote:
> On Mon, 2011-02-28 at 01:51 -0600, Tom Zanussi wrote:
> > On Sun, 2011-02-27 at 18:57 -0800, Elizabeth Flanagan wrote:
> > > Summary
> > > =======
> > > 
> > > This weekend, we generated a release candidate for bernard based on the bernard branch
> > > of master at commit:
> > > e08dc5aaaeba61e332caab4a3df5750df6b49ac1
> > > 
> > > and for BSPs based on the bernard branch of meta-intel at commit:
> > > 16f47f04a2baaeaf9b5a9b381fc7a3c7755d6ff6
> > > 
> > > Issues seen:
> > > ===========
> > > 
> > > Build Infrastructure issues:
> > > ----------------------------
> > > 
> > > - We had an issue with builder02 running out of disk space, so some of the build
> > >   copying was done post-build. This did not effect the build and was dealt with
> > >   manually after cleaning up the partition.
> > > 
> > > - There is an issue with how package-index is being run. I will need to sync up
> > >   with Jessica to verify how this should be incorporated into the build.
> > > 
> > > - The sanity tests on builder02 failed because builder02 was unable to resolve
> > >   "localhost". This has been corrected and the sanity tests re-run incrementally:
> > >   http://autobuilder.pokylinux.org:8010/builders/nightly-internal-sanity/builds/3
> > > 
> > > - The tarball generation buildstep is not branch aware. This will be fixed this week.
> > >   In the meantime it was run manually.
> > > 
> > > 
> > > Sanity Test Issues:
> > > ----------------------------
> > > 
> > > - zypper-search failed on qemux-x86_64 on poky-image-lsb and poky-image-sato
> > > 
> > > 
> > > Build Issues:
> > > ----------------------------
> > > 
> > > - BSPs did not complete successfully. There were some issue in the actual build mostly centering around:
> > >    - Failing to do_kernel_checkout
> > 
> > There are a couple problems with the jasperforest BSP.  First, the
> > SRCREVs need updating, which I just submitted a patch for.
> > 
> > Even after that, though, there seems to be a problem with the kernel
> > repo the fetcher is getting.  Even after clearing it out of git2, the
> > kernel repo that gets fetched into git2 and the build doesn't have the
> > jasperforest branch.  A manual local clone of linux-yocto-2.6.37 does
> > contain the branch, though, and pointing the build to the local clone
> > finds the branch and builds(*) ok.
> > 
> > (*) until it gets to compiling perf - at that point it fails since the
> > branch doesn't yet have the perf compile fix moved from master.
> > 
> 
> The jasperforest branch just got updated, and I just submitted a SRCREV
> update to use that, which takes care of the perf compile error.
> 
> I still see the problem with the the fetcher not getting the current
> linux-yocto-2.6.37, so it looks like either a problem with the fetcher
> or some stale cache lodged somewhere.
> 

Yeah, it looks like stale cache.
http://autobuilder.yoctoproject.org/sources/git2_git.pokylinux.org.linux-yocto-2.6.37.tar.gz
doesn't have local branches for yocto/standard/common-pc-64/jasperforest
or yocto/standard/crownbay.

Tom


> An interesting related thing is that I also see it with the 2.6.37
> crownbay branch - a local clone works fine, but in the repo fetched into
> git2 and the build the crownbay branch is missing, but in that case even
> though the branch doesn't appear, its commits are actually in the repo
> e.g. git log <commitid> shows the commits there.
> 
> Tom
> 
> > Tom
> > 
> > >    - Unpack issues around svn://svn.o-hand.com/repos
> > > 
> > > - Beagleboard failed doing runstrip on uboot during do_populate_sysroot
> > > 
> > > 
> > > Build statistic:
> > > ----------------------------
> > > 	
> > > Using RP__'s machine as a baseline, our current build stats for poky-image-sato is:
> > > 
> > > real	109m52.400s
> > > user	393m58.840s
> > > sys	59m25.380s
> > > 
> > > Build statistics for nightly-external are available at:
> > > 
> > > http://autobuilder.pokylinux.org/nightly/20110226-1/buildstats/buildstats/
> > > 
> > > Open Defects:
> > > ----------------------------
> > > 
> > > As of right now we have:
> > > 76 total open defects targeted for 1.0
> > > 
> > > Critical: 0
> > > High: 14
> > > Medium: 53
> > > Low: 7
> > > Undetermined: 2
> > > 
> > > 
> > > Thanks for all those who helped with this weekends RC generation, especially sgw and RP__
> > > 
> > > ------------------
> > > Elizabeth Flanagan
> > > Yocto Project
> > > Release Engineer
> > > _______________________________________________
> > > yocto mailing list
> > > yocto@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/yocto
> > 
> 




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

end of thread, other threads:[~2011-03-01  7:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28  2:57 Status of release candidate: bernard-1.0rc1 Elizabeth Flanagan
2011-02-28  3:14 ` Lu, Lianhao
2011-02-28  7:51 ` Tom Zanussi
2011-02-28 16:40   ` Tom Zanussi
2011-03-01  7:37     ` Tom Zanussi

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.