azexcy commented on issue #17912:
URL: 
https://github.com/apache/shardingsphere/issues/17912#issuecomment-1165228585

   finally the error report
   ```
   
   org.testcontainers.containers.ContainerLaunchException: Container startup 
failed
   
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:330)
        at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:311)
        at 
org.apache.shardingsphere.test.integration.framework.container.atomic.DockerITContainer.start(DockerITContainer.java:49)
        at 
java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
        at 
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
        at 
java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235)
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
        at 
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
        at 
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
        at 
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at 
java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485)
        at 
org.apache.shardingsphere.test.integration.framework.container.atomic.ITContainers.start(ITContainers.java:75)
        at 
org.apache.shardingsphere.integration.data.pipeline.framework.container.compose.BaseComposedContainer.start(BaseComposedContainer.java:50)
        at 
org.apache.shardingsphere.integration.data.pipeline.cases.base.BaseITCase.<init>(BaseITCase.java:99)
        at 
org.apache.shardingsphere.integration.data.pipeline.cases.base.BaseExtraSQLITCase.<init>(BaseExtraSQLITCase.java:36)
        at 
org.apache.shardingsphere.integration.data.pipeline.cases.general.PostgreSQLGeneralScalingIT.<init>(PostgreSQLGeneralScalingIT.java:54)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at 
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters.createTestUsingConstructorInjection(BlockJUnit4ClassRunnerWithParameters.java:43)
        at 
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters.createTest(BlockJUnit4ClassRunnerWithParameters.java:38)
        at 
org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at org.junit.runners.Suite.runChild(Suite.java:128)
        at org.junit.runners.Suite.runChild(Suite.java:27)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
        at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69)
        at 
com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
        at 
com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
        at 
com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
        at 
com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
        at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
   Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit 
with exception
        at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:323)
        ... 48 more
   Caused by: org.testcontainers.containers.ContainerLaunchException: Could not 
create/start container
        at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:497)
        at 
org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:325)
        at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
        ... 49 more
   Caused by: org.rnorth.ducttape.TimeoutException: Timeout waiting for result 
with exception
        at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:54)
        at 
org.apache.shardingsphere.test.integration.framework.container.wait.JDBCConnectionWaitStrategy.waitUntilReady(JDBCConnectionWaitStrategy.java:40)
        at 
org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:35)
        at 
org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:892)
        at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:440)
        ... 51 more
   Caused by: java.lang.RuntimeException: Not Ready yet.
        at 
org.apache.shardingsphere.test.integration.framework.container.wait.JDBCConnectionWaitStrategy.lambda$null$0(JDBCConnectionWaitStrategy.java:47)
        at 
org.rnorth.ducttape.ratelimits.RateLimiter.doWhenReady(RateLimiter.java:27)
        at 
org.apache.shardingsphere.test.integration.framework.container.wait.JDBCConnectionWaitStrategy.lambda$waitUntilReady$1(JDBCConnectionWaitStrategy.java:41)
        at 
org.rnorth.ducttape.unreliables.Unreliables.lambda$retryUntilSuccess$0(Unreliables.java:43)
        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)
   Caused by: org.opengauss.util.PSQLException: 传回非预期的查询结果。
        at org.opengauss.core.SetupQueryRunner.run(SetupQueryRunner.java:64)
        at 
org.opengauss.core.v3.ConnectionFactoryImpl.queryGaussdbVersion(ConnectionFactoryImpl.java:869)
        at 
org.opengauss.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:325)
        at 
org.opengauss.core.ConnectionFactory.openConnection(ConnectionFactory.java:53)
        at org.opengauss.jdbc.PgConnection.<init>(PgConnection.java:255)
        at org.opengauss.Driver.makeConnection(Driver.java:561)
        at org.opengauss.Driver.connect(Driver.java:314)
        at java.sql.DriverManager.getConnection(DriverManager.java:664)
        at java.sql.DriverManager.getConnection(DriverManager.java:247)
        at 
org.apache.shardingsphere.integration.data.pipeline.framework.container.proxy.ShardingSphereProxyDockerContainer.lambda$configure$0(ShardingSphereProxyDockerContainer.java:50)
        at 
org.apache.shardingsphere.test.integration.framework.container.wait.JDBCConnectionWaitStrategy.lambda$null$0(JDBCConnectionWaitStrategy.java:42)
        ... 7 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to