TheNeuralBit commented on pull request #13308:
URL: https://github.com/apache/beam/pull/13308#issuecomment-736955450


   I've been experimenting with the container in a clean clone of Beam on this 
branch. Weirdly it seems that `:sdks:go:test:goVet` fails consistently when I 
run `./gradlew check`. It continues to fail when I run it directly (`./gradlew 
:sdks:go:test:goVet`), until I remove all the vendor directories (`find 
sdks/go/ -name vendor -type d -exec rm -rf {} \;`). Then it succeds 
consistently!
   
   ... until I run `./gradlew check` again. Is it possible some other target is 
spoiling the vendor directories?
   
   I suspect this is a separate issue. If this can be repro'd outside of the 
dev container, let's file a bug and move on (I'm out of time for today, I'll 
try it myself tomorrow if no one else does).


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


Reply via email to