You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/02/16 06:18:30 UTC

Build failed in Jenkins: beam_PerformanceTests_InfluxDbIO_IT #59

See <https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/59/display/redirect>

Changes:


------------------------------------------
[...truncated 196.21 KB...]
                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:561)
                at org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.processElement(InfluxDbIO.java:538)
                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:232)
                at org.apache.beam.repackaged.direct_java.runners.core.SimpleDoFnRunner.processElement(SimpleDoFnRunner.java:191)
                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:748)

    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:88)

        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

org.apache.beam.sdk.io.influxdb.InfluxDbIOIT > testZeroRecordFormNonExistentMetric 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:371)
        at org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:339)
        at org.apache.beam.runners.direct.DirectRunner.run(DirectRunner.java:219)
        at org.apache.beam.runners.direct.DirectRunner.run(DirectRunner.java:67)
        at org.apache.beam.sdk.Pipeline.run(Pipeline.java:322)
        at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:398)
        at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:334)
        at org.apache.beam.sdk.io.influxdb.InfluxDbIOIT.testZeroRecordFormNonExistentMetric(InfluxDbIOIT.java:374)

        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.executeQuery(InfluxDBImpl.java:819)
            at org.influxdb.impl.InfluxDBImpl.query(InfluxDBImpl.java:554)
            at org.apache.beam.sdk.io.influxdb.InfluxDbIO$InfluxDBSource.getEstimatedSizeBytes(InfluxDbIO.java:264)
            at org.apache.beam.sdk.io.Read$BoundedSourceAsSDFWrapperFn.splitRestriction(Read.java:279)

            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.executeQuery(InfluxDBImpl.java:819)
                at org.influxdb.impl.InfluxDBImpl.query(InfluxDBImpl.java:554)
                at org.apache.beam.sdk.io.influxdb.InfluxDbIO$InfluxDBSource.getEstimatedSizeBytes(InfluxDbIO.java:264)
                at org.apache.beam.sdk.io.Read$BoundedSourceAsSDFWrapperFn.splitRestriction(Read.java:279)
                at org.apache.beam.sdk.io.Read$BoundedSourceAsSDFWrapperFn$DoFnInvoker.invokeSplitRestriction(Unknown Source)
                at org.apache.beam.repackaged.direct_java.runners.core.construction.SplittableParDo$SplitRestrictionFn.processElement(SplittableParDo.java:581)
                at org.apache.beam.repackaged.direct_java.runners.core.construction.SplittableParDo$SplitRestrictionFn$DoFnInvoker.invokeProcessElement(Unknown Source)
                at org.apache.beam.repackaged.direct_java.runners.core.SimpleDoFnRunner.invokeProcessElement(SimpleDoFnRunner.java:232)
                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:748)

org.apache.beam.sdk.io.influxdb.InfluxDbIOIT > testWriteAndReadWithSingleMetricWithCustomRetentionPolicy FAILED
    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.InfluxDbIO.checkDatabase(InfluxDbIO.java:633)
        at org.apache.beam.sdk.io.influxdb.InfluxDbIO.access$000(InfluxDbIO.java:105)
        at org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write.expand(InfluxDbIO.java:435)
        at org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write.expand(InfluxDbIO.java:427)
        at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:547)
        at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:498)
        at org.apache.beam.sdk.values.PCollection.apply(PCollection.java:370)
        at org.apache.beam.sdk.io.influxdb.InfluxDbIOIT.testWriteAndReadWithSingleMetricWithCustomRetentionPolicy(InfluxDbIOIT.java:261)

        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)
            ... 10 more

Gradle Test Executor 1 finished executing tests.

> Task :sdks:java:io:influxdb:integrationTest

6 tests completed, 3 failed
Finished generating test XML results (0.022 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.026 secs) into: <https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb/build/reports/tests/integrationTest>
Watching 876 directories to track changes
Watching 882 directories to track changes
Watching 883 directories to track changes

> Task :sdks:java:io:influxdb:integrationTest FAILED
:sdks:java:io:influxdb:integrationTest (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 50.913 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. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 17s
68 actionable tasks: 38 executed, 30 from cache
Watching 883 directories to track changes

Publishing build scan...
https://gradle.com/s/yg7ry3b67shgc

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PerformanceTests_InfluxDbIO_IT #60

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/60/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org