snips.sh

 1 bitbake -P cpprest
 2WARNING: Published ports are discarded when using host network mode
 3NOTE: Started PRServer with DBfile: /mnt/b/yoe/master/cache/prserv.sqlite3, Address: 127.0.0.1:42495, PID: 110
 4Loading cache: 100% |#####################################################################################################################################################################| Time: 0:00:01
 5Loaded 2728 entries from dependency cache.
 6Parsing recipes: 100% |###################################################################################################################################################################| Time: 0:00:42
 7Parsing of 3277 .bb files complete (1785 cached, 1492 parsed). 5359 targets, 279 skipped, 0 masked, 0 errors.
 8ERROR: Command execution failed: Traceback (most recent call last):
 9  File "/mnt/b/yoe/master/sources/poky/bitbake/lib/bb/cooker.py", line 2283, in parse_next
10    parsed, mc, result = next(self.results)
11                         ^^^^^^^^^^^^^^^^^^
12StopIteration
13
14During handling of the above exception, another exception occurred:
15
16Traceback (most recent call last):
17  File "/mnt/b/yoe/master/sources/poky/bitbake/lib/bb/command.py", line 122, in runAsyncCommand
18    self.cooker.updateCache()
19  File "/mnt/b/yoe/master/sources/poky/bitbake/lib/bb/cooker.py", line 1634, in updateCache
20    if not self.parser.parse_next():
21           ^^^^^^^^^^^^^^^^^^^^^^^^
22  File "/mnt/b/yoe/master/sources/poky/bitbake/lib/bb/cooker.py", line 2292, in parse_next
23    self.shutdown()
24  File "/mnt/b/yoe/master/sources/poky/bitbake/lib/bb/cooker.py", line 2243, in shutdown
25    bb.utils.process_profilelog(profiles, pout = pout)
26  File "/mnt/b/yoe/master/sources/poky/bitbake/lib/bb/utils.py", line 1161, in process_profilelog
27    p = pstats.Stats(*fn, stream=pout)
28        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29  File "/usr/lib/python3.11/pstats.py", line 116, in __init__
30    self.add(*args)
31  File "/usr/lib/python3.11/pstats.py", line 174, in add
32    item = Stats(item)
33           ^^^^^^^^^^^
34  File "/usr/lib/python3.11/pstats.py", line 115, in __init__
35    self.init(arg)
36  File "/usr/lib/python3.11/pstats.py", line 129, in init
37    self.load_stats(arg)
38  File "/usr/lib/python3.11/pstats.py", line 143, in load_stats
39    self.stats = marshal.load(f)
40                 ^^^^^^^^^^^^^^^
41EOFError: EOF read where object expected
42
43
44Summary: There was 1 ERROR message, returning a non-zero exit code.