Running '. ./oe-init-build-env; ${SCRIPTSDIR}/generate-testresult-index.py /srv/autobuilder/autobuilder.lab/pub/non-release/' with output to /disks/nvme/yocto-worker/indexing/build/build/command-1-cmds.log
This is the default build configuration for the Poky reference distribution.
### Shell environment set up for builds. ###
You can now run 'bitbake <target>'
Common targets are:
core-image-minimal
core-image-full-cmdline
core-image-sato
core-image-weston
meta-toolchain
meta-ide-support
You can also run generated qemu images with a command like 'runqemu qemux86-64'.
Other commonly useful commands are:
- 'devtool' and 'recipetool' handle common recipe tasks
- 'bitbake-layers' handles common layer tasks
- 'oe-pkgdata-util' handles common target package tasks
Traceback (most recent call last):
File "/disks/nvme/yocto-worker/indexing/yocto-autobuilder-helper/scripts/generate-testresult-index.py", line 148, in <module>
branch = get_build_branch(buildpath)
File "/disks/nvme/yocto-worker/indexing/yocto-autobuilder-helper/scripts/generate-testresult-index.py", line 57, in get_build_branch
data = json.load(filedata)
File "/disks/nvme/yocto-worker/indexing/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/json/__init__.py", line 293, in load
return loads(fp.read(),
cls=cls, object_hook=object_hook,
parse_float=parse_float, parse_int=parse_int,
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/disks/nvme/yocto-worker/indexing/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/disks/nvme/yocto-worker/indexing/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/disks/nvme/yocto-worker/indexing/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/json/decoder.py", line 363, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1344 column 101 (char 40960)