[ 
https://issues.apache.org/jira/browse/BEAM-12060?focusedWorklogId=576397&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-576397
 ]

ASF GitHub Bot logged work on BEAM-12060:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Apr/21 06:35
            Start Date: 03/Apr/21 06:35
    Worklog Time Spent: 10m 
      Work Description: youngoli merged pull request #14407:
URL: https://github.com/apache/beam/pull/14407


   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 576397)
    Time Spent: 1h 10m  (was: 1h)

> 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
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> First failure at 
> https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Go_VR_Flink/4532/
>  and 
> https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Go_VR_Spark/4472/
> 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