You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2021/03/27 18:20:00 UTC

[jira] [Updated] (BEAM-12060) beam_PostCommit_Go_VR_Flink and beam_PostCommit_Go_VR_Spark failing since Mar 23, 2021 6:00:00 AM

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

Kenneth Knowles updated BEAM-12060:
-----------------------------------
    Summary: beam_PostCommit_Go_VR_Flink and beam_PostCommit_Go_VR_Spark failing since Mar 23, 2021 6:00:00 AM  (was: beam_PostCommit_Go_VR_Flink failing since Mar 23, 2021 6:00:00 AM)

> beam_PostCommit_Go_VR_Flink and beam_PostCommit_Go_VR_Spark failing since Mar 23, 2021 6:00:00 AM
> -------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-12060
>                 URL: https://issues.apache.org/jira/browse/BEAM-12060
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system, runner-flink, sdk-go, test-failures
>            Reporter: Kenneth Knowles
>            Assignee: Daniel Oliveira
>            Priority: P1
>              Labels: currently-failing
>
> First failure at https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Go_VR_Flink/4532/ and the failure appears the same since then:
> {code}
> 23:10:49 sdks/go/test/integration/integration.go:41:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam/testing/ptest" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam/testing/ptest (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam/testing/ptest (from $GOPATH)
> 23:10:49 sdks/go/test/integration/driver/driver.go:26:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam (from $GOPATH)
> 23:10:49 sdks/go/test/integration/driver/driver.go:27:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam/io/filesystem/memfs" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam/io/filesystem/memfs (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam/io/filesystem/memfs (from $GOPATH)
> 23:10:49 sdks/go/test/integration/driver/driver.go:28:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam/log" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam/log (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam/log (from $GOPATH)
> 23:10:49 sdks/go/test/integration/driver/driver.go:29:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam/x/beamx" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam/x/beamx (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam/x/beamx (from $GOPATH)
> 23:10:49 sdks/go/test/integration/driver/driver.go:30:2: cannot find package "github.com/apache/beam/sdks/go/test/integration/primitives" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/test/integration/primitives (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/test/integration/primitives (from $GOPATH)
> 23:10:49 sdks/go/test/integration/driver/driver.go:31:2: cannot find package "github.com/apache/beam/sdks/go/test/integration/synthetic" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/test/integration/synthetic (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/test/integration/synthetic (from $GOPATH)
> 23:10:49 sdks/go/test/integration/driver/driver.go:32:2: cannot find package "github.com/apache/beam/sdks/go/test/integration/wordcount" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/test/integration/wordcount (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/test/integration/wordcount (from $GOPATH)
> 23:10:49 sdks/go/test/integration/primitives/cogbk.go:22:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam/testing/passert" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam/testing/passert (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam/testing/passert (from $GOPATH)
> 23:10:49 sdks/go/test/integration/synthetic/synthetic.go:21:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam/io/synthetic" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam/io/synthetic (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam/io/synthetic (from $GOPATH)
> 23:10:49 sdks/go/test/integration/wordcount/wordcount.go:27:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam/io/textio" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam/io/textio (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam/io/textio (from $GOPATH)
> 23:10:49 sdks/go/test/integration/wordcount/wordcount.go:29:2: cannot find package "github.com/apache/beam/sdks/go/pkg/beam/transforms/stats" in any of:
> 23:10:49 	/usr/lib/go-1.12/src/github.com/apache/beam/sdks/go/pkg/beam/transforms/stats (from $GOROOT)
> 23:10:49 	/home/jenkins/go/src/github.com/apache/beam/sdks/go/pkg/beam/transforms/stats (from $GOPATH)
> {code}
> The most apparent culprit by CI history is "[BEAM-12022] Touch up Go ValidatesRunner docs and remove old gradle tasks." https://github.com/apache/beam/commit/a57a58d8c606863c37566b8da5a5171d510dee29



--
This message was sent by Atlassian Jira
(v8.3.4#803005)