See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_InfluxDbIO_IT/530/display/redirect?page=changes>

Changes:

[noreply] Merge pull request #25913: Add synchronized to getExtensionRegistry()


------------------------------------------
[...truncated 339.77 KB...]
        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)


org.apache.beam.sdk.io.influxdb.InfluxDbIOIT > 
testWriteAndReadWithSQLForMultipleMetric FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException: 
org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException: connect 
timed out
        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.influxdb.InfluxDbIOIT.testWriteAndReadWithSQLForMultipleMetric(InfluxDbIOIT.java:340)

        Caused by:
        org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException: 
connect timed out
            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:555)
            at 
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:538)

            Caused by:
            java.net.SocketTimeoutException: connect timed out
                at java.net.PlainSocketImpl.socketConnect(Native Method)
                at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
                at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
                at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
                at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
                at java.net.Socket.connect(Socket.java:607)
                at 
okhttp3.internal.platform.Platform.connectSocket(Platform.kt:119)
                at 
okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:283)
                at 
okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:195)
                at 
okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:249)
                at 
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:108)
                at 
okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:76)
                at 
okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:245)
                at 
okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
                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:555)
                at 
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:538)
                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)

    org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException: connect 
timed out
        at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:836)
        at org.influxdb.impl.InfluxDBImpl.executeQuery(InfluxDBImpl.java:819)
        at org.influxdb.impl.InfluxDBImpl.query(InfluxDBImpl.java:554)
        at 
org.apache.beam.sdk.io.influxdb.InfluxDbIOIT.clear(InfluxDbIOIT.java:93)

        Caused by:
        java.net.SocketTimeoutException: connect timed out
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
            at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
            at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
            at java.net.Socket.connect(Socket.java:607)
            at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:119)
            at 
okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:283)
            at 
okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:195)
            at 
okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:249)
            at 
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:108)
            at 
okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:76)
            at 
okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:245)
            at 
okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
            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)
            ... 3 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: connect 
timed out
        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.influxdb.InfluxDbIOIT.testWriteAndReadWithSingleMetric(InfluxDbIOIT.java:209)

        Caused by:
        org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException: 
connect timed out
            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:555)
            at 
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:538)

            Caused by:
            java.net.SocketTimeoutException: connect timed out
                at java.net.PlainSocketImpl.socketConnect(Native Method)
                at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
                at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
                at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
                at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
                at java.net.Socket.connect(Socket.java:607)
                at 
okhttp3.internal.platform.Platform.connectSocket(Platform.kt:119)
                at 
okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:283)
                at 
okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:195)
                at 
okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:249)
                at 
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:108)
                at 
okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:76)
                at 
okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:245)
                at 
okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
                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:555)
                at 
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:538)
                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)

6 tests completed, 6 failed
Finished generating test XML results (0.123 secs) into: 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb/build/test-results/integrationTest>
Generating HTML test report...
Finished generating test html results (0.1 secs) into: 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_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 
3,5,main]) completed. Took 2 mins 36.63 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_PostCommit_Java_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 4s
80 actionable tasks: 44 executed, 34 from cache, 2 up-to-date
Build scan background action failed.
java.lang.IllegalArgumentException: 
com.gradle.enterprise.gradleplugin.internal.extension.a is not an interface
        at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:590)
        at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:557)
        at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:230)
        at java.lang.reflect.WeakCache.get(WeakCache.java:127)
        at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:419)
        at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:719)
        at 
com.gradle.ProxyFactory$ProxyingInvocationHandler.createLocalProxy(ProxyFactory.java:66)
        at 
com.gradle.ProxyFactory$ProxyingInvocationHandler.lambda$adaptActionArg$1(ProxyFactory.java:61)
        at 
com.gradle.enterprise.gradleplugin.internal.extension.b$3.run(SourceFile:100)
        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)

Publishing build scan...
https://ge.apache.org/s/zk44v65f67nuw

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]

Reply via email to