houshengbo commented on issue #200: Investigate why Travis is pulling from master incubator-openwhisk-client-go during build URL: https://github.com/apache/incubator-openwhisk-cli/issues/200#issuecomment-359143678 The reason for that the PR passed before, but it failed on master: https://api.travis-ci.org/v3/job/330994467/log.txt, is probable a rebase issue. when it is still pr, cli has not changed yet. when it is merged, there are several commits merged before this one. Besides, we are hitting the error because of : ``` commands/api.go:106: cannot range over api.Swagger.Paths[path] (type *whisk.ApiSwaggerPath) commands/api.go:211: cannot range over retApi.Swagger.Paths[path] (type *whisk.ApiSwaggerPath) commands/api.go:581: cannot range over resultApi.Swagger.Paths[path] (type *whisk.ApiSwaggerPath) commands/api.go:619: cannot range over resultApi.Swagger.Paths[path] (type *whisk.ApiSwaggerPath) commands/api.go:682: cannot range over resultApi.Swagger.Paths[path] (type *whisk.ApiSwaggerPath) commands/api.go:716: cannot range over resultApi.Swagger.Paths[path] (type *whisk.ApiSwaggerPath) ``` Here is some explanations: https://groups.google.com/forum/#!topic/golang-nuts/OtdVFAeMXFk @dubeejw
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
