Lines Matching refs:err
42 except httplib.HTTPException as err:
43 raise RuntimeError("unable to call API: %s" % err)
52 except Exception as err:
53 raise RuntimeError("unexpected error parsing JSON: %s" % err)
64 except httplib.HTTPException as err:
65 raise RuntimeError("unable to call API: %s" % err)
96 except Exception as err:
97 raise RuntimeError("Unable to determine service status: %s" % err)
107 except Exception as err:
108 raise RuntimeError("Unable to determine version: %s" % err)
122 except Exception as err:
123 raise RuntimeError("mkimage-solaris failure: %s" % err)
132 except Exception as err:
133 raise SystemExit("Could not create build directory: %s" % err)
138 except Exception as err:
139 raise SystemExit("Failed to create rootfs: %s" % err)
159 except Exception as err:
160 raise SystemExit("Failed image build: %s" % err)