> I am not sure how to get more specific info, but they fail with "cannot find symbol" in files:
I think these are not the cause of job failure, since they are also happening on passing builds (e.g. https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/14060/java/). Look in the console output for these jobs to see the real cause of failure. On Tue, Oct 13, 2020 at 1:59 PM Alex Amato <[email protected]> wrote: > I am seeing cannot find symbol errors in two separate PR precommits. > > I am not sure how to get more specific info, but they fail with "cannot > find symbol" in files: > ContextualTextIO.java:246 code > <https://github.com/apache/beam/blob/1201986492f2b76a1be3fd4d2a601c4c3e79502c/sdks/java/io/contextualtextio/src/main/java/org/apache/beam/sdk/io/contextualtextio/ContextualTextIO.java#L246> > BigQueryIO.java:723 code > <https://github.com/apache/beam/blob/1201986492f2b76a1be3fd4d2a601c4c3e79502c/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java#L723> > > Build links: > https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/14029/java/new/ > > https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/14041/java/ > > PRs: > https://github.com/apache/beam/pull/13083 > > https://github.com/apache/beam/pull/13078 > > This one seems like it would be broken for everyone as I am seeing it in > two separate precommits. Any ideas how to find the specific symbols? And > diagnose/fix this issue? > > Thanks for your help in advance :), > Alex >
