[
https://issues.apache.org/jira/browse/BEAM-12310?focusedWorklogId=596857&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-596857
]
ASF GitHub Bot logged work on BEAM-12310:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/May/21 19:27
Start Date: 14/May/21 19:27
Worklog Time Spent: 10m
Work Description: boyuanzz commented on pull request #14816:
URL: https://github.com/apache/beam/pull/14816#issuecomment-841455856
From https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/, we can
see that the failure caused by https://github.com/apache/beam/pull/14691 is
consistent.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 596857)
Time Spent: 20m (was: 10m)
> beam_PostCommit_Java_DataflowV2 failing
> ---------------------------------------
>
> Key: BEAM-12310
> URL: https://issues.apache.org/jira/browse/BEAM-12310
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow, test-failures
> Reporter: Brian Hulette
> Priority: P1
> Time Spent: 20m
> Remaining Estimate: 0h
>
> First failure is here:
> https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/169/
> A couple of failures in FhirIOPatchIT.
> FhirIOPatchIT.testFhirIOPatch[R4]:
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.beam.sdk.io.gcp.healthcare.FhirIOTestUtil
> at
> org.apache.beam.sdk.io.gcp.healthcare.FhirIOPatchIT.setup(FhirIOPatchIT.java:89)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {code}
> FhirIOPatchIT.testFhirIOPatch_ifMatch[R4]:
> {code}
> java.lang.ExceptionInInitializerError
> at
> org.apache.beam.sdk.io.gcp.healthcare.FhirIOPatchIT.setup(FhirIOPatchIT.java:89)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ...
> Caused by: java.lang.NullPointerException
> at java.util.Arrays.stream(Arrays.java:5004)
> at
> org.apache.beam.sdk.io.gcp.healthcare.FhirIOTestUtil.readPrettyBundles(FhirIOTestUtil.java:52)
> at
> org.apache.beam.sdk.io.gcp.healthcare.FhirIOTestUtil.<clinit>(FhirIOTestUtil.java:68)
> ... 62 more
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)