Home | History | Annotate | Download | only in hosts

Lines Matching refs:logging

5 import logging
337 logging.info('plankton_servo: %r', self.plankton_servo)
393 logging.warning('No job repo url set on host %s', self.hostname)
396 logging.info('Verifying job repo url %s', job_repo_url)
402 logging.info('Staging autotest artifacts for %s on devserver %s',
527 logging.info('Canceling stateful update because the new and '
577 logging.debug('Cleaning up old autotest directories.')
582 logging.debug('No autotest installed directory found.')
595 logging.info('Staging build for AU: %s', image_name)
611 logging.info('Staging build for servo install: %s', image_name)
631 logging.error('Need an image_name to stage a factory image.')
641 logging.info('Staging build for servo install: %s', image_name)
662 logging.warning('Unable to parse build name %s. Something is '
697 logging.debug('Retry auto_update: resolved devserver for '
771 logging.debug('Resolving a devserver for auto-update')
786 logging.debug('Resolved to devserver that does not match '
791 logging.info('Staging build for AU: %s', update_url)
797 logging.info('Staging build for AU: %s', update_url)
806 logging.debug('Resolved devserver for auto-update: %s', devserver.url())
834 logging.debug('Provision failed due to devserver issue,'
839 logging.debug('Checking whether host %s is online.', self.hostname)
920 logging.debug('Update will be staged for this installation')
926 logging.debug('Update URL is %s', update_url)
947 logging.exception(e)
951 logging.info('Install complete without full update')
953 logging.info('DUT requires full update.')
964 logging.warn('Autoupdate did not complete.')
975 logging.warn('Devserver looks unhealthy. Trying another')
978 logging.debug('New Update URL is %s', update_url)
1093 logging.info('Will install firmware from build %s.', build)
1112 logging.info('Will re-program EC %snow', 'RW ' if rw_only else '')
1118 logging.info('Not a Chrome EC, ignore re-programing it')
1119 logging.info('Will re-program BIOS %snow', 'RW ' if rw_only else '')
1147 logging.debug('Dumping %s', client_constants.UPDATE_ENGINE_LOG)
1171 logging.info('Downloading image to USB, then booting from it. Usb boot '
1183 logging.info('Resetting the TPM status')
1187 logging.warn('chromeos-tpm-recovery is too old.')
1192 logging.info('Installing image through chromeos-install.')
1196 logging.info('Power cycling DUT through servo.')
1209 logging.info('Waiting for DUT to come back up.')
1321 logging.info(info)
1346 logging.debug('This host has recently interacted with the RPM'
1353 logging.error('Failed to turn Power On for this host after '
1360 logging.info('The device has power adapter connected and '
1365 logging.info('Battery level is now at %s%%. The device may '
1472 logging.warn(
1507 logging.warning('Unable to restart ui, rebooting device.')
1534 # For purposes of logging reboot times:
1851 logging.error('client rebooted (old boot %s, new boot %s)',
1914 logging.error('client not rebooted (boot %s)',
1958 logging.info('Setting servo port J10 to %s', state)
1962 logging.info('You have %d seconds to set the AC power to %s.',
2197 logging.info("No ectool cmd found, assuming no EC accelerometers")
2203 logging.info("EC does not support motionsense command "
2210 logging.info("Motion sense inactive, assuming no EC accelerometers")
2213 logging.info("EC accelerometers found")
2293 logging.info("Fail to run %s", rootdev_cmd)
2309 logging.info("Fail to run %s", type_cmd)
2323 logging.info("Fail to run %s", link_cmd)
2334 logging.info("Fail to run %s", rotate_cmd)
2465 logging.debug('%s', meminfo)