$ tectonic init --config ~/tectonic.libvirt.yaml
FATA[0000] Get : unsupported protocol scheme ""
DEBU[0034] nexting layer=debugger
> github.com/openshift/installer/pkg/types/config/libvirt.(*Libvirt).UseCachedImage() /home/aim/go-projects/openshift-installer/src/github.com/openshift/installer/pkg/types/config/libvirt/cache.go:48 (PC: 0xb611fc)
43:
44: cache := diskcache.New(cacheDir)
45: transport := httpcache.NewTransport(cache)
46: resp, err := transport.Client().Get(libvirt.Image)
47: if err != nil {
=> 48: return err
49: }
50: if resp.StatusCode != 200 {
51: return fmt.Errorf("%s while getting %s", resp.Status, libvirt.Image)
52: }
53: defer resp.Body.Close()
(dlv) p err
error(*net/url.Error) *{
Op: "Get",
URL: "",
Err: error(*net/http.badStringError) *{
what: "unsupported protocol scheme",
str: "",},}
(dlv) p cacheDir
"/home/aim/.cache/openshift-install/libvirt"
Since PR #280 I get:
Debugging a little I see the following: