Lines Matching refs:logging
12 import logging
69 logging.error("Received SIGALARM. Ignoring and continuing on.")
93 logging.debug('Read list of machines from file: %s', machines_file)
94 logging.debug('Machines: %s', ','.join(machines))
120 for autoserv run requires no logging.
154 results can be None for autoserv run requires no logging.
215 logging.info('Run command in container: %s', cmd_line)
264 logging.debug('Trying to start servod.')
272 logging.warn('Starting servod is aborted. The dut\'s servo_host '
277 logging.error('Failed to get board name from AFE. Start servod is '
286 logging.debug('Servod is already running with given board and port.'
289 logging.debug('Servod is running with different board or port. '
298 logging.debug('Servod is started')
300 logging.error('Servod failed to be started, error: %s', e)
314 logging.warn('Autoserv is required to run with server-side packaging. '
339 logging.debug('Received SIGTERM')
342 logging.debug('Finished writing to pid_file. Killing process.')
354 logging.debug('Destroy container %s before aborting the autoserv '
362 logging.debug('Container %s is not found.', container_id)
365 logging.exception('Failed to destroy container %s.',
383 logging.debug('faulthandler registered on SIGTERM.')
473 job.logging.start_logging()
546 logging.exception(
633 # previous jobs, lets create the result dir since the logging system
649 # to use server-side package. Logging is postponed until logging being
674 logging.warn(
685 logging.info("Results placed in %s" % results)
690 logging.error("No existing results directory found: %s", results)
693 logging.debug('autoserv is running in drone %s.', socket.gethostname())
694 logging.debug('autoserv command was: %s', ' '.join(sys.argv))
759 logging.exception('Uncaught SystemExit with code %s', exit_code)
763 logging.exception('Uncaught Exception, exit_code = 1.')