Hi,
I started again to build a new environment in a new repo but same results. Here is what I did :
After the
I tried to build 4 times the image rpb-desktop-image
I deleted the build rep
I did a ". setup environment" to recreate the build rep
I then use the commands "bitbake cleanstate"
I deleted the build rep
I did a ". setup environment" to recreate the build rep
I then use the commands "bitbake listtasks"
The commands always failed during parsing the recipes for any previous command below are the results:
bitbake rpb-desktop-image :
NOTE: Started PRServer with DBfile: /home/ubuntu/Documents/yocto/oe-qcom/build-rpb/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 36574, PID: 5254
NOTE: Error during finalise of /home/ubuntu/Documents/yocto/oe-qcom/build-rpb/conf/../../layers/openembedded-core/meta/recipes-core/images/core-image-minimal.bb
ERROR: Exception during parse: Traceback (most recent call last):
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2102, in parse_next
parsed, result = self.results.next()
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2088, in parse_generator
result = self.result_queue.get(timeout=0.25)
File "/usr/lib/python2.7/multiprocessing/queues.py", line 135, in get
res = self._recv()
TypeError: ('init() takes at least 2 arguments (1 given)', <class 'bb.process.CmdError'>, ())
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
NOTE: Started PRServer with DBfile: /home/ubuntu/Documents/yocto/oe-qcom/build-rpb/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 33663, PID: 8550
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 1463 entries from dependency cache.
NOTE: Error during finalise of /home/ubuntu/Documents/yocto/oe-qcom/build-rpb/conf/../../layers/openembedded-core/meta/recipes-graphics/images/core-image-x11.bb
NOTE: Error during finalise of /home/ubuntu/Documents/yocto/oe-qcom/build-rpb/conf/../../layers/openembedded-core/meta/recipes-graphics/images/core-image-clutter.bb
ERROR: Exception during parse: Traceback (most recent call last):
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2102, in parse_next
parsed, result = self.results.next()
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2088, in parse_generator
result = self.result_queue.get(timeout=0.25)
File "/usr/lib/python2.7/multiprocessing/queues.py", line 135, in get
res = self._recv()
TypeError: ('init() takes at least 2 arguments (1 given)', <class 'bb.process.CmdError'>, ())
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
NOTE: Error during finalise of /home/ubuntu/Documents/yocto/oe-qcom/build-rpb/conf/../../layers/openembedded-core/meta/recipes-graphics/images/core-image-clutter.bb
ERROR: Exception during parse: Traceback (most recent call last):
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2102, in parse_next
parsed, result = self.results.next()
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2088, in parse_generator
result = self.result_queue.get(timeout=0.25)
File "/usr/lib/python2.7/multiprocessing/queues.py", line 135, in get
res = self._recv()
TypeError: ('init() takes at least 2 arguments (1 given)', <class 'bb.process.CmdError'>, ())
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
NOTE: Error during finalise of /home/ubuntu/Documents/yocto/oe-qcom/build-rpb/conf/../../layers/openembedded-core/meta/recipes-graphics/images/core-image-clutter.bb
ERROR: Exception during parse: Traceback (most recent call last):
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2102, in parse_next
parsed, result = self.results.next()
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2088, in parse_generator
result = self.result_queue.get(timeout=0.25)
File "/usr/lib/python2.7/multiprocessing/queues.py", line 135, in get
res = self._recv()
TypeError: ('init() takes at least 2 arguments (1 given)', <class 'bb.process.CmdError'>, ())
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
bitbake cleanstate:
EventAdapter puked: can't start new threadEventAdapter puked: can't start new thread
EventAdapter puked: can't start new thread
ERROR: Exception during parse: Traceback (most recent call last):
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2102, in parse_next
parsed, result = self.results.next()
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2088, in parse_generator
result = self.result_queue.get(timeout=0.25)
File "/usr/lib/python2.7/multiprocessing/queues.py", line 135, in get
res = self._recv()
TypeError: ('init() takes at least 2 arguments (1 given)', <class 'bb.process.CmdError'>, ())
bitbake listtasks:
NOTE: Error during finalise of /home/ubuntu/Documents/yocto/oe-qcom/build-rpb/conf/../../layers/meta-openembedded/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
ERROR: Exception during parse: Traceback (most recent call last): | ETA: 00:02:15
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2102, in parse_next
parsed, result = self.results.next()
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2088, in parse_generator
result = self.result_queue.get(timeout=0.25)
File "/usr/lib/python2.7/multiprocessing/queues.py", line 135, in get
res = self._recv()
TypeError: ('init() takes at least 2 arguments (1 given)', <class 'bb.process.CmdError'>, ())
ERROR: Command execution failed: Traceback (most recent call last):
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/command.py", line 101, in runAsyncCommand
self.cooker.updateCache()
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 1549, in updateCache
if not self.parser.parse_next():
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2143, in parse_next
self.shutdown(clean=False)
File "/home/ubuntu/Documents/yocto/oe-qcom/bitbake/lib/bb/cooker.py", line 2045, in shutdown
self.feeder_quit.put('cancel')
File "/usr/lib/python2.7/multiprocessing/queues.py", line 107, in put
self.startthread()
File "/usr/lib/python2.7/multiprocessing/queues.py", line 191, in startthread
self._thread.start()
File "/usr/lib/python2.7/threading.py", line 745, in start
startnew_thread(self.__bootstrap, ())
error: can't start new thread
Thanks,
Jérôme.