* [meta-raspberrypi] kernel do_patch lasts ages
@ 2015-08-19 22:23 Andreas Müller
2015-09-01 1:07 ` Andreas Müller
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Müller @ 2015-08-19 22:23 UTC (permalink / raw)
To: Yocto Project
Hi
since one week or so my build sometimes freezes with
linux-raspberrypi-3.18.11+gitd64fa8121fca9883d6fb14ca06d2abf66496195e-r0
do_patch (pid 7335)
without any progress noticeable.
In log.do_patch I see strange stuff:
DEBUG: Executing shell function do_patch
[INFO] validating against known patches (raspberrypi2-standard-meta)
[####################################################################################################]
(|)(200 %)
Anybody out there with ideas what's going on?
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-raspberrypi] kernel do_patch lasts ages
2015-08-19 22:23 [meta-raspberrypi] kernel do_patch lasts ages Andreas Müller
@ 2015-09-01 1:07 ` Andreas Müller
2015-09-01 2:23 ` Bruce Ashfield
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Müller @ 2015-09-01 1:07 UTC (permalink / raw)
To: Yocto Project
On Thu, Aug 20, 2015 at 12:23 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> Hi
>
> since one week or so my build sometimes freezes with
>
> linux-raspberrypi-3.18.11+gitd64fa8121fca9883d6fb14ca06d2abf66496195e-r0
> do_patch (pid 7335)
>
> without any progress noticeable.
>
> In log.do_patch I see strange stuff:
>
> DEBUG: Executing shell function do_patch
> [INFO] validating against known patches (raspberrypi2-standard-meta)
> [####################################################################################################]
> (|)(200 %)
>
> Anybody out there with ideas what's going on?
>
OK a successful log says
DEBUG: Executing shell function do_patch
[INFO] validating against known patches (raspberrypi2-standard-meta)
[####################################################################################################]
(|)(200 %) [##################################################]
(completed in 6326 seconds)
DEBUG: Shell function do_patch finished
What takes 108 minutes??
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-raspberrypi] kernel do_patch lasts ages
2015-09-01 1:07 ` Andreas Müller
@ 2015-09-01 2:23 ` Bruce Ashfield
0 siblings, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2015-09-01 2:23 UTC (permalink / raw)
To: Andreas Müller, Yocto Project
On 2015-08-31 9:07 PM, Andreas Müller wrote:
> On Thu, Aug 20, 2015 at 12:23 AM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> Hi
>>
>> since one week or so my build sometimes freezes with
>>
>> linux-raspberrypi-3.18.11+gitd64fa8121fca9883d6fb14ca06d2abf66496195e-r0
>> do_patch (pid 7335)
>>
>> without any progress noticeable.
>>
>> In log.do_patch I see strange stuff:
>>
>> DEBUG: Executing shell function do_patch
>> [INFO] validating against known patches (raspberrypi2-standard-meta)
>> [####################################################################################################]
>> (|)(200 %)
>>
>> Anybody out there with ideas what's going on?
>>
> OK a successful log says
>
> DEBUG: Executing shell function do_patch
> [INFO] validating against known patches (raspberrypi2-standard-meta)
> [####################################################################################################]
> (|)(200 %) [##################################################]
> (completed in 6326 seconds)
> DEBUG: Shell function do_patch finished
>
> What takes 108 minutes??
Wow. That is REALLY long. In existing releases the tools are looking
for place to resume a previously applied set of matches. Depending
on the history of a branch, it means quite a few commits are
checked.
I'm betting this is falling into some sort of pathological case where
hundreds of commits are being checked.
As it turns out, I completed a set of changes just today that eliminate
that checking and make the patch phase take almost no time.
If someone is willing to test an in-progress patch, I can send it out
tomorrow and see if the change resolves this issue.
Bruce
>
> Andreas
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-01 2:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19 22:23 [meta-raspberrypi] kernel do_patch lasts ages Andreas Müller
2015-09-01 1:07 ` Andreas Müller
2015-09-01 2:23 ` Bruce Ashfield
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.