onosproject / gnxi-simulators

Code for simulating various device and orchestration entities with which ONOS interacts, e.g. gNMI, gNOI, P4Runtime
14 stars 15 forks source link

Device Simulator docker build fails #114

Closed reversekick closed 3 years ago

reversekick commented 3 years ago

Hello Folks, When I try to build the docker image of the device simulator it fails with the following error

go get github.com/google/gnxi/gnoi_cert@6697a080bc2d3287d9614501a3298b3dcfea06df: github.com/google/gnxi/gnoi_cert@6697a080bc2d3287d9614501a3298b3dcfea06df: invalid version: Get "https://proxy.golang.org/github.com/google/gnxi/gnoi_cert/@v/6697a080bc2d3287d9614501a3298b3dcfea06df.info": dial tcp: i/o timeout go get github.com/google/gnxi/gnoi_target@6697a080bc2d3287d9614501a3298b3dcfea06df: github.com/google/gnxi/gnoi_target@6697a080bc2d3287d9614501a3298b3dcfea06df: invalid version: Get "https://proxy.golang.org/github.com/google/gnxi/gnoi_target/@v/6697a080bc2d3287d9614501a3298b3dcfea06df.info": dial tcp: i/o timeout

Curios if someone else is running into this issue as it says invalid_version?

reversekick commented 3 years ago

Never mind -- looks like the machine I was trying with was having some proxy settings -- the same command worked on my laptop.