Skip to content

[CI][Integaration] Building Apache Arrow Go in integration test is flaky #47673

@kou

Description

@kou

Describe the bug, including details regarding any error messages, version, and platform.

For example:

In apache/arrow:

#47623 (comment)

  + go install -v ./...
  type_traits_boolean.go:20:2: cannot find package "github.com/apache/arrow-go/v18/arrow/bitutil" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/bitutil (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/bitutil (from $GOPATH)
  datatype_fixedwidth.go:25:2: cannot find package "github.com/apache/arrow-go/v18/arrow/decimal" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/decimal (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/decimal (from $GOPATH)
  datatype_viewheader.go:23:2: cannot find package "github.com/apache/arrow-go/v18/arrow/endian" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/endian (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/endian (from $GOPATH)
  type_traits.go:24:2: cannot find package "github.com/apache/arrow-go/v18/arrow/float16" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/float16 (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/float16 (from $GOPATH)
  datatype.go:24:2: cannot find package "github.com/apache/arrow-go/v18/arrow/internal/debug" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/internal/debug (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/internal/debug (from $GOPATH)
  array.go:22:2: cannot find package "github.com/apache/arrow-go/v18/arrow/memory" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/memory (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/memory (from $GOPATH)
  array.go:23:2: cannot find package "github.com/apache/arrow-go/v18/internal/json" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/internal/json (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/internal/json (from $GOPATH)
...

In apache/arrow-dotnet:

https://github.com/apache/arrow-dotnet/actions/runs/18045150414/job/51355144775?pr=83#step:13:837

  + go install -v ./...
  type_traits_boolean.go:20:2: cannot find package "github.com/apache/arrow-go/v18/arrow/bitutil" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/bitutil (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/bitutil (from $GOPATH)
  datatype_fixedwidth.go:25:2: cannot find package "github.com/apache/arrow-go/v18/arrow/decimal" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/decimal (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/decimal (from $GOPATH)
  datatype_viewheader.go:23:2: cannot find package "github.com/apache/arrow-go/v18/arrow/endian" in any of:
  	/opt/go/src/github.com/apache/arrow-go/v18/arrow/endian (from $GOROOT)
  	/go/src/github.com/apache/arrow-go/v18/arrow/endian (from $GOPATH)
...

Component(s)

Integration

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions