[
https://issues.apache.org/jira/browse/BEAM-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16999440#comment-16999440
]
Robert Burke commented on BEAM-8992:
------------------------------------
At somepoint someone added the dependency for an avroIO and then never added
the dep to the lockfile, which didn't fail before since nothing was ever
building those the IOs before.
But then goVet was made a failable check, which results in this error.
We need to update
[https://github.com/apache/beam/blob/master/sdks/go/gogradle.lock]
with the right commit information.
<insert my constant lament that Beam Go's versioning is a mess, and not having
the need to fix it on my end>
> ./gradlew :sdks:go:examples:goVet fails
> ---------------------------------------
>
> Key: BEAM-8992
> URL: https://issues.apache.org/jira/browse/BEAM-8992
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Affects Versions: 2.19.0
> Reporter: Udi Meiri
> Assignee: Robert Burke
> Priority: Major
>
> {code}
> > Task :sdks:go:examples:resolveBuildDependencies
> Resolving
> ./github.com/apache/beam/sdks/go@/usr/local/google/home/ehudm/src/beam-release/sdks/go
> .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/examples/vendor/github.com/apache/beam/sdks/go/pkg/beam/io/avroio/avroio.go:28:2:
> cannot find package "github.com/linkedin/goavro" in any of:
>
> /usr/local/google/home/ehudm/src/beam-release/sdks/go/examples/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/examples/vendor/github.com/linkedin/goavro
> (vendor tree)
>
> /usr/local/google/home/ehudm/.gradle/go/binary/1.12/go/src/github.com/linkedin/goavro
> (from $GOROOT)
>
> /usr/local/google/home/ehudm/src/beam-release/sdks/go/examples/.gogradle/project_gopath/src/github.com/linkedin/goavro
> (from $GOPATH)
> > Task :sdks:go:examples:goVet FAILED
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)