Lines Matching refs:logging
6 import logging
32 logging.info('Waiting for cache lock...')
47 logging.error('Permanent lock failure. Trying to break lock.')
56 logging.info('Acquired cache lock after %d attempts.', attempts)
61 logging.info('Released cache lock.')
85 stderr_level=logging.DEBUG,
144 logging.error('Trunk end with %s abi but have not seen '
161 logging.info('Total ABIs: %s', abis)
163 logging.error('Failed (but not waived) tests:\n%s',
174 logging.error('Found %d failures for %s but there are only %d '
178 logging.info('Waived failure for %s %d time(s)', testname, fail_count)
179 logging.info('Total waived = %s', waived)
189 logging.info('Found 32 bit java, switching to use it.')