nielsbasjes commented on pull request #13308: URL: https://github.com/apache/beam/pull/13308#issuecomment-733079893
@omarismail94 I too have these two fail - **Task :sdks:java:extensions:ml:test. This fails due to DLP API permissions I have on my GCP project.** When I ran these they all failed because of `Caused by: java.io.IOException: The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.` The ones that fail seem to be IT tests using Google Cloud features (which logically require authentication). So apparently the build expectations of the build environment that cannot be met everywhere. I wonder how these are run in a CI environment like Jenkins? - **Task :sdks:go:test:goVet. I think this fails due to a known issue: https://issues.apache.org/jira/browse/BEAM-4831** The pull request linked to that issue was merged in July 2018 so I think this is a different problem. I have tried downgrading the go version to (the latest) 1.12 as this is the version defined in all of the gradle build scripts. Not much difference in build success. ---------------------------------------------------------------- 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]
