Running '. ./oe-init-build-env; ${SCRIPTSDIR}/yocto-supported-distros --config-from-web --release-from-env --compare --check-worker-statuses' with output to /srv/pokybuild/yocto-worker/a-full/build/build/command-2-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 "/srv/pokybuild/yocto-worker/a-full/build/bitbake/bin/bitbake-getvar", line 54, in <module>
tinfoil.prepare(quiet=2, config_only=True)
File "/srv/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/tinfoil.py", line 550, in prepare
config_params.updateToServer(self.server_connection.connection, os.environ.copy())
File "/srv/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/cookerdata.py", line 74, in updateToServer
ret, error = server.runCommand(["updateConfig", options, environment, sys.argv])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/server/process.py", line 492, in runCommand
raise bb.BBHandledException()
bb.BBHandledException
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/a-full/build/bitbake/bin/bitbake-getvar", line 46, in <module>
with bb.tinfoil.Tinfoil(tracking=True, setup_logging=not quiet) as tinfoil:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/tinfoil.py", line 477, in __exit__
self.shutdown()
File "/srv/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/tinfoil.py", line 996, in shutdown
self.run_command('clientComplete')
File "/srv/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/tinfoil.py", line 612, in run_command
result = self.server_connection.connection.runCommand(commandline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/server/process.py", line 492, in runCommand
raise bb.BBHandledException()
bb.BBHandledException
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/a-full/yocto-autobuilder-helper/scripts/yocto-supported-distros", line 452, in <module>
main()
File "/srv/pokybuild/yocto-worker/a-full/yocto-autobuilder-helper/scripts/yocto-supported-distros", line 375, in main
release = _get_current_core_release()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/a-full/yocto-autobuilder-helper/scripts/yocto-supported-distros", line 252, in _get_current_core_release
release = subprocess.check_output(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['bitbake-getvar', '--quiet', '--value', 'METADATA_BRANCH']' returned non-zero exit status 1.