[bitbake-devel] [PATCH 00/26] runqueue changes

richard.purdie at linuxfoundation.org richard.purdie at linuxfoundation.org
Thu Jul 11 11:33:12 UTC 2019


On Thu, 2019-07-11 at 10:57 +0000, Jacob Kroon wrote:
> Exciting to see steps towards the sstate hash equivalence thing!
> 
> I tested master-next, 6ff6485fa9195055ab6057527c6388f6c013cb8d, and
> got:
> 
> Sstate summary: Wanted 1152 Found 579 Missed 573 Current 0 (50%
> match,
> 0% complete)
> NOTE: Executing Tasks
> Traceback (most recent call last):
>    File "<snip>/bitbake/lib/bb/ui/knotty.py", line 480, in main
>      termfilter.updateFooter()
>    File "<snip>/bitbake/lib/bb/ui/knotty.py", line 291, in
> updateFooter
>      content = self.main_progress.update(progress)
>    File "<snip>/bitbake/lib/progressbar/progressbar.py", line 256, in
> update
>      raise ValueError('Value out of range')
> ValueError: Value out of range
> 
> Restarted the build, and now its running...

Thanks, I think this is the UI not understanding both sets of tasks run
in parallel. There is a patch added to -next and on the list which
hopefully should stop the above happening (I couldn't reproduce it
though).

Cheers,

Richard



More information about the bitbake-devel mailing list