You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/07/12 21:02:00 UTC

[jira] [Created] (ARROW-2841) [Go] Fix recent Go build failures in Travis CI

Wes McKinney created ARROW-2841:
-----------------------------------

             Summary: [Go] Fix recent Go build failures in Travis CI
                 Key: ARROW-2841
                 URL: https://issues.apache.org/jira/browse/ARROW-2841
             Project: Apache Arrow
          Issue Type: Bug
          Components: Go
            Reporter: Antoine Pitrou
             Fix For: 0.10.0


I'm getting persistent failures in the Go job on Travis-CI:
https://travis-ci.org/pitrou/arrow/jobs/403221354

Is this expected?  Excerpt:

{code}
$ go get -t -v ./...
github.com/apache/arrow (download)
github.com/stretchr/testify (download)
go/arrow/type_traits_boolean.go:20:2: use of internal package not allowed
go/arrow/array/array.go:23:2: use of internal package not allowed
go/arrow/array/array.go:24:2: use of internal package not allowed
go/arrow/math/math_amd64.go:22:2: use of internal package not allowed
go/arrow/memory/memory_amd64.go:22:2: use of internal package not allowed
go/arrow/memory/buffer.go:22:2: use of internal package not allowed
The command "eval go get -t -v ./... " failed. Retrying, 2 of 3.
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)