Lines Matching refs:logging
15 import logging
116 logging.info('Trying to downloading previous build %s.', old_commit)
121 logging.info('Done downloading previus build.')
124 logging.info('Build for %s does not exist.', old_commit)
126 logging.error('Could not download build for %s because of: %s',
133 logging.info('Downloading corpus for %s to %s.', target_name, corpus_dir)
137 logging.info('Done downloading corpus. Contains %d elements.',
140 logging.error('Failed to download corpus for target: %s. Error: %s',
157 logging.info('Uploading corpus in %s for %s.', corpus_dir, target_name)
161 logging.info('Done uploading corpus.')
163 logging.error('Failed to upload corpus for target: %s. Error: %s.',
168 logging.info('Uploading latest build in %s.', self.workspace.out)
172 logging.info('Done uploading latest build.')
175 logging.error('Failed to upload latest build: %s. Error: %s',
181 logging.info('No crashes in %s. Not uploading.', self.workspace.artifacts)
186 logging.info('Uploading crashes in %s.', self.workspace.artifacts)
190 logging.info('Done uploading crashes.')
192 logging.error('Failed to upload crashes. Error: %s', error)
204 logging.error('Could not download coverage.')
209 logging.error('Could not get coverage.')
237 logging.error('Error getting latest build version for %s from: %s.',
259 logging.info('Downloading latest build.')
266 logging.info('Done downloading latest build.')
273 logging.info('Not uploading latest build because on OSS-Fuzz.')
277 logging.info('Not uploading corpus because on OSS-Fuzz.')
281 logging.info('Not uploading crashes because on OSS-Fuzz.')
301 logging.warning('Failed to download corpus for %s.', target_name)
306 logging.info('Not uploading coverage report because on OSS-Fuzz.')
323 logging.info('Not uploading latest build because no ClusterFuzz '
328 logging.info('Not uploading corpus because no ClusterFuzz deployment.')
332 logging.info('Not uploading crashes because no ClusterFuzz deployment.')
336 logging.info('Not downloading corpus because no ClusterFuzz deployment.')
341 logging.info(
346 logging.info(
351 logging.info(
371 logging.info('ClusterFuzzDeployment: %s.', result)