Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling the project in a Mac #9

Open
patrocinio opened this issue Sep 7, 2018 · 2 comments
Open

Error compiling the project in a Mac #9

patrocinio opened this issue Sep 7, 2018 · 2 comments

Comments

@patrocinio
Copy link

This is the error I get when I try to run make in my Mac:

patro:ibmcloud-object-storage-plugin edu$ make
echo "Installing dependencies ..."
Installing dependencies ...
glide install --strip-vendor
[WARN]	Lock file may be out of date. Hash check of YAML failed. You may need to run 'update'
[INFO]	Downloading dependencies. Please wait...
[INFO]	--> Fetching github.com/aws/aws-sdk-go
[INFO]	--> Fetching github.com/BurntSushi/toml
[INFO]	--> Fetching github.com/google/btree
[INFO]	--> Fetching github.com/gin-gonic/gin
[INFO]	--> Fetching github.com/coreos/go-systemd
[INFO]	--> Fetching github.com/go-ini/ini
[INFO]	--> Fetching github.com/ghodss/yaml
[INFO]	--> Fetching github.com/gin-contrib/sse
[INFO]	--> Fetching github.com/go-openapi/jsonreference
[INFO]	--> Fetching github.com/davecgh/go-spew
[INFO]	--> Fetching github.com/golang/groupcache
[INFO]	--> Fetching github.com/go-openapi/swag
[INFO]	--> Fetching github.com/godbus/dbus
[INFO]	--> Fetching github.com/gogo/protobuf
[INFO]	--> Fetching github.com/emicklei/go-restful
[INFO]	--> Fetching github.com/go-openapi/spec
[INFO]	--> Fetching github.com/golang/glog
[INFO]	--> Fetching github.com/golang/protobuf
[INFO]	--> Fetching github.com/google/gofuzz
[INFO]	--> Fetching github.com/go-openapi/jsonpointer
[INFO]	--> Fetching github.com/googleapis/gnostic
[INFO]	--> Fetching github.com/gregjones/httpcache
[INFO]	--> Fetching github.com/hashicorp/golang-lru
[INFO]	--> Fetching github.com/howeyc/gopass
[INFO]	--> Fetching github.com/imdario/mergo
[INFO]	--> Fetching github.com/jessevdk/go-flags
[INFO]	--> Fetching github.com/jmespath/go-jmespath
[INFO]	--> Fetching github.com/json-iterator/go
[INFO]	--> Fetching github.com/juju/ratelimit
[INFO]	--> Fetching github.com/kubernetes-incubator/external-storage
[INFO]	--> Fetching github.com/mailru/easyjson
[INFO]	--> Fetching github.com/mattn/go-isatty
[INFO]	--> Fetching github.com/pborman/uuid
[INFO]	--> Fetching github.com/peterbourgon/diskv
[INFO]	--> Fetching github.com/PuerkitoBio/purell
[INFO]	--> Fetching github.com/PuerkitoBio/urlesc
[INFO]	--> Fetching github.com/satori/go.uuid
[INFO]	--> Fetching github.com/spf13/pflag
[INFO]	--> Fetching github.com/ugorji/go
[INFO]	--> Fetching go.uber.org/atomic
[INFO]	--> Fetching go.uber.org/multierr
[INFO]	--> Fetching go.uber.org/zap
[INFO]	--> Fetching golang.org/x/crypto
[INFO]	--> Fetching golang.org/x/net
[INFO]	--> Fetching golang.org/x/sys
[INFO]	--> Fetching golang.org/x/text
[INFO]	--> Fetching gopkg.in/go-playground/validator.v8
[INFO]	--> Fetching gopkg.in/inf.v0
[INFO]	--> Fetching gopkg.in/natefinch/lumberjack.v2
[INFO]	--> Fetching gopkg.in/yaml.v2
[INFO]	--> Fetching k8s.io/api
[INFO]	--> Fetching k8s.io/apimachinery
[INFO]	--> Fetching k8s.io/client-go
[INFO]	--> Fetching k8s.io/kube-openapi
[INFO]	--> Fetching k8s.io/kubernetes
[INFO]	--> Fetching github.com/pmezard/go-difflib
[INFO]	--> Fetching github.com/stretchr/testify
[INFO]	Setting references.
[INFO]	--> Setting version for github.com/golang/glog to 44145f04b68cf362d9c4df2182967c2275eaefed.
[INFO]	--> Setting version for github.com/go-openapi/jsonreference to 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272.
[INFO]	--> Setting version for github.com/go-openapi/swag to f3f9494671f93fcff853e3c6e9e948b3eb71e590.
[INFO]	--> Setting version for github.com/go-openapi/spec to 7abd5745472fff5eb3685386d5fb8bf38683154d.
[INFO]	--> Setting version for github.com/emicklei/go-restful to ff4f55a206334ef123e4f79bbf348980da81ca46.
[INFO]	--> Setting version for github.com/BurntSushi/toml to a368813c5e648fee92e5f6c30e3944ff9d5e8895.
[INFO]	--> Setting version for github.com/aws/aws-sdk-go to a0a03e8bd76da15122ee18cbdb527d5a0f12913e.
[INFO]	--> Setting version for github.com/google/gofuzz to 44d81051d367757e1c7c6a5a86423ece9afcf63c.
[INFO]	--> Setting version for github.com/go-openapi/jsonpointer to 46af16f9f7b149af66e5d1bd010e3574dc06de98.
[INFO]	--> Setting version for github.com/gogo/protobuf to c0656edd0d9eab7c66d1eb0c568f9039345796f7.
[INFO]	--> Setting version for github.com/coreos/go-systemd to d1b7d058aa2adfc795ad17ff4aaa2bc64ec11c78.
[INFO]	--> Setting version for github.com/golang/protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9.
[INFO]	--> Setting version for github.com/google/btree to 7d79101e329e5a3adf994758c578dab82b90c017.
[INFO]	--> Setting version for github.com/go-ini/ini to bda519ae5f4cbc60d391ff8610711627a08b86ae.
[INFO]	--> Setting version for github.com/godbus/dbus to d41f4c66e71d091df57cfee7bf5978c0d612a174.
[INFO]	--> Setting version for github.com/ghodss/yaml to 73d445a93680fa1a78ae23a5839bad48f32ba1ee.
[INFO]	--> Setting version for github.com/golang/groupcache to 02826c3e79038b59d737d3b1c0a1d937f71a4433.
[INFO]	--> Setting version for github.com/davecgh/go-spew to 04cdfd42973bb9c8589fd6a731800cf222fde1a9.
[INFO]	--> Setting version for github.com/gin-gonic/gin to 814ac9490a38bb955a742d8ea15fa140489ee658.
[INFO]	--> Setting version for github.com/gin-contrib/sse to 22d885f9ecc78bf4ee5d72b937e4bbcdc58e8cae.
[INFO]	--> Setting version for github.com/googleapis/gnostic to 0c5108395e2debce0d731cf0287ddf7242066aba.
[INFO]	--> Setting version for github.com/hashicorp/golang-lru to a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4.
[INFO]	--> Setting version for github.com/gregjones/httpcache to 787624de3eb7bd915c329cba748687a3b22666a6.
[INFO]	--> Setting version for github.com/jessevdk/go-flags to 1c38ed7ad0cc3d9e66649ac398c30e45f395c4eb.
[INFO]	--> Setting version for github.com/imdario/mergo to 6633656539c1639d9d78127b7d47c622b5d7b6dc.
[INFO]	--> Setting version for github.com/howeyc/gopass to bf9dde6d0d2c004a008c27aaee91170c786f6db8.
[INFO]	--> Setting version for github.com/jmespath/go-jmespath to 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74.
[INFO]	--> Setting version for github.com/json-iterator/go to 36b14963da70d11297d313183d7e6388c8510e1e.
[INFO]	--> Setting version for github.com/juju/ratelimit to 5b9ff866471762aa2ab2dced63c9fb6f53921342.
[INFO]	--> Setting version for github.com/kubernetes-incubator/external-storage to 7e0dccd17dd6e830508d0c5f563d853793e0c0d6.
[INFO]	--> Setting version for github.com/mailru/easyjson to 2f5df55504ebc322e4d52d34df6a1f5b503bf26d.
[INFO]	--> Setting version for github.com/mattn/go-isatty to 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c.
[INFO]	--> Setting version for github.com/peterbourgon/diskv to 5f041e8faa004a95c88a202771f4cc3e991971e6.
[INFO]	--> Setting version for github.com/pborman/uuid to ca53cad383cad2479bbba7f7a1a05797ec1386e4.
[INFO]	--> Setting version for github.com/PuerkitoBio/purell to 8a290539e2e8629dbc4e6bad948158f790ec31f4.
[INFO]	--> Setting version for github.com/satori/go.uuid to 5bf94b69c6b68ee1b541973bb8e1144db23a194b.
[INFO]	--> Setting version for github.com/PuerkitoBio/urlesc to 5bd2802263f21d8788851d5305584c82a5c75d7e.
[INFO]	--> Setting version for github.com/spf13/pflag to 5ccb023bc27df288a957c5e994cd44fd19619465.
[INFO]	--> Setting version for github.com/ugorji/go to ded73eae5db7e7a0ef6f55aace87a2873c5d2b74.
[INFO]	--> Setting version for golang.org/x/net to 1c05540f6879653db88113bc4a2b70aec4bd491f.
[INFO]	--> Setting version for golang.org/x/text to b19bf474d317b857955b12035d2c5acb57ce8b01.
[INFO]	--> Setting version for golang.org/x/sys to a2e06a18b0d52d8cb2010e04b372a1965d8e3439.
[INFO]	--> Setting version for k8s.io/api to 006a217681ae70cbacdd66a5e2fca1a61a8ff28e.
[INFO]	--> Setting version for k8s.io/apimachinery to 68f9c3a1feb3140df59c67ced62d3a5df8e6c9c2.
[INFO]	--> Setting version for go.uber.org/atomic to 8474b86a5a6f79c443ce4b2992817ff32cf208b8.
[INFO]	--> Setting version for gopkg.in/go-playground/validator.v8 to 5f1438d3fca68893a817e4a66806cea46a9e4ebf.
[INFO]	--> Setting version for k8s.io/client-go to 9389c055a838d4f208b699b3c7c51b70f2368861.
[INFO]	--> Setting version for gopkg.in/natefinch/lumberjack.v2 to a96e63847dc3c67d17befa69c303767e2f84e54f.
[INFO]	--> Setting version for go.uber.org/zap to eeedf312bc6c57391d84767a4cd413f02a917974.
[INFO]	--> Setting version for go.uber.org/multierr to 3c4937480c32f4c13a875a1829af76c98ca3d40a.
[INFO]	--> Setting version for gopkg.in/inf.v0 to 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4.
[INFO]	--> Setting version for gopkg.in/yaml.v2 to 53feefa2559fb8dfa8d81baad31be332c97d6c77.
[INFO]	--> Setting version for github.com/pmezard/go-difflib to d8ed2627bdf02c080bf22230dbb337003b7aba2d.
[INFO]	--> Setting version for k8s.io/kube-openapi to 39a7bf85c140f972372c2a0d1ee40adbf0c8bfe1.
[INFO]	--> Setting version for k8s.io/kubernetes to 5fa2db2bd46ac79e5e00a4e6ed24191080aa463b.
[INFO]	--> Setting version for github.com/stretchr/testify to 12b6f73e6084dad08a7c6e575284b177ecafbc71.
[INFO]	--> Setting version for golang.org/x/crypto to 81e90905daefcd6fd217b62423c0908922eadb30.
[INFO]	Exporting resolved dependencies...
[INFO]	--> Exporting github.com/aws/aws-sdk-go
[INFO]	--> Exporting github.com/BurntSushi/toml
[INFO]	--> Exporting github.com/davecgh/go-spew
[INFO]	--> Exporting github.com/emicklei/go-restful
[INFO]	--> Exporting github.com/coreos/go-systemd
[INFO]	--> Exporting github.com/gin-contrib/sse
[INFO]	--> Exporting github.com/ghodss/yaml
[INFO]	--> Exporting github.com/gogo/protobuf
[INFO]	--> Exporting github.com/godbus/dbus
[INFO]	--> Exporting github.com/go-openapi/swag
[INFO]	--> Exporting github.com/go-ini/ini
[INFO]	--> Exporting github.com/go-openapi/jsonreference
[INFO]	--> Exporting github.com/golang/protobuf
[INFO]	--> Exporting github.com/golang/groupcache
[INFO]	--> Exporting github.com/go-openapi/jsonpointer
[INFO]	--> Exporting github.com/gin-gonic/gin
[INFO]	--> Exporting github.com/google/gofuzz
[INFO]	--> Exporting github.com/google/btree
[INFO]	--> Exporting github.com/go-openapi/spec
[INFO]	--> Exporting github.com/golang/glog
[INFO]	--> Exporting github.com/googleapis/gnostic
[INFO]	--> Exporting github.com/gregjones/httpcache
[INFO]	--> Exporting github.com/hashicorp/golang-lru
[INFO]	--> Exporting github.com/howeyc/gopass
[INFO]	--> Exporting github.com/imdario/mergo
[INFO]	--> Exporting github.com/jessevdk/go-flags
[INFO]	--> Exporting github.com/jmespath/go-jmespath
[INFO]	--> Exporting github.com/juju/ratelimit
[INFO]	--> Exporting github.com/json-iterator/go
[INFO]	--> Exporting github.com/kubernetes-incubator/external-storage
[INFO]	--> Exporting github.com/mailru/easyjson
[INFO]	--> Exporting github.com/mattn/go-isatty
[INFO]	--> Exporting github.com/pborman/uuid
[INFO]	--> Exporting github.com/peterbourgon/diskv
[INFO]	--> Exporting github.com/PuerkitoBio/purell
[INFO]	--> Exporting github.com/PuerkitoBio/urlesc
[INFO]	--> Exporting github.com/satori/go.uuid
[INFO]	--> Exporting github.com/spf13/pflag
[INFO]	--> Exporting github.com/ugorji/go
[INFO]	--> Exporting go.uber.org/atomic
[INFO]	--> Exporting golang.org/x/crypto
[INFO]	--> Exporting golang.org/x/sys
[INFO]	--> Exporting go.uber.org/multierr
[INFO]	--> Exporting golang.org/x/text
[INFO]	--> Exporting go.uber.org/zap
[INFO]	--> Exporting gopkg.in/inf.v0
[INFO]	--> Exporting gopkg.in/go-playground/validator.v8
[INFO]	--> Exporting gopkg.in/natefinch/lumberjack.v2
[INFO]	--> Exporting k8s.io/apimachinery
[INFO]	--> Exporting k8s.io/api
[INFO]	--> Exporting gopkg.in/yaml.v2
[INFO]	--> Exporting github.com/pmezard/go-difflib
[INFO]	--> Exporting k8s.io/client-go
[INFO]	--> Exporting k8s.io/kube-openapi
[INFO]	--> Exporting k8s.io/kubernetes
[INFO]	--> Exporting github.com/stretchr/testify
[INFO]	--> Exporting golang.org/x/net
[INFO]	Replacing existing vendor dependencies
[INFO]	Removing nested vendor and Godeps/_workspace directories...
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/aws/aws-sdk-go/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/gin-gonic/gin/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/kubernetes-incubator/external-storage/repo-infra/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/kubernetes-incubator/external-storage/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/stretchr/testify/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/k8s.io/kubernetes/vendor
go get github.com/pierrre/gotestcover
gofmt -l ./cmd/driver/main.go ./cmd/provisioner/main.go ./driver/driver.go ./driver/interfaces/plugin.go ./driver/driver_test.go ./utils/logger/logger.go ./utils/logger/logger_test.go ./utils/config/config.go ./utils/config/config_test.go ./utils/backend/backend.go ./utils/backend/backend_test.go ./utils/backend/fake/fake_backend.go ./utils/parser/parser_test.go ./utils/parser/parser.go ./utils/uuid/uuid_test.go ./utils/uuid/uuid.go ./utils/consts/consts.go ./provisioner/ibm-s3fs-provisioner.go ./provisioner/ibm-s3fs-provisioner_test.go
go vet github.com/IBM/ibmcloud-object-storage-plugin/driver github.com/IBM/ibmcloud-object-storage-plugin/driver/interfaces github.com/IBM/ibmcloud-object-storage-plugin/provisioner github.com/IBM/ibmcloud-object-storage-plugin/utils/backend github.com/IBM/ibmcloud-object-storage-plugin/utils/backend/fake github.com/IBM/ibmcloud-object-storage-plugin/utils/config github.com/IBM/ibmcloud-object-storage-plugin/utils/consts github.com/IBM/ibmcloud-object-storage-plugin/utils/logger github.com/IBM/ibmcloud-object-storage-plugin/utils/parser github.com/IBM/ibmcloud-object-storage-plugin/utils/uuid
# crypto/x509
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
# github.com/IBM/ibmcloud-object-storage-plugin/driver
driver/driver.go:49:23: undefined: syscall.Mount
driver/driver.go:142:29: undefined: syscall.MNT_FORCE
# github.com/IBM/ibmcloud-object-storage-plugin/driver [github.com/IBM/ibmcloud-object-storage-plugin/driver.test]
driver/driver.go:49:23: undefined: syscall.Mount
driver/driver.go:142:29: undefined: syscall.MNT_FORCE
make: *** [vet] Error 2
patro:ibmcloud-object-storage-plugin edu$ make
echo "Installing dependencies ..."
Installing dependencies ...
glide install --strip-vendor
[WARN]	Lock file may be out of date. Hash check of YAML failed. You may need to run 'update'
[INFO]	Downloading dependencies. Please wait...
[INFO]	--> Found desired version locally github.com/aws/aws-sdk-go a0a03e8bd76da15122ee18cbdb527d5a0f12913e!
[INFO]	--> Found desired version locally github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895!
[INFO]	--> Found desired version locally github.com/coreos/go-systemd d1b7d058aa2adfc795ad17ff4aaa2bc64ec11c78!
[INFO]	--> Found desired version locally github.com/davecgh/go-spew 04cdfd42973bb9c8589fd6a731800cf222fde1a9!
[INFO]	--> Found desired version locally github.com/emicklei/go-restful ff4f55a206334ef123e4f79bbf348980da81ca46!
[INFO]	--> Found desired version locally github.com/ghodss/yaml 73d445a93680fa1a78ae23a5839bad48f32ba1ee!
[INFO]	--> Found desired version locally github.com/gin-contrib/sse 22d885f9ecc78bf4ee5d72b937e4bbcdc58e8cae!
[INFO]	--> Found desired version locally github.com/gin-gonic/gin 814ac9490a38bb955a742d8ea15fa140489ee658!
[INFO]	--> Found desired version locally github.com/go-ini/ini bda519ae5f4cbc60d391ff8610711627a08b86ae!
[INFO]	--> Found desired version locally github.com/go-openapi/jsonpointer 46af16f9f7b149af66e5d1bd010e3574dc06de98!
[INFO]	--> Found desired version locally github.com/go-openapi/jsonreference 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272!
[INFO]	--> Found desired version locally github.com/go-openapi/spec 7abd5745472fff5eb3685386d5fb8bf38683154d!
[INFO]	--> Found desired version locally github.com/go-openapi/swag f3f9494671f93fcff853e3c6e9e948b3eb71e590!
[INFO]	--> Found desired version locally github.com/godbus/dbus d41f4c66e71d091df57cfee7bf5978c0d612a174!
[INFO]	--> Found desired version locally github.com/gogo/protobuf c0656edd0d9eab7c66d1eb0c568f9039345796f7!
[INFO]	--> Found desired version locally github.com/golang/glog 44145f04b68cf362d9c4df2182967c2275eaefed!
[INFO]	--> Found desired version locally github.com/golang/groupcache 02826c3e79038b59d737d3b1c0a1d937f71a4433!
[INFO]	--> Found desired version locally github.com/golang/protobuf 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9!
[INFO]	--> Found desired version locally github.com/google/btree 7d79101e329e5a3adf994758c578dab82b90c017!
[INFO]	--> Found desired version locally github.com/google/gofuzz 44d81051d367757e1c7c6a5a86423ece9afcf63c!
[INFO]	--> Found desired version locally github.com/googleapis/gnostic 0c5108395e2debce0d731cf0287ddf7242066aba!
[INFO]	--> Found desired version locally github.com/gregjones/httpcache 787624de3eb7bd915c329cba748687a3b22666a6!
[INFO]	--> Found desired version locally github.com/hashicorp/golang-lru a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4!
[INFO]	--> Found desired version locally github.com/howeyc/gopass bf9dde6d0d2c004a008c27aaee91170c786f6db8!
[INFO]	--> Found desired version locally github.com/imdario/mergo 6633656539c1639d9d78127b7d47c622b5d7b6dc!
[INFO]	--> Found desired version locally github.com/jessevdk/go-flags 1c38ed7ad0cc3d9e66649ac398c30e45f395c4eb!
[INFO]	--> Found desired version locally github.com/jmespath/go-jmespath 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74!
[INFO]	--> Found desired version locally github.com/json-iterator/go 36b14963da70d11297d313183d7e6388c8510e1e!
[INFO]	--> Found desired version locally github.com/juju/ratelimit 5b9ff866471762aa2ab2dced63c9fb6f53921342!
[INFO]	--> Found desired version locally github.com/kubernetes-incubator/external-storage 7e0dccd17dd6e830508d0c5f563d853793e0c0d6!
[INFO]	--> Found desired version locally github.com/mailru/easyjson 2f5df55504ebc322e4d52d34df6a1f5b503bf26d!
[INFO]	--> Found desired version locally github.com/mattn/go-isatty 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c!
[INFO]	--> Found desired version locally github.com/pborman/uuid ca53cad383cad2479bbba7f7a1a05797ec1386e4!
[INFO]	--> Found desired version locally github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6!
[INFO]	--> Found desired version locally github.com/PuerkitoBio/purell 8a290539e2e8629dbc4e6bad948158f790ec31f4!
[INFO]	--> Found desired version locally github.com/PuerkitoBio/urlesc 5bd2802263f21d8788851d5305584c82a5c75d7e!
[INFO]	--> Found desired version locally github.com/satori/go.uuid 5bf94b69c6b68ee1b541973bb8e1144db23a194b!
[INFO]	--> Found desired version locally github.com/spf13/pflag 5ccb023bc27df288a957c5e994cd44fd19619465!
[INFO]	--> Found desired version locally github.com/ugorji/go ded73eae5db7e7a0ef6f55aace87a2873c5d2b74!
[INFO]	--> Found desired version locally go.uber.org/atomic 8474b86a5a6f79c443ce4b2992817ff32cf208b8!
[INFO]	--> Found desired version locally go.uber.org/multierr 3c4937480c32f4c13a875a1829af76c98ca3d40a!
[INFO]	--> Found desired version locally go.uber.org/zap eeedf312bc6c57391d84767a4cd413f02a917974!
[INFO]	--> Found desired version locally golang.org/x/crypto 81e90905daefcd6fd217b62423c0908922eadb30!
[INFO]	--> Found desired version locally golang.org/x/net 1c05540f6879653db88113bc4a2b70aec4bd491f!
[INFO]	--> Found desired version locally golang.org/x/sys a2e06a18b0d52d8cb2010e04b372a1965d8e3439!
[INFO]	--> Found desired version locally golang.org/x/text b19bf474d317b857955b12035d2c5acb57ce8b01!
[INFO]	--> Found desired version locally gopkg.in/go-playground/validator.v8 5f1438d3fca68893a817e4a66806cea46a9e4ebf!
[INFO]	--> Found desired version locally gopkg.in/inf.v0 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4!
[INFO]	--> Found desired version locally gopkg.in/natefinch/lumberjack.v2 a96e63847dc3c67d17befa69c303767e2f84e54f!
[INFO]	--> Found desired version locally gopkg.in/yaml.v2 53feefa2559fb8dfa8d81baad31be332c97d6c77!
[INFO]	--> Found desired version locally k8s.io/api 006a217681ae70cbacdd66a5e2fca1a61a8ff28e!
[INFO]	--> Found desired version locally k8s.io/apimachinery 68f9c3a1feb3140df59c67ced62d3a5df8e6c9c2!
[INFO]	--> Found desired version locally k8s.io/client-go 9389c055a838d4f208b699b3c7c51b70f2368861!
[INFO]	--> Found desired version locally k8s.io/kube-openapi 39a7bf85c140f972372c2a0d1ee40adbf0c8bfe1!
[INFO]	--> Found desired version locally k8s.io/kubernetes 5fa2db2bd46ac79e5e00a4e6ed24191080aa463b!
[INFO]	--> Found desired version locally github.com/pmezard/go-difflib d8ed2627bdf02c080bf22230dbb337003b7aba2d!
[INFO]	--> Found desired version locally github.com/stretchr/testify 12b6f73e6084dad08a7c6e575284b177ecafbc71!
[INFO]	Setting references.
[INFO]	--> Setting version for github.com/aws/aws-sdk-go to a0a03e8bd76da15122ee18cbdb527d5a0f12913e.
[INFO]	--> Setting version for github.com/BurntSushi/toml to a368813c5e648fee92e5f6c30e3944ff9d5e8895.
[INFO]	--> Setting version for github.com/golang/protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9.
[INFO]	--> Setting version for github.com/golang/groupcache to 02826c3e79038b59d737d3b1c0a1d937f71a4433.
[INFO]	--> Setting version for github.com/go-ini/ini to bda519ae5f4cbc60d391ff8610711627a08b86ae.
[INFO]	--> Setting version for github.com/google/btree to 7d79101e329e5a3adf994758c578dab82b90c017.
[INFO]	--> Setting version for github.com/godbus/dbus to d41f4c66e71d091df57cfee7bf5978c0d612a174.
[INFO]	--> Setting version for github.com/gin-gonic/gin to 814ac9490a38bb955a742d8ea15fa140489ee658.
[INFO]	--> Setting version for github.com/emicklei/go-restful to ff4f55a206334ef123e4f79bbf348980da81ca46.
[INFO]	--> Setting version for github.com/gin-contrib/sse to 22d885f9ecc78bf4ee5d72b937e4bbcdc58e8cae.
[INFO]	--> Setting version for github.com/davecgh/go-spew to 04cdfd42973bb9c8589fd6a731800cf222fde1a9.
[INFO]	--> Setting version for github.com/ghodss/yaml to 73d445a93680fa1a78ae23a5839bad48f32ba1ee.
[INFO]	--> Setting version for github.com/go-openapi/swag to f3f9494671f93fcff853e3c6e9e948b3eb71e590.
[INFO]	--> Setting version for github.com/go-openapi/spec to 7abd5745472fff5eb3685386d5fb8bf38683154d.
[INFO]	--> Setting version for github.com/golang/glog to 44145f04b68cf362d9c4df2182967c2275eaefed.
[INFO]	--> Setting version for github.com/google/gofuzz to 44d81051d367757e1c7c6a5a86423ece9afcf63c.
[INFO]	--> Setting version for github.com/coreos/go-systemd to d1b7d058aa2adfc795ad17ff4aaa2bc64ec11c78.
[INFO]	--> Setting version for github.com/gogo/protobuf to c0656edd0d9eab7c66d1eb0c568f9039345796f7.
[INFO]	--> Setting version for github.com/go-openapi/jsonpointer to 46af16f9f7b149af66e5d1bd010e3574dc06de98.
[INFO]	--> Setting version for github.com/go-openapi/jsonreference to 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272.
[INFO]	--> Setting version for github.com/gregjones/httpcache to 787624de3eb7bd915c329cba748687a3b22666a6.
[INFO]	--> Setting version for github.com/googleapis/gnostic to 0c5108395e2debce0d731cf0287ddf7242066aba.
[INFO]	--> Setting version for github.com/hashicorp/golang-lru to a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4.
[INFO]	--> Setting version for github.com/howeyc/gopass to bf9dde6d0d2c004a008c27aaee91170c786f6db8.
[INFO]	--> Setting version for github.com/imdario/mergo to 6633656539c1639d9d78127b7d47c622b5d7b6dc.
[INFO]	--> Setting version for github.com/jessevdk/go-flags to 1c38ed7ad0cc3d9e66649ac398c30e45f395c4eb.
[INFO]	--> Setting version for github.com/jmespath/go-jmespath to 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74.
[INFO]	--> Setting version for github.com/juju/ratelimit to 5b9ff866471762aa2ab2dced63c9fb6f53921342.
[INFO]	--> Setting version for github.com/json-iterator/go to 36b14963da70d11297d313183d7e6388c8510e1e.
[INFO]	--> Setting version for github.com/mailru/easyjson to 2f5df55504ebc322e4d52d34df6a1f5b503bf26d.
[INFO]	--> Setting version for github.com/kubernetes-incubator/external-storage to 7e0dccd17dd6e830508d0c5f563d853793e0c0d6.
[INFO]	--> Setting version for github.com/mattn/go-isatty to 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c.
[INFO]	--> Setting version for github.com/pborman/uuid to ca53cad383cad2479bbba7f7a1a05797ec1386e4.
[INFO]	--> Setting version for github.com/peterbourgon/diskv to 5f041e8faa004a95c88a202771f4cc3e991971e6.
[INFO]	--> Setting version for github.com/PuerkitoBio/purell to 8a290539e2e8629dbc4e6bad948158f790ec31f4.
[INFO]	--> Setting version for github.com/PuerkitoBio/urlesc to 5bd2802263f21d8788851d5305584c82a5c75d7e.
[INFO]	--> Setting version for github.com/satori/go.uuid to 5bf94b69c6b68ee1b541973bb8e1144db23a194b.
[INFO]	--> Setting version for github.com/spf13/pflag to 5ccb023bc27df288a957c5e994cd44fd19619465.
[INFO]	--> Setting version for github.com/ugorji/go to ded73eae5db7e7a0ef6f55aace87a2873c5d2b74.
[INFO]	--> Setting version for go.uber.org/atomic to 8474b86a5a6f79c443ce4b2992817ff32cf208b8.
[INFO]	--> Setting version for golang.org/x/net to 1c05540f6879653db88113bc4a2b70aec4bd491f.
[INFO]	--> Setting version for golang.org/x/sys to a2e06a18b0d52d8cb2010e04b372a1965d8e3439.
[INFO]	--> Setting version for golang.org/x/text to b19bf474d317b857955b12035d2c5acb57ce8b01.
[INFO]	--> Setting version for k8s.io/api to 006a217681ae70cbacdd66a5e2fca1a61a8ff28e.
[INFO]	--> Setting version for go.uber.org/multierr to 3c4937480c32f4c13a875a1829af76c98ca3d40a.
[INFO]	--> Setting version for gopkg.in/go-playground/validator.v8 to 5f1438d3fca68893a817e4a66806cea46a9e4ebf.
[INFO]	--> Setting version for go.uber.org/zap to eeedf312bc6c57391d84767a4cd413f02a917974.
[INFO]	--> Setting version for gopkg.in/inf.v0 to 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4.
[INFO]	--> Setting version for k8s.io/apimachinery to 68f9c3a1feb3140df59c67ced62d3a5df8e6c9c2.
[INFO]	--> Setting version for gopkg.in/yaml.v2 to 53feefa2559fb8dfa8d81baad31be332c97d6c77.
[INFO]	--> Setting version for gopkg.in/natefinch/lumberjack.v2 to a96e63847dc3c67d17befa69c303767e2f84e54f.
[INFO]	--> Setting version for k8s.io/client-go to 9389c055a838d4f208b699b3c7c51b70f2368861.
[INFO]	--> Setting version for github.com/pmezard/go-difflib to d8ed2627bdf02c080bf22230dbb337003b7aba2d.
[INFO]	--> Setting version for k8s.io/kubernetes to 5fa2db2bd46ac79e5e00a4e6ed24191080aa463b.
[INFO]	--> Setting version for k8s.io/kube-openapi to 39a7bf85c140f972372c2a0d1ee40adbf0c8bfe1.
[INFO]	--> Setting version for github.com/stretchr/testify to 12b6f73e6084dad08a7c6e575284b177ecafbc71.
[INFO]	--> Setting version for golang.org/x/crypto to 81e90905daefcd6fd217b62423c0908922eadb30.
[INFO]	Exporting resolved dependencies...
[INFO]	--> Exporting github.com/aws/aws-sdk-go
[INFO]	--> Exporting github.com/BurntSushi/toml
[INFO]	--> Exporting github.com/coreos/go-systemd
[INFO]	--> Exporting github.com/davecgh/go-spew
[INFO]	--> Exporting github.com/ghodss/yaml
[INFO]	--> Exporting github.com/emicklei/go-restful
[INFO]	--> Exporting github.com/gin-contrib/sse
[INFO]	--> Exporting github.com/go-openapi/jsonreference
[INFO]	--> Exporting github.com/go-ini/ini
[INFO]	--> Exporting github.com/gin-gonic/gin
[INFO]	--> Exporting github.com/go-openapi/spec
[INFO]	--> Exporting github.com/go-openapi/jsonpointer
[INFO]	--> Exporting github.com/go-openapi/swag
[INFO]	--> Exporting github.com/godbus/dbus
[INFO]	--> Exporting github.com/golang/glog
[INFO]	--> Exporting github.com/gogo/protobuf
[INFO]	--> Exporting github.com/golang/groupcache
[INFO]	--> Exporting github.com/google/gofuzz
[INFO]	--> Exporting github.com/google/btree
[INFO]	--> Exporting github.com/golang/protobuf
[INFO]	--> Exporting github.com/googleapis/gnostic
[INFO]	--> Exporting github.com/gregjones/httpcache
[INFO]	--> Exporting github.com/jessevdk/go-flags
[INFO]	--> Exporting github.com/imdario/mergo
[INFO]	--> Exporting github.com/hashicorp/golang-lru
[INFO]	--> Exporting github.com/howeyc/gopass
[INFO]	--> Exporting github.com/jmespath/go-jmespath
[INFO]	--> Exporting github.com/kubernetes-incubator/external-storage
[INFO]	--> Exporting github.com/json-iterator/go
[INFO]	--> Exporting github.com/mailru/easyjson
[INFO]	--> Exporting github.com/mattn/go-isatty
[INFO]	--> Exporting github.com/juju/ratelimit
[INFO]	--> Exporting github.com/pborman/uuid
[INFO]	--> Exporting github.com/peterbourgon/diskv
[INFO]	--> Exporting github.com/PuerkitoBio/purell
[INFO]	--> Exporting github.com/satori/go.uuid
[INFO]	--> Exporting github.com/PuerkitoBio/urlesc
[INFO]	--> Exporting github.com/spf13/pflag
[INFO]	--> Exporting github.com/ugorji/go
[INFO]	--> Exporting go.uber.org/atomic
[INFO]	--> Exporting go.uber.org/multierr
[INFO]	--> Exporting go.uber.org/zap
[INFO]	--> Exporting golang.org/x/text
[INFO]	--> Exporting gopkg.in/go-playground/validator.v8
[INFO]	--> Exporting k8s.io/api
[INFO]	--> Exporting gopkg.in/inf.v0
[INFO]	--> Exporting gopkg.in/natefinch/lumberjack.v2
[INFO]	--> Exporting gopkg.in/yaml.v2
[INFO]	--> Exporting k8s.io/apimachinery
[INFO]	--> Exporting k8s.io/client-go
[INFO]	--> Exporting k8s.io/kube-openapi
[INFO]	--> Exporting github.com/pmezard/go-difflib
[INFO]	--> Exporting github.com/stretchr/testify
[INFO]	--> Exporting k8s.io/kubernetes
[INFO]	--> Exporting golang.org/x/sys
[INFO]	--> Exporting golang.org/x/net
[INFO]	--> Exporting golang.org/x/crypto
[INFO]	Replacing existing vendor dependencies
[INFO]	Removing nested vendor and Godeps/_workspace directories...
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/aws/aws-sdk-go/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/gin-gonic/gin/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/kubernetes-incubator/external-storage/repo-infra/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/kubernetes-incubator/external-storage/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/stretchr/testify/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/k8s.io/kubernetes/vendor
go get github.com/pierrre/gotestcover
gofmt -l ./cmd/driver/main.go ./cmd/provisioner/main.go ./driver/driver.go ./driver/interfaces/plugin.go ./driver/driver_test.go ./utils/logger/logger.go ./utils/logger/logger_test.go ./utils/config/config.go ./utils/config/config_test.go ./utils/backend/backend.go ./utils/backend/backend_test.go ./utils/backend/fake/fake_backend.go ./utils/parser/parser_test.go ./utils/parser/parser.go ./utils/uuid/uuid_test.go ./utils/uuid/uuid.go ./utils/consts/consts.go ./provisioner/ibm-s3fs-provisioner.go ./provisioner/ibm-s3fs-provisioner_test.go
go vet github.com/IBM/ibmcloud-object-storage-plugin/driver github.com/IBM/ibmcloud-object-storage-plugin/driver/interfaces github.com/IBM/ibmcloud-object-storage-plugin/provisioner github.com/IBM/ibmcloud-object-storage-plugin/utils/backend github.com/IBM/ibmcloud-object-storage-plugin/utils/backend/fake github.com/IBM/ibmcloud-object-storage-plugin/utils/config github.com/IBM/ibmcloud-object-storage-plugin/utils/consts github.com/IBM/ibmcloud-object-storage-plugin/utils/logger github.com/IBM/ibmcloud-object-storage-plugin/utils/parser github.com/IBM/ibmcloud-object-storage-plugin/utils/uuid
# github.com/IBM/ibmcloud-object-storage-plugin/driver
driver/driver.go:49:23: undefined: syscall.Mount
driver/driver.go:142:29: undefined: syscall.MNT_FORCE
# github.com/IBM/ibmcloud-object-storage-plugin/driver [github.com/IBM/ibmcloud-object-storage-plugin/driver.test]
driver/driver.go:49:23: undefined: syscall.Mount
driver/driver.go:142:29: undefined: syscall.MNT_FORCE
make: *** [vet] Error 2
patro:ibmcloud-object-storage-plugin edu$ sudo make
Password:
echo "Installing dependencies ..."
Installing dependencies ...
glide install --strip-vendor
[WARN]	Lock file may be out of date. Hash check of YAML failed. You may need to run 'update'
[INFO]	Downloading dependencies. Please wait...
[INFO]	--> Found desired version locally github.com/aws/aws-sdk-go a0a03e8bd76da15122ee18cbdb527d5a0f12913e!
[INFO]	--> Found desired version locally github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895!
[INFO]	--> Found desired version locally github.com/coreos/go-systemd d1b7d058aa2adfc795ad17ff4aaa2bc64ec11c78!
[INFO]	--> Found desired version locally github.com/davecgh/go-spew 04cdfd42973bb9c8589fd6a731800cf222fde1a9!
[INFO]	--> Found desired version locally github.com/emicklei/go-restful ff4f55a206334ef123e4f79bbf348980da81ca46!
[INFO]	--> Found desired version locally github.com/ghodss/yaml 73d445a93680fa1a78ae23a5839bad48f32ba1ee!
[INFO]	--> Found desired version locally github.com/gin-contrib/sse 22d885f9ecc78bf4ee5d72b937e4bbcdc58e8cae!
[INFO]	--> Found desired version locally github.com/gin-gonic/gin 814ac9490a38bb955a742d8ea15fa140489ee658!
[INFO]	--> Found desired version locally github.com/go-ini/ini bda519ae5f4cbc60d391ff8610711627a08b86ae!
[INFO]	--> Found desired version locally github.com/go-openapi/jsonpointer 46af16f9f7b149af66e5d1bd010e3574dc06de98!
[INFO]	--> Found desired version locally github.com/go-openapi/jsonreference 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272!
[INFO]	--> Found desired version locally github.com/go-openapi/spec 7abd5745472fff5eb3685386d5fb8bf38683154d!
[INFO]	--> Found desired version locally github.com/go-openapi/swag f3f9494671f93fcff853e3c6e9e948b3eb71e590!
[INFO]	--> Found desired version locally github.com/godbus/dbus d41f4c66e71d091df57cfee7bf5978c0d612a174!
[INFO]	--> Found desired version locally github.com/gogo/protobuf c0656edd0d9eab7c66d1eb0c568f9039345796f7!
[INFO]	--> Found desired version locally github.com/golang/glog 44145f04b68cf362d9c4df2182967c2275eaefed!
[INFO]	--> Found desired version locally github.com/golang/groupcache 02826c3e79038b59d737d3b1c0a1d937f71a4433!
[INFO]	--> Found desired version locally github.com/golang/protobuf 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9!
[INFO]	--> Found desired version locally github.com/google/btree 7d79101e329e5a3adf994758c578dab82b90c017!
[INFO]	--> Found desired version locally github.com/google/gofuzz 44d81051d367757e1c7c6a5a86423ece9afcf63c!
[INFO]	--> Found desired version locally github.com/googleapis/gnostic 0c5108395e2debce0d731cf0287ddf7242066aba!
[INFO]	--> Found desired version locally github.com/gregjones/httpcache 787624de3eb7bd915c329cba748687a3b22666a6!
[INFO]	--> Found desired version locally github.com/hashicorp/golang-lru a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4!
[INFO]	--> Found desired version locally github.com/howeyc/gopass bf9dde6d0d2c004a008c27aaee91170c786f6db8!
[INFO]	--> Found desired version locally github.com/imdario/mergo 6633656539c1639d9d78127b7d47c622b5d7b6dc!
[INFO]	--> Found desired version locally github.com/jessevdk/go-flags 1c38ed7ad0cc3d9e66649ac398c30e45f395c4eb!
[INFO]	--> Found desired version locally github.com/jmespath/go-jmespath 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74!
[INFO]	--> Found desired version locally github.com/json-iterator/go 36b14963da70d11297d313183d7e6388c8510e1e!
[INFO]	--> Found desired version locally github.com/juju/ratelimit 5b9ff866471762aa2ab2dced63c9fb6f53921342!
[INFO]	--> Found desired version locally github.com/kubernetes-incubator/external-storage 7e0dccd17dd6e830508d0c5f563d853793e0c0d6!
[INFO]	--> Found desired version locally github.com/mailru/easyjson 2f5df55504ebc322e4d52d34df6a1f5b503bf26d!
[INFO]	--> Found desired version locally github.com/mattn/go-isatty 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c!
[INFO]	--> Found desired version locally github.com/pborman/uuid ca53cad383cad2479bbba7f7a1a05797ec1386e4!
[INFO]	--> Found desired version locally github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6!
[INFO]	--> Found desired version locally github.com/PuerkitoBio/purell 8a290539e2e8629dbc4e6bad948158f790ec31f4!
[INFO]	--> Found desired version locally github.com/PuerkitoBio/urlesc 5bd2802263f21d8788851d5305584c82a5c75d7e!
[INFO]	--> Found desired version locally github.com/satori/go.uuid 5bf94b69c6b68ee1b541973bb8e1144db23a194b!
[INFO]	--> Found desired version locally github.com/spf13/pflag 5ccb023bc27df288a957c5e994cd44fd19619465!
[INFO]	--> Found desired version locally github.com/ugorji/go ded73eae5db7e7a0ef6f55aace87a2873c5d2b74!
[INFO]	--> Found desired version locally go.uber.org/atomic 8474b86a5a6f79c443ce4b2992817ff32cf208b8!
[INFO]	--> Found desired version locally go.uber.org/multierr 3c4937480c32f4c13a875a1829af76c98ca3d40a!
[INFO]	--> Found desired version locally go.uber.org/zap eeedf312bc6c57391d84767a4cd413f02a917974!
[INFO]	--> Found desired version locally golang.org/x/crypto 81e90905daefcd6fd217b62423c0908922eadb30!
[INFO]	--> Found desired version locally golang.org/x/net 1c05540f6879653db88113bc4a2b70aec4bd491f!
[INFO]	--> Found desired version locally golang.org/x/sys a2e06a18b0d52d8cb2010e04b372a1965d8e3439!
[INFO]	--> Found desired version locally golang.org/x/text b19bf474d317b857955b12035d2c5acb57ce8b01!
[INFO]	--> Found desired version locally gopkg.in/go-playground/validator.v8 5f1438d3fca68893a817e4a66806cea46a9e4ebf!
[INFO]	--> Found desired version locally gopkg.in/inf.v0 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4!
[INFO]	--> Found desired version locally gopkg.in/natefinch/lumberjack.v2 a96e63847dc3c67d17befa69c303767e2f84e54f!
[INFO]	--> Found desired version locally gopkg.in/yaml.v2 53feefa2559fb8dfa8d81baad31be332c97d6c77!
[INFO]	--> Found desired version locally k8s.io/api 006a217681ae70cbacdd66a5e2fca1a61a8ff28e!
[INFO]	--> Found desired version locally k8s.io/apimachinery 68f9c3a1feb3140df59c67ced62d3a5df8e6c9c2!
[INFO]	--> Found desired version locally k8s.io/client-go 9389c055a838d4f208b699b3c7c51b70f2368861!
[INFO]	--> Found desired version locally k8s.io/kube-openapi 39a7bf85c140f972372c2a0d1ee40adbf0c8bfe1!
[INFO]	--> Found desired version locally k8s.io/kubernetes 5fa2db2bd46ac79e5e00a4e6ed24191080aa463b!
[INFO]	--> Found desired version locally github.com/pmezard/go-difflib d8ed2627bdf02c080bf22230dbb337003b7aba2d!
[INFO]	--> Found desired version locally github.com/stretchr/testify 12b6f73e6084dad08a7c6e575284b177ecafbc71!
[INFO]	Setting references.
[INFO]	--> Setting version for github.com/gin-contrib/sse to 22d885f9ecc78bf4ee5d72b937e4bbcdc58e8cae.
[INFO]	--> Setting version for github.com/golang/protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9.
[INFO]	--> Setting version for github.com/go-openapi/spec to 7abd5745472fff5eb3685386d5fb8bf38683154d.
[INFO]	--> Setting version for github.com/davecgh/go-spew to 04cdfd42973bb9c8589fd6a731800cf222fde1a9.
[INFO]	--> Setting version for github.com/go-openapi/jsonreference to 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272.
[INFO]	--> Setting version for github.com/godbus/dbus to d41f4c66e71d091df57cfee7bf5978c0d612a174.
[INFO]	--> Setting version for github.com/coreos/go-systemd to d1b7d058aa2adfc795ad17ff4aaa2bc64ec11c78.
[INFO]	--> Setting version for github.com/gin-gonic/gin to 814ac9490a38bb955a742d8ea15fa140489ee658.
[INFO]	--> Setting version for github.com/go-openapi/swag to f3f9494671f93fcff853e3c6e9e948b3eb71e590.
[INFO]	--> Setting version for github.com/google/gofuzz to 44d81051d367757e1c7c6a5a86423ece9afcf63c.
[INFO]	--> Setting version for github.com/aws/aws-sdk-go to a0a03e8bd76da15122ee18cbdb527d5a0f12913e.
[INFO]	--> Setting version for github.com/emicklei/go-restful to ff4f55a206334ef123e4f79bbf348980da81ca46.
[INFO]	--> Setting version for github.com/golang/glog to 44145f04b68cf362d9c4df2182967c2275eaefed.
[INFO]	--> Setting version for github.com/ghodss/yaml to 73d445a93680fa1a78ae23a5839bad48f32ba1ee.
[INFO]	--> Setting version for github.com/google/btree to 7d79101e329e5a3adf994758c578dab82b90c017.
[INFO]	--> Setting version for github.com/go-ini/ini to bda519ae5f4cbc60d391ff8610711627a08b86ae.
[INFO]	--> Setting version for github.com/gogo/protobuf to c0656edd0d9eab7c66d1eb0c568f9039345796f7.
[INFO]	--> Setting version for github.com/BurntSushi/toml to a368813c5e648fee92e5f6c30e3944ff9d5e8895.
[INFO]	--> Setting version for github.com/go-openapi/jsonpointer to 46af16f9f7b149af66e5d1bd010e3574dc06de98.
[INFO]	--> Setting version for github.com/golang/groupcache to 02826c3e79038b59d737d3b1c0a1d937f71a4433.
[INFO]	--> Setting version for github.com/googleapis/gnostic to 0c5108395e2debce0d731cf0287ddf7242066aba.
[INFO]	--> Setting version for github.com/gregjones/httpcache to 787624de3eb7bd915c329cba748687a3b22666a6.
[INFO]	--> Setting version for github.com/hashicorp/golang-lru to a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4.
[INFO]	--> Setting version for github.com/howeyc/gopass to bf9dde6d0d2c004a008c27aaee91170c786f6db8.
[INFO]	--> Setting version for github.com/imdario/mergo to 6633656539c1639d9d78127b7d47c622b5d7b6dc.
[INFO]	--> Setting version for github.com/jessevdk/go-flags to 1c38ed7ad0cc3d9e66649ac398c30e45f395c4eb.
[INFO]	--> Setting version for github.com/jmespath/go-jmespath to 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74.
[INFO]	--> Setting version for github.com/json-iterator/go to 36b14963da70d11297d313183d7e6388c8510e1e.
[INFO]	--> Setting version for github.com/juju/ratelimit to 5b9ff866471762aa2ab2dced63c9fb6f53921342.
[INFO]	--> Setting version for github.com/kubernetes-incubator/external-storage to 7e0dccd17dd6e830508d0c5f563d853793e0c0d6.
[INFO]	--> Setting version for github.com/mailru/easyjson to 2f5df55504ebc322e4d52d34df6a1f5b503bf26d.
[INFO]	--> Setting version for github.com/mattn/go-isatty to 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c.
[INFO]	--> Setting version for github.com/pborman/uuid to ca53cad383cad2479bbba7f7a1a05797ec1386e4.
[INFO]	--> Setting version for github.com/peterbourgon/diskv to 5f041e8faa004a95c88a202771f4cc3e991971e6.
[INFO]	--> Setting version for github.com/PuerkitoBio/purell to 8a290539e2e8629dbc4e6bad948158f790ec31f4.
[INFO]	--> Setting version for github.com/PuerkitoBio/urlesc to 5bd2802263f21d8788851d5305584c82a5c75d7e.
[INFO]	--> Setting version for github.com/satori/go.uuid to 5bf94b69c6b68ee1b541973bb8e1144db23a194b.
[INFO]	--> Setting version for github.com/ugorji/go to ded73eae5db7e7a0ef6f55aace87a2873c5d2b74.
[INFO]	--> Setting version for github.com/spf13/pflag to 5ccb023bc27df288a957c5e994cd44fd19619465.
[INFO]	--> Setting version for golang.org/x/crypto to 81e90905daefcd6fd217b62423c0908922eadb30.
[INFO]	--> Setting version for golang.org/x/sys to a2e06a18b0d52d8cb2010e04b372a1965d8e3439.
[INFO]	--> Setting version for golang.org/x/net to 1c05540f6879653db88113bc4a2b70aec4bd491f.
[INFO]	--> Setting version for go.uber.org/multierr to 3c4937480c32f4c13a875a1829af76c98ca3d40a.
[INFO]	--> Setting version for go.uber.org/zap to eeedf312bc6c57391d84767a4cd413f02a917974.
[INFO]	--> Setting version for go.uber.org/atomic to 8474b86a5a6f79c443ce4b2992817ff32cf208b8.
[INFO]	--> Setting version for gopkg.in/go-playground/validator.v8 to 5f1438d3fca68893a817e4a66806cea46a9e4ebf.
[INFO]	--> Setting version for gopkg.in/inf.v0 to 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4.
[INFO]	--> Setting version for gopkg.in/natefinch/lumberjack.v2 to a96e63847dc3c67d17befa69c303767e2f84e54f.
[INFO]	--> Setting version for k8s.io/api to 006a217681ae70cbacdd66a5e2fca1a61a8ff28e.
[INFO]	--> Setting version for gopkg.in/yaml.v2 to 53feefa2559fb8dfa8d81baad31be332c97d6c77.
[INFO]	--> Setting version for k8s.io/apimachinery to 68f9c3a1feb3140df59c67ced62d3a5df8e6c9c2.
[INFO]	--> Setting version for k8s.io/client-go to 9389c055a838d4f208b699b3c7c51b70f2368861.
[INFO]	--> Setting version for k8s.io/kube-openapi to 39a7bf85c140f972372c2a0d1ee40adbf0c8bfe1.
[INFO]	--> Setting version for github.com/pmezard/go-difflib to d8ed2627bdf02c080bf22230dbb337003b7aba2d.
[INFO]	--> Setting version for github.com/stretchr/testify to 12b6f73e6084dad08a7c6e575284b177ecafbc71.
[INFO]	--> Setting version for k8s.io/kubernetes to 5fa2db2bd46ac79e5e00a4e6ed24191080aa463b.
[INFO]	--> Setting version for golang.org/x/text to b19bf474d317b857955b12035d2c5acb57ce8b01.
[INFO]	Exporting resolved dependencies...
[INFO]	--> Exporting github.com/aws/aws-sdk-go
[INFO]	--> Exporting github.com/BurntSushi/toml
[INFO]	--> Exporting github.com/emicklei/go-restful
[INFO]	--> Exporting github.com/coreos/go-systemd
[INFO]	--> Exporting github.com/gin-contrib/sse
[INFO]	--> Exporting github.com/davecgh/go-spew
[INFO]	--> Exporting github.com/go-openapi/spec
[INFO]	--> Exporting github.com/golang/groupcache
[INFO]	--> Exporting github.com/gin-gonic/gin
[INFO]	--> Exporting github.com/go-ini/ini
[INFO]	--> Exporting github.com/godbus/dbus
[INFO]	--> Exporting github.com/go-openapi/swag
[INFO]	--> Exporting github.com/golang/glog
[INFO]	--> Exporting github.com/go-openapi/jsonreference
[INFO]	--> Exporting github.com/ghodss/yaml
[INFO]	--> Exporting github.com/gogo/protobuf
[INFO]	--> Exporting github.com/golang/protobuf
[INFO]	--> Exporting github.com/go-openapi/jsonpointer
[INFO]	--> Exporting github.com/google/btree
[INFO]	--> Exporting github.com/google/gofuzz
[INFO]	--> Exporting github.com/googleapis/gnostic
[INFO]	--> Exporting github.com/gregjones/httpcache
[INFO]	--> Exporting github.com/hashicorp/golang-lru
[INFO]	--> Exporting github.com/howeyc/gopass
[INFO]	--> Exporting github.com/jessevdk/go-flags
[INFO]	--> Exporting github.com/kubernetes-incubator/external-storage
[INFO]	--> Exporting github.com/jmespath/go-jmespath
[INFO]	--> Exporting github.com/imdario/mergo
[INFO]	--> Exporting github.com/juju/ratelimit
[INFO]	--> Exporting github.com/json-iterator/go
[INFO]	--> Exporting github.com/mailru/easyjson
[INFO]	--> Exporting github.com/mattn/go-isatty
[INFO]	--> Exporting github.com/pborman/uuid
[INFO]	--> Exporting github.com/peterbourgon/diskv
[INFO]	--> Exporting github.com/PuerkitoBio/purell
[INFO]	--> Exporting github.com/PuerkitoBio/urlesc
[INFO]	--> Exporting github.com/spf13/pflag
[INFO]	--> Exporting github.com/satori/go.uuid
[INFO]	--> Exporting github.com/ugorji/go
[INFO]	--> Exporting go.uber.org/atomic
[INFO]	--> Exporting go.uber.org/multierr
[INFO]	--> Exporting golang.org/x/net
[INFO]	--> Exporting golang.org/x/crypto
[INFO]	--> Exporting golang.org/x/sys
[INFO]	--> Exporting golang.org/x/text
[INFO]	--> Exporting gopkg.in/go-playground/validator.v8
[INFO]	--> Exporting go.uber.org/zap
[INFO]	--> Exporting gopkg.in/inf.v0
[INFO]	--> Exporting gopkg.in/natefinch/lumberjack.v2
[INFO]	--> Exporting k8s.io/api
[INFO]	--> Exporting k8s.io/client-go
[INFO]	--> Exporting github.com/pmezard/go-difflib
[INFO]	--> Exporting github.com/stretchr/testify
[INFO]	--> Exporting k8s.io/apimachinery
[INFO]	--> Exporting k8s.io/kube-openapi
[INFO]	--> Exporting gopkg.in/yaml.v2
[INFO]	--> Exporting k8s.io/kubernetes
[INFO]	Replacing existing vendor dependencies
[INFO]	Removing nested vendor and Godeps/_workspace directories...
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/aws/aws-sdk-go/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/gin-gonic/gin/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/kubernetes-incubator/external-storage/repo-infra/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/kubernetes-incubator/external-storage/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/github.com/stretchr/testify/vendor
[INFO]	Removing: /Users/edu/go/src/github.com/IBM/ibmcloud-object-storage-plugin/vendor/k8s.io/kubernetes/vendor
go get github.com/pierrre/gotestcover
gofmt -l ./cmd/driver/main.go ./cmd/provisioner/main.go ./driver/driver.go ./driver/interfaces/plugin.go ./driver/driver_test.go ./utils/logger/logger.go ./utils/logger/logger_test.go ./utils/config/config.go ./utils/config/config_test.go ./utils/backend/backend.go ./utils/backend/backend_test.go ./utils/backend/fake/fake_backend.go ./utils/parser/parser_test.go ./utils/parser/parser.go ./utils/uuid/uuid_test.go ./utils/uuid/uuid.go ./utils/consts/consts.go ./provisioner/ibm-s3fs-provisioner.go ./provisioner/ibm-s3fs-provisioner_test.go
go vet github.com/IBM/ibmcloud-object-storage-plugin/driver github.com/IBM/ibmcloud-object-storage-plugin/driver/interfaces github.com/IBM/ibmcloud-object-storage-plugin/provisioner github.com/IBM/ibmcloud-object-storage-plugin/utils/backend github.com/IBM/ibmcloud-object-storage-plugin/utils/backend/fake github.com/IBM/ibmcloud-object-storage-plugin/utils/config github.com/IBM/ibmcloud-object-storage-plugin/utils/consts github.com/IBM/ibmcloud-object-storage-plugin/utils/logger github.com/IBM/ibmcloud-object-storage-plugin/utils/parser github.com/IBM/ibmcloud-object-storage-plugin/utils/uuid
# github.com/IBM/ibmcloud-object-storage-plugin/driver
driver/driver.go:49:23: undefined: syscall.Mount
driver/driver.go:142:29: undefined: syscall.MNT_FORCE
# github.com/IBM/ibmcloud-object-storage-plugin/driver [github.com/IBM/ibmcloud-object-storage-plugin/driver.test]
driver/driver.go:49:23: undefined: syscall.Mount
driver/driver.go:142:29: undefined: syscall.MNT_FORCE
make: *** [vet] Error 2
patro:ibmcloud-object-storage-plugin edu$
@nkkashyap
Copy link
Member

@patrocinio
Currently, cross platform compilation support is not there.
Since, plugin binaries are targeted for worker nodes with Linux OS,
please compile the code on a Linux (Ubuntu) VM.

@renier
Copy link

renier commented Dec 9, 2019

$ GOOS=linux CGO_ENABLED=0 go build -o ibmc-s3fs -v github.com/IBM/ibmcloud-object-storage-plugin/cmd/driver

seems to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants