[jira] [Commented] (BEAM-9690) Go build failing: undefined: primitives.Reshuffle(KV)
[ https://issues.apache.org/jira/browse/BEAM-9690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165964#comment-17165964 ] Kyle Weaver commented on BEAM-9690: --- Fixed this by running `find . -name vendor | xargs -I{} rm -rf {}` (from the Beam root directory). > Go build failing: undefined: primitives.Reshuffle(KV) > - > > Key: BEAM-9690 > URL: https://issues.apache.org/jira/browse/BEAM-9690 > Project: Beam > Issue Type: Bug > Components: sdk-go >Reporter: Kyle Weaver >Priority: P2 > > Go SDK build is failing on head (1d3e3ef9ffb4aaa913dc223d92626ca9f0f43207). I > tried ./gradlew sdks:go:clean but it didn't seem to make a difference. > Logs: > ./gradlew :sdks:go:container:docker > Resolving dependencies... > # github.com/apache/beam/sdks/go/test/integration > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:67:27: > undefined: primitives.Reshuffle > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:68:29: > undefined: primitives.ReshuffleKV > > Task :sdks:go:buildDarwinAmd64 FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':sdks:go:buildDarwinAmd64'. > > Build failed due to return code 2 of: > Command: >/Users/kcweaver/.gradle/go/binary/1.12/go/bin/go build -o > ./build/bin/integration github.com/apache/beam/sdks/go/test/integration > Env: >GOEXE= > > GOPATH=/Users/kcweaver/go/src/github.com/apache/beam/sdks/go/.gogradle/project_gopath >GOROOT=/Users/kcweaver/.gradle/go/binary/1.12/go >GOOS=darwin >GOARCH=amd64 -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (BEAM-9690) Go build failing: undefined: primitives.Reshuffle(KV)
[ https://issues.apache.org/jira/browse/BEAM-9690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130991#comment-17130991 ] Beam JIRA Bot commented on BEAM-9690: - This issue was marked "stale-assigned" and has not received a public comment in 7 days. It is now automatically unassigned. If you are still working on it, you can assign it to yourself again. Please also give an update about the status of the work. > Go build failing: undefined: primitives.Reshuffle(KV) > - > > Key: BEAM-9690 > URL: https://issues.apache.org/jira/browse/BEAM-9690 > Project: Beam > Issue Type: Bug > Components: sdk-go >Reporter: Kyle Weaver >Priority: P2 > > Go SDK build is failing on head (1d3e3ef9ffb4aaa913dc223d92626ca9f0f43207). I > tried ./gradlew sdks:go:clean but it didn't seem to make a difference. > Logs: > ./gradlew :sdks:go:container:docker > Resolving dependencies... > # github.com/apache/beam/sdks/go/test/integration > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:67:27: > undefined: primitives.Reshuffle > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:68:29: > undefined: primitives.ReshuffleKV > > Task :sdks:go:buildDarwinAmd64 FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':sdks:go:buildDarwinAmd64'. > > Build failed due to return code 2 of: > Command: >/Users/kcweaver/.gradle/go/binary/1.12/go/bin/go build -o > ./build/bin/integration github.com/apache/beam/sdks/go/test/integration > Env: >GOEXE= > > GOPATH=/Users/kcweaver/go/src/github.com/apache/beam/sdks/go/.gogradle/project_gopath >GOROOT=/Users/kcweaver/.gradle/go/binary/1.12/go >GOOS=darwin >GOARCH=amd64 -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (BEAM-9690) Go build failing: undefined: primitives.Reshuffle(KV)
[ https://issues.apache.org/jira/browse/BEAM-9690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17121577#comment-17121577 ] Kenneth Knowles commented on BEAM-9690: --- This issue is assigned but has not received an update in 30 days so it has been labeled "stale-assigned". If you are still working on the issue, please give an update and remove the label. If you are no longer working on the issue, please unassign so someone else may work on it. In 7 days the issue will be automatically unassigned. > Go build failing: undefined: primitives.Reshuffle(KV) > - > > Key: BEAM-9690 > URL: https://issues.apache.org/jira/browse/BEAM-9690 > Project: Beam > Issue Type: Bug > Components: sdk-go >Reporter: Kyle Weaver >Assignee: Robert Burke >Priority: P2 > Labels: stale-assigned > > Go SDK build is failing on head (1d3e3ef9ffb4aaa913dc223d92626ca9f0f43207). I > tried ./gradlew sdks:go:clean but it didn't seem to make a difference. > Logs: > ./gradlew :sdks:go:container:docker > Resolving dependencies... > # github.com/apache/beam/sdks/go/test/integration > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:67:27: > undefined: primitives.Reshuffle > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:68:29: > undefined: primitives.ReshuffleKV > > Task :sdks:go:buildDarwinAmd64 FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':sdks:go:buildDarwinAmd64'. > > Build failed due to return code 2 of: > Command: >/Users/kcweaver/.gradle/go/binary/1.12/go/bin/go build -o > ./build/bin/integration github.com/apache/beam/sdks/go/test/integration > Env: >GOEXE= > > GOPATH=/Users/kcweaver/go/src/github.com/apache/beam/sdks/go/.gogradle/project_gopath >GOROOT=/Users/kcweaver/.gradle/go/binary/1.12/go >GOOS=darwin >GOARCH=amd64 -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (BEAM-9690) Go build failing: undefined: primitives.Reshuffle(KV)
[ https://issues.apache.org/jira/browse/BEAM-9690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086043#comment-17086043 ] Kyle Weaver commented on BEAM-9690: --- This issue seems to only happen on my Mac, it doesn't affect my Linux workstation. I'm guessing there's just a stale cache somewhere, but I don't know how to clear it. Any ideas? > Go build failing: undefined: primitives.Reshuffle(KV) > - > > Key: BEAM-9690 > URL: https://issues.apache.org/jira/browse/BEAM-9690 > Project: Beam > Issue Type: Bug > Components: sdk-go >Reporter: Kyle Weaver >Assignee: Robert Burke >Priority: Major > > Go SDK build is failing on head (1d3e3ef9ffb4aaa913dc223d92626ca9f0f43207). I > tried ./gradlew sdks:go:clean but it didn't seem to make a difference. > Logs: > ./gradlew :sdks:go:container:docker > Resolving dependencies... > # github.com/apache/beam/sdks/go/test/integration > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:67:27: > undefined: primitives.Reshuffle > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:68:29: > undefined: primitives.ReshuffleKV > > Task :sdks:go:buildDarwinAmd64 FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':sdks:go:buildDarwinAmd64'. > > Build failed due to return code 2 of: > Command: >/Users/kcweaver/.gradle/go/binary/1.12/go/bin/go build -o > ./build/bin/integration github.com/apache/beam/sdks/go/test/integration > Env: >GOEXE= > > GOPATH=/Users/kcweaver/go/src/github.com/apache/beam/sdks/go/.gogradle/project_gopath >GOROOT=/Users/kcweaver/.gradle/go/binary/1.12/go >GOOS=darwin >GOARCH=amd64 -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (BEAM-9690) Go build failing: undefined: primitives.Reshuffle(KV)
[ https://issues.apache.org/jira/browse/BEAM-9690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074936#comment-17074936 ] Robert Burke commented on BEAM-9690: I've been unable to replicate this issue locally, and the post commits are differently broken at present due to artifact issues, though when they were first committed, they did correctly run in post commit. > Go build failing: undefined: primitives.Reshuffle(KV) > - > > Key: BEAM-9690 > URL: https://issues.apache.org/jira/browse/BEAM-9690 > Project: Beam > Issue Type: Bug > Components: sdk-go >Reporter: Kyle Weaver >Assignee: Robert Burke >Priority: Major > > Go SDK build is failing on head (1d3e3ef9ffb4aaa913dc223d92626ca9f0f43207). I > tried ./gradlew sdks:go:clean but it didn't seem to make a difference. > Logs: > ./gradlew :sdks:go:container:docker > Resolving dependencies... > # github.com/apache/beam/sdks/go/test/integration > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:67:27: > undefined: primitives.Reshuffle > .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/integration/driver.go:68:29: > undefined: primitives.ReshuffleKV > > Task :sdks:go:buildDarwinAmd64 FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':sdks:go:buildDarwinAmd64'. > > Build failed due to return code 2 of: > Command: >/Users/kcweaver/.gradle/go/binary/1.12/go/bin/go build -o > ./build/bin/integration github.com/apache/beam/sdks/go/test/integration > Env: >GOEXE= > > GOPATH=/Users/kcweaver/go/src/github.com/apache/beam/sdks/go/.gogradle/project_gopath >GOROOT=/Users/kcweaver/.gradle/go/binary/1.12/go >GOOS=darwin >GOARCH=amd64 -- This message was sent by Atlassian Jira (v8.3.4#803005)