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

Changes:

[Robert Bradshaw] Python cross language docs.

[noreply] [Playground] [Backend] Removing the code related to the Cloud Storage


------------------------------------------
[...truncated 203.95 KB...]
Gradle Test Executor 1 started executing tests.

> Task :sdks:java:io:influxdb:integrationTest
Custom actions are attached to task ':sdks:java:io:influxdb:integrationTest'.
Build cache key for task ':sdks:java:io:influxdb:integrationTest' is 
c25a2094cf6a20bb815196006ec8932b
Task ':sdks:java:io:influxdb:integrationTest' is not up-to-date because:
  Task.upToDateWhen is false.
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.133.224.20:8086","--influxDBUserName=superadmin","--influxDBPassword=supersecretpassword","--databaseName=db1";]
 
-Djava.security.manager=worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager
 
-Dorg.gradle.internal.worker.tmpdir=<https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb/build/tmp/integrationTest/work>
 -Dorg.gradle.native=false -Xmx2g -Dfile.encoding=UTF-8 -Duser.country=US 
-Duser.language=en -Duser.variant -ea -cp 
/home/jenkins/.gradle/caches/7.5.1/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 > 
testWriteAndReadWithMultipleMetric 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.InfluxDbIOIT.initTest(InfluxDbIOIT.java:99)

        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.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.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.initTest(InfluxDbIOIT.java:99)

        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 > 
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.InfluxDbIOIT.createRetentionPolicyInDB(InfluxDbIOIT.java:116)
        at 
org.apache.beam.sdk.io.influxdb.InfluxDbIOIT.testWriteAndReadWithSingleMetricWithCustomRetentionPolicy(InfluxDbIOIT.java:255)

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

org.apache.beam.sdk.io.influxdb.InfluxDbIOIT > testWriteAndRead FAILED
    java.lang.AssertionError: Count All/Flatten.PCollections.out: 
    Expected: <2000L>
         but: was <1999L>
        at 
org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:175)
        at org.apache.beam.sdk.testing.PAssert.thatSingleton(PAssert.java:498)
        at org.apache.beam.sdk.testing.PAssert.thatSingleton(PAssert.java:490)
        at 
org.apache.beam.sdk.io.influxdb.InfluxDbIOIT.testWriteAndRead(InfluxDbIOIT.java:162)

        Caused by:
        java.lang.AssertionError: 
        Expected: <2000L>
             but: was <1999L>
            at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
            at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
            at 
org.apache.beam.sdk.testing.PAssert$AssertIsEqualTo.apply(PAssert.java:1643)
            at 
org.apache.beam.sdk.testing.PAssert$AssertIsEqualTo.apply(PAssert.java:1634)
            at 
org.apache.beam.sdk.testing.PAssert$CheckRelationAgainstExpected.apply(PAssert.java:1299)
            at 
org.apache.beam.sdk.testing.PAssert$CheckRelationAgainstExpected.apply(PAssert.java:1279)
            at org.apache.beam.sdk.testing.PAssert.doChecks(PAssert.java:1621)
            at 
org.apache.beam.sdk.testing.PAssert$SingletonCheckerDoFn.processElement(PAssert.java:1614)
            at 
org.apache.beam.sdk.testing.PAssert$SingletonCheckerDoFn$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)

Gradle Test Executor 1 finished executing tests.

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

6 tests completed, 4 failed
Finished generating test XML results (0.044 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.049 secs) into: 
<https://ci-beam.apache.org/job/beam_PerformanceTests_InfluxDbIO_IT/ws/src/sdks/java/io/influxdb/build/reports/tests/integrationTest>
:sdks:java:io:influxdb:integrationTest (Thread[Execution worker Thread 
7,5,main]) completed. Took 49.308 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 1m 14s
77 actionable tasks: 42 executed, 33 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/2cj2pedhloo5w

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