Skip to content
GitHub Actions / Node: HAPI Test (Restart) Results failed Oct 29, 2024 in 0s

1 parse errors, 4 fail, 3 pass in 4m 41s

9 files  1 errors  8 suites   4m 41s ⏱️
7 tests 3 ✅ 0 💤 4 ❌
8 runs  4 ✅ 0 💤 4 ❌

Results for commit 2d0c151.

Annotations

Check failure on line 0 in hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3.xml

@github-actions github-actions / Node: HAPI Test (Restart) Results

Error processing result file

CData section not finished
2024-10-29 00:49:41.029 INFO   60   MapPropertySou, line 29237, column 68 (TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3.xml, line 29237)
Raw output
hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3.xml

Check warning on line 0 in com.hedera.services.bdd.suites.validation.LogValidationTest

@github-actions github-actions / Node: HAPI Test (Restart) Results

as written (com.hedera.services.bdd.suites.validation.LogValidationTest) failed

hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.validation.LogValidationTest.xml [took 0s]
Raw output
io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:65)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:66)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:611)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:546)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:538)
	at java.base@21.0.4/java.util.Optional.ifPresent(Optional.java:178)
	at java.base@21.0.4/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base@21.0.4/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28096
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade

@github-actions github-actions / Node: HAPI Test (Restart) Results

initializationError (com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade) failed

hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade.xml [took 0s]
Raw output
java.lang.IllegalStateException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:77)
	at com.hedera.services.bdd.junit.support.TestLifecycle.overrideInClass(TestLifecycle.java:61)
	at com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade.beforeAll(DabEnabledUpgradeTest.java:252)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:65)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:66)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:611)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:546)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:538)
	at app//com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:75)
	... 9 more
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28096
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4

@github-actions github-actions / Node: HAPI Test (Restart) Results

initializationError (com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4) failed

hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4.xml [took 0s]
Raw output
java.lang.IllegalStateException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:77)
	at com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4.beforeAll(DabEnabledUpgradeTest.java:222)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:65)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:66)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:611)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:546)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:538)
	at app//com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:75)
	... 8 more
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28096
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.validation.StreamValidationTest

@github-actions github-actions / Node: HAPI Test (Restart) Results

as written (com.hedera.services.bdd.suites.validation.StreamValidationTest) failed

hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.validation.StreamValidationTest.xml [took 0s]
Raw output
io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:65)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:66)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:611)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:546)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:538)
	at java.base@21.0.4/java.util.Optional.ifPresent(Optional.java:178)
	at java.base@21.0.4/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base@21.0.4/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28096
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)