You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Antoine Pitrou <an...@python.org> on 2018/07/12 17:50:52 UTC

[Go] Go failures on Travis-CI

Hello,

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

Is this expected?  Excerpt:

"""
$ 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.
"""

Regards

Antoine.

Re: [Go] Go failures on Travis-CI

Posted by Wes McKinney <we...@gmail.com>.
I opened https://issues.apache.org/jira/browse/ARROW-2841. Thanks!

On Thu, Jul 12, 2018 at 2:36 PM, Sebastien Binet <bi...@cern.ch> wrote:
> I'll have a look tomorrow (Paris time).
> It looks like a GOPATH issue.
>
> sent from my droid
>
> On Thu, Jul 12, 2018, 20:52 Antoine Pitrou <an...@python.org> wrote:
>
>>
>> Hello,
>>
>> I'm getting persistent failures in the Go job on Travis-CI:
>> https://travis-ci.org/pitrou/arrow/jobs/403221354
>>
>> Is this expected?  Excerpt:
>>
>> """
>> $ 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.
>> """
>>
>> Regards
>>
>> Antoine.
>>

Re: [Go] Go failures on Travis-CI

Posted by Sebastien Binet <bi...@cern.ch>.
I'll have a look tomorrow (Paris time).
It looks like a GOPATH issue.

sent from my droid

On Thu, Jul 12, 2018, 20:52 Antoine Pitrou <an...@python.org> wrote:

>
> Hello,
>
> I'm getting persistent failures in the Go job on Travis-CI:
> https://travis-ci.org/pitrou/arrow/jobs/403221354
>
> Is this expected?  Excerpt:
>
> """
> $ 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.
> """
>
> Regards
>
> Antoine.
>