kmajumder

Untitled

Apr 17th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. + '[' '!' -d /home/metal-kuber/go/bin/src/github.com/operator-framework/operator-sdk ']'
  2. + pushd /home/metal-kuber/go/bin/src/github.com/operator-framework/operator-sdk
  3. ~/go/bin/src/github.com/operator-framework/operator-sdk ~/dev-scripts
  4. + git am --abort
  5. Resolve operation not in progress, we are not resuming.
  6. + true
  7. + git checkout master
  8. Already on 'master'
  9. + git pull --rebase origin master
  10. From https://github.com/operator-framework/operator-sdk
  11. * branch master -> FETCH_HEAD
  12. Current branch master is up to date.
  13. + git branch -D we_dont_need_no_stinkin_patches
  14. Deleted branch we_dont_need_no_stinkin_patches (was 474f8d5).
  15. + git checkout -b we_dont_need_no_stinkin_patches
  16. Switched to a new branch 'we_dont_need_no_stinkin_patches'
  17. + shift
  18. + shift
  19. + popd
  20. ~/dev-scripts
  21. + pushd /home/metal-kuber/go/bin/src/github.com/operator-framework/operator-sdk
  22. ~/go/bin/src/github.com/operator-framework/operator-sdk ~/dev-scripts
  23. + git checkout master
  24. Switched to branch 'master'
  25. + make dep
  26. make[1]: Entering directory `/home/metal-kuber/go/bin/src/github.com/operator-framework/operator-sdk'
  27. The following issues were found in Gopkg.toml:
  28.  
  29. ✗ unable to deduce repository and source type for "sigs.k8s.io/controller-runtime": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://sigs.k8s.io/controller-runtime?go-get=1": Get http://sigs.k8s.io/controller-runtime?go-get=1: dial tcp: lookup sigs.k8s.io on 127.0.0.1:53: read udp 127.0.0.1:41099->127.0.0.1:53: i/o timeout
  30. ✗ unable to deduce repository and source type for "k8s.io/kube-aggregator": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/kube-aggregator?go-get=1": Get http://k8s.io/kube-aggregator?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  31. ✗ unable to deduce repository and source type for "k8s.io/apimachinery": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/apimachinery?go-get=1": Get http://k8s.io/apimachinery?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  32. ✗ unable to deduce repository and source type for "k8s.io/cli-runtime": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/cli-runtime?go-get=1": Get http://k8s.io/cli-runtime?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  33. ✗ unable to deduce repository and source type for "k8s.io/kube-openapi": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/kube-openapi?go-get=1": Get http://k8s.io/kube-openapi?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  34. ✗ unable to deduce repository and source type for "k8s.io/api": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/api?go-get=1": Get http://k8s.io/api?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  35. ✗ unable to deduce repository and source type for "k8s.io/apiserver": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/apiserver?go-get=1": Get http://k8s.io/apiserver?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  36. ✗ unable to deduce repository and source type for "k8s.io/helm": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/helm?go-get=1": Get http://k8s.io/helm?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  37. ✗ unable to deduce repository and source type for "k8s.io/client-go": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/client-go?go-get=1": Get http://k8s.io/client-go?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  38. ✗ unable to deduce repository and source type for "k8s.io/kubernetes": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/kubernetes?go-get=1": Get http://k8s.io/kubernetes?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  39. ✗ unable to deduce repository and source type for "k8s.io/apiextensions-apiserver": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://k8s.io/apiextensions-apiserver?go-get=1": Get http://k8s.io/apiextensions-apiserver?go-get=1: dial tcp: lookup k8s.io on 127.0.0.1:53: read udp 127.0.0.1:48330->127.0.0.1:53: i/o timeout
  40.  
  41. ProjectRoot name validation failed
  42. make[1]: *** [dep] Error 1
  43. make[1]: Leaving directory `/home/metal-kuber/go/bin/src/github.com/operator-framework/operator-sdk'
  44. make: *** [repo_sync] Error 2
Add Comment
Please, Sign In to add comment