You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/07/17 01:32:00 UTC

[jira] [Updated] (ARROW-16669) [CI][Go] Travis build fail on go test -race for github.com/apache/arrow/go/v9/parquet/pqarrow

     [ https://issues.apache.org/jira/browse/ARROW-16669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-16669:
-----------------------------------
    Labels: pull-request-available  (was: )

> [CI][Go] Travis build fail on go test -race for github.com/apache/arrow/go/v9/parquet/pqarrow
> ---------------------------------------------------------------------------------------------
>
>                 Key: ARROW-16669
>                 URL: https://issues.apache.org/jira/browse/ARROW-16669
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, Go
>            Reporter: Raúl Cumplido
>            Assignee: Matthew Topol
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Go builds for travis on ARM seem to be failing consistently with:
> {code:java}
> + for d in $(go list ./... | grep -v vendor)
> + go test -race -tags assert github.com/apache/arrow/go/v9/parquet/pqarrow
> signal: killed
> FAIL    github.com/apache/arrow/go/v9/parquet/pqarrow    60.206s
> FAIL
> ERROR: 1
> Error: `docker-compose --file /home/travis/build/apache/arrow/docker-compose.yml run --rm --volume /home/travis/build/apache/arrow/build:/build debian-go` exited with a non-zero exit code 1, see the process log above.{code}
> See example of build failures:
> https://app.travis-ci.com/github/apache/arrow/jobs/571479526



--
This message was sent by Atlassian Jira
(v8.20.10#820010)