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

Changes:

[noreply] [BEAM-11806] Explicit Partition Support for KafkaIO.WriteRecords


------------------------------------------
[...truncated 186.33 KB...]
Task ':runners:direct-java:shadowJar' is not up-to-date because:
  No history is available.
Watching 850 directories to track changes
Watching 851 directories to track changes
Loaded cache entry for task ':runners:direct-java:shadowJar' with cache key 
f8e41e3368dd7f6ccf558ad64beb8a6b
:runners:direct-java:shadowJar (Thread[Execution worker for ':' Thread 
8,5,main]) completed. Took 0.07 secs.
:runners:direct-java:compileTestJava (Thread[Execution worker for ':' Thread 
8,5,main]) started.

> Task :runners:direct-java:compileTestJava FROM-CACHE
Watching 851 directories to track changes
Watching 851 directories to track changes
Watching 851 directories to track changes
Watching 858 directories to track changes
Custom actions are attached to task ':runners:direct-java:compileTestJava'.
Build cache key for task ':runners:direct-java:compileTestJava' is 
b1ef02c84a40f4caec2f44f747f18ba1
Task ':runners:direct-java:compileTestJava' is not up-to-date because:
  No history is available.
Watching 858 directories to track changes
Watching 858 directories to track changes
Watching 858 directories to track changes
Watching 864 directories to track changes
Watching 870 directories to track changes
Watching 871 directories to track changes
Loaded cache entry for task ':runners:direct-java:compileTestJava' with cache 
key b1ef02c84a40f4caec2f44f747f18ba1
:runners:direct-java:compileTestJava (Thread[Execution worker for ':' Thread 
8,5,main]) completed. Took 0.255 secs.
:runners:direct-java:testClasses (Thread[Execution worker for ':' Thread 
7,5,main]) started.

> Task :runners:direct-java:testClasses UP-TO-DATE
Skipping task ':runners:direct-java:testClasses' as it has no actions.
:runners:direct-java:testClasses (Thread[Execution worker for ':' Thread 
7,5,main]) completed. Took 0.0 secs.
:runners:direct-java:shadowTestJar (Thread[Execution worker for ':' Thread 
7,5,main]) started.

> Task :runners:direct-java:shadowTestJar FROM-CACHE
Watching 871 directories to track changes
Watching 871 directories to track changes
Watching 872 directories to track changes
Build cache key for task ':runners:direct-java:shadowTestJar' is 
a5ab1cec32d8db50d27bc474f2c0ea26
Task ':runners:direct-java:shadowTestJar' is not up-to-date because:
  No history is available.
Watching 872 directories to track changes
Watching 872 directories to track changes
Loaded cache entry for task ':runners:direct-java:shadowTestJar' with cache key 
a5ab1cec32d8db50d27bc474f2c0ea26
:runners:direct-java:shadowTestJar (Thread[Execution worker for ':' Thread 
7,5,main]) completed. Took 0.224 secs.
:sdks:java:io:influxdb:integrationTest (Thread[Execution worker for ':' Thread 
7,5,main]) started.
Gradle Test Executor 1 started executing tests.

> Task :sdks:java:io:influxdb:integrationTest
Watching 872 directories to track changes
Watching 872 directories to track changes
Watching 872 directories to track changes
Watching 872 directories to track changes
Custom actions are attached to task ':sdks:java:io:influxdb:integrationTest'.
Build cache key for task ':sdks:java:io:influxdb:integrationTest' is 
73ba94f89b33229a75e38ed2717aa24a
Task ':sdks:java:io:influxdb:integrationTest' is not up-to-date because:
  Task.upToDateWhen is false.
Watching 872 directories to track changes
Watching 872 directories to track changes
Starting process 'Gradle Test Executor 1'. Working directory: 
<https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb>
 Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java 
-DbeamTestPipelineOptions=["--influxDBURL=http://34.69.8.61:8086","--influxDBUserName=superadmin","--influxDBPassword=supersecretpassword","--databaseName=db1";]
 
-Djava.security.manager=worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager
 -Dorg.gradle.native=false -Xmx2g -Dfile.encoding=UTF-8 -Duser.country=US 
-Duser.language=en -Duser.variant -ea -cp 
/home/jenkins/.gradle/caches/6.8/workerMain/gradle-worker.jar 
worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test 
Executor 1'
Successfully started process 'Gradle Test Executor 1'

org.apache.beam.sdk.io.influxdb.InfluxDbIOIT STANDARD_ERROR
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
details.

org.apache.beam.sdk.io.influxdb.InfluxDbIOIT > 
testWriteAndReadWithMultipleMetric 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.testWriteAndReadWithMultipleMetric(InfluxDbIOIT.java:232)

        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:561)
            at 
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:544)

            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:561)
                at 
org.apache.beam.sdk.io.influxdb.InfluxDbIO$Write$InfluxWriterFn.finishBundle(InfluxDbIO.java:544)
                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:242)
                at 
org.apache.beam.repackaged.direct_java.runners.core.SimplePushbackSideInputDoFnRunner.finishBundle(SimplePushbackSideInputDoFnRunner.java:125)
                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:748)

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)

Gradle Test Executor 1 finished executing tests.

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

6 tests completed, 2 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.032 secs) into: 
<https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb/build/reports/tests/integrationTest>
Watching 874 directories to track changes
Watching 880 directories to track changes
Watching 881 directories to track changes

> Task :sdks:java:io:influxdb:integrationTest FAILED
:sdks:java:io:influxdb:integrationTest (Thread[Execution worker for ':' Thread 
7,5,main]) completed. Took 40.224 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 881 directories to track changes

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

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