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

operator CI build fails #1330

Closed
gsunner opened this issue Jan 13, 2020 · 2 comments
Closed

operator CI build fails #1330

gsunner opened this issue Jan 13, 2020 · 2 comments
Labels
bug triage Needs to be triaged and prioritised accordingly
Milestone

Comments

@gsunner
Copy link
Contributor

gsunner commented Jan 13, 2020

During the operator CI build, fails when doing the 'go vet'

go fmt ./...                                                                                                                                 
go vet ./...                                                                                                                                 
go: downloading github.com/onsi/ginkgo v1.8.0                                                                                                
go: downloading github.com/Azure/go-autorest/autorest v0.9.2                                                                                 
go: downloading sigs.k8s.io/testing_frameworks v0.1.1                                                                                        
go: downloading github.com/gophercloud/gophercloud v0.4.0                                                                                    
go: downloading github.com/onsi/gomega v1.5.0                                                                                                
go: extracting sigs.k8s.io/testing_frameworks v0.1.1                                                                                         
go: extracting github.com/Azure/go-autorest/autorest v0.9.2                                                                                  
go: extracting github.com/onsi/gomega v1.5.0                                                                                                 
go: downloading github.com/Azure/go-autorest/autorest/adal v0.7.0                                                                            
go: extracting github.com/onsi/ginkgo v1.8.0                                                                                                 
go: downloading github.com/Azure/go-autorest/logger v0.1.0         
go: downloading github.com/Azure/go-autorest/tracing v0.5.0 
go: extracting github.com/Azure/go-autorest/autorest/adal v0.7.0                                                                             
go: extracting github.com/Azure/go-autorest/logger v0.1.0                                                                                    
go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible                                                                              
go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0                                                                            
go: extracting github.com/Azure/go-autorest/tracing v0.5.0                                                                                   
go: extracting github.com/Azure/go-autorest/autorest/date v0.2.0
go: extracting github.com/dgrijalva/jwt-go v3.2.0+incompatible                                                                               
go: downloading github.com/hpcloud/tail v1.0.0          
go: extracting github.com/hpcloud/tail v1.0.0
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: extracting gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: extracting github.com/gophercloud/gophercloud v0.4.0
go: finding github.com/onsi/gomega v1.5.0
go: finding github.com/onsi/ginkgo v1.8.0                                                                                                    
go: finding sigs.k8s.io/testing_frameworks v0.1.1
go: finding github.com/Azure/go-autorest/autorest v0.9.2
go: finding github.com/gophercloud/gophercloud v0.4.0      
go: finding github.com/Azure/go-autorest/autorest/adal v0.7.0
go: finding github.com/hpcloud/tail v1.0.0                                                                                                   
go: finding github.com/Azure/go-autorest/tracing v0.5.0         
go: finding github.com/Azure/go-autorest/logger v0.1.0
go: finding github.com/Azure/go-autorest/autorest/date v0.2.0
go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7   
# k8s.io/client-go/rest                                                                                                                      
/builder/home/go/pkg/mod/k8s.io/client-go@v11.0.1-0.20190409021438-1a26190bd76a+incompatible/rest/request.go:598:31: not enough arguments in call to watch.NewStreamWatcher
        have (*versioned.Decoder)                                                                                                            
        want (watch.Decoder, watch.Reporter)                                                                                                 
Makefile:100: recipe for target 'vet' failed
@gsunner gsunner added bug triage Needs to be triaged and prioritised accordingly labels Jan 13, 2020
@gsunner gsunner added this to the 1.1 milestone Jan 13, 2020
@gsunner
Copy link
Contributor Author

gsunner commented Jan 13, 2020

This error happend on the following pipeline

seldonio/seldon-core/master #141 release

@gsunner
Copy link
Contributor Author

gsunner commented Jan 14, 2020

fixed in #1335

@gsunner gsunner closed this as completed Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Needs to be triaged and prioritised accordingly
Projects
None yet
Development

No branches or pull requests

1 participant