[
https://issues.apache.org/jira/browse/BEAM-8798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979425#comment-16979425
]
Tomo Suzuki commented on BEAM-8798:
-----------------------------------
[~elharo] How did you fix goVet failure?
{noformat}
> Task :sdks:go:examples:goVet FAILED
Caching disabled for task ':sdks:go:examples:goVet': Caching has not been
enabled for the task
Task ':sdks:go:examples:goVet' is not up-to-date because:
Task has not declared any outputs despite executing actions.
:sdks:go:examples:goVet (Thread[Execution worker for ':',5,main]) completed.
Took 0.434 secs.
...
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':sdks:go:examples:goVet'.
> Build failed due to return code 1 of:
Command:
/usr/local/google/home/suztomo/.gradle/go/binary/1.12/go/bin/go vet
github.com/apache/beam/sdks/go/examples/contains
github.com/apache/beam/sdks/go/examples/readavro
github.com/apache/beam/sdks/go/examples/grades
github.com/apache/beam/sdks/go/examples/complete/autocomplete
github.com/apache/beam/sdks/go/examples/debugging_wordcount
github.com/apache/beam/sdks/go/examples/wordcount
github.com/apache/beam/sdks/go/examples/cookbook/join
github.com/apache/beam/sdks/go/examples/cookbook/max
github.com/apache/beam/sdks/go/examples/pingpong
github.com/apache/beam/sdks/go/examples/windowed_wordcount
github.com/apache/beam/sdks/go/examples/yatzy
github.com/apache/beam/sdks/go/examples/cookbook/combine
github.com/apache/beam/sdks/go/examples/cookbook/filter
github.com/apache/beam/sdks/go/examples/streaming_wordcap
github.com/apache/beam/sdks/go/examples/multiout
github.com/apache/beam/sdks/go/examples/minimal_wordcount
github.com/apache/beam/sdks/go/examples/forest
github.com/apache/beam/sdks/go/examples/cookbook/tornadoes
Env:
GOEXE=
GOPATH=/usr/local/google/home/suztomo/beam4/sdks/go/examples/.gogradle/project_gopath
GOROOT=/usr/local/google/home/suztomo/.gradle/go/binary/1.12/go
GOOS=linux
GOARCH=amd64
{noformat}
> Contributing docs omit many steps
> ---------------------------------
>
> Key: BEAM-8798
> URL: https://issues.apache.org/jira/browse/BEAM-8798
> Project: Beam
> Issue Type: Bug
> Components: website
> Affects Versions: 2.16.0
> Reporter: Elliotte Rusty Harold
> Priority: Major
>
> So far I've noticed the following packages and tools that are not available
> by default on a Debian system, need to be installed to build and test beam,
> and are not yet mentioned in all our docs:
> * tox
> * Go
> * Python (which versions?)
> * Docker
> There might be more. The docs such as README.md should be updated to include
> these. This covers README.md, CONTRIBUTING.md,
> https://cwiki.apache.org/confluence/display/BEAM/Contributor+FAQ, and
> https://beam.apache.org/contribute/
> That we have four such docs is itself an issue. We should probably
> consolidate these.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)