Hi.
When i'm trying to run the make all command, I get this:
[root@localhost cmkbeat]# make all
make deps
make[1]: Entering directory /root/wok/cmkbeat
glide up
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching updates for github.com/elastic/beats
[INFO] --> Fetching updates for github.com/jeremyweader/go-livestatus
[INFO] Resolving imports
[INFO] --> Fetching updates for github.com/jeremyweader/cmkbeat
[INFO] --> Fetching updates for github.com/satori/go.uuid
[INFO] --> Fetching updates for github.com/elastic/go-ucfg
[INFO] --> Fetching updates for github.com/pkg/errors
[INFO] --> Fetching updates for go.uber.org/zap
[INFO] --> Fetching updates for golang.org/x/sys
[INFO] --> Fetching updates for github.com/spf13/cobra
[INFO] --> Fetching updates for github.com/spf13/pflag
[INFO] --> Fetching updates for golang.org/x/crypto
[ERROR] Error scanning github.com/jeremyweader/cmkbeat/cmd: cannot find package "." in:
/root/.glide/cache/src/https-github.com-jeremyweader-cmkbeat/cmd
[INFO] --> Fetching updates for gopkg.in/yaml.v2
[INFO] --> Fetching updates for go.uber.org/atomic
[INFO] --> Detected semantic version. Setting version for go.uber.org/atomic to v1.3.2
[INFO] --> Fetching updates for go.uber.org/multierr
[INFO] --> Detected semantic version. Setting version for go.uber.org/multierr to v1.1.0
[INFO] --> Fetching updates for github.com/joeshaw/multierror
[INFO] --> Fetching updates for github.com/mitchellh/hashstructure
[INFO] --> Fetching updates for github.com/elastic/go-sysinfo
[INFO] --> Fetching updates for github.com/inconshreveable/mousetrap
[INFO] --> Fetching updates for github.com/elastic/go-seccomp-bpf
[INFO] --> Fetching updates for github.com/elastic/gosigar
[INFO] --> Fetching updates for github.com/elastic/go-structform
[INFO] --> Fetching updates for github.com/fatih/color
[INFO] --> Fetching updates for github.com/mattn/go-colorable
[INFO] --> Fetching updates for golang.org/x/net
[INFO] --> Fetching updates for github.com/docker/docker
[INFO] --> Fetching updates for github.com/docker/go-connections
[INFO] --> Fetching updates for github.com/ericchiang/k8s
[INFO] --> Fetching updates for github.com/ghodss/yaml
[INFO] --> Fetching updates for github.com/StackExchange/wmi
[INFO] --> Fetching updates for github.com/Shopify/sarama
[INFO] --> Fetching updates for github.com/rcrowley/go-metrics
[INFO] --> Fetching updates for github.com/elastic/go-lumber
[INFO] --> Fetching updates for github.com/garyburd/redigo
[INFO] --> Fetching updates for github.com/dustin/go-humanize
[INFO] --> Fetching updates for github.com/elastic/go-txfile
[INFO] --> Fetching howett.net/plist
[WARN] Unable to checkout howett.net/plist
[ERROR] Error looking for howett.net/plist: Unable to get repository: Cloning into '/root/.glide/cache/src/https-howett.net-plist'...
error: RPC failed; result=22, HTTP code = 404
fatal: The remote end hung up unexpectedly
: exit status 128
[INFO] --> Fetching updates for github.com/prometheus/procfs
[INFO] --> Fetching updates for github.com/elastic/go-windows
[INFO] --> Fetching updates for github.com/mattn/go-isatty
[INFO] --> Fetching updates for github.com/docker/go-units
[INFO] --> Fetching updates for github.com/docker/distribution
[INFO] --> Fetching updates for github.com/opencontainers/go-digest
[INFO] --> Fetching updates for github.com/golang/protobuf
[INFO] --> Fetching updates for github.com/go-ole/go-ole
[INFO] --> Fetching updates for github.com/davecgh/go-spew
[INFO] --> Fetching updates for github.com/eapache/go-resiliency
[INFO] --> Fetching updates for github.com/eapache/go-xerial-snappy
[INFO] --> Fetching updates for github.com/eapache/queue
[INFO] --> Fetching updates for github.com/pierrec/lz4
[INFO] --> Fetching updates for github.com/klauspost/compress
[INFO] --> Fetching updates for github.com/urso/go-bin
[INFO] --> Fetching updates for github.com/opencontainers/image-spec
[INFO] --> Fetching updates for github.com/Microsoft/go-winio
[INFO] --> Fetching updates for github.com/golang/snappy
[INFO] --> Fetching updates for github.com/theckman/go-flock
[INFO] --> Fetching updates for github.com/gogo/protobuf
[INFO] --> Fetching updates for golang.org/x/text
[INFO] --> Fetching updates for github.com/klauspost/cpuid
[ERROR] Failed to retrieve a list of dependencies: Error resolving imports
make[1]: *** [deps] Error 1
make[1]: Leaving directory `/root/wok/cmkbeat'
make: *** [all] Error 2
Greetings
Hi.
When i'm trying to run the make all command, I get this:
[root@localhost cmkbeat]# make all
make deps
make[1]: Entering directory /root/wok/cmkbeat
glide up
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching updates for github.com/elastic/beats
[INFO] --> Fetching updates for github.com/jeremyweader/go-livestatus
[INFO] Resolving imports
[INFO] --> Fetching updates for github.com/jeremyweader/cmkbeat
[INFO] --> Fetching updates for github.com/satori/go.uuid
[INFO] --> Fetching updates for github.com/elastic/go-ucfg
[INFO] --> Fetching updates for github.com/pkg/errors
[INFO] --> Fetching updates for go.uber.org/zap
[INFO] --> Fetching updates for golang.org/x/sys
[INFO] --> Fetching updates for github.com/spf13/cobra
[INFO] --> Fetching updates for github.com/spf13/pflag
[INFO] --> Fetching updates for golang.org/x/crypto
[ERROR] Error scanning github.com/jeremyweader/cmkbeat/cmd: cannot find package "." in:
/root/.glide/cache/src/https-github.com-jeremyweader-cmkbeat/cmd
[INFO] --> Fetching updates for gopkg.in/yaml.v2
[INFO] --> Fetching updates for go.uber.org/atomic
[INFO] --> Detected semantic version. Setting version for go.uber.org/atomic to v1.3.2
[INFO] --> Fetching updates for go.uber.org/multierr
[INFO] --> Detected semantic version. Setting version for go.uber.org/multierr to v1.1.0
[INFO] --> Fetching updates for github.com/joeshaw/multierror
[INFO] --> Fetching updates for github.com/mitchellh/hashstructure
[INFO] --> Fetching updates for github.com/elastic/go-sysinfo
[INFO] --> Fetching updates for github.com/inconshreveable/mousetrap
[INFO] --> Fetching updates for github.com/elastic/go-seccomp-bpf
[INFO] --> Fetching updates for github.com/elastic/gosigar
[INFO] --> Fetching updates for github.com/elastic/go-structform
[INFO] --> Fetching updates for github.com/fatih/color
[INFO] --> Fetching updates for github.com/mattn/go-colorable
[INFO] --> Fetching updates for golang.org/x/net
[INFO] --> Fetching updates for github.com/docker/docker
[INFO] --> Fetching updates for github.com/docker/go-connections
[INFO] --> Fetching updates for github.com/ericchiang/k8s
[INFO] --> Fetching updates for github.com/ghodss/yaml
[INFO] --> Fetching updates for github.com/StackExchange/wmi
[INFO] --> Fetching updates for github.com/Shopify/sarama
[INFO] --> Fetching updates for github.com/rcrowley/go-metrics
[INFO] --> Fetching updates for github.com/elastic/go-lumber
[INFO] --> Fetching updates for github.com/garyburd/redigo
[INFO] --> Fetching updates for github.com/dustin/go-humanize
[INFO] --> Fetching updates for github.com/elastic/go-txfile
[INFO] --> Fetching howett.net/plist
[WARN] Unable to checkout howett.net/plist
[ERROR] Error looking for howett.net/plist: Unable to get repository: Cloning into '/root/.glide/cache/src/https-howett.net-plist'...
error: RPC failed; result=22, HTTP code = 404
fatal: The remote end hung up unexpectedly
: exit status 128
[INFO] --> Fetching updates for github.com/prometheus/procfs
[INFO] --> Fetching updates for github.com/elastic/go-windows
[INFO] --> Fetching updates for github.com/mattn/go-isatty
[INFO] --> Fetching updates for github.com/docker/go-units
[INFO] --> Fetching updates for github.com/docker/distribution
[INFO] --> Fetching updates for github.com/opencontainers/go-digest
[INFO] --> Fetching updates for github.com/golang/protobuf
[INFO] --> Fetching updates for github.com/go-ole/go-ole
[INFO] --> Fetching updates for github.com/davecgh/go-spew
[INFO] --> Fetching updates for github.com/eapache/go-resiliency
[INFO] --> Fetching updates for github.com/eapache/go-xerial-snappy
[INFO] --> Fetching updates for github.com/eapache/queue
[INFO] --> Fetching updates for github.com/pierrec/lz4
[INFO] --> Fetching updates for github.com/klauspost/compress
[INFO] --> Fetching updates for github.com/urso/go-bin
[INFO] --> Fetching updates for github.com/opencontainers/image-spec
[INFO] --> Fetching updates for github.com/Microsoft/go-winio
[INFO] --> Fetching updates for github.com/golang/snappy
[INFO] --> Fetching updates for github.com/theckman/go-flock
[INFO] --> Fetching updates for github.com/gogo/protobuf
[INFO] --> Fetching updates for golang.org/x/text
[INFO] --> Fetching updates for github.com/klauspost/cpuid
[ERROR] Failed to retrieve a list of dependencies: Error resolving imports
make[1]: *** [deps] Error 1
make[1]: Leaving directory `/root/wok/cmkbeat'
make: *** [all] Error 2
Greetings