You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/09/15 13:09:34 UTC

[GitHub] [arrow] raulcd opened a new issue, #37738: [Go][CI] Nightly verification tasks are failing with syntax error on thrift

raulcd opened a new issue, #37738:
URL: https://github.com/apache/arrow/issues/37738

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Several nightly verification tasks:
   * [verify-rc-source-go-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185676874/job/16791727174)
   * [verify-rc-source-go-linux-conda-latest-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185697207/job/16791785458)
   * [verify-rc-source-go-linux-ubuntu-20.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185685485/job/16791751578)
   * [verify-rc-source-go-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185690248/job/16791765631)
   * [verify-rc-source-go-macos-arm64](https://github.com/ursacomputing/crossbow/actions/runs/6185677365/job/16791728329)
   * [verify-rc-source-integration-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185689616/job/16791763103)
   * [verify-rc-source-integration-linux-conda-latest-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185702414/job/16791800978)
   * [verify-rc-source-integration-linux-ubuntu-20.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185708049/job/16791816539)
   * [verify-rc-source-integration-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185689268/job/16791762277)
   * [verify-rc-source-integration-macos-arm64](https://github.com/ursacomputing/crossbow/actions/runs/6185681645/job/16791741508)
   * [verify-rc-source-integration-macos-conda-amd64](https://github.com/ursacomputing/crossbow/actions/runs/6185706687/job/16791812680)
   
   
   are failing with:
   ```
    # github.com/apache/thrift/lib/go/thrift
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/deserializer.go:83:12: syntax error: unexpected [, expecting semicolon or newline or }
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pointerize.go:24:13: syntax error: unexpected [, expecting (
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:28:13: syntax error: unexpected any, expecting ]
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:30:16: syntax error: unexpected newline, expecting name or (
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:31:1: syntax error: non-declaration statement outside function body
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:38:13: syntax error: unexpected [, expecting (
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:38:37: method has no receiver
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:40:21: method has no receiver
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:40:21: syntax error: unexpected *, expecting name or (
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:46:16: method has no receiver
   /tmp/arrow-HEAD.5MzaX/go/gopath/pkg/mod/github.com/apache/thrift@v0.17.0/lib/go/thrift/pool.go:46:16: too many errors
   note: module requires Go 1.18
   github.com/golang/snappy
   github.com/klauspost/compress/flate
   github.com/klauspost/compress/gzip
   github.com/JohnCGriffin/overflow
   github.com/apache/arrow/go/v14/parquet/internal/bmi
   golang.org/x/exp/mmap
   github.com/docopt/docopt-go
   golang.org/x/sync/errgroup
   github.com/davecgh/go-spew/spew
   github.com/pmezard/go-difflib/difflib
   github.com/stretchr/objx
   gopkg.in/yaml.v3
   github.com/stretchr/testify/assert
   github.com/stretchr/testify/mock
   Failed to verify release candidate. See /tmp/arrow-HEAD.5MzaX for details.
   ```
   
   ### Component(s)
   
   Continuous Integration, Go


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #37738: [Go][CI] Nightly verification tasks are failing with syntax error on thrift

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #37738: [Go][CI] Nightly verification tasks are failing with syntax error on thrift
URL: https://github.com/apache/arrow/issues/37738


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #37738: [Go][CI] Nightly verification tasks are failing with syntax error on thrift

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #37738:
URL: https://github.com/apache/arrow/issues/37738#issuecomment-1721265468

   @zeroshade if it's not a quick fix for you I can try to investigate next week.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #37738: [Go][CI] Nightly verification tasks are failing with syntax error on thrift

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #37738:
URL: https://github.com/apache/arrow/issues/37738#issuecomment-1721257803

   cc @zeroshade 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade commented on issue #37738: [Go][CI] Nightly verification tasks are failing with syntax error on thrift

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade commented on issue #37738:
URL: https://github.com/apache/arrow/issues/37738#issuecomment-1721433849

    @raulcd ugh, it looks like it's still installing Go 1.17 instead of 1.19, I'll see if i can fix the verification scripts to get the right version


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #37738: [Go][CI] Nightly verification tasks are failing with syntax error on thrift

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #37738:
URL: https://github.com/apache/arrow/issues/37738#issuecomment-1721263658

   This seems to fail since we bumped the minimum go version: https://github.com/apache/arrow/commit/2a56d4598a3a401447c91645448853b940e86fbe


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org