Kenneth Knowles created BEAM-12060:
--------------------------------------

             Summary: beam_PostCommit_Go_VR_Flink 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


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)

Reply via email to