You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/02 21:18:10 UTC

[GitHub] csantanapr opened a new issue #376: Travis build failing types.TypeName has no field or method IsAlias

csantanapr opened a new issue #376: Travis build failing types.TypeName has no field or method IsAlias
URL: https://github.com/apache/incubator-openwhisk-cli/issues/376
 
 
   Error in master branch on Travis
   
   I don't think this is even our code, why do we rub golint on the whole thing including vendor libraries, instead of just the openwhisk code?
   
   ```
   Found go 1.8 in /home/travis/.gimme/versions/go1.8.linux.amd64/bin/go, use it.
   :goPrepare
   Found global GOPATH: /home/travis/gopath.
   :getGoLint# golang.org/x/tools/go/internal/gcimporter
   ../../../golang.org/x/tools/go/internal/gcimporter/bexport.go:212: obj.IsAlias undefined (type *types.TypeName has no field or method IsAlias)
    FAILED
   FAILURE: Build failed with an exception.
   * What went wrong:
   Execution failed for task ':getGoLint'.
   > Build failed due to return code 2 of: 
     Command:
      /home/travis/.gimme/versions/go1.8.linux.amd64/bin/go get -tags '' -u golang.org/x/lint/golint
     Env:
      GOEXE=
      GOPATH=/home/travis/gopath
      GOROOT=/home/travis/.gimme/versions/go1.8.linux.amd64
      GOOS=linux
      GOARCH=amd64
   
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services