You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Huang Xingbo (Jira)" <ji...@apache.org> on 2020/12/05 02:50:00 UTC

[jira] [Created] (FLINK-20493) SQLClientSchemaRegistryITCase test failed

Huang Xingbo created FLINK-20493:
------------------------------------

             Summary: SQLClientSchemaRegistryITCase test failed
                 Key: FLINK-20493
                 URL: https://issues.apache.org/jira/browse/FLINK-20493
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Client
    Affects Versions: 1.13.0
            Reporter: Huang Xingbo


[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=10535&view=logs&j=6caf31d6-847a-526e-9624-468e053467d6&t=0b23652f-b18b-5b6e-6eb6-a11070364610]
{code:java}
[ERROR] testReading(org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase)  Time elapsed: 0.02 s  <<< ERROR!
2020-12-05T00:02:40.7985264Z Dec 05 00:02:40 java.lang.RuntimeException: Could not build the flink-dist image
2020-12-05T00:02:40.7986437Z Dec 05 00:02:40 	at org.apache.flink.tests.util.flink.FlinkContainer$FlinkContainerBuilder.build(FlinkContainer.java:283)
2020-12-05T00:02:40.7988073Z Dec 05 00:02:40 	at org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase.<init>(SQLClientSchemaRegistryITCase.java:91)
2020-12-05T00:02:40.7989022Z Dec 05 00:02:40 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2020-12-05T00:02:40.7990237Z Dec 05 00:02:40 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2020-12-05T00:02:40.7991510Z Dec 05 00:02:40 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2020-12-05T00:02:40.7992240Z Dec 05 00:02:40 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
2020-12-05T00:02:40.7992918Z Dec 05 00:02:40 	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
2020-12-05T00:02:40.7993949Z Dec 05 00:02:40 	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
2020-12-05T00:02:40.7994754Z Dec 05 00:02:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-12-05T00:02:40.7996033Z Dec 05 00:02:40 	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
2020-12-05T00:02:40.7996680Z Dec 05 00:02:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
2020-12-05T00:02:40.7997240Z Dec 05 00:02:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
2020-12-05T00:02:40.7997749Z Dec 05 00:02:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
2020-12-05T00:02:40.7998231Z Dec 05 00:02:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
2020-12-05T00:02:40.7998923Z Dec 05 00:02:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
2020-12-05T00:02:40.7999435Z Dec 05 00:02:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
2020-12-05T00:02:40.7999936Z Dec 05 00:02:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
2020-12-05T00:02:40.8000665Z Dec 05 00:02:40 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
2020-12-05T00:02:40.8001298Z Dec 05 00:02:40 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
2020-12-05T00:02:40.8002411Z Dec 05 00:02:40 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2020-12-05T00:02:40.8002948Z Dec 05 00:02:40 	at java.base/java.lang.Thread.run(Thread.java:834)
2020-12-05T00:02:40.8003757Z Dec 05 00:02:40 Caused by: java.util.concurrent.TimeoutException: java.util.concurrent.TimeoutException
2020-12-05T00:02:40.8004387Z Dec 05 00:02:40 	at org.testcontainers.utility.LazyFuture.get(LazyFuture.java:47)
2020-12-05T00:02:40.8005131Z Dec 05 00:02:40 	at org.apache.flink.tests.util.flink.FlinkContainer$FlinkContainerBuilder.buildBaseImage(FlinkContainer.java:314)
2020-12-05T00:02:40.8005731Z Dec 05 00:02:40 	at org.apache.flink.tests.util.flink.FlinkContainer$FlinkContainerBuilder.build(FlinkContainer.java:266)
2020-12-05T00:02:40.8006180Z Dec 05 00:02:40 	... 20 more
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)