See
<https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/2485/display/redirect>
Changes:
------------------------------------------
[...truncated 334.45 KB...]
at
okio.AsyncTimeout.access$newTimeoutException(AsyncTimeout.kt:162)
at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:340)
at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:449)
at
okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:333)
at
okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
at
okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
at
okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:106)
at
okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:82)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
org.influxdb.impl.BasicAuthInterceptor.intercept(BasicAuthInterceptor.java:22)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
org.influxdb.impl.GzipRequestInterceptor.intercept(GzipRequestInterceptor.java:42)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.kt:152)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:197)
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:148)
at retrofit2.OkHttpCall.execute(OkHttpCall.java:190)
at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:824)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:485)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:509)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:502)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:424)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.flush(InfluxDbIO.java:558)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:541)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn$DoFnInvoker.invokeFinishBundle(Unknown
Source)
at
org.apache.beam.repackaged.direct_java.runners.core.SimpleDoFnRunner.finishBundle(SimpleDoFnRunner.java:221)
at
org.apache.beam.repackaged.direct_java.runners.core.SimplePushbackSideInputDoFnRunner.finishBundle(SimplePushbackSideInputDoFnRunner.java:130)
at
org.apache.beam.runners.direct.ParDoEvaluator.finishBundle(ParDoEvaluator.java:269)
at
org.apache.beam.runners.direct.DoFnLifecycleManagerRemovingTransformEvaluator.finishBundle(DoFnLifecycleManagerRemovingTransformEvaluator.java:73)
at
org.apache.beam.runners.direct.DirectTransformExecutor.finishBundle(DirectTransformExecutor.java:193)
at
org.apache.beam.runners.direct.DirectTransformExecutor.run(DirectTransformExecutor.java:131)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by:
java.net.SocketException: Socket closed
at
java.net.SocketInputStream.read(SocketInputStream.java:204)
at
java.net.SocketInputStream.read(SocketInputStream.java:141)
at okio.InputStreamSource.read(JvmOkio.kt:90)
at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:129)
... 43 more
org.apache.beam.sdk.io.influxdb.InfluxDbIOIT >
testWriteAndReadWithSQLForMultipleMetric FAILED
org.apache.beam.sdk.Pipeline$PipelineExecutionException:
org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException: timeout
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:323)
at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:399)
at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:335)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIOIT.testWriteAndReadWithSQLForMultipleMetric(InfluxDbIOIT.java:320)
Caused by:
org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException:
timeout
at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:836)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:485)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:509)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:502)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:424)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.flush(InfluxDbIO.java:558)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:541)
Caused by:
java.net.SocketTimeoutException: timeout
at okio.SocketAsyncTimeout.newTimeoutException(JvmOkio.kt:143)
at
okio.AsyncTimeout.access$newTimeoutException(AsyncTimeout.kt:162)
at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:340)
at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:449)
at
okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:333)
at
okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
at
okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
at
okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:106)
at
okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:82)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
org.influxdb.impl.BasicAuthInterceptor.intercept(BasicAuthInterceptor.java:22)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
org.influxdb.impl.GzipRequestInterceptor.intercept(GzipRequestInterceptor.java:42)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.kt:152)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:197)
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:148)
at retrofit2.OkHttpCall.execute(OkHttpCall.java:190)
at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:824)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:485)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:509)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:502)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:424)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.flush(InfluxDbIO.java:558)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:541)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn$DoFnInvoker.invokeFinishBundle(Unknown
Source)
at
org.apache.beam.repackaged.direct_java.runners.core.SimpleDoFnRunner.finishBundle(SimpleDoFnRunner.java:221)
at
org.apache.beam.repackaged.direct_java.runners.core.SimplePushbackSideInputDoFnRunner.finishBundle(SimplePushbackSideInputDoFnRunner.java:130)
at
org.apache.beam.runners.direct.ParDoEvaluator.finishBundle(ParDoEvaluator.java:269)
at
org.apache.beam.runners.direct.DoFnLifecycleManagerRemovingTransformEvaluator.finishBundle(DoFnLifecycleManagerRemovingTransformEvaluator.java:73)
at
org.apache.beam.runners.direct.DirectTransformExecutor.finishBundle(DirectTransformExecutor.java:193)
at
org.apache.beam.runners.direct.DirectTransformExecutor.run(DirectTransformExecutor.java:131)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by:
java.net.SocketException: Socket closed
at
java.net.SocketInputStream.read(SocketInputStream.java:204)
at
java.net.SocketInputStream.read(SocketInputStream.java:141)
at okio.InputStreamSource.read(JvmOkio.kt:90)
at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:129)
... 43 more
Gradle Test Executor 1 finished executing tests.
> Task :sdks:java:io:influxdb:integrationTest
org.apache.beam.sdk.io.influxdb.InfluxDbIOIT > testWriteAndReadWithSingleMetric
FAILED
org.apache.beam.sdk.Pipeline$PipelineExecutionException:
org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException: timeout
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:323)
at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:399)
at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:335)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIOIT.testWriteAndReadWithSingleMetric(InfluxDbIOIT.java:189)
Caused by:
org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException:
timeout
at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:836)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:485)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:509)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:502)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:424)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.flush(InfluxDbIO.java:558)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.processElement(InfluxDbIO.java:535)
Caused by:
java.net.SocketTimeoutException: timeout
at okio.SocketAsyncTimeout.newTimeoutException(JvmOkio.kt:143)
at
okio.AsyncTimeout.access$newTimeoutException(AsyncTimeout.kt:162)
at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:340)
at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:449)
at
okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:333)
at
okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
at
okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
at
okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:106)
at
okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:82)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
org.influxdb.impl.BasicAuthInterceptor.intercept(BasicAuthInterceptor.java:22)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
org.influxdb.impl.GzipRequestInterceptor.intercept(GzipRequestInterceptor.java:42)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.kt:152)
at
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100)
at
okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:197)
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:148)
at retrofit2.OkHttpCall.execute(OkHttpCall.java:190)
at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:824)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:485)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:509)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:502)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:424)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.flush(InfluxDbIO.java:558)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.processElement(InfluxDbIO.java:535)
at
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn$DoFnInvoker.invokeProcessElement(Unknown
Source)
at
org.apache.beam.repackaged.direct_java.runners.core.SimpleDoFnRunner.invokeProcessElement(SimpleDoFnRunner.java:211)
at
org.apache.beam.repackaged.direct_java.runners.core.SimpleDoFnRunner.processElement(SimpleDoFnRunner.java:188)
at
org.apache.beam.repackaged.direct_java.runners.core.SimplePushbackSideInputDoFnRunner.processElementInReadyWindows(SimplePushbackSideInputDoFnRunner.java:79)
at
org.apache.beam.runners.direct.ParDoEvaluator.processElement(ParDoEvaluator.java:244)
at
org.apache.beam.runners.direct.DoFnLifecycleManagerRemovingTransformEvaluator.processElement(DoFnLifecycleManagerRemovingTransformEvaluator.java:54)
at
org.apache.beam.runners.direct.DirectTransformExecutor.processElements(DirectTransformExecutor.java:165)
at
org.apache.beam.runners.direct.DirectTransformExecutor.run(DirectTransformExecutor.java:129)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by:
java.net.SocketException: Socket closed
at
java.net.SocketInputStream.read(SocketInputStream.java:204)
at
java.net.SocketInputStream.read(SocketInputStream.java:141)
at okio.InputStreamSource.read(JvmOkio.kt:90)
at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:129)
... 44 more
6 tests completed, 5 failed
Finished generating test XML results (0.029 secs) into:
<https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb/build/test-results/integrationTest>
Generating HTML test report...
Finished generating test html results (0.029 secs) into:
<https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb/build/reports/tests/integrationTest>
> Task :sdks:java:io:influxdb:integrationTest FAILED
:sdks:java:io:influxdb:integrationTest (Thread[Execution worker Thread
2,5,main]) completed. Took 2 mins 41.241 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':sdks:java:io:influxdb:integrationTest'.
> There were failing tests. See the report at:
> file://<https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb/build/reports/tests/integrationTest/index.html>
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
See
https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 3m 1s
77 actionable tasks: 42 executed, 33 from cache, 2 up-to-date
Publishing build scan...
https://gradle.com/s/jrurohm7f7uoe
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]