burkedavison commented on PR #29359: URL: https://github.com/apache/beam/pull/29359#issuecomment-1810979239
Second invocation: https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/6341/ Two failures: * [Replicated] [o.a.b.s.u.UnboundedScheduledExecutorServiceTest.testThreadsAreAddedOnlyAsNeededWithContention](https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/6341/testReport/junit/org.apache.beam.sdk.util/UnboundedScheduledExecutorServiceTest/testThreadsAreAddedOnlyAsNeededWithContention/) * [New] [org.apache.beam.sdk.io.FileIOTest.testMatchWatchForNewFiles](https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/6341/testReport/junit/org.apache.beam.sdk.io/FileIOTest/testMatchWatchForNewFiles/) ``` org.apache.beam.sdk.Pipeline$PipelineExecutionException: java.lang.RuntimeException: Extract file timestamp failed: got file timestamp == 0. at org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:374) at org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:342) at org.apache.beam.runners.direct.DirectRunner.run(DirectRunner.java:218) at org.apache.beam.runners.direct.DirectRunner.run(DirectRunner.java:67) at org.apache.beam.sdk.Pipeline.run(Pipeline.java:321) at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:398) at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:335) at org.apache.beam.sdk.io.FileIOTest.testMatchWatchForNewFiles(FileIOTest.java:363) ... Caused by: java.lang.RuntimeException: Extract file timestamp failed: got file timestamp == 0. at org.apache.beam.sdk.io.FileIO$MatchAll$ExtractFilenameAndLastUpdateFn.apply(FileIO.java:752) at org.apache.beam.sdk.io.FileIO$MatchAll$ExtractFilenameAndLastUpdateFn.apply(FileIO.java:746) at org.apache.beam.sdk.transforms.Watch$WatchGrowthFn.lambda$new$b100bdc2$1(Watch.java:861) at org.apache.beam.vendor.guava.v26_0_jre.com.google.common.hash.AbstractHasher.putObject(AbstractHasher.java:118) at org.apache.beam.vendor.guava.v26_0_jre.com.google.common.hash.AbstractHashFunction.hashObject(AbstractHashFunction.java:33) at org.apache.beam.sdk.transforms.Watch$WatchGrowthFn.hash128(Watch.java:975) at org.apache.beam.sdk.transforms.Watch$WatchGrowthFn.computeNeverSeenBeforeResults(Watch.java:986) at org.apache.beam.sdk.transforms.Watch$WatchGrowthFn.process(Watch.java:913) ``` See [Standard Error section](https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/6341/testReport/junit/org.apache.beam.sdk.io/FileIOTest/testMatchWatchForNewFiles/) for additional output -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
