Home | History | Annotate | Download | only in cros

Lines Matching refs:raised

102         # Raised when devserver portfile does not exist on host.
105 # Raised when devserver cannot copy packages to host.
108 # Raised when devserver fails to run specific commands on host.
111 # Raised when new build fails to boot on the host.
114 # Raised when the auto-update process is timed out.
118 # Raised when the host is not pingable.
121 # Raised when hosts have unexpected status after rootfs update.
126 # Raised when devserver returns non-json response to shard/drone.
129 # Raised when devserver loses host's ssh connection
132 # Raised when error happens in writing files to host
150 """Raised when the dev server returns a non-200 HTTP response."""
154 """Raised when provision fails due to a retryable reason."""
158 """Raised when the dev server returns a 502 HTTP response."""
162 """Raised when fail to locate any devserver."""
584 may be raised as for urllib2.urlopen().
948 response. Exceptions may be raised as for urllib2.urlopen() or
1001 exceptions that were raised when devserver tried to download
1003 when an exception was raised in the code. Such exception
1004 should be re-raised here to stop the caller from waiting.
1006 URLError exception is raised, and caller should retry the
1848 exceptions that were raised when devserver tried to
1850 a CmdError when an exception was raised in the code. Such
1851 exception should be re-raised here to stop the caller from
1853 issue, a URLError exception is raised, and caller should
1924 raised_error: None if everything works well or the raised error.
1950 """Parse the error that was raised from auto_update.
2074 error_msg_attempt = 'Exception raised on auto_update attempt #%s:\n%s'
2088 # raised by _trigger_auto_update should be displayed.
2119 # Error happens in _collect_au_log won't be raised. Auto-update
2127 # Error happens in _clean_track_log won't be raised. Auto-update
2135 # If any error is raised previously, log it and retry