# Pastebin uS3ZHnIK RP: master fails: $ cat /srv/build/ttorling/build-toaster-3/toaster_ui.log Traceback (most recent call last): File "/home/ttorling/Projects/poky/bitbake/bin/bitbake", line 37, in sys.exit(bitbake_main(BitBakeConfigParameters(sys.argv), File "/home/ttorling/Projects/poky/bitbake/lib/bb/main.py", line 378, in bitbake_main return ui_module.main(server_connection.connection, server_connection.events, File "/home/ttorling/Projects/poky/bitbake/lib/bb/ui/toasterui.py", line 135, in main params.updateToServer(server, os.environ.copy()) File "/home/ttorling/Projects/poky/bitbake/lib/bb/cookerdata.py", line 75, in updateToServer raise Exception("Unable to update the server configuration with local parameters: %s" % error) Exception: Unable to update the server configuration with local parameters: bb.BBHandledException() Traceback (most recent call last): File "/srv/build/ttorling/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/command.py", line 90, in runCommand result = command_method(self, commandline) File "/srv/build/ttorling/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/command.py", line 286, in updateConfig command.cooker.updateConfigOpts(options, environment, cmdline) File "/srv/build/ttorling/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 536, in updateConfigOpts self.reset() File "/srv/build/ttorling/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 1776, in reset self.initConfigurationData() File "/srv/build/ttorling/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 389, in initConfigurationData self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False) File "/srv/build/ttorling/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cookerdata.py", line 252, in __init__ bb.fatal("Exiting to allow enviroment variables to be corrected") File "/srv/build/ttorling/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/__init__.py", line 178, in fatal raise BBHandledException() bb.BBHandledException