Lines Matching refs:serverlog
40 def serverlog(msg): function
82 …serverlog("Bitbake XMLRPC server address: %s, server port: %s" % (self.xmlrpc.host, self.xmlrpc.po…
93 serverlog("Error writing to lock file: %s" % str(e))
107 …serverlog("Raw profiling information saved to profile.log and processed statistics to profile.log.…
127 serverlog("Entering server connection loop")
130 serverlog("Disconnecting Client")
148 serverlog("Starting new client")
153 serverlog("No timeout, exiting.")
162 serverlog("Queuing %s (%s)" % (str(ready), str(newconnections)))
165 serverlog("Accepting %s (%s)" % (str(ready), str(newconnections)))
170 serverlog("Processing Client")
172 serverlog("Connecting Client")
196 serverlog("Server timeout, exiting.")
203 serverlog("No UI connection within max timeout, exiting to avoid infinite loop.")
218 serverlog("Running command %s" % command)
220 serverlog("Command Completed")
223 … serverlog('Exception in server main event loop running command %s (%s)' % (command, stack))
247 serverlog("Exiting")
265 serverlog("More than one thread left?: " + str(threading.enumerate()))
283 serverlog("Original lockfile contents: " + str(lockcontents))
297 … serverlog("Lockfile now contains different contents, exiting: " + str(newlockcontents))
305 serverlog("Exiting as we could obtain the lock")
333 serverlog("".join(msg))
527 …serverlog(start_log_format % (os.getpid(), datetime.datetime.now().strftime(start_log_datetime_for…
556 serverlog("Started bitbake server pid %d" % os.getpid())